swc/ecmascript/codegen/tests/references/07bce073a241288b.js
강동윤 3474c61a48
Fix codegen and parsing of template literal (#453)
- Fix codegen and parsing of template literal (#450)
2019-11-18 19:54:24 +09:00

5 lines
51 B
JavaScript

``;
`xx\`x`;
`${a + 1}`;
` foo ${b + `baz ${c}`}`;