documentationjs/documentation

ES6 support

Open

#29 opened on 2015年3月18日

GitHub で見る
 (4 comments) (0 reactions) (0 assignees)JavaScript (5,751 stars) (557 forks)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 } = { ... }
    

コントリビューターガイド

ES6 support · documentationjs/documentation#29 | Good First Issue