* Updated typings to match Vimeo's player.js v2.6.3, updated tests to reflect new methods, properties, and events
* Cleanup of unused boilerplate lines
* setPlaybackRate may return RangeError
* options argument in constructor is optional
* Changes to mutiple classes
Fixed types of PolygonGraphics
- the type of fill property should be boolean
- the types in constructor's options object should match the types of the class properties
Fixed types of LabelGraphics
- the font property is a string specifying the CSS font
- see change notes to PolygonGraphics
Fixed types of EllipseGraphics
- the outlineColor prop is of type Color, not Property
- see change notes to PolygonGraphics
* Fixed types of LabelGraphics
- fillColor type changed to Color
- outlineColor type changed to Color
- outlineWidth type changed to number
* Fixed types in EllipseGraphics
* Updated PolygonGraphics
material property accepts both MaterialProperty and Color types
* Updated types in EllipseGraphics
* Add JsDoc and use default generics
* Activate strictNullChecks and use ExpectError
* Fix most linting
trailing whitespace
TypeScript Version: 2.3
* Fix void-return
* Add length property to internal and leaf nodes
* add convert function to quill's clipboard api
* create test for quill convert and rename some test function for consistency
* arrange the code for better diff
* fix test case
* add my name and github
* Added declaration of tweetdeck/valiant (#27385)
* Added declaration of tweetdeck/valiant
* fixed version notation and miss typo.
* lint fixes
* PR fixes
* updated parameter names in function signatures
* addressed return type of "CSS functions"
* simplified StylesConfig and SelectComponentsConfig
* updated type of base parameter in styleFn
* removed invalid property from HTML select element
* Bugfixes: Webview is an HTMLElement and also frame must be of type chrome to set options
* Bugfixes: Webview is an HTMLElement and also frame must be of type chrome to set options
* Bluetooth Socket: typings complete
* Bluetooth tests
* Fix typo
* Typo fix
* HID typings, but missing documentation
* Documentation and testing added
* InstanceID Typings
* Typings for mdns complete
* typings for chrome.syncFileSystem
* Major cleanup - comments and documentation review
* More cleanup, comment shortening, bugfixing, updates
* Cleanup and fixes: Continued (WIP)
* Fixed and cleanup: idle, instanceId, mediaGalleries (+added docs)
* Transfer types to enums
* networking.onc -> complete api typing, Enums to types to prevent runtime errors
* Restored enums that are present (after checking)
* Implemented desktopCapture
* Added management
* Typings for experimental clipboard api
* chrome.networking.onc: Documentation + fixes
* Removed unnecessary imports and compiler options.
* Bumped typescript version to support new language features.
* Cleanup: No need to specify defaults
* Add lifecycle-events
* Add exported alias `s()` and `h()`
* Add definitions for ListPool, because it's exported in redom as well
* Add namespace for list and svg to enable `list.extend` as described in [redom-docs](https://redom.js.org/documentation/#list-extend)