* Update three-core.d.ts
fixed typings for THREE.ObjectLoader.parseImages
* Update three-core.d.ts
Changed result of ObjectLoader.parseImages function to more specific type
* Add webnotifications definition
* Set couple missing comments
* Updates to Bootstrap DatePicker to address some omissions.
* Remove Extraneous Web Notifictions
* added missing overrides on format function
* Updated bootstrap Datepicker definitions with missing / incomplete types per documented options
* Revert "reverting some changes for now because they cause incompatibilities with existing code bases"
This reverts commit 2c28064515.
* improvements
* fixed version header to be compatible with DefinitelyTyped's release tooling
* using defaults for generics to make this backwards compatible to older typings
and more convenient to use in case no subclassing of Parse.Object is applied
* updated parse-mockdb to make it compatible with new parse typings
* Added alter, hooks, and searchPath to syncOptions interface with compiler test and documentation comments (straight from sequelize v4 docs)
* Fix implicit any return type error
* Basic framework for requestretry
* Start of tests
* Fixing some linting issues
* More formatting and cleanup
* Switching to a non module
* Finishing the tests
* Fixing formatting for new tests
* Remove unneeded types
* Regenerate base files again
* Mongodb client.connect options v2.2
* Mongodb::dt-header typescript v2.0 -> v2.3
Read more on typescript ``object`` [type](https://github.com/Microsoft/TypeScript-Handbook/blob/master/pages/release%20notes/TypeScript%202.2.md#object-type)
* Fix trailing ' mark
* Ttravis errors,mongodb: downgrade TS version to 2.2
* Merge SocketOptions into MongoClientOptions
* Urgent fix MongoDB.connect() options
Most common SSL options now gathered in one
place in SSLOptions interface.
SSLOptions and newly added HighAvailabilityOptions interface
are shared by ServerOptions, MongosOptions
and ReplSetOptions interfaces respectively
SocketOptions extends SSLOptions.
Updates ReadPreference interface to v2.2
Updates docs links.
* Restore formatting style
* SocketOptions, ServerOptions & ReplSetOptions
SocketOptions
Removes extension of SSL- and HighAvailability- Options
ServerOptions
Adds missing options
ReplSetOptions
Adds missing extensions of SSL- and HighAvailability- Options
* Fix first round of weak type errors
Done through griddle-react
* 95% done with weak type fixes
* Fix last couple of weak type errors
* Remove some lint from mithril tests
* mithril's Lifecycle is not a weak type any more
Restore the Lifecycle constraints in the rest of the definitions.
* Fix react-redux tests after #16652 broke them
* Remove package-lock.json
Fixed a bug that resulted in `any` being inferred for nested recursive generics.
Formatted type declaration on multiple lines for readability.
Updated maintainers list.
* Added 'firebird' package
* Fixed all of the errors from dtslint
* Modify tslint.json in dts-gen form
* Fixed more tslint errors.
* Validate whitespace rules(CI-only)