documentationjs/documentation

ES6 support

Open

#29 aperta il 18 mar 2015

Vedi su GitHub
 (4 commenti) (0 reazioni) (0 assegnatari)JavaScript (557 fork)batch import
help wanted

Metriche repository

Star
 (5751 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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

Guida contributor