dillon1000/react
Commit
Browse files Support spread elements in ArrayExpression
Similar to the previous, but for array expression: `const x = [...y]`
Changed paths7 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/HIR/visitors.ts ModifiedM compiler/forget/src/ReactiveScopes/CodegenReactiveFunction.ts ModifiedA compiler/forget/src/__tests__/fixtures/hir/array-expression-spread.expect.md AddedA compiler/forget/src/__tests__/fixtures/hir/array-expression-spread.js AddedPatch
Files changed
Rendering syntax-highlighted changes…