documentationjs/documentation

ES6 support

Open

#29 opened on Mar 18, 2015

View on GitHub
 (4 comments) (0 reactions) (0 assignees)JavaScript (557 forks)batch import
help wanted

Repository metrics

Stars
 (5,751 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

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

Contributor guide