An abstract syntax tree is a way to represent the source code. In case of this library it is represented in the estree format. The goal of this library is to consolidate common abstract syntax tree operations in one place. It uses a variety of libriaries under the hood based on their performance and flexibility, e.g. meriyah for parsing and astring for source code generation.
Version | 2.22.0 |
License | MIT License |
Languages | JavaScript |
Maintainers | Emil Ajdyna @emilos |
GitHub Repository |