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:
parent
90f2e0dbb9
commit
bcf7b3f95b
13 changed files with 227 additions and 109 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue