Wim Looman
484aff0c24
Use disparate types to more constrain impl
2015-01-22 15:47:50 +13:00
Wim Looman
0527215077
Increase test coverage of when
...
Checks all variations of up to 3 argument versions of variadic functions
along with the 5 argument version. Should ensure implementation is
pretty close to required.
2015-01-22 15:39:03 +13:00
Igor Oleinikov
56068d3354
Merge pull request #3483 from Igorbek/promises-a-plus
...
Improved Promises A+ definitions (for TS 1.4)
2015-01-18 13:37:06 -08:00
Igor Oleinikov
ab9a0c7a9e
Improved Promises A+ definitions (for TS 1.4)
2015-01-18 13:18:24 -08:00
John Reilly
9644f4d372
Merge pull request #3480 from optical/convict-schema-improvements
...
Use union type to represent convict schema.
2015-01-18 20:37:58 +00:00
Jared
be72824553
Use union type to represent convict schema.
...
This enables the use of nested config blocks,
which we wasn't possible before.
2015-01-18 21:48:34 +13:00
John Reilly
a04abbbb2f
Merge pull request #3479 from johnnyreilly/master
...
jQuery: Started replacing overloads with union types
2015-01-18 07:45:38 +00:00
johnnyreilly
aa19476b1c
jQuery: Started replacing overloads with union types
2015-01-18 07:39:17 +00:00
John Reilly
8494f0afe0
Merge pull request #3478 from johnnyreilly/master
...
jQuery.Validation is union typed 🎆
2015-01-18 07:16:56 +00:00
johnnyreilly
e89af75d2c
jQuery.Validation is union typed
2015-01-18 07:14:04 +00:00
John Reilly
a283cea01a
Merge pull request #3477 from johnnyreilly/master
...
AngularJS: IRoute has been union typed
2015-01-17 22:13:00 +00:00
johnnyreilly
30ce45e0e7
AngularJS: IRoute has been union typed
2015-01-17 22:09:34 +00:00
John Reilly
7962de8bd1
Merge pull request #3474 from johnnyreilly/master
...
Let the union types go forth and multiply! (This makes me very happy indeed 😄 )
2015-01-17 08:06:12 +00:00
johnnyreilly
9fc7f5794c
Let the union types go forth and multiply
2015-01-17 08:04:09 +00:00
Masahiro Wakame
6425747807
Merge pull request #3473 from harold/master
...
.g and .group arguments are optional in snapsvg
2015-01-17 11:59:29 +09:00
vvakame
b596e4d336
Merge branch 'DanielRosenwasser-typescript.d.ts'
2015-01-17 11:57:18 +09:00
vvakame
030268f81d
Merge branch 'typescript.d.ts' of https://github.com/DanielRosenwasser/DefinitelyTyped into DanielRosenwasser-typescript.d.ts
2015-01-17 11:56:47 +09:00
Masahiro Wakame
6c4099e81e
Merge pull request #3471 from hansrwindhoff/master
...
Jason Davies cloud layout https://www.npmjs.com/package/d3.layout.cloud
2015-01-17 11:53:24 +09:00
Masahiro Wakame
dd6c1e5ea3
Merge pull request #3469 from sandorfr/tediousConnectionPool
...
Tedious connection pool
2015-01-17 11:48:16 +09:00
vvakame
d7ee5b8082
Merge branch 'rogierschouten-timezonecomplete-1.12.0'
2015-01-17 11:47:24 +09:00
vvakame
7944416e97
Merge branch 'timezonecomplete-1.12.0' of https://github.com/rogierschouten/DefinitelyTyped into rogierschouten-timezonecomplete-1.12.0
2015-01-17 11:47:02 +09:00
Masahiro Wakame
e2c5e3392e
Merge pull request #3423 from flcdrg/ember-send
...
Ember ActionHandlerMixin for send and action
2015-01-17 11:42:28 +09:00
Masahiro Wakame
6cdded3487
Merge pull request #3463 from qinfchen/dasgre
...
add dagre type definition file
2015-01-17 11:40:56 +09:00
Masahiro Wakame
e437beca1b
Merge pull request #3462 from qinfchen/webcola
...
Webcola
2015-01-17 11:39:00 +09:00
Masahiro Wakame
87b0e7fc81
Merge pull request #3458 from JellisHogenbijl/patch-1
...
Can't call spectrum function with a method name
2015-01-17 11:33:02 +09:00
Masahiro Wakame
d42d2d275b
Merge pull request #3451 from leemicw/master
...
Adding Definitions for Ladda jQuery Plugin 0.9.4
2015-01-17 11:32:24 +09:00
Masahiro Wakame
3126893ce4
Merge pull request #3457 from dcrusader/patch-1
...
Fix concat to receive a splat of arrays
2015-01-17 11:31:04 +09:00
Masahiro Wakame
7aa46c493c
Merge pull request #3455 from harry0000/vue
...
Add "vue" module.
2015-01-17 11:29:16 +09:00
Masahiro Wakame
4994f46d86
Merge pull request #3466 from borisyankov/switch-to-1.4.0
...
switch to TypeScript v1.4
2015-01-17 09:39:21 +09:00
vvakame
a960a10f48
bump to 1.4.1
2015-01-17 09:19:31 +09:00
Harold
0eeca7cdf4
.g and .group arguments are optional in snapsvg
...
Per these docs:
http://snapsvg.io/docs/#Paper.g
The parameters to these functions are optional. This change stops the
TypeScript compiler complaining when you call them with no arguments.
Also, the return type of `g` and `group` should match (they are
aliases); and `any` has the benefit over `Object` here of allowing code
like `s.g().attr({id: "x"});`
2015-01-16 16:26:53 -07:00
Daniel Rosenwasser
69629af097
Added TypeScript API definitions file.
2015-01-16 13:48:03 -08:00
Basarat Ali Syed
5c59a734fd
Merge pull request #3467 from optical/node-tmp-definitions
...
Node tmp definitions
2015-01-17 03:43:33 +11:00
hansrwindhoff
2b646da6ae
Jason Davies cloud layout https://www.npmjs.com/package/d3.layout.cloud
2015-01-16 08:47:59 -07:00
vvakame
4dd430601a
change any to union types
2015-01-17 00:08:09 +09:00
vvakame
2f7946a2c9
fix angular-protractor/angular-protractor.d.ts compile error
2015-01-16 23:45:39 +09:00
vvakame
23ca1058e7
fix bunyan/bunyan.d.ts compile error
2015-01-16 23:42:33 +09:00
vvakame
51fda416d0
fix jquery.bbq/jquery.bbq-tests.ts compile error
2015-01-16 23:40:56 +09:00
vvakame
a1ed02f920
fix jquery/jquery-tests.ts compile error
2015-01-16 23:40:20 +09:00
Rogier Schouten
9928ac6dfb
Add typings for timezonecomplete-1.12.0
2015-01-16 11:30:47 +01:00
Sandor
df93d05520
fix header format
2015-01-16 11:29:11 +01:00
Sandor
b85a20e754
fix header format
2015-01-16 11:25:10 +01:00
Sandor
291f5b6536
fix --noimplicitany compatibility issue
2015-01-16 11:20:37 +01:00
Jared
19b1315f33
Use npmjs link
2015-01-16 21:13:44 +13:00
Jared
f30495689d
Add missing newline to end of files
2015-01-16 16:39:52 +13:00
Jared
30cbb6f4d0
Add definitions for node-tmp library
2015-01-16 16:36:02 +13:00
vvakame
1eedca86ee
switch to TypeScript v1.4 tag
2015-01-16 11:38:36 +09:00
Qinfeng Chen
ae3b8438c9
fixed test file
2015-01-15 17:08:32 -05:00
Qinfeng Chen
374f2ae3ae
add dagre type definition file
2015-01-15 16:33:33 -05:00
Qinfeng Chen
e1dfb4af5a
Add new line at the end of the file
2015-01-15 16:26:26 -05:00