Alexander Whitestone
|
7600d414a2
|
chore: add JSDoc types to all function parameters in app.js
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 |
|