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

貢獻者指南