Modules§
- allocator
- Memory arena allocator used by all other submodules.
- ast
- ast_
visit - cfg
- codegen
- AST code printer
- diagnostics
- Error data types and utilities for handling/reporting them.
- isolated_
declarations .d.ts
emit for Isolated Declarations.- mangler
- minifier
- Source code minifier.
- parser
- JavaScript/TypeScript parser.
- regular_
expression - semantic
- Semantic analysis of a JavaScript/TypeScript program.
- span
- Source text Span and string types.
- syntax
- Common code for JavaScript Syntax
- transformer
- Transformer/Transpiler