Closed
Bug 1420266
Opened 2 years ago
Closed 2 years ago
eslint exported symbols config for constants.js is out-of-date
Categories
(Firefox :: Sync, enhancement, P1)
Firefox
Sync
P1
Tracking
()
RESOLVED
FIXED
Firefox 59
Tracking | Status | |
---|---|---|
firefox59 | --- | fixed |
People
(Reporter: eoger, Assigned: eoger)
Details
Attachments
(1 file)
I just did a quick:
> Object.keys([constants.js]).map(e => `"${e}"`).join(", ")
Patch to come
Comment hidden (mozreview-request) |
Comment 2•2 years ago
|
||
mozreview-review |
Comment on attachment 8931480 [details] Bug 1420266 - Regenerate constants.js exports in modules.json. https://reviewboard.mozilla.org/r/202616/#review208286 RIP the dream of a clean rebase on all my WIP patches. Oh well, thanks for this.
Attachment #8931480 -
Flags: review?(tchiovoloni) → review+
Pushed by eoger@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/0086d45ece41 Regenerate constants.js exports in modules.json. r=tcsc
Comment 4•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/0086d45ece41
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox59:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 59
You need to log in
before you can comment on or make changes to this bug.
Description
•