oxc - Rust
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
- transformer_plugins
- Transformer/Transpiler
Structs§
- Compiler
Traits§
- CompilerInterface