UNPKG

113 BJavaScriptView Raw
1const _ = require('../build')
2
3const template = `
4<div></div>
5`
6
7
8const res = _.compile(template)
9
10console.log(_)
\No newline at end of file