1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00
Unfancy JavaScript
Find a file
Geoffrey Booth 8adb30b212
[CS1] AppVeyor (#4816)
* First attempt at AppVeyor for CS1

* Update NPM for Node < 4

* Backport #4731, fix for test failing in Windows

* Don't install NPM for Node-latest; cache node_modules

* Polyfill os.tmpdir for Node 0.8, update Travis to support Node 0.8

* Try to make Travis Node 0.8 happen

* Try different batch syntax

* Output NPM version if we install a 2.x version; never return a nonzero exit code if we skip NPM upgrade

* Try another syntax

* Fix syntax for latest Node

* Fix Windows batch syntax
2017-12-02 20:05:32 -08:00
bin 1.12.6 (#4548) 2017-05-14 11:12:50 -07:00
docs 1.12.8 (#4801) 2017-11-29 22:51:32 -08:00
documentation 1.12.8 (#4801) 2017-11-29 22:51:32 -08:00
lib/coffee-script 1.12.8 (#4801) 2017-11-29 22:51:32 -08:00
src Backport #4783, fix for export default followed by an implicit object (#4800) 2017-11-28 21:25:41 -08:00
test [CS1] AppVeyor (#4816) 2017-12-02 20:05:32 -08:00
.gitignore Fix stack trace (#4428) 2017-01-22 13:20:18 -08:00
.nojekyll Move v1 documentation under docs/v1, with docs/index.html symlinking to docs/v1/index.html (with .nojekyll file to hopefully make the symlink work) 2016-11-15 20:54:30 -08:00
.travis.yml [CS1] AppVeyor (#4816) 2017-12-02 20:05:32 -08:00
appveyor.yml [CS1] AppVeyor (#4816) 2017-12-02 20:05:32 -08:00
bower.json Update Bower.json per latest spec (#4371) 2016-11-22 22:00:51 -08:00
Cakefile [CS1] AppVeyor (#4816) 2017-12-02 20:05:32 -08:00
CONTRIBUTING.md Ensure that all source files end with a single \n 2015-09-03 19:20:12 +02:00
LICENSE Update copyright range to 2017 2017-01-04 00:34:28 -08:00
package-lock.json [CS1] Travis CI for 1.x (#4797) 2017-11-27 10:33:01 -08:00
package.json Remove postinstall script 2017-12-01 15:09:07 -08:00
README.md [CS1] Add postinstall message for direct installs of ‘coffee-script’ (#4759) 2017-11-27 23:43:23 -08:00
register.js fix auto and manual require.extensions registration; ref #3141 2013-12-08 14:19:10 -06:00
repl.js Export the CoffeeScript REPL. 2014-04-18 08:26:51 -05:00

CoffeeScript has moved!

CoffeeScript on NPM has moved to coffeescript (no hyphen). Please update references to coffee-script to use coffeescript instead.

Also, a new major version has been released under the coffeescript name. This new release targets modern JavaScript, with minimal breaking changes. Learn more at http://coffeescript.org.