Closed Nathan-Wall closed 10 years ago
The following is currently a syntax error, although it shouldn't be. The parser has trouble because it interprets :{ as a single token rather than two.
:{
var foo = { a:{ b: 1 } };
This bug has been moved to the Proprima project, where it belongs.
https://github.com/Nathan-Wall/proprima/issues/3
The following is currently a syntax error, although it shouldn't be. The parser has trouble because it interprets
:{
as a single token rather than two.