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
Control.Apply
/home/renegatto/castl/bin/castl.js:170
throw new SyntaxError("Couldn't transpile JS code: " + e);
^
SyntaxError: Couldn't transpile JS code: SyntaxError: ./output/Control.Apply/index.js: void is a reserved word (127:4)
The same happens with many of the reserved words.
For example: delete,new,while.
The text was updated successfully, but these errors were encountered:
Renegatto
changed the title
Transpilation error of valid JS code with identifiers similar to reserved words.
Transpilation error on valid JS code with identifiers similar to reserved words.
May 16, 2023
Valid JS code
causes transpilation error:
The same happens with many of the reserved words.
For example:
delete
,new
,while
.The text was updated successfully, but these errors were encountered: