Closed
Bug 1954369
Opened 1 month ago
Closed 28 days ago
Produce a gecko-wide mapping of module paths (and lazy module types)
Categories
(Developer Infrastructure :: Lint and Formatting, task)
Developer Infrastructure
Lint and Formatting
Tracking
(firefox138 fixed)
RESOLVED
FIXED
138 Branch
Tracking | Status | |
---|---|---|
firefox138 | --- | fixed |
People
(Reporter: zombie, Assigned: zombie)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Currently every project is doing this manually: https://searchfox.org/mozilla-central/search?q=paths&path=tsconfig.json
Assignee | ||
Comment 1•1 month ago
|
||
The simplest possible way to produce the mapping,
seems to work correctly for 99% of imported modules,
and the remaining few dozen can be mapped manually
in config/paths.json.
Updated•1 month ago
|
Assignee: nobody → tomica
Status: NEW → ASSIGNED
Pushed by tjovanovic@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7308e8041ce1
Produce mapping of module paths and lazy module types r=Standard8
Comment 3•28 days ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 28 days ago
status-firefox138:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 138 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•