Closed
Bug 1737990
Opened 4 years ago
Closed 4 years ago
Remove lodash uniq usage
Categories
(DevTools :: Debugger, task)
DevTools
Debugger
Tracking
(firefox96 fixed)
RESOLVED
FIXED
96 Branch
| Tracking | Status | |
|---|---|---|
| firefox96 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: V1KT1M)
References
Details
(Keywords: good-first-bug)
Attachments
(1 file)
uniq can be replaced with [...new Set(...array)]
Hi Nicholas, by now you've probably seen tons of this, but these Lodash issues are something I really want to work on to strengthen my JavaScript Array Methods and somehow also find out how the wonderful Lodash utilities work under the hood.
Updated•4 years ago
|
Assignee: nobody → V1KT1M
Status: NEW → ASSIGNED
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5182b79b422a
[devtools] Bug 1737990 - Remove lodash uniq usage r=nchevobbe
Comment 4•4 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox96:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 96 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•