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

1 line
38 B
TypeScript
Raw Normal View History

var x = `abc${ { x: 10, y: 20 } }def`;