delphinus
f9104f1e24
Fix typo
2016-03-31 00:40:48 +09:00
delphinus
b4542d0d5f
Add further tests
2016-03-31 00:36:25 +09:00
delphinus
6d023860d1
Fix typo
2016-03-31 00:36:25 +09:00
delphinus
48f9ebd339
Add methods for StackFrame
2016-03-31 00:36:25 +09:00
delphinus
e42a58381c
Correct definition for options
2016-03-31 00:36:25 +09:00
delphinus
371b6dfbf3
Define stacktrace-js module
2016-03-31 00:33:00 +09:00
delphinus
ee10fc38b1
Correct return values
2016-03-31 00:33:00 +09:00
delphinus
eee669cc9c
Correct return values
2016-03-31 00:33:00 +09:00
Masahiro Wakame
4052af9156
Merge pull request #8755 from chrootsu/lodash-sample
...
lodash: changed _.sample
2016-03-31 00:25:23 +09:00
Masahiro Wakame
b1f03fae69
Merge pull request #8754 from chrootsu/lodash-noConflict
...
lodash: changed _.noConflict
2016-03-31 00:25:09 +09:00
Masahiro Wakame
1c94cfb32e
Merge pull request #8747 from brendon-colburn/patch-1
...
Overload for custom scope interfaces
2016-03-31 00:20:52 +09:00
Masahiro Wakame
5dd3b3ad57
Merge pull request #8746 from squadwuschel/patch-1
...
Changed Promise to IPromise
2016-03-31 00:17:57 +09:00
Masahiro Wakame
c5c0e4decc
Merge pull request #8692 from vladeck/master
...
PR to include jsen (JSON Sentinel) typescript definition
2016-03-31 00:16:08 +09:00
Masahiro Wakame
fc0f5a34aa
Merge pull request #8745 from khisakuni/gapi/add-promise-return-value
...
Add overloaded method.
2016-03-30 23:04:57 +09:00
Masahiro Wakame
d96d009ffb
Merge pull request #8668 from jussikinnula/master
...
Add dotenv
2016-03-30 23:02:57 +09:00
Masahiro Wakame
ea26549f3c
Merge pull request #8739 from Crevil/protractor-http-mock
...
Update protractor-http-mock to v0.4.0
2016-03-30 23:01:39 +09:00
Masahiro Wakame
b9d4a939a0
Merge pull request #8737 from Crevil/ng-facebook
...
Add ng-facebook typings
2016-03-30 23:00:18 +09:00
Masahiro Wakame
dc11050701
Merge pull request #8736 from aleung/oracledb
...
oracledb.d.ts : access object property in result rows
2016-03-30 22:59:55 +09:00
Masahiro Wakame
d9029f181b
Merge pull request #8734 from marinewater/master
...
Add missing type in argument for fromnow
2016-03-30 22:51:04 +09:00
Horiuchi_H
dbb2d9f1f1
Merge pull request #8765 from seansfkelley/moment-merge-unionable-types
...
Make moment's typings for parsing stricter and also allow them to accept union types.
2016-03-30 13:01:32 +09:00
Kohei Hisakuni
95d827df4b
Make callback required
2016-03-29 20:45:22 -07:00
Horiuchi_H
0bc5c30dde
Merge pull request #8751 from timothysoehnlin/patch-2
...
Update mongodb.d.ts
2016-03-30 12:37:37 +09:00
Horiuchi_H
e44d19430c
Merge pull request #8750 from KSDaemon/master
...
Added definitions for wampy
2016-03-30 12:37:00 +09:00
Horiuchi_H
da29feb539
Merge pull request #8743 from bmiller1/patch-2
...
Added remove() function to MapsEventListener
2016-03-30 12:21:56 +09:00
Sean Kelley
1ec036686e
Make moment's typings for parsing stricter and also allow them to accept union types.
...
These changes do two things.
1. Replace very lax typings like `any[]` with stricter, more-correct versions. In particular,
the ISO_8601 constant, while /technically/ a void function, is actually an opaque sentinel
that a consumer should not know anything about it. The function type was replaced with a
sentinel type using the principle of "brands" that can be seen in the Typescript compiler:
413d9a639f/src/compiler/types.ts (L9)
2. Replace the many overloads of the parsing methods with a smaller representative set that
uses union types instead. Aside from succinctness, this allows callers to provide a union
type as the argument, as long as it matches, which was not possible before (Typescript does
not explode the union type to see if overloads cover all the possibilities).
2016-03-29 15:03:48 -07:00
Masahiro Wakame
ee9c524295
Merge pull request #8749 from DefinitelyTyped/update-i18next-sprintf-postprocessor-tests
...
improve i18next-sprintf-postprocessor/i18next-sprintf-postprocessor.d.ts
2016-03-29 23:13:35 +09:00
Masahiro Wakame
4bd9b47f0e
Merge pull request #8636 from florentpoujol/three.js_r74
...
Update definitions to THREE.js r74
2016-03-29 16:06:49 +09:00
Masahiro Wakame
4101b65a5b
Merge pull request #8638 from Nkzn/geojson-generics
...
Improve GeoJSON generics
2016-03-29 12:37:56 +09:00
Basarat Ali Syed
d99f6bb17b
Merge pull request #8748 from timothysoehnlin/master
...
Adding Alternate Constructors for GraphicsMagick
2016-03-29 11:28:13 +11:00
Vladimir Đokić
8c52cc8aa1
Refactor interface names.
...
Move interfaces into Jsen "ghost" module.
Refactor tests.
2016-03-28 22:43:14 +02:00
Ilya Mochalov
28900a5be9
lodash: changed _.sample
2016-03-29 01:41:28 +05:00
Ilya Mochalov
e49f2982f0
lodash: changed _.noConflict
2016-03-28 23:49:06 +05:00
Timothy Soehnlin
04a46a81d9
Update mongodb.d.ts
...
Making initializedUnordered return UnorderedBulkOperation
2016-03-28 10:14:49 -05:00
Konstantin Burkalev
7228f5ce05
Fixes for es6 compilation
2016-03-28 18:07:11 +03:00
vvakame
b1880a7db7
improve i18next-sprintf-postprocessor/i18next-sprintf-postprocessor.d.ts
2016-03-29 00:06:14 +09:00
Konstantin Burkalev
c5344fa913
Fixed and added tests
2016-03-28 17:58:22 +03:00
Timothy Soehnlin
6d218806c8
Update gm.d.ts
...
Renaming stream to buffer for consistency
2016-03-28 09:28:02 -05:00
Timothy Soehnlin
e821f19879
Update gm.d.ts
...
Supporting alternate constructors listed at https://github.com/aheckmann/gm#constructor
2016-03-28 09:25:50 -05:00
Konstantin Burkalev
967db8dd4c
Added definitions for Wampy object
2016-03-28 16:55:11 +03:00
vvakame
80057d687a
fix line ending about slideout/slideout.d.ts
2016-03-28 21:58:55 +09:00
Brendon Colburn
0aa772c53f
Overload for custom scope interfaces
...
I recently came up with this solution so I could leverage my custom scope when grabbing the scope from a controller using angular.element. It works well and with the <T extends IScope> it ensures that you can only set it to an interface that extends IScope.
2016-03-28 08:58:10 -04:00
SquadWuschel
d4d4286f7a
Changed Promise to IPromise
...
The current TypeDefinition with Promise was not working any more, can't find the Promise its needed to be renamed to IPromise.
2016-03-28 11:45:19 +02:00
Horiuchi_H
672366c6c5
Merge pull request #8689 from a-morales/create-natural-sort
...
add naturalSort typings
2016-03-28 17:29:42 +09:00
Horiuchi_H
14b820968e
Merge pull request #8683 from rylko/rylko-patch-1
...
Update kendo-ui.d.ts
2016-03-28 17:26:10 +09:00
Kohei Hisakuni
234ca8dab0
Add overloaded method.
2016-03-27 20:44:17 -07:00
bmiller1
f0f6c7f00d
Added remove() function to MapsEventListener
...
See
https://developers.google.com/maps/documentation/javascript/reference?csw=1#MapsEventListener
2016-03-27 21:52:52 -05:00
Jussi Kinnula
822864b08c
dotenv: Use correct GitHub link
2016-03-27 16:16:27 +03:00
Crevil
5653cd33a7
Update protractor-http-mock to v0.4.0
2016-03-27 14:06:08 +02:00
Crevil
f05cda287f
Add ng-facebook typings
2016-03-27 14:00:36 +02:00
Leo Liang
c67a3b8d61
oracledb.d.ts : access object property in result rows
2016-03-27 16:33:22 +08:00