ESTree When parsing JS or JSX files, the AST returned is fully conformant with the [ESTree standard](https://github.com/estree/estree), the same as produced by [Acorn](https://npmx.dev/package/acorn).
ESTree
When parsing JS or JSX files, the AST returned is fully conformant with the ESTree standard, the same as produced by Acorn.