Reference
@reckona/mreact-compiler/oxc
4 public exports.
Function
FunctionanalyzeCompilerModuleContextWithOxc
function 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.