Tom Wanzek
1e40a4e83c
[types-2.0] d3-brush and d3-drag JSDoc comments and fixes ( #11503 )
...
* d3-brush
* **[chore](d3-brush)**: Add JSDoc comments.
* **[Enhancement](d3-brush)**: Added some `| null` to union types/return types in preparation of `strictNullChecks`
* **[Fix](d3-brush)**: Added signatures for removing a brush selection using `null`
* d3-brush and d3-drag
* [chore](d3-brush): Minor addition to JSDoc comment
* [chore](d3-drag): Added JSDoc comments.
2016-10-03 07:48:46 -07:00
Tom Wanzek
a97708ea92
[types-2.0] d3-zoom and d3-force JSDoc comments ( #11542 )
...
* d3-zoom:
* [chore](d3-zoom): Add JSDoc comments.
* d3-force and d3-zoom
* [chore](d3-force): Added JSDoc comments
* [chore](d3-force): Some additions of `| null` or `| undefined` in preparation of strictNullChecks.
* [chore](d3-zoom): Renamed function argument from callback to listener for consistency.
* d3-force
* [chore](d3-force): clarifying edits to JSDoc comments.
2016-10-03 07:48:17 -07:00
Tom Wanzek
ccf82851b7
[types-2.0] d3-format d3-timer d3-random JSDoc comments and Enhancement ( #11573 )
...
* d3-format
* [chore](d3-format): Finalized JSDoc comments
* [Enhancement](d3-format): Use string literals to refine interface FormatSpecifier for properties with specified encoding of choices. (In accordance with D3 API docs)
* d3-timer
* [Fix](d3-timer): Removed brackets from @param statements for optional parameters. Otherwise they did not appear in IDE (VSCode)
* d3-random
* [chore](d3-random): Complete JSDoc comments.
2016-10-03 07:47:27 -07:00
Anders Riutta
0767903e92
TransfofmCallback -> TransformCallback ( #11645 )
2016-10-03 21:41:21 +09:00
zjiekai
9f1c7c6a92
setEncoding(encoding: string | null) ( #11635 )
...
Encoding can be disabled by calling readable.setEncoding(null).
https://nodejs.org/api/stream.html#stream_readable_setencoding_encoding
Typescript v2.* has strictNullChecks which prevents passing null to setEncoding
https://www.typescriptlang.org/docs/release-notes/typescript-2.0.html
2016-10-03 21:25:42 +09:00
Peter Burns
779e53eb3b
Add typings for cssbeautify library ( #11460 )
...
* Add typings for cssbeautify library
* Don't paper over the fact that cssbeautify isn't ES module compatible.
2016-10-02 17:06:55 -07:00
Vladimir Matveev
07ce2df4f2
Merge pull request #11569 from Jarrku/patch-1
...
register takes a document(return type of new Model)
2016-09-29 12:23:11 -07:00
Vladimir Matveev
ee351b3654
Merge pull request #11576 from Crevil/mongoose-seeder
...
Add mongoose-seeder types
2016-09-29 12:09:33 -07:00
Vladimir Matveev
1778c0ce4b
Merge pull request #11545 from DefinitelyTyped/ssh2Improved
...
Adds ssh2-streams and cleans up ssh2
2016-09-28 21:53:34 -07:00
Bjørn
b433d77c00
Add mongoose-seeder types
2016-09-28 18:18:24 +02:00
Simon Van den Broeck
20b7c6f1df
register takes a document(return type of new Model)
...
I kept running into errors with the file, the register function takes a Document, generated from calling new Model. This removes the wrong error.
2016-09-28 16:50:29 +02:00
Vladimir Matveev
9400597ae8
Merge pull request #11525 from goenning/patch-1
...
[chai] Add eq + equals to Deep assertion
2016-09-27 22:24:46 -07:00
Vladimir Matveev
4272f2d320
Merge pull request #11540 from Mikhus/types-2.0
...
Font advanced config options added (for v2.0.6+)
2016-09-27 15:22:55 -07:00
Ron Buckton
f5d0b028e0
Additional comments for SSH2Stream methods
2016-09-27 15:13:10 -07:00
Ron Buckton
7cf2c1698f
Adds ssh2-streams and cleans up ssh2
2016-09-27 14:59:17 -07:00
Mykhailo Stadnyk
433c5dfa38
Font advanced config options added (for v2.0.6+)
2016-09-27 22:47:03 +03:00
Mohamed Hegazy
8cd81193e0
Consolidate enzyme use of {} in one place as a work around for https://github.com/Microsoft/TypeScript/issues/10759 ( #11524 )
2016-09-26 16:51:01 -07:00
Guilherme Oenning
6956b1e9af
Add eq + equals to Deep assertion
...
I'm adding this based on https://github.com/chaijs/chai/blob/master/lib/chai/core/assertions.js#L560-L563
2016-09-26 18:38:33 -03:00
Donald Pipowitch
dfba1cf56b
correctly use fs-extra, fix readJsonAsync ( #11504 )
...
* correctly use fs-extra, fix readJsonAsync
* literally fixed bug
2016-09-26 08:27:03 -07:00
Peter Burns
140c5d2895
Support .constructor in chalk typings ( #11411 )
...
* Support .constructor in chalk typings
* Restore namespace to Chalk. Add dim() and hidden() methods.
2016-09-25 16:28:18 -07:00
Andy
9ad8bd9479
Merge pull request #11474 from DefinitelyTyped/merge_24sep
...
Merge 24sep
2016-09-24 18:52:32 -07:00
Andy
345e576d20
Merge pull request #11020 from geoffreak/maxmind-typing
...
Typing for maxmind [types-2.0]
2016-09-24 18:52:08 -07:00
Joshua DeVinney
81c16a8897
Adding version and dropping the I from the interfaces
2016-09-24 19:34:09 -05:00
Andy Hanson
89d6358b54
Merge remote-tracking branch 'origin/master' into merge_24sep
...
Conflicts:
angular-material/angular-material.d.ts
bookshelf/bookshelf.d.ts
react-widgets/react-widgets.d.ts
vinyl/vinyl.d.ts
2016-09-24 16:40:57 -07:00
Andy
40a22e2699
Merge pull request #11352 from waratuman/master
...
Adding missing static methods to Bookshelf
2016-09-24 12:29:10 -07:00
Andy
24189fd6a0
Merge pull request #11471 from danvk/dygraphs
...
Typings for the dygraphs charting library
2016-09-24 11:00:26 -07:00
Dan Vanderkam
d7f49d8166
include version
2016-09-24 13:37:33 -04:00
Dan Vanderkam
966b3eff1b
reference google.visualization
2016-09-24 13:16:24 -04:00
Dan Vanderkam
9d4378f79c
2 spaces --> 4 spaces
2016-09-24 11:51:51 -04:00
Dan Vanderkam
0b25714182
code review
2016-09-24 11:51:14 -04:00
Dan Vanderkam
929c2e53c3
Typings for the dygraphs charting library
2016-09-24 11:19:59 -04:00
Andy
c8e0d68ce3
Merge pull request #11469 from bdchauvette/vinyl@1.2.0
...
Vinyl@1.2.0
2016-09-24 08:11:26 -07:00
Andy
a756eb5ea5
Merge pull request #10798 from DanielRosenwasser/gulp-file-include
...
Added declarations and tests for 'gulp-file-include'.
2016-09-24 08:08:21 -07:00
Andy
977f2b2f17
Merge pull request #11157 from alitaheri/sequelize-add-missing-hooks
...
[types 2.0] Add [before/after][Bulk?]Sync hooks
2016-09-24 08:01:51 -07:00
Andy
1c78ca3b67
Merge pull request #11024 from alitaheri/add-moment-jalaali
...
[types 2.0] Add moment-jalaali types
2016-09-24 07:59:23 -07:00
Daniel Rosenwasser
69ecd6bb8b
Added test for string-accepting overload.
2016-09-24 08:52:01 -04:00
Daniel Rosenwasser
e3bd432500
Fixed up existing signature; added string parameter overload.
2016-09-24 08:51:03 -04:00
Ben Chauvette
5f34eea83b
[vinyl] Add File.isCustomProp
...
See gulpjs/vinyl@7b01e75
2016-09-24 08:13:22 -04:00
Mykhailo Stadnyk
7407c90ec9
Added missing property ( #11464 )
2016-09-24 21:12:54 +09:00
Mykhailo Stadnyk
b9290cce1a
Added missing config property ( #11463 )
2016-09-24 21:12:12 +09:00
Roman Resh
9818469273
DevExpress ASP.NET 16.1.6 ( #11438 )
2016-09-24 21:11:54 +09:00
Tony Ngan
cf8926a241
Return type of ttl should be Job instead of void ( #11461 )
...
[Reference](d675f28705/lib/queue/job.js (L484-L490) )
2016-09-24 21:11:38 +09:00
Ben Chauvette
7e0c259d20
[vinyl] Add test for File.isVinyl
2016-09-24 08:09:57 -04:00
Masahiro Wakame
da1c32084c
add version number of power-assert libraries ( #11468 )
2016-09-24 21:05:22 +09:00
Umed Khudoiberdiev
4bb4c29cad
fixes #11351 ( #11453 )
2016-09-24 21:03:26 +09:00
Ali Taheri
bdb92ebbbb
bump version to sequelize 4.0.0
2016-09-24 13:33:03 +03:30
Ali Taheri
e1b64bbf24
Simplify declarations
2016-09-24 13:21:20 +03:30
Andy
8770da2c8f
Merge pull request #11450 from ErinCoughlan/patch-3
...
Update MdPanel in angular-material.d.ts file
2016-09-23 15:42:01 -07:00
Andy
49d821e358
Merge pull request #11445 from alejo90/improve-leaflet-1.0.0-typings
...
Added more definitions to Leaflet 1.0
2016-09-23 15:36:25 -07:00
Andy
0e5895390b
Merge pull request #11455 from Ptival/tsmonad-defaulting-fix
...
tsmonad: fixed a bug I introduced
2016-09-23 15:36:14 -07:00