bevry / cson

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

`CSON.parseFile` returns `undefined` on Node.JS 0.11.* and io.js '1.0.*' #53

Closed jacobbubu closed 9 years ago

jacobbubu commented 9 years ago

As the subject.

pheuter commented 9 years ago

Same.

jacobbubu commented 9 years ago

looks like this is a coffee-script bug on new V8 engine. https://github.com/jashkenas/coffeescript/issues/3810

balupton commented 9 years ago

Looking into it.

balupton commented 9 years ago

Fixed in v2

rambo-panda commented 9 years ago

Why delete parseFileSync method on v2?

balupton commented 9 years ago

@rambo-panda all are sync now, callbacks are optional