Document ast node types
Open
docs
- Dominant language
- JavaScript
- Stars
- 4.6k
- Forks
- 119
- PR merge metrics
- No merged PRs in 30d
Description
## Why
Need a cononical source for what nodes are accepted by the generator as well as what node shapes are generated by the core parser. The compiler is extendable but without node shapes it's more difficult to understand what is going on.
## What
Document node shapes or add flow types and coument those.
Contributor guide
Research direction
The issue does not name specific files; start by locating the generator and core parser entry points. Inventory the node shapes accepted by the generator and produced by the parser, then document them or add Flow types and documentation. Done means there is a canonical reference for both sets of node shapes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- compilers
- Issue type
- Documentation
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100