* [d3-contour] [Chore] Add contributor
* [d3-geo] Chore and Preparation for strictNullChecks
* [Chore] Change geoJSON to module import
* [Chore] Update return type signatures for `geoPath(...)` invocation. For the time being split the signatures for rendering to svg vs canvas. The return type for rendering is changed to `string | null`. This change corresponds to the comitted PR 98 in the d3-geo repo. The behavior and the definitions are now harmonized with d3-shape generators like `arc(...)`.
* [d3-contour] Update test to reflect `geoPath` change.
* update types for launchpad@v0.6.0
* cache current v0.5 types in subfolder
* Revert "cache current v0.5 types in subfolder"
This reverts commit 24bcd8aaba93c24fb6a135b5ae65aee0b793fde0.
* add version info to launchpad header
* React CSSProperties position made specific
* Add test for css position
* DropdownItem onClick is callback
DropdownItem onClick was an event. It should be a callback function
* Test DropdownItem onClick definitions
* Add type definitions for koa-route
* Not needed: path-to-regexp
* Change path-to-regexp asOfVersion to ^1.7.0
* Revert "Change path-to-regexp asOfVersion to ^1.7.0"
This reverts commit 0452ebe8033ef9de3c084f4ef3366f63e351af6e.
* Change path-to-regexp dependency to ^1.7.0
* fetchAll supports same parameters as fetch
Latest Bookshelf's instance.fetchAll calls collection.fetch() with
given options, ie. it supports the same options than fetch.
For example
(new User).fetchAll({columns: ['id', 'name']}).then(...)
* Update version number
* Revert "Update version number"
This reverts commit cf4a3e6c51554d75f5408acd23bb0fade6acafef.
* remove extra slash from contributor's name
* fixing react-joyride typings for v1.10.1
* fixing index header to match expected format
* Flatten author names
* re-adding deprecated methods and marking them as private
* doLog accepts a label
* Use PromiseLike instead of Promise in fromPromise functions
Bacon accepts Promises/A+ -compatible promises that have just the .then
function, so the full Promise type is not actually required.
This also removes the need for the JQueryXHR special case, because
JQueryXHR is compatible with PromiseLike.
* Restore JQueryXHR special case to fromPromise
With strictNullChecks JQueryXHR is not compatible with PromiseLike.
The baconjs typings don't have strictNullChecks at the moment, so tsc
didn't catch this...
* Flatten contributors' list
* Separate interfaces for each lifecycle hook
Having one required hook per interface leads to greater type safety than
having a single IController interface with all properties optional.
Namely, the IController interface will not help you if you misspell a hook
name. (A slight improvement, admittedly, but an improvement nonetheless.)
This is closer to how the typings are done for lifecycle hooks in ng2.
* Use `dtslint`
* Fix trailing whitespace
* Add usingPromise to sinon types
* Add type definitions for sinon's calledImmediatelyBefore/After
* Update types for sinon's resolves() by marking parameter as optional
* Add tslint.json for sinon and fix issues
* add weixin-app
* add wx
* add new line at end of file
* tslint wx and wx-app
* fixed test error
* change project name weixin
* rename
* weixin-app Add param this
* change discription of jweixin
* add some Event declaration
* change tslint config
extends dtslint/dt.json
* add defination of ccap, qr-image
* remove redundant jsdoc
* remove doc
* allow overloads
* inline some types
* fix tslint error
* ndarray
add tslint
export like a module style
* ndarray make ndarray as a interface
* ndarray: export type Data
* add defination of cwise-parser
* add type definition for cwise-copiler
* fix tslint error
* add type definition for cwise