TS3.6 moves the location of 'wrong number of parameters' error for
property accesses. This change makes the tests work with all versions of
Typescript.
* adding types for little-loader
* adding support files
* use 4 spaces
* export directly
* export default?
* I'm so confused.
* going back to original. giving up.
* missing version and ;
* trying to just export a function one more time...
* remove export?
* *sigh*
* updating import on test
* context is optional
* update to deal with options case.
* remove unnecessary generic?
* fix: editor takes a recursively nested plugin stack as contructor argument
* chore: formatting
* refactor: remove obsolete list type. naming
* fix: enforce a list as root data type.
* Update index.d.ts
Currently definition for autoCloseBrackets doesn't allow boolean values, which
is wrong. Setting autoCloseBrackets to true enables autoclosing feature with
the default settings, as is visible in the source code of a demo on the
CodeMirror's official website: https://codemirror.net/demo/closebrackets.html
var editor = CodeMirror.fromTextArea(document.getElementById("code"), {autoCloseBrackets: true});
* Improve PlayerData in chromecast-caf-receiver
Improve PlayerDataEventType (taken directly from the Chromecast) and the
PlayerDataBinder constructor (can be checked in documentation here
https://developers.google.com/cast/docs/reference/caf_receiver/cast.framework.ui.PlayerDataBinder#constructor_1
)
PlayerData needs to be instantiatable as well (see screenshot showing it
is a constructor).
* Fix test
* Update all classes and enums accessible from PlayerData
* Remove package.json
* Fix tests
* Update tests
* Adding typing for gridLineInterpolation
gridLineInterpolation: string
Polar charts only. Whether the grid lines should draw as a polygon with straight lines between categories, or as circles. Can be either circle or polygon.
Defaults to undefined.
Reference: https://api.highcharts.com/highcharts/yAxis.gridLineInterpolation
* Removing trailing whitespace
* make dive to take component as type
make dive to take component as type so that dive().instance() returns component with correct type
* add test for dive type definition
add test for dive type definition
* node: ref and unref for timers returns this; new method hasRef
* code formatting
* Backported to older Node typings
* node: inteface Timer has to have hasRef too
* node: methods return this for v11 too
* Added factory.d.ts
This enables the modular import of plotly descibere [here](https://github.com/plotly/plotly.js/tree/master/dist#partial-bundles).
import Plotly from 'plotly.js-basic-dist'
import createPlotlyComponent from 'react-plotly.js/factory';
export const Plot = createPlotlyComponent(Plotly);
* Add factory to index
This is needed because travis will fail due to unused file error
* removal of default
* Update index.d.ts
* Update index.d.ts
* Update tsconfig.json
* Update index.d.ts
* Add factory test
* Support undefined with notRequired()
* ArraySchema<T> instead of this
* children can be undefined
* Export InferType<T>
* Support undefined and null for arrays
* Reduced types count and dupicated code for arrays
* Added boolean overloads
* added type definitions for promise.allsettled
* code style update
* code style and compatibility fixes
* removed the (hopefully not needed) tslint disable flag
* more code style fixes
* code style fix