CoffeeScript 1.1.3

This commit is contained in:
Jeremy Ashkenas
2011-11-08 18:01:45 -05:00
parent d592d2c9cb
commit 3e41659095
19 changed files with 602 additions and 480 deletions

View File

@@ -21,7 +21,7 @@ else if require.registerExtension
require.registerExtension '.coffee', (content) -> compile content
# The current CoffeeScript version number.
exports.VERSION = '1.1.3-pre'
exports.VERSION = '1.1.3'
# Words that cannot be used as identifiers in CoffeeScript code
exports.RESERVED = RESERVED