Closed
Bug 1790468
Opened 2 years ago
Closed 2 years ago
Convert /remote/{components,shared,server} JSM modules to ESM
Categories
(Remote Protocol :: Agent, task, P1)
Remote Protocol
Agent
Tracking
(firefox107 fixed)
RESOLVED
FIXED
107 Branch
Tracking | Status | |
---|---|---|
firefox107 | --- | fixed |
People
(Reporter: whimboo, Assigned: jdescottes)
References
Details
(Whiteboard: [webdriver:m5][esmification-timeline])
Attachments
(3 files)
For bug 1790323 we have to convert our JSM modules to ESM modules. This can easily be done by using the ./mach esmify
script. Most of the work is done automatically, and in some cases it might require some manual fixes.
This bug covers the following sub-folders under /remote
:
components/
shared/
server/
Reporter | ||
Updated•2 years ago
|
Summary: Convert /remote/{} JSM modules to ESM → Convert /remote/{components,shared,server} JSM modules to ESM
Updated•2 years ago
|
Summary: Convert /remote/{components,shared,server} JSM modules to ESM → [meta] Convert /remote/{components,shared,server} JSM modules to ESM
Reporter | ||
Updated•2 years ago
|
Keywords: meta
Summary: [meta] Convert /remote/{components,shared,server} JSM modules to ESM → Convert /remote/{components,shared,server} JSM modules to ESM
Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Assignee: nobody → jdescottes
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•2 years ago
|
||
Depends on D158293
Assignee | ||
Comment 3•2 years ago
|
||
Depends on D158294
Pushed by jdescottes@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a0878c65a29d
[remote] Convert /remote/shared JSM modules to ESM r=webdriver-reviewers,whimboo
https://hg.mozilla.org/integration/autoland/rev/44f0aa21d6cc
[remote] Convert /remote/components JSM modules to ESM r=webdriver-reviewers,whimboo
https://hg.mozilla.org/integration/autoland/rev/24894e489a67
[remote] Convert /remote/server JSM modules to ESM r=webdriver-reviewers,whimboo
Comment 5•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/a0878c65a29d
https://hg.mozilla.org/mozilla-central/rev/44f0aa21d6cc
https://hg.mozilla.org/mozilla-central/rev/24894e489a67
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox107:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 107 Branch
Updated•2 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•