dillon1000/react
Commit
Browse files [hir] Lower function expressions into HIR
Changed paths15 files
First-parent comparisoncompiler/forget/src/CompilerPipeline.ts ModifiedM compiler/forget/src/HIR/BuildHIR.ts ModifiedM compiler/forget/src/HIR/HIR.ts ModifiedA compiler/forget/src/Inference/AnalyseFunctions.ts AddedM compiler/forget/src/Inference/InferAliasForStores.ts ModifiedM compiler/forget/src/Inference/InferReferenceEffects.ts ModifiedM compiler/forget/src/Inference/index.ts ModifiedA compiler/forget/src/__tests__/fixtures/hir/capturing-func-mutate-2.expect.md AddedA compiler/forget/src/__tests__/fixtures/hir/capturing-func-mutate-2.js AddedA compiler/forget/src/__tests__/fixtures/hir/capturing-func-mutate-3.expect.md AddedA compiler/forget/src/__tests__/fixtures/hir/capturing-func-mutate-3.js AddedA compiler/forget/src/__tests__/fixtures/hir/capturing-func-mutate-nested.js AddedA compiler/forget/src/__tests__/fixtures/hir/capturing-func-mutate.expect.md AddedA compiler/forget/src/__tests__/fixtures/hir/capturing-func-mutate.js AddedM compiler/forget/src/__tests__/fixtures/hir/capturing-var-in-nested-func-decl.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…