Closed
Bug 1780301
Opened 2 years ago
Closed 2 years ago
Convert ChromeUtils.importESModule at top-level in ESM to static import in ./mach esmify --convert
Categories
(Core :: XPConnect, task)
Core
XPConnect
Tracking
()
RESOLVED
FIXED
104 Branch
Tracking | Status | |
---|---|---|
firefox104 | --- | fixed |
People
(Reporter: arai, Assigned: arai)
References
(Blocks 1 open bug)
Details
Attachments
(4 files)
bug 1779538 modified ./mach esmify --imports
to convert ChromeUtils.importESModule
at top-level in ESM to static import, but actually this is supposed to be done in ./mach esmify --convert
step, without filtering with --prefix
.
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Comment 2•2 years ago
|
||
Depends on D152225
Assignee | ||
Comment 3•2 years ago
|
||
Depends on D152226
Assignee | ||
Comment 4•2 years ago
|
||
Depends on D152227
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/5276d52b20ad
Part 1: Move some shared functions into utils.js. r=Standard8
https://hg.mozilla.org/integration/autoland/rev/4e2fcde082c2
Part 2: Move functions related to static import into static-import.js. r=Standard8
https://hg.mozilla.org/integration/autoland/rev/69b9888d9b77
Part 3: Add option to skip filename filter. r=Standard8
https://hg.mozilla.org/integration/autoland/rev/a7375fee541e
Part 4: Convert ChromeUtils.importESModule at top-level in ESM to static import in ./mach esmify --convert. r=Standard8
Comment 6•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/5276d52b20ad
https://hg.mozilla.org/mozilla-central/rev/4e2fcde082c2
https://hg.mozilla.org/mozilla-central/rev/69b9888d9b77
https://hg.mozilla.org/mozilla-central/rev/a7375fee541e
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox104:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 104 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•