E0381: Typescript does not allow keywords to contain escape sequence
The following code is legal in JavaScript but is illegal in TypeScript
To fix this error, remove the escape sequence in the keyword.
Find bugs in JavaScript programs.
The following code is legal in JavaScript but is illegal in TypeScript
To fix this error, remove the escape sequence in the keyword.