* add missing property for ReduxLoggerOptions
add titleFormatter property type definition for ReduxLoggerOptions
* fix ci error
fix no-trailing-whitespace error
* fix bugs with types
* fixed type errors
* more type errors fixed
* fixed errors and added missing type definitions
* fix all typos and added all missing ones
* change inappropriate names
* Updated names to be more accurate.
* adds EnumDWT_ConvertMode to make compatible with the old enum
* Remove type for sync use of ConvertToBase64 which isn't supported for now
* adding new line at the end
* Adding draggable property to AbstractMarker in heremaps
* Fix jsdoc and optional for draggable property to AbstractMarker in heremaps
* Fix jsdoc description for draggable property to AbstractMarker in heremaps
* Updated the typings to allow JSX elements in addition to strings for the toast message content.
Refer to https://tomchentw.github.io/react-toastr/
* Update version number of react-toastr type definition.
* Revert version number to match toastr's version number
Change toast notify functions to use string or ReactNode types explicitly
Revert change to options override type
* ReactNode includes string.
* Add new RenderProps-style Context from React 16.3
React 16.3 has a new recommended API for Context, with new Context, Provider, and Consumer typings.
* Add overload for createContext() to be called with no arguments
* Fix syntax
* Refactor out Props for Consumer & Provider
* lodash: _.get should with numeric keys, too.
Also added some better tests.
* lodash: add one more NumericDictionary overload for _.get
* lodash: more reasonable index for _.get tests
* lodash: support placeholders for curry
* lodash: add logic for generating overloads with placeholders
* lodash: fix placeholder generation bugs
* lodash: use the original parameter name for placeholder parameters
* lodash: stop generating unnecessary generics
* lodash: move all FP functions into a single file.
Trying to fix memory error in tests.
* lodash: omit comments and useless overloads to make the build work
* lodash: update fp function files
* Fix placeholder definition files
* lodash: add placeholder constants to fp definitions
* lodash: looks like we missed some jsdoc comments.
Let's omit them for consistency.
* lodash: fix build errors
* d3-geo strictNullChecks mode:
Allow GeoGeometryObjects type to be null
Check existence of optional mehtods before calling them
Added null to union type or some results of call
* Missing space
* Min TS 2.4 for d3-geo
* Back to TS 2.3
* Added null as acceptable type
* d3-geo : Use of default generic types
* d3-geo : Removed generic type when using default
* d3-geo : fix generic types
* d3-geo : tests with nullable features
* typings update to catch up with current version of react-virtualized
* fixed lint errors
* fixed ts version
* fixed void return type of defaultProps functions
* changed interface to type for better consistency
* fixed signature of onChildScroll params in WindowScroller
* Auto stash before merge of "enable-strict-mode" and "master"
* removed unimportant line from test file
* replaced strict with explicit options
* updated TS version
* ts version set to 2.7
* back to ts 2.6
* changed autogenerated relative import to global import
* Added a missing type for beginAtZero.
* Consolidated tick options into single interface, addressed PR comments.
* Added tslint disable for a depricated interface.
The Overlay class definition is currently broken for Typescript 2.8.1 because OverlayProps has recently been moved into the Overlay namespace. This updates the class definition to reflect that.