Fix false "Expected at most 2 arguments" error for variadic min()/max() - #9120
Merged
limzykenneth merged 2 commits intoSep 1, 2026
Merged
Annotations
11 warnings
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@11d5960a326750d5838078e36cf38b85af677262, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Lint source code:
src/io/csv.js#L236
src/io/csv.js:236:39: Unnecessary escape character '?'
|
|
Lint source code:
src/io/csv.js#L236
src/io/csv.js:236:36: Unnecessary escape character '*'
|
|
Lint source code:
src/io/csv.js#L236
src/io/csv.js:236:33: Unnecessary escape character '('
|
|
Lint source code:
src/io/csv.js#L236
src/io/csv.js:236:30: Unnecessary escape character '{'
|
|
Lint source code:
src/io/csv.js#L236
src/io/csv.js:236:25: Unnecessary escape character '['
|
|
Lint source code:
src/webgl/utils.js#L2
src/webgl/utils.js:2:10: Identifier 'INSTANCE_ID_VARYING_NAME' is imported but never used.
|
|
Lint source code:
src/io/files.js#L1149
src/io/files.js:1149:9: Expected a `break` statement before `case`.
|
|
Lint source code:
src/io/files.js#L2130
src/io/files.js:2130:12: Function 'destroyClickedElement' is declared but never used.
|
|
Lint source code:
src/core/main.js#L411
src/core/main.js:411:20: Catch parameter 'x' is caught but never used.
|
|
Lint source code:
src/core/main.js#L403
src/core/main.js:403:18: Catch parameter 'x' is caught but never used.
|
background
wait
wait-all
cancel
parallel
Loading