TypeScript parser and AST types for the tsz compiler.
This crate provides:
- AST node types and
NodeArenafor cache-optimized storage ParserState- Recursive descent parser- Syntax utilities for AST manipulation
TypeScript parser and AST types for the tsz compiler.
This crate provides:
NodeArena for cache-optimized storageParserState - Recursive descent parser