Commit Graph

21773 Commits

Author SHA1 Message Date
Andy
eb070ff01b Merge pull request #10851 from DzmitryDulko/master
Add page dimensions to jspdf/addPage
2016-09-20 11:14:34 -07:00
Andy
3a478786ee Merge pull request #10938 from zlumer/patch-2
node-dir: added types for callback params
2016-09-20 09:19:38 -07:00
Andy
0bd30721c2 Merge pull request #11281 from ulrichb/ThreejsPolymorphicThisTypes
[three.js] Simplify typings by employing "polymorphic this types" for clone()/copy() methods
2016-09-20 08:46:17 -07:00
Andy
b9e739fbde Merge pull request #11322 from DenisCarriere/proj4
Removed extra constants Proj4 Projection
2016-09-20 08:44:46 -07:00
Andy
52bd2e7d88 Merge pull request #11344 from Smiche/master
react-redux-toastr type declarations
2016-09-20 08:34:11 -07:00
Andy
f3cfa0476d Merge pull request #11347 from arma-gast/js-data-promise-clarification
`finally` returns original promise.
2016-09-20 08:24:45 -07:00
Aleksandar Ivanov
41e5e3d178 Update react-redux-toastr.d.ts 2016-09-20 18:16:27 +03:00
Aleksandar Ivanov
f11138f443 Update react-redux-toastr.d.ts 2016-09-20 18:15:54 +03:00
Aleksey Blokhin
913827f4c2 finally returns original promise. 2016-09-20 18:14:10 +03:00
Aleksandar Ivanov
be207d84a7 Update react-redux-toastr.d.ts 2016-09-20 18:03:49 +03:00
Andy
d3fe88e09b Merge pull request #11331 from twail-net/parse-mockdb
added typings for parse-mockdb
2016-09-20 07:59:00 -07:00
Andy
a32086b500 Merge pull request #11332 from ethanresnick/master
Improve twilio typings
2016-09-20 07:57:27 -07:00
Andy
a44d58751e Merge pull request #11206 from seawerst/master
requirejs.RequireConfig
2016-09-20 07:48:05 -07:00
Ethan Resnick
962044d3ce Capitalize WebhookOptions 2016-09-20 10:46:08 -04:00
David Poetzsch-Heffter
0502f8480e added import statement 2016-09-20 16:44:20 +02:00
Andy
c151763c60 Merge pull request #10668 from smfeest/multi_slot_transclude
Add additional $transclude function parameters
2016-09-20 07:42:39 -07:00
Andy
11f97ec9ae Merge pull request #11179 from NoHomey/patch-22
Fixes #11185 [jest] jest.d.ts needs update
2016-09-20 07:24:16 -07:00
Andy
492db5b033 Merge pull request #10777 from massimocode/master
Durandal - Fixes to DialogContext. See below:
2016-09-20 06:50:44 -07:00
Andy
549e7e37bc Merge pull request #11268 from ligaz/patch-4
Add justifyContent to CssProperties
2016-09-20 06:49:14 -07:00
Andy
65f7bc4f1c Merge pull request #11321 from pafflique/patch-6
Concat second+ parameter can be plain value.
2016-09-20 06:44:51 -07:00
Andy
9221c98fd4 Merge pull request #11337 from akankov/patch-1
fromData type fix
2016-09-20 06:27:45 -07:00
Aleksandar Ivanov
42e0076772 Update react-redux-toastr.d.ts 2016-09-20 12:58:24 +03:00
Aleksandar Ivanov
e6e922c65a Update react-redux-toastr-tests.ts 2016-09-20 12:55:37 +03:00
Aleksandar Ivanov
18780a108d Create react-redux-toastr.d.ts 2016-09-20 12:47:05 +03:00
Aleksandar Ivanov
2837bdcd4b Rename library-tests.ts to react-redux-toastr-tests.ts 2016-09-20 12:46:40 +03:00
Aleksandar Ivanov
02935de0cc Update library-tests.ts 2016-09-20 12:46:14 +03:00
Aleksandar Ivanov
a982c80d55 Delete index.d.ts 2016-09-20 12:45:34 +03:00
Aleksandar Ivanov
60b8d47695 Create library-tests.ts 2016-09-20 11:34:07 +03:00
Aleksandar Ivanov
3dacedf0dc Create index.d.ts 2016-09-20 11:33:29 +03:00
Stefan Dobrev
6eaf28d303 Add justifyContent to CssProperties
`justifyContent ` was missing from CssProperties and this PR adds it. More information about it [here](https://developer.mozilla.org/en-US/docs/Web/CSS/justify-content).
2016-09-20 08:51:04 +03:00
akankov
4b32d529eb fromData type fix 2016-09-20 12:48:54 +07:00
Horiuchi_H
a46b68d63e Merge pull request #11333 from simonxca/patch-mongoose
fixes model.discriminator() signature fixes #11323 #10878
2016-09-20 14:38:37 +09:00
Ethan Resnick
b434572f41 fixup tests
Note that these tests aren’t currently passing on master either; the
last PR only passed because travis didn’t actually run the tests:
https://travis-ci.org/DefinitelyTyped/DefinitelyTyped/builds/160110579
2016-09-19 23:05:24 -04:00
Simon
895592ef94 fixes model.discriminator() signature fixes #11323 fixes #10878 2016-09-19 20:19:07 -04:00
Ethan Resnick
92b7191938 Allow TwimlMethods with no arguments
E.g. hangup() doesn’t take any arguments.
2016-09-19 19:00:58 -04:00
Ethan Resnick
3d032bd510 Split up TwimlMethod signature
By splitting up the union into an overload, we get much more useful
typing than just (any, any)
2016-09-19 18:59:41 -04:00
Ethan Resnick
ae92456e05 In TwimlCallback, Node shouldn't be optional
Because the callback is always called with the Node.

This change is based on the advice here:
https://github.com/Microsoft/TypeScript-Handbook/blob/master/pages/decla
ration%20files/Do's%20and%20Don'ts.md#optional-parameters-in-callbacks
2016-09-19 18:58:18 -04:00
Ethan Resnick
6164f95bb1 Fix MiddlewareFunction interface
1. Change client request/response to server request/response, because
the client ones are for when node is acting as a client (making
outgoing requests), whereas here it’s acting as a server. This change
is needed to work with express.

2. Change the `next` argument, because next (in express) is a function
called with 0 or 1 arguments, where that argument can be an any (for
the error). Next is decidedly *not* a function with the
MiddlewareFunction signature.

3. Import express with a capital E, for consistency with Http, since
we’re using it for its namespace.
2016-09-19 18:58:03 -04:00
Ethan Resnick
d705c4e9da Add missing webhook() signature 2016-09-19 18:55:03 -04:00
Ethan Resnick
e822a596e4 Replace deprecated module keyword 2016-09-19 18:54:46 -04:00
David Poetzsch-Heffter
0a9c6b435c added typings for parse-mockdb 2016-09-20 00:31:42 +02:00
Andy
349b639b35 Merge pull request #10994 from bezreyhan/master
allow tooltip prop of IconButton to be a ReactNode | string
2016-09-19 14:06:56 -07:00
Andy
3c7a051355 Merge pull request #11198 from Tomino2112/master
removeAllListeners parameter should be optional
2016-09-19 12:40:56 -07:00
Marc
6fe6b812cd Merge pull request #2 from seawerst/requirejs
Requirejs
2016-09-19 15:25:11 -04:00
Marc
343c43e3de Merge remote-tracking branch 'refs/remotes/DefinitelyTyped/master' into requirejs 2016-09-19 15:01:13 -04:00
Marc
66c9d1c4ba Fix asked by andy-ms 2016-09-19 14:56:14 -04:00
Andy
e3c57dbe79 Merge pull request #11215 from thegaryroberts/patch-1
Update react-router.d.ts
2016-09-19 11:11:33 -07:00
Denis
20bcf21d90 Removed extra constants Proj4 Projection 2016-09-19 13:28:14 -04:00
pafflique
bb5916e645 Concat second+ parameter can be plain value. 2016-09-19 17:51:12 +03:00
Andy
e461330a9a Merge pull request #11311 from MadDeveloper/fix_facebook_sdk
Fix facebook sdk
2016-09-19 07:30:39 -07:00