Daniel Beckwith
35036ae8dd
adds function type for Dictionary version of reduce (issue 4244)
2015-05-01 00:31:59 -04:00
Masahiro Wakame
4311017110
Merge pull request #4236 from callmetango/grunt-IExpandedFilesConfig-fix-4207
...
gruntjs: Fixed type of IExpandedFilesConfig.cwd
2015-05-01 13:21:26 +09:00
Masahiro Wakame
fc41ac90ec
Merge pull request #4229 from elisee/patch-3
...
Add overload for http.Server.listen
2015-05-01 13:14:12 +09:00
Masahiro Wakame
66f76751d9
Merge pull request #4228 from elisee/patch-2
...
socket.io: Add "in" method to SocketIO.Namespace, "handshake" property to SocketIO.Socket
2015-05-01 13:09:39 +09:00
Horiuchi_H
320e027f1c
Merge pull request #4243 from fchiron/master
...
Add signature for promise.tap(onFulfilled)
2015-05-01 13:07:45 +09:00
Masahiro Wakame
c3acd4cd7a
Merge pull request #4124 from EricByers/master
...
express-validator.d.ts updates
2015-05-01 12:29:11 +09:00
Masahiro Wakame
0ff8457472
Merge pull request #4060 from abakirov/promise
...
Make Promise generic
2015-05-01 12:16:33 +09:00
Florent Chiron
c969d6275c
Add signature for promise.tap(onFulfilled)
2015-05-01 03:30:41 +02:00
Masahiro Wakame
1b9a6247ff
Merge pull request #4242 from horiuchi/fix-gitignore
...
merge *.js directories on `.gitignore`
2015-05-01 09:57:00 +09:00
Horiuchi_H
2034ab18e7
merge .js directories
2015-05-01 09:45:32 +09:00
Horiuchi_H
ac8f502809
Merge pull request #4231 from rdennis/dataTables
...
jQuery.DataTables columns.render signature
2015-05-01 09:38:00 +09:00
Horiuchi_H
06fac56aae
Merge pull request #4230 from elisee/recursive-readdir
...
Add definitions for recursive-readdir
2015-05-01 09:31:31 +09:00
Markus Peloso
6524d47793
Add type definitions for Egg.js
...
The egg.js-tests are based on the docs from Egg.js. The name is the same
as the Egg.js bower project: http://bower.io/search/?q=egg.js (an npm
project does not exists). And I run the tsc and npm tests.
2015-04-30 19:53:48 +02:00
CallMeTango
040d2efd5e
gruntjs: Fixed type of IExpandedFilesConfig.cwd
...
Changed type of IExpandedFilesConfig.cwd from boolean to string. Added
simple test for interface IExpandedFilesConfig as well.
fixes #4207
2015-04-30 18:00:45 +02:00
CallMeTango
2017b81457
Support custom equality testers and custom matchers improvements
...
- Added support for custom equality testers. Fixed existing function
signature and added interfaces
- Improved typings for custom matchers to be more strict and modeled the
construction process via corresponding interfaces
- Added tests for the custom equality testers and custom matchers
2015-04-30 17:10:21 +02:00
Troels Leth Jensen
b39c82145d
'this' in context of a RaphaelSet is a RaphaelSet.
2015-04-30 13:04:49 +02:00
ivanegegia
e2bd29e394
Added types to matter-js-tests
2015-04-30 13:20:57 +04:00
ivanegegia
7341bf55b6
matter-js, matter-js-tests
...
Added Query declaration to matter-js
Added tests for matter-js
2015-04-30 13:03:03 +04:00
Elisée Maurer
c3a1f48983
Add SocketIO.Socket.handshake
2015-04-30 06:12:32 +02:00
Robert Dennis
1fe8043148
jquery.dataTables - fix FunctionColumnRender and FunctionColumnData signitures.
2015-04-29 23:10:02 -04:00
Elisée Maurer
dacbb54147
Fix module to work with ES6 import syntax
2015-04-30 05:06:47 +02:00
Elisée Maurer
73f40823e5
Add recursive-readdir library
2015-04-30 04:54:08 +02:00
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
Elisée
fcc48530e3
socket.io: SocketIO.Namespace has an "in" method
2015-04-29 23:00:06 +02:00
ivanegegia
2c7c3f958e
added victor test file
2015-04-29 23:39:43 +04:00
Eric Byers
573cd80b1c
Fixing formatting, using express.Request since it is now extended properly
2015-04-29 12:24:00 -05:00
rdennis
47835350f4
Merge pull request #1 from borisyankov/master
...
Update fork
2015-04-29 13:04:54 -04:00
Cyril Schumacher
9d53ca0b9b
Fix error.
2015-04-29 18:22:49 +02:00
Eric Byers
07c9cecd7d
Merging in master, fixing conflicts
2015-04-29 11:10:18 -05:00
Cyril Schumacher
bfc68a72a8
Add test for "angular-i18next" definition.
2015-04-29 18:03:29 +02:00
Cyril Schumacher
5e8f5e9587
Add definition for "angular-i18next"
2015-04-29 18:00:26 +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
Jed Mao
1a52576856
Fix chai libraries, plugins
2015-04-28 16:21:00 -05:00
ivanegegia
21645357ba
matter -> matter-js
...
renamed folder/file from matter to matter-js
2015-04-28 22:40:02 +04:00
ivanegegia
ef740284e7
Changed matter-js project url to github
2015-04-28 22:36:44 +04:00
ivanegegia
2b2172b954
Corrected matter.js project url
2015-04-28 22:21:44 +04: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