dillon1000/react
Commit
Browse files Fix bug with partially memoized destructuring
Changed paths14 files
First-parent comparisoncompiler/forget/src/CompilerPipeline.ts ModifiedM compiler/forget/src/HIR/HIR.ts ModifiedA compiler/forget/src/ReactiveScopes/ExtractScopeDeclarationsFromDestructuring.ts AddedM compiler/forget/src/ReactiveScopes/index.ts ModifiedA compiler/forget/src/__tests__/fixtures/compiler/destructuring-mixed-scope-and-local-variables-with-default.expect.md AddedR compiler/forget/src/__tests__/fixtures/compiler/error.destructuring-mixed-scope-declarations-and-locals.expect.md →compiler/forget/src/__tests__/fixtures/compiler/destructuring-mixed-scope-and-local-variables-with-default.js RenamedA compiler/forget/src/__tests__/fixtures/compiler/destructuring-mixed-scope-declarations-and-locals.expect.md AddedR compiler/forget/src/__tests__/fixtures/compiler/error.destructuring-mixed-scope-declarations-and-locals.js →compiler/forget/src/__tests__/fixtures/compiler/destructuring-mixed-scope-declarations-and-locals.js RenamedD compiler/forget/src/__tests__/fixtures/compiler/error.escape-analysis-destructured-rest-element.expect.md DeletedD compiler/forget/src/__tests__/fixtures/compiler/error.unused-object-element-with-rest.expect.md DeletedA compiler/forget/src/__tests__/fixtures/compiler/escape-analysis-destructured-rest-element.expect.md AddedR compiler/forget/src/__tests__/fixtures/compiler/error.escape-analysis-destructured-rest-element.js →compiler/forget/src/__tests__/fixtures/compiler/escape-analysis-destructured-rest-element.js RenamedA compiler/forget/src/__tests__/fixtures/compiler/unused-object-element-with-rest.expect.md AddedR compiler/forget/src/__tests__/fixtures/compiler/error.unused-object-element-with-rest.js →compiler/forget/src/__tests__/fixtures/compiler/unused-object-element-with-rest.js RenamedPatch
Files changed
Rendering syntax-highlighted changes…