mirror of
https://github.com/swc-project/swc.git
synced 2024-12-12 13:33:23 +03:00
3474c61a48
- Fix codegen and parsing of template literal (#450)
5 lines
51 B
JavaScript
5 lines
51 B
JavaScript
``;
|
|
`xx\`x`;
|
|
`${a + 1}`;
|
|
` foo ${b + `baz ${c}`}`;
|