help wanted
Repository metrics
- Stars
- (5,751 stars)
- PR merge metrics
- (30d に merged PR はありません)
説明
Currently blocked by lack of parser support: http://esprima.org/doc/es6.html
Running list of things to support:
-
Switch to espree
-
JSDocs in destructuring assignment:
{ /** docs */ a, /** docs */ b } = { ... }