dillon1000/react
Commit
Browse files Support spread patterns in object literals
Support ObjectExpression with spread items, eg `const x = {...y}`.Changed paths6 files
First-parent comparisoncompiler/forget/src/HIR/BuildHIR.ts ModifiedM compiler/forget/src/HIR/HIR.ts ModifiedM compiler/forget/src/HIR/PrintHIR.ts ModifiedM compiler/forget/src/ReactiveScopes/CodegenReactiveFunction.ts ModifiedA compiler/forget/src/__tests__/fixtures/hir/object-literal-spread-element.expect.md AddedA compiler/forget/src/__tests__/fixtures/hir/object-literal-spread-element.js AddedPatch
Files changed
Rendering syntax-highlighted changes…