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
Nathan Shively-Sanders
608c146d89
Mark non-npm packages
2019-02-13 15:44:35 -08:00
Zev Spitz
33da0daffb
[activex-*] Remove Enumerator overload taking SafeArray ( #26103 )
...
* Remove enumerator overload that takes SafeArray
* Interop tests depend on activex-scripting; associated version bump
* windows-script-host version bump
* npm test fixes
* Fix comment
2018-05-29 15:54:20 -07:00
Zev Spitz
38f44407b1
Switch dependency on lib.scripthost.d.ts to activex-interop
2018-05-13 17:28:16 +02:00
Zev Spitz
bfefeaadb9
activex-mshtml: default properties; fix for default argument values in jsdoc ( #25293 )
...
* Fix activex-stdole
* Reduce any
* Default properties; fix jsDoc default values
* Fix office tests
* activex-office dtslint fix
* activex-vbide: default properties; default values of optional parameters
* activex-vbide: dtslint fixes
* activex-msforms -- default properties; default parameter values in jsDoc
* Reduce duplicate types
* dtslint fix
* activex-outlook version bump
* activex-powerpoint Typescript version bump
* activex-vbide Typescript version bump
* post-DefinitelyTyped-build fixes
* Fix Column and List setters
* Fix for Excel tests
* Default properties; fix default parameter values in jsDoc
* Remove max-line-length
2018-04-25 11:53:53 -07:00
Andy Hanson
45c9246c09
Remove esModuleInterop from tsconfigs (no longer mandatory)
2018-02-14 14:55:13 -08:00
Andy
bef4d2b27d
Enable "esModuleInterop" in all tsconfigs ( #23354 )
2018-02-05 11:01:56 -08:00
Andy
37685e11dd
Add tslint disables for no-const-enum ( #23134 )
2018-01-23 18:19:36 +00:00
Andy
19f89399e4
Ensure every package has a tslint.json ( #21009 )
...
* Ensure every package has a tslint.json
* Fixes
2017-10-25 11:13:50 -07:00
Andy
947a8fb761
Enable strictFunctionTypes ( #20373 )
2017-10-06 14:03:03 -07:00
Zev Spitz
73dd199e0f
Microsoft Office (Desktop) via Automation ( #19987 )
...
* Merge updates (#4 )
* Merge upstream updates (#5 )
* Initial commit for MS OFfice Automation
* Modified activex-excel and tests; activex-msforms
* ADODB tests, DAO tests
* msforms, msxml, mshtml
* MSXML tests
* Office, VBIDE, Word
* Word
* Word
* Outlook, Powerpoint
* Added project URL for stdole
* Added 'private' to package.json
* activex-adodb fixes
* remove public member-access
* activex-adodb fixes
* activex-adodb tests fixes
* activex-adodb-tests fix
* activex-adodb-tests fix -- no-unnecessary-generics
* remove public modifier
* TravisCI fixes
* More TravisCI fixes
* More TravisCI fixes
2017-09-25 12:32:34 -07:00