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

12 lines
113 B
TypeScript

`head${ // single line comment
10
}
middle${
/* Multi-
* line
* comment
*/
20
// closing comment
}
tail`;