Create documentation for decorators in p5.js #8591
Annotations
11 warnings
|
lint
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/
|
|
eslint(eqeqeq):
src/strands/ir_types.js#L285
src/strands/ir_types.js:285:38: Expected === and instead saw ==
|
|
eslint(no-unused-vars):
src/core/main.js#L411
src/core/main.js:411:20: Catch parameter 'x' is caught but never used.
|
|
eslint(no-unused-vars):
src/core/main.js#L403
src/core/main.js:403:18: Catch parameter 'x' is caught but never used.
|
|
eslint(no-unused-vars):
src/strands/strands_codegen.js#L7
src/strands/strands_codegen.js:7:3: Identifier 'TypeInfoFromGLSLName' is imported but never used.
|
|
eslint(no-unused-vars):
src/strands/strands_codegen.js#L5
src/strands/strands_codegen.js:5:3: Identifier 'StatementType' is imported but never used.
|
|
eslint(no-unused-vars):
src/strands/strands_codegen.js#L4
src/strands/strands_codegen.js:4:3: Identifier 'NodeType' is imported but never used.
|
|
eslint(no-unused-vars):
src/strands/strands_codegen.js#L2
src/strands/strands_codegen.js:2:13: Identifier 'DAG' is imported but never used.
|
|
eslint(no-unused-vars):
src/strands/strands_conditionals.js#L4
src/strands/strands_conditionals.js:4:10: Identifier 'StrandsNode' is imported but never used.
|
|
eslint(no-unused-vars):
src/strands/strands_for.js#L10
src/strands/strands_for.js:10:10: Identifier 'StrandsNode' is imported but never used.
|
|
eslint(no-unused-vars):
src/core/p5.Renderer.js#L455
src/core/p5.Renderer.js:455:10: Function 'calculateOffset' is declared but never used.
|