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

2 lines
54 B
TypeScript

// @target: ES6
var x = `abc${ { x: 10, y: 20 } }def`;