Files
coffeescript/lib/coffee-script
Demian Ferreiro 2b4a37296f Override the SyntaxError's "stack" property instead of deleting it
This makes the "stack" property more useful when it's shown on other Node.js applications that compile CoffeeScript (e.g. testing libraries) and should fix #3023. A minimal example:

    $ node -e 'require("coffee-script").compile("class class")'

    /usr/lib/node_modules/coffee-script/lib/coffee-script/coffee-script.js:41
            throw err;
                  ^
    [stdin]:1:7: error: unexpected CLASS
    class class
          ^^^^^
2013-07-31 09:24:43 -03:00
..
2013-07-30 01:06:41 -03:00
2013-06-02 09:37:45 +04:00
2013-07-31 08:27:49 -03:00
2013-06-02 09:37:45 +04:00
2013-06-21 02:47:29 +02:00
2013-06-02 09:37:45 +04:00
2013-07-31 08:27:49 -03:00
2013-06-02 09:37:45 +04:00
2013-06-02 09:37:45 +04:00
2013-06-02 09:37:45 +04:00