Callum Rogers
dffecaae3a
wrench: Remove 'function' typo
...
That function is a typo that's not supposed to be there.
2016-02-28 20:00:58 +00:00
Nathan Brown
b3a2b98134
Export RouterOnContext from "react-router" module.
2016-02-28 12:24:19 -07:00
Steve Mayes
5c6d875672
Updated test for the inject function
...
Updated the test for the inject function to assign it to a variable typed to ng.IPromise<any> to test/verify that method's return type.
2016-02-28 14:22:16 -05:00
Steve Mayes
275ebfe649
Fixed inject function return type
...
Per oclazyload's source code and on the suggestion of @MarkusKramer in DefinitelyTyped's Issue #7477 , updated the return type of the inject function to be ng.IPromise<any> instead of boolean.
2016-02-28 14:19:49 -05:00
Daniel Schmidt
38490156c3
Add definitions for inflected library
2016-02-28 17:05:36 +01:00
ToastHawaii
6f26fa5740
Update to TypeScript 1.8
...
Use String Literal Types
Differ between alert and promt settings
Update metadata
2016-02-28 15:43:57 +01:00
cither1
1be6a28190
fix moment#diff() definitions
2016-02-28 22:34:28 +09:00
microshine
df4f4ce35d
Add aes / rsa / ec params
2016-02-28 10:19:34 +03:00
Adam Keenan
d0dba7e753
Keep global def available
2016-02-27 23:29:17 -06:00
Adam Keenan
3a8a48a046
P2 module not in quotes
2016-02-27 23:06:55 -06:00
Karl Bennett
71998a4c86
Fixed the jsmockito verify() functions signature so that the verifier argument is now optional.
2016-02-28 16:27:34 +13:00
Ilya Mochalov
f1a7ab74ea
lodash: fixed _.isMap
2016-02-28 07:27:28 +05:00
Steve Mayes
4315d16fd5
Fixes to the Option interface
...
(1) Fixed hintPosition and hintButtonLabel to make them optional.
(2) Made steps optional since it is not required by the intro.js library.
2016-02-27 20:22:58 -05:00
Steve Mayes
e5c72c986c
Fix for the onhintclick test case
2016-02-27 20:20:27 -05:00
Steve Mayes
1640c7008c
Added additional tests for alternate constructors
...
For those objects built with the alternate constructors / IntroJs.Factory functions, test a subset of the IntroJs object's functions to ensure the IntroJs objects are the correct type.
2016-02-27 20:17:37 -05:00
marinewater
ad096f1d79
add fromnow typings
2016-02-28 01:59:46 +01:00
Joe Schafer
fccd7d8e6f
axios: add functions to InterceptorManger
...
Both the request and response interceptor are InterceptorManager's
https://github.com/mzabriskie/axios/blob/master/lib/core/InterceptorManager.js
So, they have `use` and `eject`.
2016-02-27 17:08:41 -05:00
Jason Jarrett
b10e5ade29
Merge pull request #8297 from jschaf/uuid-update
...
UUID: enable es6 import syntax
2016-02-27 14:01:14 -08:00
Joe Schafer
0695a4a6f3
fix UUID
2016-02-27 16:11:37 -05:00
tamasdan
3ca0e0306a
Made store an abstract class, got rid of I prefix
2016-02-27 15:41:18 -05:00
Steve Mayes
fe9c877b93
Updated the onchange test's parameter
...
Updated the onchange test's parameter so it matches the latest definition.
2016-02-27 15:40:23 -05:00
Steve Mayes
09fb173b0b
Updated intro.js tests per definition updates
...
Added and updated tests per the latest intro.js definition updates
2016-02-27 15:37:20 -05:00
Steve Mayes
b5376ef459
Updated intro.js definition to reflect v2.0
...
(1) Updates for v2.0, primarily hint-related items
(2) Updates for the IntroJs Factory interface / constructor
2016-02-27 15:31:51 -05:00
Samuel Horwitz
ca9ebadd87
Updating some sign and verify interfaces to jsonwebtoken v5.7.0
2016-02-27 14:24:04 -05:00
Pedro.Pereira
e5dc576a15
Fixed test
2016-02-27 19:18:00 +00:00
Pedro.Pereira
d5595b6c95
Fixed References
2016-02-27 19:08:47 +00:00
Pedro.Pereira
8edce710e3
Fixed reference in test and add comments based on contribution
2016-02-27 19:04:07 +00:00
Pedro.Pereira
51be97c108
Added new type definition and test for redux-immutable
2016-02-27 18:48:24 +00:00
Dimitri Rosenberg
ca26076c7c
fit redux-saga 0.9.1
2016-02-27 19:09:45 +03:00
Atsushi Izumihara
8c4a96570d
create new typescript definitions file for noisejs
2016-02-28 00:14:13 +09:00
microshine
25461ce8f5
update
2016-02-27 17:03:02 +03:00
microshine
48d568bc7d
graphene-pk11
2016-02-27 16:29:35 +03:00
m.sakamaki
da016154e6
indent style equal tab
2016-02-27 15:32:12 +09:00
m.sakamaki
9cee9901e4
Add type definition for autoUpdater.quitAndInstall() to github-electron
2016-02-27 15:18:53 +09:00
Thiago Temple
79e259e63b
Adds typing for sinon-stub-promise
2016-02-26 23:52:38 -05:00
Masahiro Wakame
163a427719
Merge pull request #8267 from RReverser/patch-10
...
Add definitions for chrome.usb API
2016-02-27 11:49:49 +09:00
Masahiro Wakame
7c69545fab
Merge pull request #8266 from RReverser/patch-9
...
Add definitions for chrome.mediaGalleries API
2016-02-27 11:49:41 +09:00
Masahiro Wakame
544233055d
Merge pull request #8272 from DefinitelyTyped/add-issue-templates
...
add Issue and Pull Request templates
2016-02-27 11:48:27 +09:00
vvakame
3204aba80c
thanks @nydotnet !
2016-02-27 11:45:39 +09:00
Vincent Siao
edb41e7850
[react] better return-type inference for (scry|find)RenderedComponent(s?)WithType
2016-02-26 18:33:14 -08:00
Vincent Siao
a3d2b67d36
[react] improve React.cloneElement with F-bounded polymorphism
2016-02-26 18:33:14 -08:00
Valentin Robert
87a5be72a9
loosen restrictive type signature for d3 diagonal
2016-02-26 17:45:26 -08:00
borislavjivkov
a396f1ac69
Added angular-cookie ( https://github.com/ivpusic/angular-cookie ) definitions
2016-02-27 02:20:43 +02:00
Vincent Siao
60ea35043d
[react] Add React.Key; React.Ref<T> types
2016-02-26 14:00:12 -08:00
Charles Parker
8be1c13102
support for babyparse
2016-02-26 13:57:01 -08:00
Barth, Chris
cabe5cca7d
Add support for Winston 'stringify' option
2016-02-26 16:55:05 -05:00
Michael DESIGAUD
b4d480dde6
Fix modules
2016-02-26 22:21:29 +01:00
Vincent Siao
6a3cee4272
[react-bootstrap] Fix types
...
Found some issues with the current type definitions:
- extends `React.Props<T>` with incorrect type `T` (`T` should be
component instance type, not component class type)
- extends `React.ComponentClass` even if the component is created
with `React.createClass` (should extend `ClassiComponentClass`).
2016-02-26 12:51:40 -08:00
Amy Slagle
98b3edc27b
react-bootstrap: Added FormControls.Static.
2016-02-26 15:13:46 -05:00
Sean Kelley
64807c0795
Finer-grained tests for for redux-logger options.
2016-02-26 11:02:39 -08:00