documentationjs / documentationjs/documentation
ES6 support
Open
help wanted
- Dominant language
- JavaScript
- Stars
- 5.8k
- Forks
- 481
- 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:
- [x] Switch to espree
- [ ] JSDocs in destructuring assignment:
```
{ /** docs */ a, /** docs */ b } = { ... }
```
Contributor guide
Assessment
This issue has not been assessed yet.