We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45f08b8 commit 56ed20aCopy full SHA for 56ed20a
site/ide.html
@@ -34763,7 +34763,7 @@
34763
strayvar = strayvar.slice(0, strayvar.length - took);
34764
took = 0;
34765
var vname = nextTmpVar();
34766
- if (jj.length) {
+ if (!jj.length) {
34767
jj = "()";
34768
}
34769
js += `var ${vname}=${a.fun}` + jj + ";";
src/parser.js
@@ -705,7 +705,7 @@ function asc2js(asc, imports = []) {
705
706
707
708
709
710
711
0 commit comments