matthewp / flora

Streaming templates for Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support undefined values in templates

matthewp opened this issue · comments

var foo;

html`
  <span>${foo}</span>
`;

Currently throws.

Fixed by #6