Closed
Bug 1574915
Opened 5 years ago
Closed 5 years ago
Fix some ESLint issues raised by ESLint 6
Categories
(Toolkit :: General, task, P3)
Toolkit
General
Tracking
()
Tracking | Status | |
---|---|---|
firefox70 | --- | fixed |
People
(Reporter: standard8, Assigned: standard8)
References
Details
Attachments
(3 files)
Splitting landing these out from bug 1551829, since we need to wait a little (for another eslint release) before we can push that, but it is worth getting reviews going on these bits.
Two things here:
- Fix issues raised by no-useless-catch
- Fix a few instances where we're using async functions as promise executors.
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
Assignee | ||
Comment 3•5 years ago
|
||
Depends on D42508
Assignee | ||
Comment 4•5 years ago
|
||
Depends on D42509
Updated•5 years ago
|
Attachment #9086399 -
Attachment description: Bug 1574915 - Fix useless try-catch issues in dom/. r?jfkthame → Bug 1574915 - Fix useless try-catch issues in dom/. r?hsivonen
Assignee | ||
Comment 5•5 years ago
|
||
Pushed by mbanner@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/eb5e96215364
Fix some instances of using async functions as promise executors. r=mossop
https://hg.mozilla.org/integration/autoland/rev/31411ef8fef5
Fix useless try-catch issues in dom/. r=hsivonen
https://hg.mozilla.org/integration/autoland/rev/981508114728
Fix useless try-catch issues in toolkit/. r=mossop
Comment 7•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/eb5e96215364
https://hg.mozilla.org/mozilla-central/rev/31411ef8fef5
https://hg.mozilla.org/mozilla-central/rev/981508114728
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox70:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla70
Assignee | ||
Updated•5 years ago
|
Iteration: --- → 70.4 - Aug 19 - Sep 1
You need to log in
before you can comment on or make changes to this bug.
Description
•