DefinitelyTyped/types/activex-mshtml
Nathan Shively-Sanders e907365599
Cleanup 2019/05/03 (#35184)
'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
2019-05-03 09:18:43 -07:00
..
activex-mshtml-tests.ts Switch dependency on lib.scripthost.d.ts to activex-interop 2018-05-13 17:28:16 +02:00
index.d.ts
package.json
tsconfig.json
tslint.json