whonore opened this issue 6 years ago · 1 comments
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