DefinitelyTyped/types/d3-selection
Tom Wanzek ff2359e74c feat(d3-selection): add minor version 1.3.0 features and strictFunctionTypes (#23323)
* chore(d3-selection): enable strictFunctionTypes

Enables `strictFunctionTypes` compiler options and updates affected tests.

* @feat(d3-selection) add selection.clone and d3.create

Add selection.clone(...) and d3.create(...) to the definitions and tests. Bump minor version number to 1.3

* chore(d3-selection) fix two tests

Specify the selectAll<...> generics in a test for HTMLCollectionOf. Fix the `this` context of a selector function.
2018-02-08 08:00:30 -08:00
..
d3-selection-tests.ts feat(d3-selection): add minor version 1.3.0 features and strictFunctionTypes (#23323) 2018-02-08 08:00:30 -08:00
index.d.ts feat(d3-selection): add minor version 1.3.0 features and strictFunctionTypes (#23323) 2018-02-08 08:00:30 -08:00
tsconfig.json feat(d3-selection): add minor version 1.3.0 features and strictFunctionTypes (#23323) 2018-02-08 08:00:30 -08:00
tslint.json