documentationjs/documentation

ES6 support

Open

#29 aberto em 18 de mar. de 2015

Ver no GitHub
 (4 comments) (0 reactions) (0 assignees)JavaScript (557 forks)batch import
help wanted

Métricas do repositório

Stars
 (5.751 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 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 } = { ... }
    

Guia do colaborador