Commit b5e3101
committed
chore: fix JavaScript lint errors (issue #7440)
This PR fixes the JavaScript linting error related to redeclaration of `TransformStream` in `lib/node_modules/@stdlib/bench/harness/lib/main.js`.
The local variable `TransformStream` was renamed to `StdlibTransformStream` to avoid redeclaration lint failures.
JSDoc comments were left unchanged to keep accurate type information.
Related Issues:
resolves #74401 parent 5b6d07a commit b5e3101
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
0 commit comments