eaglemc
eaglemc
It takes some work, but you can save the IL Jurassic generates as a DLL. See https://github.com/paulbartrum/jurassic/issues/176 or maybe https://github.com/paulbartrum/jurassic/issues/15 might be a starting point (that might be outdated...). But...
See https://github.com/paulbartrum/jurassic/blob/master/README.md `class` is a part of ECMAScript 6 that isn't supported yet. Your best bet is to transpile your script to ECMA 5.
Not exactly. I've only done stuff with compiling TypeScript. The TypeScript compiler can handle arrow functions, but I'm not sure what it does if you give it a .js file...