Intentional or bug? ``` js import convert from "html2hscript"; convert('<div><!-- test --><!-- test --></div>', (err, res) => { console.log(res); }); ``` ``` js h("div", [ /* test */, /* test */ ]) ```