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

2 lines
82 B
TypeScript

// @target: ES6
var x = `abc${ " " }def` ? `abc${ " " }def` : `abc${ " " }def`;