dillon1000/react

Commit

[λ] 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.
Browse files
Changed paths3 files
First-parent comparison
M compiler/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 Added
Patch

Files changed

Rendering syntax-highlighted changes…