tbranyen/diffhtml

Parser should handle passing objects as attributes

tbranyen opened this issue · 1 comments

JSX has:

<Component {...props} />

Our parser should handle:

html`<${Component} ${props} />`

Added in 8178be2