help wanted
仓库指标
- Star
- (5,751 star)
- PR 合并指标
- (30 天内没有已合并 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 } = { ... }