choojs / hyperx

🏷 - tagged template string virtual dom builder
BSD 2-Clause "Simplified" License
1.01k stars 48 forks source link

add check just variable and build virtual dom #73

Open LSJJOON opened 5 years ago

LSJJOON commented 5 years ago

existing hyperx library can't build like

var view = `<div></div>`;
const newH = hx`${view}`;

so this commit solve this.