syntax icon indicating copy to clipboard operation
syntax copied to clipboard

seems wrong error message in invalid code point

Open bobzhang opened this issue 4 years ago • 0 comments

let v = "\"123"

Error: Offset: 1, Invalid escape code: "

while in node:

rescript-compiler/jscomp%node
Welcome to Node.js v16.11.1.
Type ".help" for more information.
> "\"123"
'"123'

bobzhang avatar Nov 06 '21 03:11 bobzhang