Modules§
- common
- declarations
- expressions
- jsx
- literals
- operators
- patterns
- scope
- statements
- visitor
- AST visitor with automatic scope tracking.
Structs§
- File
- The root type returned by @babel/parser
- Interpreter
Directive - Program
Enums§
- Original
Node - An original source AST node preserved verbatim for re-emission when the
compiler bails on a construct it does not model (
UnsupportedNode). - Source
Type