Create documentation for decorators in p5.js #8590
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(no-unused-vars):
test/unit/dom/dom.js#L950
test/unit/dom/dom.js:950:11: Variable 'createDummyFile' is declared 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.
|
|
eslint(eqeqeq):
src/core/filterShaders.js#L201
src/core/filterShaders.js:201:33: Expected !== and instead saw !=
|
|
eslint(eqeqeq):
src/core/filterShaders.js#L201
src/core/filterShaders.js:201:23: Expected !== and instead saw !=
|
|
eslint(eqeqeq):
src/core/filterShaders.js#L165
src/core/filterShaders.js:165:33: Expected !== and instead saw !=
|
|
eslint(eqeqeq):
src/core/filterShaders.js#L165
src/core/filterShaders.js:165:23: Expected !== and instead saw !=
|
|
eslint(eqeqeq):
src/core/filterShaders.js#L104
src/core/filterShaders.js:104:39: Expected === and instead saw ==
|
|
eslint(no-unused-vars):
test/unit/accessibility/outputs.js#L8
test/unit/accessibility/outputs.js:8:7: Variable 'myID' is declared but never used.
|