Closed
Bug 1505581
Opened 6 years ago
Closed 6 years ago
stop transforming rest/spread
Categories
(DevTools :: Debugger, enhancement)
DevTools
Debugger
Tracking
(firefox65 fixed)
RESOLVED
FIXED
Firefox 65
Tracking | Status | |
---|---|---|
firefox65 | --- | fixed |
People
(Reporter: jlast, Assigned: jlast)
Details
No description provided.
Comment 1•6 years ago
|
||
Please provide a description when filing a bug, thanks.
Honza
Flags: needinfo?(jlaster)
Assignee | ||
Comment 2•6 years ago
|
||
Oh sorry. We currently transform rest/spread operators to es5 _extend calls which are slower and have some edge cases. This changes that so that babel lets that syntax pass through untouched.
This will help address this issue: https://github.com/devtools-html/debugger.html/issues/7223
Flags: needinfo?(jlaster)
Pushed by jlaster@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/cfbff37ca6e3
stop transforming rest/spread. r=lsmyth
Comment 4•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox65:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 65
Updated•6 years ago
|
Assignee: nobody → jlaster
You need to log in
before you can comment on or make changes to this bug.
Description
•