I am okay with these changes, although I have two comments:
for-of brings good features:
Thanks for the suggestion. We love using for-of in application code, but within the library itself we generally manually iterate lists.
We do this for speed and to avoid the extra compiled code. For example, a simple for-of balloons to 25 lines using babel.
@sorvell, as mentioned above:
Babel offers a plugin to convert it harmoniously without using iterators.
Please, check here.
Most helpful comment
@sorvell, as mentioned above:
Please, check here.