Closed
Bug 1684905
Opened 5 years ago
Closed 5 years ago
Fully enable globalThis for ESLint
Categories
(Developer Infrastructure :: Lint and Formatting, task, P3)
Developer Infrastructure
Lint and Formatting
Tracking
(firefox86 fixed)
RESOLVED
FIXED
86 Branch
Tracking | Status | |
---|---|---|
firefox86 | --- | fixed |
People
(Reporter: standard8, Assigned: standard8)
References
Details
Attachments
(1 file)
When we upgraded ESLint in bug 1620537, although the intention was to also add support for globalThis
, I didn't realise that there was an environment/parser change that was also necessary.
This bug is to fix that, and remove the few global
definitions we have for globalThis
.
Assignee | ||
Comment 1•5 years ago
|
||
Pushed by mbanner@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a1c39f88d499
Fully enable globalThis for ESLint. r=Gijs,necko-reviewers,kershaw
Comment 3•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox86:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 86 Branch
Updated•3 years ago
|
Product: Firefox Build System → Developer Infrastructure
You need to log in
before you can comment on or make changes to this bug.
Description
•