Closed
Bug 1768031
Opened 3 years ago
Closed 3 years ago
Prepare ESLint rule for ESM-ified modules
Categories
(Developer Infrastructure :: Lint and Formatting, task)
Developer Infrastructure
Lint and Formatting
Tracking
(firefox102 fixed)
RESOLVED
FIXED
102 Branch
Tracking | Status | |
---|---|---|
firefox102 | --- | fixed |
People
(Reporter: arai, Assigned: standard8)
References
(Blocks 1 open bug)
Details
Attachments
(3 files)
ESM-ified modules needs different ESLint rule than JSM, and it's better having it before starting the transition.
Assignee | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Attachment #9275386 -
Attachment description: WIP: Bug 1768031 - Add .mjs to ESLint rules → WIP: Bug 1768031 - Add .mjs to ESLint rules.
Assignee | ||
Comment 2•3 years ago
|
||
Depends on D145700
Updated•3 years ago
|
Assignee: nobody → standard8
Attachment #9275386 -
Attachment description: WIP: Bug 1768031 - Add .mjs to ESLint rules. → Bug 1768031 - Add .mjs to ESLint rules. r?Gijs
Status: NEW → ASSIGNED
Updated•3 years ago
|
Attachment #9275727 -
Attachment description: WIP: Bug 1768031 - Reject top-level await in modules via an ESLint rule. → Bug 1768031 - Reject top-level await in modules via an ESLint rule. r?Gijs
Pushed by mbanner@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/173f25552da9
Add .mjs to ESLint rules. r=Gijs
https://hg.mozilla.org/integration/autoland/rev/c4f14febcca5
Reject top-level await in modules via an ESLint rule. r=Gijs
Comment 4•3 years ago
|
||
Comment 5•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/173f25552da9
https://hg.mozilla.org/mozilla-central/rev/c4f14febcca5
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox102:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 102 Branch
Pushed by sledru@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/05a8e690ea8c
Ride along: enable other linters on the mjs extensions r=linter-reviewers,marco,Standard8 DONTBUILD
Comment 7•3 years ago
|
||
bugherder |
Updated•2 years ago
|
Product: Firefox Build System → Developer Infrastructure
Updated•2 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•