* react-test-renderer: copy existing to v15
* react-test-renderer: update to v16 API
* react-test-renderer/shallow: update to v16 API
* react-test-renderer: fix lint, path mappings
* Add some export defaults to match the library and allow importing directly from lib files
- also updated some of the actions while touching that file
* Fix extra new line in redux form
The Twit docs [specifically says](https://github.com/ttezel/twit#using-the-streaming-api) that the `stream` function returns an `EventEmitter`. It also says that the `EventEmitter` has [two methods - `start()` and `stop()`](https://github.com/ttezel/twit#streamstop) to start and stop the Twitter stream.
The return type was incorrectly specified as a `NodeJS.ReadableStream`. This fixes that.
* Test
* Fix react typings
* Revert "Use []-syntax for some cases."
This reverts commit 5f6e55843980b2cff9ace4174f72b4f8aa7ad278.
* Modify another render function's return type
* Use Array<T> instead in react.d.ts & Fix issues with the typescript linter & Adapt changes in react-router
* Convert Array<T> to T[]
* Add support for string and number return types.
* Add typings for tabris-plugin-firebase
tabris-plugin-firebase is a plugin for the framework for mobile app
development Tabris.js [1]. The plugin is made available by the Cordova
ecosystem and can thus only be consumed through a global variable.
Disable linter rule "strict-export-declare-modifiers" since using
"export {};" is the recommended way of exporting nothing when the module
is only to be used through a global variable [2].
Include missing Tabris.js interfaces due to the lack of support for the
"peerDependencies" field in package.json. Remove trivial types, i.e.
the interfaces NativeObjectEvents and NativeObjectProperties which were
essentially of type object. Linter rules disallow empty interfaces.
[1]: https://tabrisjs.com
[2]: https://www.typescriptlang.org/docs/handbook/declaration-files/templates/global-modifying-module-d-ts.html
Change-Id: I85a17308ec60647a547981708602089a3da39b07
* Change {} types to object
Those changed types may have own object properties.
Change-Id: I46b68ab018db86ad8d65c43d6dc28ca14e144d0b
* Added a definition for projection in mat3 class
Added the missing definition for projection function in the `mat3` class
* Added semicolon
Added missing semicolon.
* Added test for mat3.projection()
Added test for mat3.projection()
These callbacks do not exist on scales, but exist instead on the axe.
This is not well described in the documentation, but adding them to the scales
they are never called while they are called if they are added to the axe.
Per the README, and with research prompted by #19691, the shape of PouchDB export should reflect what is currently the node package's package.json main export shape (not jsnext:main).
* call Job.priority() to get the current number priority
* added parameterless definition for Job.priority()
- when called without a priority parameter, it returns the current priority of the job
relevant source https://github.com/Automattic/kue/blob/master/lib/queue/job.js#L520-L536
note: JSDocs in Kue source code appear to not include optional parameters
* priority() returns string if priority set to unexpected priority string