dillon1000/react

Commit

Support spread patterns in object literals

Support ObjectExpression with spread items, eg `const x = {...y}`.
Browse files
Changed paths6 files
First-parent comparison
M compiler/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 Added
Patch

Files changed

Rendering syntax-highlighted changes…