dillon1000/react

Commit

Support JsxSpreadAttribute

Changes the representation of JsxElement props to be an array of attributes, 
each of which can be a named attribute or spread attribute.
Browse files
Changed paths8 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/HIR/visitors.ts ModifiedM compiler/forget/src/ReactiveScopes/CodegenReactiveFunction.ts ModifiedM compiler/forget/src/__tests__/fixtures/hir/error.todo-kitchensink.expect.md ModifiedA compiler/forget/src/__tests__/fixtures/hir/jsx-spread.expect.md AddedA compiler/forget/src/__tests__/fixtures/hir/jsx-spread.js Added
Patch

Files changed

Rendering syntax-highlighted changes…