mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-09 23:24:31 +00:00
'constructor' is now forbidden as a property name because in 3.4 the compiler thought it created a property, but in ES2015 it actually created a constructor. I replaced them with computed properties, which is still wrong, but backward compatible. The es2015.promise lib no longer has an iterator type in it. You need to explicitly reference es2015.iterator