mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
1143ac0268
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. |
||
---|---|---|
.. | ||
coffee-script |