[claude] Add JSDoc types to all function parameters (#144) #168

Merged
Timmy merged 1 commits from claude/issue-144 into main 2026-03-24 04:04:09 +00:00

1 Commits

Author SHA1 Message Date
Alexander Whitestone
7600d414a2 chore: add JSDoc types to all function parameters in app.js
Some checks failed
CI / validate (pull_request) Failing after 19s
- Added @returns JSDoc to buildConstellationLines() and animate()
- Added inline @type annotations to all callback parameters:
  - MouseEvent for mousemove handler
  - CustomEvent for player-joined, player-left, chat-message handlers
  - HTMLElement for querySelectorAll forEach callbacks
  - {j: number, dist: number} for neighbors.sort comparator

Fixes #144

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-24 00:02:42 -04:00