dillon1000/react
Commit
Browse files Use CompilerErrors to record errors
This moves the bailout recording mechanism into a separate CompilerErrors class instead of repurposing HIRBuilder. This is to allow other passes to also record errors instead of immediately throwing.
Changed paths4 files
First-parent comparisoncompiler/forget/src/CompilerError.ts ModifiedM compiler/forget/src/CompilerPipeline.ts ModifiedM compiler/forget/src/HIR/BuildHIR.ts ModifiedM compiler/forget/src/HIR/HIRBuilder.ts ModifiedPatch
Files changed
Rendering syntax-highlighted changes…