Wave 29: invent-free JS/TS path-mapping (tsconfig paths + package.json imports)#28
Merged
Conversation
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
Understand-First PR map delta
Complexity increases
Policy breaches
|
fraware
force-pushed
the
pr/5-optional-cleanup
branch
from
July 21, 2026 06:35
31ea257 to
6bd372d
Compare
fraware
force-pushed
the
wave/29-js-pathmapping
branch
from
July 21, 2026 06:35
12f51c0 to
e2a5747
Compare
3 tasks
Understand-First PR map delta
Complexity increases
Policy breaches
|
Resolve JS/TS path aliases only from proven tsconfig paths and package imports (Wave 29).
Cover hash-mapped and tsconfig path imports for invent-free resolution.
Prevent regressions in alias resolution and unmapped negative cases.
fraware
force-pushed
the
wave/29-js-pathmapping
branch
from
July 21, 2026 06:46
e2a5747 to
3ed68fe
Compare
Update README, usage, and schema notes for Wave 29.
fraware
force-pushed
the
wave/29-js-pathmapping
branch
from
July 21, 2026 06:46
3ed68fe to
a98e156
Compare
Understand-First PR map delta
Complexity increases
Policy breaches
|
1 similar comment
Understand-First PR map delta
Complexity increases
Policy breaches
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Merge note
Wave 29 JS/TS path-mapping — merge after #25 (base
pr/5-optional-cleanup).Summary - AST worker resolves nearest
tsconfig/jsconfigpathsandpackage.jsonimports(#…) only when the mapped file is unique; still parse-only (not typechecked); bare npm packages stay unmapped - Fixtures underexamples/js_toy(@lib/*,#hashMapped) plustests/test_wave29.pycovering unique resolve, ambiguous multi-target omit, and regex non-invent - Docs/notes updated for path-mapping limits (SCHEMA_REFERENCE,usage.md, README, analyzer notes) Stacks on ship tip (PR5). Does not wait for #21–#25 merge. ## Test plan - [x]PYTHONPATH=cli python -m pytest tests/test_wave29.py tests/test_wave21.py tests/test_wave22.py -v- [x]ruff check/ruff formaton touched Python paths - [x]pyrightonjs_analyzer.py+test_wave29.py` - [ ] CI multilang smoke with Node AST worker deps installed