Matt-Esch / virtual-dom

A Virtual DOM and diffing algorithm
MIT License
11.66k stars 779 forks source link

Support comment node #362

Open Javey opened 8 years ago

Javey commented 8 years ago

I want to render VDOM to a string in node as a template engine (vdt) and I need conditional comment, so I hope virtual-dom to support comment node. Fortunately min-document supported it, therefore I made this patch for this need. Expect to be merged.

gpetrov commented 8 years ago

@Matt-Esch Any chance to merge this? Looks pretty solid to me and also very needed.