Commit c63a8e2
chore: fix JavaScript lint errors (issue #10708)
Replace new Array() constructor with Array.from() to comply with
stdlib/no-new-array linting rule. The change maintains identical
functionality while adhering to coding standards.
Fixes #10708
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>1 parent 33f4c10 commit c63a8e2
File tree
1 file changed
+2
-1
lines changed- lib/node_modules/@stdlib/ndarray/fancy/test
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
178 | | - | |
| 178 | + | |
| 179 | + | |
179 | 180 | | |
180 | 181 | | |
181 | 182 | | |
| |||
0 commit comments