Commit Graph
3843 Commits
Author SHA1 Message Date
SomaticIT 24287527f2 Update Test to remove global var as defined in Definitions 2014-02-05 21:34:50 +01:00
SomaticIT 8200340199 Update Mocha Definitions to 1.17.1 2014-02-05 21:33:54 +01:00
vvakame 16dd1ab76f Removed non-required .tscparams 2014-02-05 12:48:22 +09:00
Masahiro Wakame c904a1079e Merge pull request #1640 from gscshoyru/patch-6
Fix #1632 -- fix typing for extend in lodash.d.ts
2014-02-04 18:38:29 -08:00
Masahiro Wakame e9466ce3c3 Merge pull request #1663 from keesey/master
Made SignalR compliant with --noImplicitAny
2014-02-04 18:37:01 -08:00
Masahiro Wakame 6974d3cfce Merge pull request #1658 from BillArmstrong/master
Add selenium-webdriver and angular-protractor.
2014-02-04 18:24:27 -08:00
Masahiro Wakame 994166ab4e Merge pull request #1654 from eggers/breeze-fetch-by-key
Breeze: fetchEntityByKey
2014-02-04 18:14:16 -08:00
Masahiro Wakame 02a5d9e49a Merge pull request #1653 from jvilk/node-fixes-2
[Node] Fixing WritableStream.write and WritableStream.end.
2014-02-04 18:06:07 -08:00
Masahiro Wakame b16cbb44e9 Merge pull request #1652 from designxtek/master
added “findWhere” to collections
2014-02-04 17:56:33 -08:00
Masahiro Wakame 142122e6d1 Merge pull request #1647 from shidasan/fix_socketio
socket.io: Update missing API
2014-02-04 17:50:15 -08:00
Masahiro Wakame c5347b384f Merge pull request #1644 from derekcicerone/patch-38
Create jquery.simulate.d.ts
2014-02-04 17:48:41 -08:00
Masahiro Wakame 9bbf638b9f Merge pull request #1643 from gscshoyru/patch-8
Add support for non-dictionary objects in isEmpty in lodash.d.ts
2014-02-04 17:44:20 -08:00
Masahiro Wakame ce49862187 Merge pull request #1641 from santialbo/patch-3
Add some missing methods in Restangular
2014-02-04 17:43:07 -08:00
Mike Keesey adf0467335 Made SignalR compliant with --noImplicitAny 2014-02-04 16:14:29 -08:00
BillArmstrong 41f71a2853 Added version numbers to the header comments. 2014-02-02 19:13:39 -05:00
BillArmstrong 5881a426aa Fixed the filename of the test files.
The test files did not have the correct filename and were not getting
recognized by the test runner.
2014-02-02 09:23:41 -05:00
BillArmstrong 1689573473 Add selenium-webdriver and angular-protractor.
Added the selenium-webdriver and angular-protractor libraries.
2014-02-02 01:29:02 -05:00
Igorbek 7480b03ef1 Merge pull request #1655 from mjibson/patch-1
angularjs: docs: Correct ICustomScope reference
2014-02-01 00:17:18 -08:00
Matt Jibson 5b07c2c85e Correct ICustomScope reference 2014-01-31 16:37:56 -05:00
Basarat Ali Syed a981700446 Merge pull request #1650 from JohnKurlak/master
Added has() method to ng.auto.IInjectorService
2014-01-31 04:49:10 -08:00
basarat 7ddbd98419 angularjs revert marking arguments for link function as optional 2014-01-31 23:45:44 +11:00
Jacob Eggers eda6a18c3d Breeze: fetchEntityByKey 2014-01-30 18:42:48 -08:00
John Vilk 4f20894ed5 [Node] Fixing WritableStream.write and WritableStream.end.
Documentation for WritableStream.write:
http://nodejs.org/api/stream.html#stream_writable_write_chunk_encoding_callback

There's no 'fd' argument; that might have been a typo.

You can call `write` in the following ways:
* write(data: Buffer)
* write(data: Buffer, cb: Function)
* write(data: String)
* write(data: String, cb: Function)
* write(data: String, encoding: String)
* write(data: String, encoding: String, cb: Function)

The same goes to `end`, except `end` can be called with no arguments, too.
2014-01-30 21:18:22 -05:00
Dang Tran 722c799832 added “findWhere” to collections 2014-01-30 16:03:03 -08:00
John Kurlak 05ec01901c Added has() method to auto.IInjectorService
Angular added the has() method to $injector in version 1.2 (see: https://github.com/angular/angular.js/blob/g3_v1_2/src/auto/injector.js)
2014-01-30 11:30:35 -08:00
Masahiro Wakame 45d36a4a78 Merge pull request #1622 from KhodeN/patch-5
Update sugar.d.ts
2014-01-30 03:20:12 -08:00
Masahiro Wakame c34fe4810a Merge pull request #1597 from derekcicerone/patch-33
Create messenger.d.ts
2014-01-30 03:19:16 -08:00
Masahiro Wakame de539e0cb2 Merge pull request #1548 from gcastre/master
Durandal: System, ViewEngine, ViewLocator declaration in interface
2014-01-30 03:18:18 -08:00
Basarat Ali Syed 70caf64540 Merge pull request #1649 from keesey/master
Made Breeze compliant with --noImplicityAny
2014-01-29 16:57:22 -08:00
Mike Keesey 35304a8171 Made breeze-tests.ts compliant with --noImplicitAny. 2014-01-29 15:40:35 -08:00
Mike Keesey 36a7fe5357 Made breeze.d.ts compliant with the --noImplicitAny option. Added some missing return types in the process. 2014-01-29 15:21:13 -08:00
Shunsuke Shida 4b45695df5 socket.io: Added missing API 2014-01-30 04:13:47 +09:00
Basarat Ali Syed 67777bbba2 Merge pull request #1625 from coxm/master
Add RequireJS 'errback' signature; add AngularJS signatures.
2014-01-29 02:48:15 -08:00
Igorbek 72d5498536 Merge pull request #1646 from pelotom/vega-axes
Add typing information for axes
2014-01-28 23:39:36 -08:00
Tom Crockett 91de50a4af Add typing information for axes 2014-01-28 22:12:33 -08:00
Derek Cicerone b94154fb08 Update jquery.simulate-tests.ts 2014-01-28 17:22:29 -05:00
Derek Cicerone 72e8f83731 Create jquery.simulate-tests.ts 2014-01-28 15:55:25 -05:00
Derek Cicerone 1343b32aa9 Create jquery.simulate.d.ts
I choose to go with a more relaxed definition (versus specifying the exact options allowed for each event type) because it would have required duplicating event definitions from lib.d.ts (the properties of the events in lib.d.ts are all mandatory whereas they would be optional in this usage).
2014-01-28 15:53:12 -05:00
gscshoyru ed7436e785 Add support for non-dictionary objects in isEmpty in lodash.d.ts 2014-01-28 13:52:46 -05:00
Santi Albo 43004ba4ef Define own all-optional IRequestConfig 2014-01-28 17:17:01 +00:00
Santi Albo 8d7e7127d7 Add a test 2014-01-28 17:15:15 +00:00
Igorbek a53d50e91a Merge pull request #1637 from santialbo/patch-2
(angular-ui-router) Set `toPath` argument to any
2014-01-28 09:07:14 -08:00
Santi Albo aa19aca412 (restangular) Add some missing methods
Adds
- `oneUrl`
- `allUrl`
- `withHttpConfig`
2014-01-28 17:05:09 +00:00
gscshoyru 38c5428215 Fix #1632 -- fix typing for extend in lodash.d.ts 2014-01-28 11:48:25 -05:00
Santi Albo 273728dedb More tests for angular-ui-router 2014-01-28 15:40:39 +00:00
Santi Albo f5ad5d5d01 Fix tests 2014-01-28 15:39:52 +00:00
John Reilly 2ae849783e Merge pull request #1639 from johnnyreilly/master
No apparent impact on any other typings (good since undocumented) and so will merge.
2014-01-28 06:55:06 -08:00
Santi Albo 8867eb90b8 Add tests 2014-01-28 14:53:09 +00:00
Santi Albo adcb4a09b3 Explode all combinations 2014-01-28 14:20:21 +00:00
John Reilly e65a30bcc8 jQuery: removed undocumented properties 2014-01-28 13:57:58 +00:00