dillon1000/react

Commit

mv src/HIR/Pipeline src/CompilerPipeline

Small reorganization to move Pipeline out of HIR since it's a compiler module. 
It used to make sense before to be in HIR since the old architecture was the 
still the primary, but no longer!
Browse files
Changed paths6 files
First-parent comparison
M compiler/forget/src/Babel/BabelPlugin.ts ModifiedR compiler/forget/src/HIR/Pipeline.ts →compiler/forget/src/CompilerPipeline.ts RenamedA compiler/forget/src/HIR/index.ts AddedA compiler/forget/src/ReactiveScopes/index.ts AddedA compiler/forget/src/SSA/index.ts AddedM compiler/forget/src/__tests__/hir-test.ts Modified
Patch

Files changed

Rendering syntax-highlighted changes…