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 short example code snippets work fine but on longer code I get [!] Unexpected network error. Perhaps there is a maximum length you support, or maybe the code is too complex.
Out of curiosity for whether it would work I used the Opal Ruby to JavaScript transpiler to transpile a short snippet of Ruby code which ends up being much longer JS code, but still a single ES5 file. Then I tried running that through Nectar.
The short example code snippets work fine but on longer code I get
[!] Unexpected network error
. Perhaps there is a maximum length you support, or maybe the code is too complex.Out of curiosity for whether it would work I used the Opal Ruby to JavaScript transpiler to transpile a short snippet of Ruby code which ends up being much longer JS code, but still a single ES5 file. Then I tried running that through Nectar.
nectar --target mac-osx hello.js --single
hello.js.zip
The text was updated successfully, but these errors were encountered: