abstract-syntax-tree
abstract-syntax-tree copied to clipboard
Concrete syntax tree
Story
As a developer, I'd like to be able to use the library as a code transformation tool without losing the existing formatting.
Acceptance criteria
- [ ]
concreteflag passed to the library - [ ] the generated syntax tree contains concrete syntax nodes
- [ ] whitespaces are preserved when generating the code again
- [ ] compatibility with existing estree format
Useful links
https://github.com/cst/cst