Commit Graph

4 Commits

Author SHA1 Message Date
Andrew Wilcox
6873c91424 Allow CoffeeScript to set global vars when using "use strict".
Ha.  Turns out that `.call(this)` is needed after all when a
CoffeeScript file is using "use strict".
(http://es5.github.io/#x15.3.4.4)

Thanks to pipedreambomb on stackoverflow for the bug report and to
user1737909 for the documentation reference.
2013-04-15 10:52:01 -07:00
Andrew Wilcox
b1a27cd90c test that CoffeeScript can set global vars using this 2013-03-23 13:07:22 -07:00
Rasmus Erik Voel Jensen
fa4c81071d Literate CoffeeScript support. Added support for extension .litcoffee (and updated tests and documentation). 2013-03-02 18:48:08 -08:00
David Greenspan
840dc7d8a5 make coffeescript tests fail if .coffee file doesn't run 2012-04-25 17:36:45 -07:00