swc/crates/swc_ecma_parser/tests/tsc/templateStringWithEmbeddedArray.ts

1 line
32 B
TypeScript

var x = `abc${ [1,2,3] }def`;