season icon indicating copy to clipboard operation
season copied to clipboard

CSON Node Module

Results 5 season issues
Sort by recently updated
recently updated
newest added

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 ``` ![season-incorrect-proto](https://user-images.githubusercontent.com/2766036/31762406-5c6a5abc-b4bb-11e7-8a70-faf8eb3bad22.png) 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...