TypeScript/tests/baselines/reference/taggedTemplateStringsWithUnicodeEscapes.types

12 lines
624 B
Text

=== tests/cases/compiler/taggedTemplateStringsWithUnicodeEscapes.ts ===
function f(...args: any[]) {
>f : (...args: any[]) => void, Symbol(f,Decl(taggedTemplateStringsWithUnicodeEscapes.ts,0,0))
>args : any[], Symbol(args,Decl(taggedTemplateStringsWithUnicodeEscapes.ts,0,11))
}
f `'\u{1f4a9}'${ " should be converted to " }'\uD83D\uDCA9'`;
>f `'\u{1f4a9}'${ " should be converted to " }'\uD83D\uDCA9'` : void
>f : (...args: any[]) => void, Symbol(f,Decl(taggedTemplateStringsWithUnicodeEscapes.ts,0,0))
>`'\u{1f4a9}'${ " should be converted to " }'\uD83D\uDCA9'` : string
>" should be converted to " : string