Expand description
OXC TypeScript Parser module
This module provides TypeScript source code parsing using the OXC parser.
DIAGNOSTIC LOGGING:
- All operations log with tracing::debug! for memory lifecycle tracking
- Use RUST_LOG=debug to see detailed parser operations
Structs§
- Parse
Result - Result of parsing a TypeScript source file
- Parser
Config - Parser configuration options
Statics§
- PARSE_
COUNT 🔒 - Parse TypeScript source code into an AST
Functions§
- determine_
source_ 🔒type - Determine the source type based on file path and configuration
- parse