Reference

@reckona/mreact-compiler/oxc

4 public exports.

Function

FunctionanalyzeCompilerModuleContextWithOxcfunction analyzeCompilerModuleContextWithOxc(context: CompilerModuleContext, input: Omit<AnalyzeToIrInput, "code" | "filename">): AnalyzeToIrOutputAnalyzes a cached OXC compiler module context into compiler IR.FunctionanalyzeOxcParityfunction analyzeOxcParity(input: AnalyzeToIrInput): OxcParityResultCompares OXC component discovery and IR output against parity expectations for one module.FunctionanalyzeWithOxcfunction analyzeWithOxc(input: AnalyzeToIrInput): AnalyzeToIrOutputAnalyzes source code into compiler IR using OXC parsing and lowering.

Interface

InterfaceOxcParityResultinterface OxcParityResultReports OXC analysis parity data used by compiler migration and diagnostics tests.