mirror of
https://github.com/abhigyanpatwari/GitNexus.git
synced 2026-09-22 00:31:17 +00:00
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> |
||
|---|---|---|
| .. | ||
| fixtures | ||
| helpers | ||
| integration | ||
| unit | ||
| utils | ||