yoctoserge
Results
2
issues of
yoctoserge
Such code (result of transpiling): ``` console.log("Hello from NJS JavaScript"); foo: if (bar()) { console.log("This prints:"); break foo; console.log("This will never print."); } console.log("Because execution jumps to here!"); ``` ```...
Hi! Trying to use external library, via npm. Library has such code line which cannot be parsed (trying with NJS Util): `for (key in props || {}) {` Here is...
bug
parser