[META] Add support for decorators in DevTools
Categories
(DevTools :: General, task, P3)
Tracking
(Not tracked)
People
(Reporter: nchevobbe, Unassigned)
References
(Depends on 1 open bug)
Details
(Keywords: meta)
Decorators (see https://github.com/tc39/proposal-decorators) have some specific syntax that may have an impact on various tools:
- we should update our parsing workers, adding a babel plugin for them, so inline variables and outline view in the debugger works
- we may have to update pretty-fast so it can pretty-print scripts using decorators
- we may have to update jsbeautifier so expression with decorators can be prettified correctly in the console editor
- we may want to provide autocompletion in webconsole for
@ - etc …
Comment 1•3 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'DevTools::Debugger' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
| Reporter | ||
Updated•3 years ago
|
Comment 2•2 years ago
|
||
The meta keyword is there, the bug doesn't depend on other bugs and there is no activity for 12 months.
:Honza, maybe it's time to close this bug?
Comment 3•2 years ago
|
||
Nicolas, is this still valid meta?
Any updates on the decorators?
| Reporter | ||
Comment 4•2 years ago
|
||
(In reply to Jan Honza Odvarko [:Honza] (always need-info? me) from comment #3)
Nicolas, is this still valid meta?
Any updates on the decorators?
yes, still valid.
Not sure what's the status of decorators. There's a TC39 meeting soon, so I'll update this bug with the latest info
Comment 5•10 months ago
|
||
The meta keyword is there, the bug doesn't depend on other bugs and there is no activity for 12 months.
:Honza, maybe it's time to close this bug?
| Reporter | ||
Comment 6•10 months ago
|
||
let's keep it for now, I added a blocking bug
Updated•5 months ago
|
Description
•