GitNexus/gitnexus/test
ReidenXerx b6260db5ee fix(js): add missing @returns JSDoc to consumer-before-provider fixture
The js-consumer-before-provider fixture was missing a JSDoc @returns
annotation on getUser(), preventing the scope-based resolution pipeline
from propagating the return type and resolving u.save() to User#save.

Mirrors the same pattern already applied to js-cross-file/src/models.js,
and matches how the TypeScript equivalent uses an explicit `: User` return
type annotation.

Fixes the CI test failure introduced when JavaScript was added to
MIGRATED_LANGUAGES in the JS scope-resolution migration (PR #1640).

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-16 15:39:18 +03:00
..
fixtures fix(js): add missing @returns JSDoc to consumer-before-provider fixture 2026-05-16 15:39:18 +03:00
helpers fix(windows): 32767-char tree-sitter crash + VECTOR extension SIGSEGV (#1433) 2026-05-10 16:00:36 +01:00
integration fix(lbug): Recover gitnexus analyze from orphan LadybugDB sidecars when main DB file is missing (#1622) 2026-05-16 11:45:32 +01:00
unit fix(lbug): Recover gitnexus analyze from orphan LadybugDB sidecars when main DB file is missing (#1622) 2026-05-16 11:45:32 +01:00
utils fix: skip Claude augment hook when GitNexus server owns DB (#1493) 2026-05-14 16:39:30 +01:00