buxlabs/abstract-syntax-tree

Concrete syntax tree

emilos opened this issue · 0 comments

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

  • concrete flag 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