abstract-syntax-tree icon indicating copy to clipboard operation
abstract-syntax-tree copied to clipboard

Concrete syntax tree

Open emilos opened this issue 6 years ago • 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

emilos avatar Nov 13 '19 09:11 emilos