bevry / cson

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

The parser returns an `Error` object whenever there is a function injected inside a CSON data #13

Closed shovon closed 10 years ago

shovon commented 12 years ago

So now, there is no longer any risks that a function gets passed in through the CSON data. Unless you guys wanted that, it's a nice fix.

This fixes issue #11.

ps. I made a pull request before, but I forgot to add myself as contributor. So here is a more updated pull request.

balupton commented 12 years ago

Regarding the feedback on #11, if this can be turned into an option I'll happily pull.

shovon commented 12 years ago

I'll definitely make the changes. It's just that I have been pretty busy lately, but I'll definitely change it.

balupton commented 12 years ago

Awesome. Looking forward to it. And no worries, we're all real busy :)

shovon commented 12 years ago

ps, @balupton kind of off topic, but I've made a pull request to your simple-server project. I was wondering whether or not you've taken a quick look at it. I've made that small change as a proof of concept for future preprocessors. I understand that you wanted LESS support for it.

RobLoach commented 10 years ago

@shovon Know a link to that so that we could take a look?

We could likely close this issue then.