Closed Bug 1737989 Opened 3 years ago Closed 3 years ago

Remove lodash union usage

Categories

(DevTools :: Debugger, task)

task

Tracking

(firefox96 fixed)

RESOLVED FIXED
96 Branch
Tracking Status
firefox96 --- fixed

People

(Reporter: nchevobbe, Assigned: tawahpeggy98)

References

Details

(Keywords: good-first-bug)

Attachments

(1 file)

https://searchfox.org/mozilla-central/search?q=union.*+from+%22lodash&path=devtools%2Fclient%2Fdebugger%2F&case=false&regexp=true

This can probably replaced by something like

breakableLines = [
  ...new Set(
    ...existingBreakableLines, 
    ...breakableLines
  )
];

Depends on D131054

Assignee: nobody → tawahpeggy98
Status: NEW → ASSIGNED
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/8381bf6d22b5
Remove lodash union usage. r=nchevobbe.
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Target Milestone: --- → 96 Branch
You need to log in before you can comment on or make changes to this bug.