dillon1000/react
Commit
Browse files [λ] Use context identifiers in inner functions
This threads through context identifiers to inner functions and also uses them as dependencies if they are mutated in the inner function.
Changed paths5 files
First-parent comparisoncompiler/forget/src/HIR/BuildHIR.ts ModifiedM compiler/forget/src/HIR/HIRBuilder.ts ModifiedM compiler/forget/src/Inference/AnalyseFunctions.ts ModifiedR compiler/forget/src/__tests__/fixtures/hir/_bug_capture-mutate-across-fns.expect.md →compiler/forget/src/__tests__/fixtures/hir/capture_mutate-across-fns.expect.md RenamedR compiler/forget/src/__tests__/fixtures/hir/_bug_capture-mutate-across-fns.js →compiler/forget/src/__tests__/fixtures/hir/capture_mutate-across-fns.js RenamedPatch
Files changed
Rendering syntax-highlighted changes…