Closed
Bug 1953578
Opened 8 months ago
Closed 8 months ago
Remove CommonJS versions of react modules
Categories
(DevTools :: General, task)
DevTools
General
Tracking
(firefox138 fixed)
RESOLVED
FIXED
138 Branch
| Tracking | Status | |
|---|---|---|
| firefox138 | --- | fixed |
People
(Reporter: ochameau, Assigned: ochameau)
References
(Blocks 1 open bug)
Details
Attachments
(3 files, 1 obsolete file)
Bug 1949486 introduce Es module version for React modules.
Bug 1949588 stopped shipping the CommonJS modules into firefox but didn't remove them from mozilla-central.
The goal now is to remove them from mozilla-central, but this requires some tweaks to keep jest/node tests running while using ESM modules.
| Assignee | ||
Comment 1•8 months ago
|
||
| Assignee | ||
Comment 2•8 months ago
|
||
Updated•8 months ago
|
Assignee: nobody → poirot.alex
Status: NEW → ASSIGNED
Updated•8 months ago
|
Attachment #9471527 -
Attachment is obsolete: true
| Assignee | ||
Comment 3•8 months ago
|
||
| Assignee | ||
Comment 4•8 months ago
|
||
Pushed by apoirot@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/267667bf2658
[devtools] Migrate all usage of react-dom CommonJS module to the ES Module version and remove the CommonJS version. r=profiler-reviewers,devtools-reviewers,canaltinova,nchevobbe
https://hg.mozilla.org/integration/autoland/rev/1272d3ced189
[devtools] Migrate all usage of react CommonJS module to the ES Module version and remove the CommonJS version. r=devtools-reviewers,profiler-reviewers,nchevobbe,canaltinova
https://hg.mozilla.org/integration/autoland/rev/5087061a816b
[devtools] Migrate all usage of react-prop-types CommonJS module to the ES Module version and remove the CommonJS version. r=devtools-reviewers,nchevobbe
Comment 6•8 months ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/267667bf2658
https://hg.mozilla.org/mozilla-central/rev/1272d3ced189
https://hg.mozilla.org/mozilla-central/rev/5087061a816b
Status: ASSIGNED → RESOLVED
Closed: 8 months 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
•