You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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#7440
0 commit comments