Skip to main content

Module Parser

Module Parser 

Source
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§

ParseResult
Result of parsing a TypeScript source file
ParserConfig
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