season
season copied to clipboard
CSON Node Module
I stumbled upon https://github.com/atom/atom/issues/7763 when looking for an existing issue on this. It seems like the original issue never got to be recreated here, so I would like to do...
to be able to do ```coffee data = require 'data.cson' ``` I was looking into https://github.com/JavascriptIsMagic/require-cson/blob/master/register.js And then I took a look at https://nodejs.org/api/modules.html#modules_require_extensions And it says `Module.extensions` is deprecated,...
Running `CSON.readFile` on the following CSON results in the callback object's `__proto__` being hijacked: ```cson '__proto__': toString: 1 ```  Any calls to the object's `.toString()` method will fail as...
http://www.fileformat.info/info/unicode/char/2028/index.htm The old `cson-parser` can not parser u2028 unicode.
Due to a problem with my package mocha-ui, I encountered a problem with `CSON.writeFile`. I have two watchers on a file from two different atom instances, on change, a cson...