Igor Oleinikov
019e4dd667
Removed Comparer from ix.d.ts (alreadu defined in l2o.d.ts)
2013-10-26 14:56:18 +04:00
Igor Oleinikov
6dd6462da3
Added tests for l2o.d.ts
...
Tests for all functions defined in Enumerable and EnumerableStatic
2013-10-26 14:39:55 +04:00
Igor Oleinikov
0963cde2ee
Fixed several bugs in l2o.d.ts
...
- fixed Enumerator variable type
- added Comparer interface
- added return alias for returnValue
- minor fixes
2013-10-26 14:39:04 +04:00
Igor Oleinikov
0efbf15672
Fixed formatting
2013-10-25 19:21:41 +04:00
Igor Oleinikov
ffee8db898
Added missed return type for Ix.Disposable.dispose
2013-10-25 17:30:07 +04:00
Igor Oleinikov
338e04943c
Added file descriptions
2013-10-25 17:23:09 +04:00
Igor Oleinikov
dd5b76560b
Added type definitions for IxJs/ix.js.
2013-10-25 17:13:23 +04:00
Igor Oleinikov
32adbb82c9
Created Disposable (for ix.js); Removed generative type recursion
...
Via TS spec #3.5.2 generative recursive are disallowed (restriction will
be removed in the future), so added workaround.
Disposable interface extracted from Enumerator
2013-10-25 16:50:17 +04:00
Igor Oleinikov
4f1786355c
Added type definitions for IxJS (only for l2o.js)
...
Added type definitions for IxJS project v1.0.6
(https://github.com/Reactive-Extensions/IxJS ) only for core Linq to
Objects (l2o.js).
2013-10-25 13:55:57 +04:00
basarat
06944491b0
Merge pull request #1169 from daptiv/update-chai
...
Update chai
2013-10-23 17:34:30 -07:00
Jacob Boland
e43a0edd92
Add comment to describe new use function definition
2013-10-23 09:48:43 -07:00
Jacob Boland
dd19153965
Add 'use' to chai and include a test
2013-10-23 09:47:04 -07:00
basarat
5ede7ec37c
Merge pull request #1167 from BlueSpire/master
...
Updating the Durandal definition to 2.0.1.
2013-10-22 21:20:46 -07:00
EisenbergEffect
6603da54e7
Updating the Durandal definition to 2.0.1.
...
This is the official TypeScript definition file for Durandal 2.0.1.
2013-10-22 23:26:50 -04:00
basarat
05051868c3
Merge pull request #1166 from johnsoft/patch-1
...
Add any types to everything in Q.d.ts so it works with --noImplicitAny
2013-10-22 17:47:33 -07:00
Basarat Syed
be3e896059
fix(threejs) tests do not compile with --noImplicitAny
2013-10-23 11:33:57 +11:00
Basarat Syed
0dafab44a4
fix(browser-harness) fix for new definitions of nodejs
2013-10-23 10:53:15 +11:00
Basarat Syed
7c16bf020b
fix(jake) fix definitions to match new node definitions
2013-10-23 10:48:34 +11:00
Basarat Syed
ad58742fc8
Merge branch 'update-EventEmitter' of https://github.com/duncanmak/DefinitelyTyped into duncanmak-update-EventEmitter
2013-10-23 10:40:26 +11:00
basarat
a5be92d849
Merge pull request #1162 from mapsjs/master
...
Initial mapsjs submission
2013-10-22 16:22:06 -07:00
mapsjs
360a60d46f
Added tile layer functions
2013-10-22 16:33:40 -04:00
mapsjs
147d7a1339
Added setBackground
2013-10-22 16:31:41 -04:00
John Simon
69935860d7
Add any types to everything in Q.d.ts so it works with --noImplicitAny
2013-10-22 11:35:10 -04:00
Duncan Mak
d9735793e9
Update signatures for EventEmitter.
...
Allow for method chaining in addListener/removeListener, on/once,
and removeAllListeners.
Fix return type for 'emit'.
This patch mirrors the changes made to the API docs in this commit:
41cbdc5e64
2013-10-22 11:22:35 -04:00
Matthew James Davis
b1179617ff
fixed syntax error, missing parameter name
2013-10-22 10:19:20 -04:00
basarat
b24f27d014
Merge pull request #1161 from JoshStrobl/master
...
jQuery: Modified some functions variable types
2013-10-21 20:22:14 -07:00
basarat
a5eff2b5a5
Merge pull request #1160 from halfninja/patch-1
...
queue.push callback is optional
2013-10-21 20:19:34 -07:00
basarat
3bab4d22bf
Merge pull request #1158 from georgiosd/patch-2
...
NG directives: fixes
2013-10-21 14:18:00 -07:00
Matthew James Davis
c8c8718a10
added tscparams for travis cl tests
2013-10-21 15:06:02 -04:00
Matthew James Davis
09e508fd9e
fix typos, syntax errors, unclear language
2013-10-21 13:51:28 -04:00
Josh Strobl
710e85d0d9
jQuery: Modified some functions variable types
...
Updated the jQuery definitions file, modifying removeAttr, removeClass,
removeProp, toggleClass and on functions to appropriately use string
rather than any, which aligns it with the jQuery API docs.
2013-10-21 06:08:24 -07:00
Nick Howes
a88b933815
queue.push callback is optional
2013-10-21 14:04:09 +01:00
Georgios Diamantopoulos
1ea3ae922f
NG directives: fixes
...
Allow functions to be defined for template/templateUrl and array notation in controller
There's not a more elegant solution that I know of until we get structs in TS anyway.
2013-10-21 12:35:44 +03:00
basarat
9d24e5d8f6
Merge pull request #1156 from JoshStrobl/master
...
Adding jQuery.Timer Definitions (Post-Fork Resync)
2013-10-21 02:08:31 -07:00
Josh Strobl
2bfb70a40f
Adding jQuery.Timer Definitions (Post-Fork Resync)
...
This is to add the jQuery.Timer definitions and tests, as well as the
tscparams that seem to be required (hopefully DefinitelyTyped Travis CI
builds will work this time). Modified alert() to be console.log()
instead. Readme updated as well (ignore line #1 ).
2013-10-20 01:02:13 -07:00
basarat
1c65567822
Merge pull request #1155 from vvakame/fix-ci-failed
...
Repaired CI failed
2013-10-19 06:35:48 -07:00
vvakame
a096487886
Repaired CI failed
2013-10-19 22:10:59 +09:00
Boris Yankov
d36023a1ac
Merge pull request #1147 from gandjustas/master
...
Added generic type parameters
2013-10-18 23:55:06 -07:00
Boris Yankov
0ba960ad1b
Merge pull request #1100 from vvakame/plan-of-destroy-implicitAny
...
BAN the implicit any
2013-10-18 23:52:43 -07:00
basarat
538fc59d75
Merge pull request #1153 from seanhess/rethinkdb
...
Added Support for RethinkDB
2013-10-18 19:31:25 -07:00
Sean Clark Hess
7c9f57f719
documentation
2013-10-18 08:55:13 -06:00
Sean Clark Hess
31a7980b23
added rethinkdb
2013-10-18 08:51:03 -06:00
basarat
b9d36d9ff1
Merge pull request #1152 from Yukimune/rx.js.mySpike
...
Added BehaviorSubject, ReplaySubject, ConnectableObservable and fixed Subject declaration.
2013-10-18 02:28:32 -07:00
Yukimune
4bc2bb4d43
Add a few definitions. BehaviorSubject, ReplaySubject, ConnectableObservable
...
Fix definition around Subject.
2013-10-18 16:51:08 +09:00
vvakame
ce23487b6c
Follow up master/HEAD
2013-10-18 14:25:40 +09:00
vvakame
34899afaae
Merge commit '2772dfeec9cdb1744f6c010babef9e40b6770dd7' into plan-of-destroy-implicitAny
2013-10-18 12:41:53 +09:00
basarat
2772dfeec9
Merge pull request #1148 from santialbo/patch-1
...
Angular.js: Set viewValue to any everywhere
2013-10-17 15:26:19 -07:00
Matthew James Davis
b1a5a5581e
added mapsjs
2013-10-17 10:29:51 -04:00
Santi Albo
8c58256dc7
Set viewValue to any everywhere
...
Documentation states `viewValue` and `modelValue` to be a string but other types do work and it's common to use them.
2013-10-17 14:36:13 +01:00
gandjustas
1a6e8c00ec
Merge remote-tracking branch 'upstream/master'
...
Conflicts:
sharepoint/SharePoint.d.ts
2013-10-17 01:13:20 +04:00