rainforestapp / decaf

Coffeescript to ES.next transpiler. Now maintained over at
https://github.com/juliankrispel/decaf
MIT License
106 stars 10 forks source link

for loops #96

Closed juliankrispel closed 8 years ago

juliankrispel commented 8 years ago

for v in arr loops actually translate to for of loops for es6.

whereas for v,k in arr should be compiled by cs

juliankrispel commented 8 years ago

this has been fixed