documentationjs/documentation

ES6 support

Open

#29 创建于 2015年3月18日

在 GitHub 查看
 (4 评论) (0 反应) (0 负责人)JavaScript (5,751 star) (557 fork)batch import
help wanted

描述

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 } = { ... }
    

贡献者指南