ZNTC0908: Invalid escape sequence in template literal
ZNTC0908
Section titled “ZNTC0908”Invalid escape sequence in template literal
Category: Parser: Await/Yield/JSX/TS
Reproduction
Section titled “Reproduction”const x = `\unicode`;How to fix
Section titled “How to fix”See the error message for cause and resolution.