swc/crates/swc_estree_compat/tests/fixtures/template-literal/input.js

3 lines
45 B
JavaScript
Raw Normal View History

let a = "hello";
console.log(`${a} world!`);