Closed
Bug 1004038
Opened 11 years ago
Closed 11 years ago
Pretty print breaks ES6 code
Categories
(DevTools Graveyard :: Scratchpad, defect)
DevTools Graveyard
Scratchpad
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 938203
People
(Reporter: jwalker, Unassigned)
Details
Paste into Scratchpad:
let hal = 'weapon';
const antinople = 'Istanbul';
And press 'Pretty Print'.
Also 'yield s;'.
Comment 1•11 years ago
|
||
Yeah, it only supports ES5. We need acorn to support ES6 before pretty-fast can.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Product: Firefox → DevTools
Updated•5 years ago
|
Product: DevTools → DevTools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•