1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00
jashkenas--coffeescript/lib
2010-07-18 14:46:21 -04:00
..
cake.js enhancements to range comprehensions, back to being safe -- and usable downwards without a 'by' clause, and optimized when working with integer literals. 2010-07-17 18:45:29 -04:00
coffee-script.js bumping version to 0.7.2 for --options patch. 2010-07-12 08:17:26 -04:00
command.js Moving from '.addListener' to '.on' for Node v0.1.101 2010-07-18 07:54:44 -04:00
grammar.js adding no-argument super calls. 2010-07-18 14:46:21 -04:00
helpers.js adding a new comprehension 'for all key, value of object', which compiles to the naked JS for..in, including enumerable properties inherited from prototypes. 2010-07-15 21:18:35 -04:00
index.js michaelficarra's suggestion to make object comprehensions' hasOwnProperty check a continue, instead of a wrapped if. 2010-07-16 22:31:36 -04:00
lexer.js Reserving __hasProp and friends, for safety's sake. 2010-07-17 17:30:10 -04:00
nodes.js enhancements to range comprehensions, back to being safe -- and usable downwards without a 'by' clause, and optimized when working with integer literals. 2010-07-17 18:45:29 -04:00
optparse.js enhancements to range comprehensions, back to being safe -- and usable downwards without a 'by' clause, and optimized when working with integer literals. 2010-07-17 18:45:29 -04:00
parser.js adding no-argument super calls. 2010-07-18 14:46:21 -04:00
repl.js Moving from '.addListener' to '.on' for Node v0.1.101 2010-07-18 07:54:44 -04:00
rewriter.js enhancements to range comprehensions, back to being safe -- and usable downwards without a 'by' clause, and optimized when working with integer literals. 2010-07-17 18:45:29 -04:00
scope.js michaelficarra's suggestion to make object comprehensions' hasOwnProperty check a continue, instead of a wrapped if. 2010-07-16 22:31:36 -04:00
utilities.js more refactors to utilities ... removing dependencies and the namespacing 2010-03-30 19:27:38 -04:00