Sheetal Nandi
b5edd4458e
Merge pull request #13873 from bfsmith/master
...
ElasticSearch create document id optional
2017-01-10 11:54:29 -08:00
Sheetal Nandi
7f8761a6b0
Merge pull request #13875 from JD-Robbs/JD-Robbs-patch-1-sha1
...
Adds `sha1` typings
2017-01-10 11:51:55 -08:00
Alexandre
28d96a9ec9
Fix redux-form typings ( #13867 )
...
* Patch FormErrors and FormWarnings
* Allow passing ReactElement values to FormErrors and FormWarnings
* Add typescript version to the end of the header
2017-01-10 11:31:57 -08:00
JD-Robbs
6aacd98e18
Update index.d.ts
2017-01-10 19:18:26 +00:00
JD-Robbs
3a5255b8f2
Update index.d.ts
2017-01-10 19:14:57 +00:00
JD-Robbs
dd56cf09c4
Create tslint.json
2017-01-10 19:09:12 +00:00
Sheetal Nandi
4b83c33651
Merge pull request #13881 from DethAriel/pem-1.9.4
...
[pem] update typing info for pem 1.9.4
2017-01-10 10:59:01 -08:00
Andy
d7f3e8b418
Make version number parse-able ( #13910 )
2017-01-10 10:19:54 -08:00
Andy
d22bd22f74
Make version parse-able. ( #13904 )
2017-01-10 08:13:39 -08:00
Andy
b29f39d324
Fix path mappings ( #13902 )
...
* An old version must have a path mapping to itself
* react-daterange-picker doesn't need a dependency on "moment", since that isn't used directly, only through "moment-range" (which does have the dependency).
2017-01-10 07:49:04 -08:00
Thomas Townsend
9aaced7515
Remove MapStore for flux v3.0 ( #13819 )
...
* Remove MapStore for flux v3.0
* Add version to header
* Add new api changes
* Remove unneeded dependency on immutable
* Remove package.json file for flux
2017-01-10 06:34:19 -08:00
Andy
76a710cc94
Rename test files to be consistent ( #13882 )
2017-01-10 06:33:06 -08:00
Andy
a13492cbe3
Update comment on TS2.1 ( #13883 )
2017-01-10 06:29:13 -08:00
Ruslan Arkhipau
88fb47df28
[pem] update typing info for pem 1.9.4
...
Introduce callback and option interfaces for better type information;
enhance compliance with DefinitelyTyped best practices
2017-01-09 14:25:17 -08:00
Andy
c0a3889ed8
Make mocha-node unused to prevent installing @types/node for browser users ( #13869 )
2017-01-09 14:06:56 -08:00
Steve Ognibene
ddf60afa1d
Merge pull request #13877 from nycdotnet/remove-const-enum-from-node
...
Remove const enum label in node (now works with --isolatedModules)
2017-01-09 15:54:12 -05:00
Risto Keravuori
c77960897d
Update types for fetch-mock v5.8.1 ( #13784 )
2017-01-09 11:16:22 -08:00
Steve Ognibene
4e40336845
Remove const enum label from node (now works with --isolatedModules)
2017-01-09 13:36:08 -05:00
JD-Robbs
22e1bd7305
Update tsconfig.json
2017-01-09 18:35:00 +00:00
JD-Robbs
f579b14ff5
Update index.d.ts
2017-01-09 18:23:47 +00:00
JD-Robbs
fea8a860b0
Edits JSDoc
2017-01-09 18:15:35 +00:00
JD-Robbs
58af9b8807
Update sha1-tests.ts
2017-01-09 18:15:03 +00:00
JD-Robbs
5e054896cd
Add additional tests
2017-01-09 18:10:44 +00:00
JD-Robbs
e28099962b
Extend typings
2017-01-09 18:06:22 +00:00
JD-Robbs
ff96652906
Move file
2017-01-09 18:01:31 +00:00
JD-Robbs
4547b99203
Move file
2017-01-09 18:01:09 +00:00
Bert Verhelst
32c313fcde
Add missing meanBy function to LodashStatic ( #13862 )
...
This should resolve the issue: https://github.com/DefinitelyTyped/DefinitelyTyped/issues/13861
2017-01-09 10:01:02 -08:00
JD-Robbs
5b76a5ecfb
Adds tsconfig.json
2017-01-09 17:59:25 +00:00
JD-Robbs
454c075035
Adds initial test
2017-01-09 17:58:46 +00:00
JD-Robbs
8f1c02df74
Adds SHA1 definition
2017-01-09 17:49:41 +00:00
Smith, Blake (bs557j)
bd1bbf1d15
id is not required when creating a document. If it's not specified, ES will generate a unique ID for the document.
2017-01-09 11:16:07 -06:00
Goldsmith42
52f15e0fca
Definitions for duplexer2 ( #13860 )
...
* Added definition for async-polling
* async-polling tests with noImplicitAny
* Definitions for xsd-schema-validator
* Definitions for duplexer2.
* Added noImplicitThis: true
2017-01-09 08:59:12 -08:00
Joey Marianer
8d3b3fbdc4
Add definitions for concat-stream ( #13851 )
2017-01-09 07:11:57 -08:00
Carsten Blüm
d3ae5ced6d
Dragula: DragulaOptions.copy can also be a function ( #13761 )
...
* DragulaOptions.copy can be a function
In addition to boolean, a callback function is supported.
See https://github.com/bevacqua/dragula#optionscopy
* Fix missing types
2017-01-09 06:14:06 -08:00
Rafael Kr
63322c7d43
[bcryptjs] update definitions for v2.4.0 ( #13846 )
...
* [bcryptjs] update definitions for v2.4.0
* [bcryptjs] update PR based on feedback
* [bcryptjs] update PR based on feedback
2017-01-09 06:13:14 -08:00
Andy
e93460bfaa
Add charm types ( #13849 )
2017-01-08 17:44:51 -08:00
Rafael Salguero Iturrios
e446c18131
Missing zoom parameter on CRS.pointToLatLng method ( #13847 )
...
http://leafletjs.com/reference.html#icrs-pointtolatlng
2017-01-08 17:21:35 -08:00
Brendan Forster
d33f09009e
add walk and walkSync to fs-extra ( #13103 )
...
* add signature for walkSync
* flesh out the response definitions
* added example tests
* signature changes to let PathEntryStream flow
2017-01-08 17:20:28 -08:00
Jay Anslow
d67e721495
Add definitions for git-remote-origin-url ( #13845 )
2017-01-08 12:27:11 -08:00
Andy
b259e475a5
update-notifier: Add export = declaration ( #13839 )
2017-01-08 05:14:37 -08:00
Igor Oleinikov
198918d97c
Merge pull request #13749 from cervengoc/fix-knockout
...
Add knockout KnockoutStatic.ignoreDependencies method
2017-01-07 23:09:37 -08:00
Andy
df8ef42bab
fabric: Convert to external module and use class declarations ( #13833 )
2017-01-07 12:50:36 -08:00
Rowell
842e58faa1
Highcharts No Data To Display module updated ( #13703 )
...
* updated no-data-to-display to include initialisation
* added module version
* Updated version
* single line for authors
2017-01-07 12:17:00 -08:00
Andres David Jimenez
eab7e87d19
Loopback-boot ( #13832 )
...
* loopback-boot module typings
* loopback-boot module typings
* prepare test
* prepare test passed
* prepare tsconfig file
* prepare proyect link
* prepare proyect link
* re-testing
2017-01-07 12:03:19 -08:00
Andres David Jimenez
407f94811e
Loopback ( #13830 )
...
Fix "Definitions by:" link
2017-01-07 08:12:55 -08:00
Nicolas Panel
9c270c9d29
@types/dat-gui: export module ( #13829 )
...
* export module for compatibility with npm
* follow TS2 guidelines
2017-01-07 07:50:26 -08:00
Federico Caselli
deb4e610b7
Changed type in ObjectID.isValid ( #13827 )
2017-01-07 05:44:26 -08:00
Yoriki Yamaguchi
1af69c47fb
fix type definition for package: apex.js ( #13825 )
...
* fix `export default` issue
* use `namespace` instead of (internal) `module`
* write it as an external module
2017-01-07 05:01:39 -08:00
Pavel Puchkov
e90374421a
Add "movieImages()" method, add "language" opional parametr to @types/moviedb ( #13786 )
...
* Add "movieImages()" method, add "language" opional parametr
* Change Definitions by
2017-01-06 18:35:09 -08:00
Andy
ae1501a00e
Remove outdated text from react readme. ( #13824 )
...
We store different react typings in different directories now.
2017-01-06 17:41:08 -08:00