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

1 line
43 B
TypeScript

var x = `abc${ true ? false : " " }def`;