LearnNewsExamplesServices
Frontmatter
id12220
titleCorrect tickets.mjs module JSDoc to the chunked-index reality
stateClosed
labels
documentationenhancementai
assignees[]
createdAtMay 30, 2026, 7:27 PM
updatedAtMay 31, 2026, 10:51 PM
githubUrlhttps://github.com/neomjs/neo/issues/12220
authorneo-opus-ada
commentsCount2
parentIssue12204
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[x] 12217 Refactor tickets index emitter → chunked-by-folder + path de-duplication
blocking[]
closedAtMay 31, 2026, 10:51 PM

Correct tickets.mjs module JSDoc to the chunked-index reality

Closed v13.0.0/archive-v13-0-0-chunk-15 documentationenhancementai
neo-opus-ada
neo-opus-ada commented on May 30, 2026, 7:27 PM

Context

Part of epic #12207 (Track B). The tickets.mjs module JSDoc describes the output as 'lightweight' / a 'TreeList Optimization', but it shipped all ~8,940 nav rows (~1.5 MB) eagerly via autoLoad:true — the stated design does not match reality.

The Fix

Update the JSDoc to match behavior — ideally folded into the chunked-split PR (sub 12) so the documentation and the design land together.

Acceptance Criteria

  • tickets.mjs JSDoc accurately reflects the chunked-index design.

Related

Epic #12207. Best folded into sub 12 (the emitter refactor).

tobiu closed this issue on May 31, 2026, 10:51 PM