Commit 1eaf9ef
committed
fix: use indexed for loop instead of for...of for ES5 compatibility
TypeScript with target ES5 doesn't support for...of iteration over
Float64Array. Changed back to indexed for loop which is compatible
with ES5 while maintaining the same functionality.1 parent e56f81b commit 1eaf9ef
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | | - | |
| 164 | + | |
| 165 | + | |
165 | 166 | | |
166 | 167 | | |
167 | 168 | | |
| |||
0 commit comments