ArnoldJS icon indicating copy to clipboard operation
ArnoldJS copied to clipboard

Inspired by ArnoldC, ArnoldJS adds syntactic sugar to JavaScript so you can do less with more code.

Results 3 ArnoldJS issues
Sort by recently updated
recently updated
newest added

Files passed to ArnoldJS with the `.ajs` extension should by default name the output file to contain the same name with the `.js` extension if it is not explicitly stated.

Currently, ArnoldJS transpiles and reformats JS using the default options of `js-beautify`. Additional command line arguments should be provided and passed to `js-beautify` when formatting the resulting output: https://www.npmjs.com/package/js-beautify

The following commonly used operators are missing: `==` : mixed type equality `>` : greater than `>=` : greater than or equal to `