Patrick Steele-Idem 8c96302550 Fixes #197 - Better attribute code generation
Use attr helper and handle attribute escaping
Also improved AST and added walking capability
2016-01-07 16:05:26 -07:00

4 lines
80 B
JavaScript

out.w("<div class=\"greeting\"" +
attr("foo", bar) +
">Hello World</div>");