Closed lukeed closed 7 years ago
Allows the example.js to return:
example.js
createVNode(2, 'div', null, ['Hello world, ', ['Foo!', 'Bar!']]);
Similarly:
` <p> This should have no new lines in it or spaces at start and end </p> ` //=> <p> This should have no new lines in it or spaces at start and end </p>
Allows the
example.js
to return:Similarly: