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
function Wrapper(){var $2=$3();$2.$crtmm$=function(){return{mod:$CCMM$,tp:{Box
^
ReferenceError: $3 is not defined
at Wrapper (/Users/jvasileff/Transient/simpleT/modules/simple/1.0.0/simple-1.0.0.js:20:27)
Arguments$Callable:{t:m$1.Empty},Return$Callable:$3(),a:{T$Anonymous#0:{/*NO P
^
SyntaxError: Unexpected token ILLEGAL
at Module._compile (module.js:439:25)
The text was updated successfully, but these errors were encountered:
$ ceylon run-js --compile=force simple
Source found for module simple, compiling...
Note: Created module simple/1.0.0
/Users/jvasileff/Transient/simpleT/modules/simple/1.0.0/simple-1.0.0.js:23
function Wrapper(){var $4=$5();$4.$crtmm$=function(){return{mod:$CCMM$,tp:{Box
^
ReferenceError: $5 is not defined
at Wrapper (/Users/jvasileff/Transient/simpleT/modules/simple/1.0.0/simple-1.0.0.js:23:27)
Including something like:
or
in a module causes a runtime error like:
and including something like:
results in
The text was updated successfully, but these errors were encountered: