Closed
Bug 1975509
Opened 1 year ago
Closed 1 year ago
Investigate moving TypeScript node modules installation to the top-level of firefox-main
Categories
(Developer Infrastructure :: Lint and Formatting, task, P3)
Developer Infrastructure
Lint and Formatting
Tracking
(firefox144 fixed)
RESOLVED
FIXED
144 Branch
| Tracking | Status | |
|---|---|---|
| firefox144 | --- | fixed |
People
(Reporter: standard8, Assigned: standard8)
References
(Blocks 1 open bug)
Details
Attachments
(3 files)
Currently the TypeScript node_modules are set-up and installed in the tools/ts directory. To better set up the repository for TypeScript, we should move those into the top-level package.json.
When we do this, we need to check for adverse effects on devtools & other third party directories.
| Assignee | ||
Comment 1•1 year ago
|
||
webidl2 is loaded as a dependency. jsonc and yaml are not currently used.
Updated•1 year ago
|
Assignee: nobody → standard8
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•1 year ago
|
||
| Assignee | ||
Comment 3•1 year ago
|
||
Pushed by mbanner@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/433cf5fe5028
https://hg.mozilla.org/integration/autoland/rev/31921a4a07dd
Remove unnecessary modules from tools/ts. r=zombie
https://github.com/mozilla-firefox/firefox/commit/d0450ec9d1c9
https://hg.mozilla.org/integration/autoland/rev/84fcd38cc49b
Move TypeScript node_module installation to the top-level of the repository. r=zombie,frontend-codestyle-reviewers
https://github.com/mozilla-firefox/firefox/commit/3abef633700d
https://hg.mozilla.org/integration/autoland/rev/46b830b8da63
Regenerate TypeScript modules. r=zombie
Comment 5•1 year ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/31921a4a07dd
https://hg.mozilla.org/mozilla-central/rev/84fcd38cc49b
https://hg.mozilla.org/mozilla-central/rev/46b830b8da63
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox144:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 144 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•