Commit Graph

9290 Commits

Author SHA1 Message Date
Elisée
bbb3bc0690 Add overload for http.Server.listen
The backlog parameter should be optional while still accepting the port parameter.
2015-04-30 01:14:30 +02:00
Masahiro Wakame
a61199a468 Merge pull request #4220 from yutopp/patch-2
add "setSize" method to WebGLRenderTarget
2015-04-29 23:08:33 +09:00
Masahiro Wakame
64bcf645d7 Merge pull request #4217 from serendipitic/master
ICollectionPromise<T> should extend ng.IPromise with an array of T
2015-04-29 23:03:05 +09:00
Masahiro Wakame
f14f14f956 Merge pull request #4215 from j3ko/master
twix.js definition
2015-04-29 22:40:03 +09:00
Marvin Luchs
a013599373 Added missing plain() and clone() methods to Restangular's IElement and ICollection
restangularizeCollection() [1] and restangularizeElem() [2] are used to
create objects that implement IElement and ICollection respectively.
Both use restangularizeBase() [3] which adds the clone() and plane()
methods.

Therefore both IElement and ICollection should both implement clone()
and plain(). Additionally I added a generic variant of the already
existing plain() method in IElement to both IElement and ICollection.

[1]
https://github.com/mgonto/restangular/blob/master/src/restangular.js#L982
[2]
https://github.com/mgonto/restangular/blob/master/src/restangular.js#L951
[3]
https://github.com/mgonto/restangular/blob/master/src/restangular.js#L764
2015-04-29 13:38:43 +02:00
yutopp
a29ca9590b add "setSize" method to WebGLRenderTarget
https://github.com/mrdoob/three.js/blob/master/src/renderers/WebGLRenderTarget.js#L40
2015-04-29 20:09:11 +09:00
Marvin Luchs
b9e995eb9b ICollectionPromise<T> should extend ng.IPromise with an array of T
ICollectionPromise<T> extends ng.IPromise<T> is the equivalent of
interface IPromise<T> extends ng.IPromise<T> for arrays of T. Therefore
it makes no sense to extend ng.IPromise with just T. Instead it has to
be an array of T.

The consequence of this bug can be observed when calling

Restangular.all('someEntity').getList<SomeEntity>().then((entities) =>
{...})

In this case the TypeScript compiler handles entities as SomeEntity, not
SomeEntity[].
2015-04-29 10:09:09 +02:00
Masahiro Wakame
f27b5185c9 Merge pull request #4208 from elisee/patch-2
three.d.ts: SkinnedMesh accepts BufferGeometry too
2015-04-29 16:53:08 +09:00
Basarat Ali Syed
9bfa76537b Merge pull request #4214 from jedmao/editorconfig
Introduce EditorConfig
2015-04-29 15:51:22 +10:00
Jeffrey Ko
d3822c8412 fix twix tests 2015-04-29 01:11:07 -04:00
Jeffrey Ko
8a59de2c85 type definition for twix.js 0.6.3 2015-04-29 00:57:16 -04:00
Jed Mao
2e46165db4 Introduce EditorConfig 2015-04-28 23:48:03 -05:00
vvakame
5cd28fd0e3 Revert "merge acl-mongodbBackend.d.ts and acl-redisBackend.d.ts into acl.d.ts"
This reverts commit 5fad551b59.
2015-04-29 12:05:02 +09:00
vvakame
5fad551b59 merge acl-mongodbBackend.d.ts and acl-redisBackend.d.ts into acl.d.ts 2015-04-29 12:03:44 +09:00
Masahiro Wakame
9c2d795cc1 Merge pull request #4209 from aciccarello/patch-1
Update to Angular 1.4
2015-04-29 01:51:25 +09:00
Masahiro Wakame
cb4e18f2ee Merge pull request #4201 from brynbellomy/ansi-styles-module
adding ansi styles module
2015-04-29 01:17:37 +09:00
Masahiro Wakame
d0a0d1d2fa Merge pull request #4200 from brynbellomy/eyes-module
adding eyes module
2015-04-29 01:17:16 +09:00
Masahiro Wakame
9fab2ca48a Merge pull request #4206 from serendipitic/master
"parent" argument of Restangular.service() should be optional
2015-04-29 01:14:27 +09:00
Masahiro Wakame
deb0236d9d Merge pull request #4186 from flcdrg/CoreObject1.11.1
Move methods from Object to CoreObject
2015-04-29 01:08:28 +09:00
Masahiro Wakame
b060489002 Merge pull request #4203 from JacobDanton/master
Updating Chai to have "Include" in "Deep"
2015-04-29 01:05:53 +09:00
Masahiro Wakame
86ce890513 Merge pull request #4202 from axyjs/master
node: interface Global of 'global' object
2015-04-29 01:04:36 +09:00
aciccarello
7576bf3119 Update to Angular 1.4 2015-04-27 17:00:04 -04:00
bryn austin bellomy
402741f60a adding tests 2015-04-27 15:23:44 -05:00
bryn austin bellomy
ce01d2119a adding tests 2015-04-27 15:14:10 -05:00
Elisée
7ca777533d three.d.ts: SkinnedMesh accepts BufferGeometry too
THREE.js's SkinnedMesh class accepts BufferGeometry, not only Geometry for its first parameter
2015-04-27 18:00:56 +02:00
Marvin Luchs
cc0537a0ac "parent" argument of Restangular.service() should be optional
The documentation as well as the actual source code of Restangular
define the parent argument of Restangular.service(route, parent) as
optional:

https://github.com/mgonto/restangular#decoupled-restangular-service

function toService(route, parent) {
[...]
var collection = (parent || service).all(route);
2015-04-27 13:01:12 +02:00
Jacob Danton
f31589998d Updating Chai to have "Include" in "Deep"
Reference:  https://github.com/chaijs/chai/blob/master/lib/chai/core/assertions.js#L1452
2015-04-26 08:53:30 -07:00
Oleg Grigoriev
5235188489 node: interface Global of 'global' object 2015-04-26 15:24:31 +03:00
Masahiro Wakame
00e7f3fede Merge pull request #4194 from stephenlautier/master
Added knockout.punches
2015-04-26 18:57:07 +09:00
bryn austin bellomy
3a1870821a fixing original author 2015-04-26 01:59:31 -05:00
bryn austin bellomy
b5a3c237ad adding comment header 2015-04-26 01:06:02 -05:00
bryn austin bellomy
9621e43781 adding ansi styles module 2015-04-26 00:56:14 -05:00
bryn austin bellomy
68d7cdeee9 adding eyes module 2015-04-25 20:10:00 -05:00
stephen.lautier
26b98beb60 Merge branch 'master' of https://github.com/borisyankov/DefinitelyTyped 2015-04-25 12:57:38 +02:00
stephen.lautier
4c3555871f removed urijs 2015-04-25 12:46:56 +02:00
stephen.lautier
0e75ece1a4 added knockout.punches-tests + headers to type definitions 2015-04-25 12:29:03 +02:00
Masahiro Wakame
61d066fef5 Merge pull request #4189 from mtraynham/colorbrewer
Colorbrewer definition
2015-04-25 14:49:47 +09:00
Masahiro Wakame
b18e9cb0c3 Merge pull request #4015 from gruppe-adler/restify-fix-httperrors
fix restify error classes
2015-04-25 14:45:59 +09:00
Masahiro Wakame
8cdf5075ab Merge pull request #4159 from ggarek/feature/react-drag-event
feat(react): add DragEvent
2015-04-25 14:42:10 +09:00
Matt Traynham
ffc6161633 Fix tests. 'const' not available 2015-04-24 14:17:17 -04:00
Matt Traynham
94df0f9041 Colorbrewer definition 2015-04-24 14:08:07 -04:00
Horiuchi_H
575d70adca Merge pull request #4187 from bilou84/patch-2
convert-source-map: Remove all implicit any
2015-04-24 23:15:57 +09:00
bilou84
3f4eb92f38 convert-source-map: Remove all implicit any 2015-04-24 12:48:44 +02:00
David Gardiner
318bd34543 Move methods from Object to CoreObject
Reorder methods in CoreObject class to match ember-runtime/lib/system/core_object.js
Added non-static method declarations for 'extend', as Ember classes aren't really TypeScript classes (so we need to be able to call extend on instances)
2015-04-24 16:08:53 +09:30
Horiuchi_H
de18109f44 Merge pull request #4185 from dfahlander/master
Added dexie.d.ts
2015-04-24 09:17:33 +09:00
Horiuchi_H
cc22b1594e Merge pull request #4184 from adidahiya/drop
Add 'element' and 'tether' to Drop typings
2015-04-24 09:15:27 +09:00
Horiuchi_H
583c1524ac Merge pull request #4183 from ggarek/feature/sequelize-belongs-to-many
feat(sequelize): add belongsToMany definition
2015-04-24 09:14:36 +09:00
David Fahlander
8acdd6fc7d Fixed errors from npm test 2015-04-23 22:52:51 +02:00
David Fahlander
5850b78734 Added dexie.d.ts 2015-04-23 22:25:49 +02:00
Adi Dahiya
391ff639b1 Add 'element' and 'tether' to Drop typings 2015-04-23 14:11:09 -04:00