Closed
Bug 1660015
Opened 4 years ago
Closed 4 years ago
Add IOUtils global to privileged eslint environment
Categories
(Toolkit Graveyard :: OS.File, enhancement)
Toolkit Graveyard
OS.File
Tracking
(firefox81 fixed, firefox82 fixed)
RESOLVED
FIXED
82 Branch
People
(Reporter: mail, Assigned: mail)
Details
Attachments
(1 file)
Eslint is not currently aware of the IOUtils
global variable. It should be added to the privileged environment to make eslint happy.
Assignee | ||
Updated•4 years ago
|
Assignee: nobody → krourke
Assignee | ||
Comment 1•4 years ago
|
||
This change makes eslint aware of the global IOUtils interface, such that it
may be used without having to access it from the window or otherwise declaring
the global in a special comment on a file-by-file basis.
Depends on D87020
Pushed by brennie@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/21b64ef30e12
Add IOUtils to privileged eslint environment configuration r=barret,zombie
Comment 3•4 years ago
|
||
Backed out for perma failures. See https://bugzilla.mozilla.org/show_bug.cgi?id=1660328#c5
Pushed by brennie@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/60ee5ff7fbdf
Add IOUtils to privileged eslint environment configuration r=barret,zombie
Comment 5•4 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox82:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 82 Branch
Comment 6•4 years ago
|
||
bugherder uplift |
status-firefox81:
--- → fixed
Updated•1 years ago
|
Product: Toolkit → Toolkit Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•