Closed whonore closed 4 years ago
let x = 'x' let d = { x: 2 }
This code raises the error unexpected token: 2: line 2 col 13. Inserting a space between x and : makes it work.
unexpected token: 2: line 2 col 13
x
:
duplicated. see #79
This code raises the error
unexpected token: 2: line 2 col 13
. Inserting a space betweenx
and:
makes it work.