You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The resulting Array node will contain only the 'a' field.
Probably also related, when parsing var x = '\n'; the following exception is raised:
SyntaxError: Unexpected token (SEMI, ';') at 1:11 between LexToken(LINE_TERMINATOR,'\n',1,9) and None
-------------------- >> begin captured stdout << ---------------------
Illegal character "'" at 1:8 after LexToken(EQ,'=',1,6)
Illegal character "'" at 1:10 after LexToken(LINE_TERMINATOR,'\n',1,9)
The text was updated successfully, but these errors were encountered:
metatoaster
added a commit
to calmjs/calmjs.parse
that referenced
this issue
Jun 8, 2017
If parsing the following javascript:
The resulting Array node will contain only the 'a' field.
Probably also related, when parsing
var x = '\n';
the following exception is raised:The text was updated successfully, but these errors were encountered: