googlearchive / polyclean

BSD 3-Clause "New" or "Revised" License
20 stars 7 forks source link

ES6 for...of causes syntax error #15

Open kriscooke opened 8 years ago

kriscooke commented 8 years ago

Using via polybuild:

screen shot 2016-01-28 at 1 21 52 pm

Tracked it down to some for...of statements in a couple of our own custom elements; replacing with ES5 syntax fixed it.

Could relate to #5 ...