LearnNewsExamplesServices
Frontmatter
id7329
titleAdd missing @reactive tags and fix config JSDoc for trailing underscores
stateClosed
labels
bugdocumentation
assigneestobiu
createdAtOct 2, 2025, 8:01 PM
updatedAtOct 2, 2025, 8:01 PM
githubUrlhttps://github.com/neomjs/neo/issues/7329
authortobiu
commentsCount0
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtOct 2, 2025, 8:01 PM

Add missing @reactive tags and fix config JSDoc for trailing underscores

Closed v11.0.0 bugdocumentation
tobiu
tobiu commented on Oct 2, 2025, 8:01 PM

This ticket addresses issues with missing @reactive JSDoc tags and incorrect JSDoc for reactive configs where the trailing underscore was omitted. The add-reactive-tags script was used to automatically insert missing @reactive tags into src/component/Toast.mjs, src/dashboard/Container.mjs, and src/grid/Container.mjs. Additionally, JSDoc comments for iconCls_ and position_ in src/component/Toast.mjs were corrected to include the trailing underscore in their @member tags, ensuring proper parsing by neo-jsdoc-x.

Files Modified:

  • src/component/Toast.mjs
  • src/dashboard/Container.mjs
  • src/grid/Container.mjs
tobiu assigned to @tobiu on Oct 2, 2025, 8:01 PM
tobiu added the bug label on Oct 2, 2025, 8:01 PM
tobiu added the documentation label on Oct 2, 2025, 8:01 PM
tobiu referenced in commit 5fa3e78 - "Add missing @reactive tags and fix config JSDoc for trailing underscores #7329" on Oct 2, 2025, 8:01 PM
tobiu closed this issue on Oct 2, 2025, 8:01 PM