* Adds LiveSeekableRange
LiveSeekableRange is required when seeking in a live buffer
* add constructor for LiveSeekableRange
* adds liveSeekableRange to RemotePlayer
* adds liveSeekableRange as RemotePlayerEventType
* [rehype-react] Add Fragment option
Usually this will be `React.Fragment`, but it accepts any component.
* [rehype-react] Update which options are optional
Most options have healthy defaults. Only `createElement` is required.
* [rehype-react] Update version number
* [rehype-react] Update tests to include Fragment option
* Update `req.is` to match the actual function.
The parameters can be a string or an array and return type can be null.
This is described in the JSDoc for the function:
e1b45ebd05/lib/request.js (L273)
* Add a couple of extra tests
* Added initial declaration file for client
* Added missing complex types function
* Added initial module format definition
* Re-factored types to export detailed interfaces
* Fixed linting errors
* Added test file for definitions
* Added tslint comment for default export
* Fixed options incorrectly being required
* Added connect and disconnect methods for endpoints
* Re-named connect argument to sink to match docs
* Added media element interface to extend webrtc endpoint
* Changed media element method to use strict element type
* Added missing close method for main class
* Refactored type structure to match commonjs
* [reactstrap] Update Popover to add RefObject as a target
* [reactstrap] Add to the test the usages of React.RefObject
* [reactstrap] Update Tooltip, Popover, and Collapse to add RefObject as a target
* [reactstrap] Remove RefObject from Collapse definition
The package itself says it's expecting a `TextStyle`, not a `ViewStyle` (84adc85523/Libraries/Components/Picker/Picker.js (L62)).
Specifically, setting this to `ViewStyle` causes Typescript to complain if you try to set a `color` property, which does in fact work.
* Add @testing-library/jest-dom
* Fix global test
* Update jest-dom typings for (future) v5
- Remove module typings
- Sync global typings with latest version
Apply suggestions from code review
Co-Authored-By: Sebastian Silbermann <silbermann.sebastian@gmail.com>
Co-authored-by: Sebastian Silbermann <silbermann.sebastian@gmail.com>
* [fabric] Upgrade the types from fabric v3.5.0 to v3.6.1 (1)
- Add targets property to ICanvasOptions interface
* [fabric] Upgrade the types from fabric v3.5.0 to v3.6.1 (2)
- Update subTargetCheck JSDoc description
* [fabric] Update Definitions by list
* Make .toPromise return an instance of the type passed in
* Make filter respect type guards
* Fix toPromise tests for old typescript versions
* Add another test for highland filter