dillon1000/react

Commit

[playground] new HIR tab

Instead of hacking into the babel plugin passes, this now takes a new approach 
for the HIR tab: 

- The different passes are exported from the babel plugin (for simplicity) 

- The tab actually runs the compiler steps based on local config in the tab. 

- Re-purposed the CompilerFlags component to configure what passes to run. This 
is currently mostly causing different errors, but could be useful going forward 
as a direction.
Browse files
Changed paths7 files
First-parent comparison
A compiler/forget/packages/playground/components/Editor/HIRTabContent.tsx AddedM compiler/forget/packages/playground/components/Editor/Output.tsx ModifiedM compiler/forget/packages/playground/components/Editor/index.tsx ModifiedM compiler/forget/src/CompilerDriver.ts ModifiedM compiler/forget/src/CompilerOutputs.ts ModifiedD compiler/forget/src/HIR/DumpHIRPass.ts DeletedM compiler/forget/src/index.ts Modified
Patch

Files changed

Rendering syntax-highlighted changes…