dillon1000/react
Commit
Browse files [λ] Re run SSA on function expr
Functions can capture variables declared after the definition of the function. This re runs SSA to map the captured identifiers to the new SSA identifiers if available.
Changed paths3 files
First-parent comparisoncompiler/forget/src/SSA/EnterSSA.ts ModifiedA compiler/forget/src/__tests__/fixtures/hir/mutate-captured-arg-separately.expect.md AddedA compiler/forget/src/__tests__/fixtures/hir/mutate-captured-arg-separately.js AddedPatch
Files changed
Rendering syntax-highlighted changes…