1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00

CoffeeScript 0.5.5, with string interpolation and internal documentation

This commit is contained in:
Jeremy Ashkenas 2010-03-08 06:34:07 -05:00
parent 90f2e0dbb9
commit bcf7b3f95b
13 changed files with 227 additions and 109 deletions

View file

@ -18,7 +18,7 @@
this.exports = (this.CoffeeScript = {});
}
// The current CoffeeScript version number.
exports.VERSION = '0.5.4';
exports.VERSION = '0.5.5';
// Compile a string of CoffeeScript code to JavaScript, using the Coffee/Jison
// compiler.
exports.compile = function compile(code, options) {