We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
An EOF token is needed to attach jsdoc at the end of the file to:
/** @typedef {number} A */ var unrelated; /** @typedef {number} B */
Currently, B is not parsed because there's no node to attach the jsdoc to.
B
Found while reviewing #610, thanks @jakebailey
Activity
sandersn commentedon Apr 8, 2025
Found while reviewing #610, thanks @jakebailey