Commit Graph
3870 Commits
Author SHA1 Message Date
Carl de Billy 4924c77584 Fixed generics return value of Window and Buffer operators
Generics values where incorrect.  The correct result for windowWithXXX
operators is Observable<Observable<T>> and for bufferWithXXX it's
Observable<T[]>
2014-02-11 23:25:19 -05:00
Masahiro Wakame 1a6eaf4055 Merge pull request #1665 from apsk/ember-typings
Ember: Improve routing-related typings
2014-02-12 12:27:08 +09:00
Masahiro Wakame b96b709728 Merge pull request #1679 from sventschui/master
Improvements to marionette type definition
2014-02-12 11:49:08 +09:00
Sven 5d6afdcd1e Author Tag 2014-02-10 21:04:12 +01:00
Sven 80f6d4780c Added AMD support 2014-02-10 21:02:18 +01:00
Sven 5f8252b86c Added getRegion to Marionette.Application 2014-02-10 21:01:37 +01:00
Igorbek b765f90a1c Merge pull request #1670 from panopticoncentral/master
Fix typo in jake.
2014-02-08 04:56:41 -08:00
Basarat Ali Syed a07fd56eac Merge pull request #1657 from Borundin/easystarjs
Added type definitions for EasyStar.js 0.1.6
2014-02-08 10:15:27 +11:00
Basarat Ali Syed 497d1c4a4b Merge pull request #1673 from pezia/patch-1
Export as "backbone" module for AMD loading
2014-02-08 07:44:09 +11:00
Zsolt Petrik 0531c60ccd Added export as "backbone" module for AMD loading 2014-02-07 13:32:49 +01:00
Basarat Ali Syed f9988cc1a2 Merge pull request #1672 from michelsalib/angular-scnario-mouseover
Add some definitions to angular scenario
2014-02-07 23:04:49 +11:00
Basarat Ali Syed 015c508202 Merge pull request #1668 from SomaticIT/update-should
Update should
2014-02-07 21:33:44 +11:00
Michel Salib e4f5bd3738 Add some definitions to angular scenario 2014-02-07 11:17:24 +01:00
Magnus Gustafsson 5e8c4eee7c Removed local README file and added contributor to global README 2014-02-06 22:57:08 +00:00
Paul Vick 47e3a9ff85 Fix typo in jake. 2014-02-06 10:54:26 -08:00
Masahiro Wakame 71e3f62db7 Merge pull request #1662 from davidsidlinger/fix/lodash-wrapper-map-result
Fix up lodash wrapper map
2014-02-07 01:23:45 +09:00
Basarat Ali Syed 8e6dca701e Merge pull request #1667 from SomaticIT/update-sinon
Update SinonJS Definitions to 1.8.1
2014-02-06 21:31:53 +11:00
Basarat Ali Syed 4971f6ba7f Merge pull request #1669 from SomaticIT/update-mocha
Update Mocha Definitions to 1.17.1
2014-02-06 21:16:15 +11:00
Basarat Ali Syed 5cca45ce65 Merge pull request #1666 from jvilk/node-fixes-3
[Node] Updating stream interfaces and removing redundant interfaces.
2014-02-06 07:55:19 +11:00
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
SomaticIT 1ebbf6506c Update tests to match breaking changes 2014-02-05 21:16:03 +01:00
SomaticIT f1710f4132 Update ShouldJS Definitions to 3.1.2 2014-02-05 21:11:40 +01:00
SomaticIT 80cbd12aae Update SinonJS Definitions to 1.8.1 2014-02-05 20:32:04 +01:00
John Vilk 87ac1b3421 [Node] Updating stream interfaces and removing redundant interfaces.
We duplicated the EventEmitter and Stream interfaces in the "event" module, so I removed the redundant interface definitions.

I have updated the ReadableStream/WritableStream interfaces in accordance with the current documentation:
http://nodejs.org/api/stream.html

I added class definitions for Writable/Transform/Duplex/PassThrough in 'event'. These classes are described in the following Node documentation:
http://nodejs.org/api/stream.html#stream_api_for_stream_implementors

As a result of these changes, I needed to slightly alter other typings to refer to the new interface name. This was unavoidable; I had to rename the `EventEmitter` interface to `NodeEventEmitter` to avoid clashing with the `events.EventEmitter` class that implements `NodeEventEmitter`.
2014-02-05 14:28:10 -05:00
apsk 267ab03a0d Ember: Add Application.Router, Router.map, RouterDSL methods. 2014-02-05 20:53:50 +02: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
David Sidlinger 8d7fd62f89 LoDash*Wrapper.map() returns mapped result type 2014-02-04 09:38:31 -06: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
Magnus Gustafsson fdee518da7 Removed wrong copy/paste url from README 2014-02-02 00:56:27 +00:00
Magnus Gustafsson 65f47d2f20 Added type definitions for EasyStar.js 0.1.6 2014-02-02 00:16:19 +00: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