documentationjs/documentation

ES6 support

Open

#29 创建于 2015年3月18日

在 GitHub 查看
 (4 评论) (0 反应) (0 负责人)JavaScript (557 fork)batch import
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 } = { ... }
    

贡献者指南