bevry / cson

CoffeeScript-Object-Notation. Same as JSON but for CoffeeScript objects.
Other
1.34k stars 56 forks source link

upgrade to coffeescript 2 #84

Closed bsott closed 6 years ago

balupton commented 6 years ago

went with a more comprehensive implementation - refer to the v5.0.0 release

one note, is that the -t option requires babel-core to be installed otherwise it will error - at least it did for me!

thanks for the push to get this done!

balupton commented 6 years ago

Use of CoffeeScript v2 actually broke Node version 4 and earlier. So v5.1.0 makes it so CoffeeScript v2 is only used for the compilation of CSON

JBallin commented 6 years ago

I tried updating the dependency to point to coffeescript instead of coffee-script (but keeping the same version) to eliminate the npm warning, but the build seems to be failing. Not sure why? https://github.com/bevry/cson/pull/87