Reference

OxcParityResult

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

Signature

interface OxcParityResult

Members

matches: boolean
oxc: { errors: string[]; exportedComponents: string[]; ir?: ModuleIr; rawJsxDetected: boolean; usedTypescriptFallback: boolean }