jashkenas--coffeescript/lib/coffee-script
Chris Connelly 1143ac0268 Allow `@` values as indices in `for` expressions
This loosens the compilation of `for` expressions to allow the index
variable to be an `@` value, e.g.

    do @visit for @node, @index in nodes

Within `@visit`, the index of the current node (`@node`) would be
available as `@index`.

Fixes #4411.
2016-12-29 19:00:00 +00:00
..
browser.js Rebuild for 1.12.2 2016-12-15 21:28:24 -08:00
cake.js Rebuild for 1.12.2 2016-12-15 21:28:24 -08:00
coffee-script.js Rebuild for 1.12.2 2016-12-15 21:28:24 -08:00
command.js Rebuild for 1.12.2 2016-12-15 21:28:24 -08:00
grammar.js Rebuild for 1.12.2 2016-12-15 21:28:24 -08:00
helpers.js Rebuild for 1.12.2 2016-12-15 21:28:24 -08:00
index.js Rebuild for 1.12.2 2016-12-15 21:28:24 -08:00
lexer.js Rebuild for 1.12.2 2016-12-15 21:28:24 -08:00
nodes.js Allow `@` values as indices in `for` expressions 2016-12-29 19:00:00 +00:00
optparse.js Rebuild for 1.12.2 2016-12-15 21:28:24 -08:00
parser.js Allow imported module members to be named `default` 2016-12-04 18:44:07 -08:00
register.js Rebuild for 1.12.2 2016-12-15 21:28:24 -08:00
repl.js Rebuild for 1.12.2 2016-12-15 21:28:24 -08:00
rewriter.js Rebuild for 1.12.2 2016-12-15 21:28:24 -08:00
scope.js Rebuild for 1.12.2 2016-12-15 21:28:24 -08:00
sourcemap.js Rebuild for 1.12.2 2016-12-15 21:28:24 -08:00