as-ideas / oil

191 stars 56 forks source link

Removing for-of #163

Closed Waschnick closed 6 years ago

Waschnick commented 6 years ago

Symbols do not really work in old browsers and even with the polyfills included there was an issue with Firefox35 and below and old chrome.

let-of is not need for most use cases for us.

FYI: https://babeljs.io/docs/en/babel-plugin-transform-es2015-for-of still uses symbols