'Cannot invoke an expression whose type lacks a call signature. Type 'typeof 'js-schema'' has no compatible call signatures.'
while importing with 'import * as schema from 'js-schema''
The previous import strategie ('import {default as schema} from 'js-schema') where raising an error after compilation.
* Update index.d.ts
Add overloaded methods for zlib module that take a ZlibOptions parameter along with a callback.
* Add tests for new methods added to node’s zlib module definition.
* @google-cloud/storage definitions
* Renamed [at]google-cloud to google-cloud and exposed API classes and interfaces at the top level
* Renamed to google-cloud__storage as per request.
* Renamed and moved into types directory.
* Removed individual files and consolidated all definitions into
index.d.ts file.
* Using <code>declare module</code> to create a single
<code>@google-cloud/storage</code> module that imports each individual
module:
** <code>@google-cloud/storage/bucket</code>
** <code>@google-cloud/storage/channel</code>
** <code>@google-cloud/storage/file</code>
** <code>@google-cloud/storage/storage</code>
* Updated README.
* Remove custom README.
* Removed redundant JSDoc comments.
* Fixed errors for passing nom test.
* [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