p5.js
View on npm →85
Files Analyzed
4
Issues Found
1
Files with Issues
Issues by Rule
tjd/accurate-jsdoc 4
Issues by File
src/webgl/p5.RendererGL.js 4 issues333:8 accurate-jsdoc
@returns: Uint8Array|Float32Array → Uint8Array<ArrayBufferLike> | Float32Array<ArrayBufferLike>. Types differ. Run with --fix to update JSDoc, or verify the intended type.
334:3 accurate-jsdoc
@param 'pixels': Uint8Array|Float32Array|undefined → Uint8Array<ArrayBufferLike> | Float32Array<ArrayBufferLike>. Types differ. Run with --fix to update JSDoc, or verify the intended type.
343:3 accurate-jsdoc
@param 'flipY': Number|undefined → number. JSDoc includes null/undefined but TypeScript infers the value is always present. Either the code guarantees a value, or add runtime checks.
407:3 accurate-jsdoc
@param 'flipY': Number|undefined → number. JSDoc includes null/undefined but TypeScript infers the value is always present. Either the code guarantees a value, or add runtime checks.
Analyzed: 2/3/2026