Commit Graph

18 Commits

Author SHA1 Message Date
Andrew Wilcox
c83fcbb5ca Bump CoffeeScript version to 1.6.2. 2013-04-25 14:20:29 -07:00
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
Naomi Seyfer
c44c092e39 All npm-shrinkwrap resolutions; checking them in 2013-04-04 14:22:04 -07:00
Andrew Wilcox
b1a27cd90c test that CoffeeScript can set global vars using this 2013-03-23 13:07:22 -07:00
David Glasser
c6f0e74136 Some updates to shrinkwrap files that I didn't commit before because I had a
corrupted repo from some unfinished code.
2013-03-21 15:59:24 -07:00
Avital Oliver
794a05b7e6 Pass release into bundler in all cases 2013-03-19 15:11:09 -07:00
Avital Oliver
2ee683ec68 80c 2013-03-19 15:11:05 -07:00
Avital Oliver
afd5094468 Write .npm/README, and reformatted npm-shrinkwrap.json (due to new npm) 2013-03-19 15:11:05 -07:00
Avital Oliver
5a0a4f5ab0 npm dependencies at bundle time
- package.js now has a top-level 'Npm.depends' directive
- both bundle-time and server run-time code can get access
  to any dependent npm module with 'Npm.require'
2013-03-19 15:11:04 -07:00
Rasmus Erik Voel Jensen
898f552f29 CoffeeScript v1.5.0 in generate-dev-bundle.sh + style fix in coffeescript-package 2013-03-02 18:48:08 -08: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
Tom Coleman
6a4f20ae55 Better error reporting for coffescript.
Use CS's inbuilt filename reporting, and use `bundle.error` rather than throwing.
Fixes #331
2012-09-16 12:10:09 +10:00
David Greenspan
840dc7d8a5 make coffeescript tests fail if .coffee file doesn't run 2012-04-25 17:36:45 -07:00
Nick Martin
b0af1751c7 Add coffeescript tests. 2012-04-25 13:35:26 -07:00
Jason Giedymin
078cdaf441 Add bare option for compiling CoffeeScript
Removes top-level function safety wrapper.
(http://coffeescript.org/#lexical_scope)
2012-04-24 23:03:43 -07:00
Geoff Schmidt
d1d5604976 Refactor bundler; new package API 2012-01-27 20:02:26 -08:00
Geoff Schmidt
e5eb42e55c Refactor package API/bundler 2012-01-27 20:02:24 -08:00
Nick Martin
d69c2d1f19 Initial import from old busted repo. 2011-11-17 18:35:20 -08:00