Commit Graph

18 Commits

Author SHA1 Message Date
Mohamed Hegazy
2aaa293cb1 Remove quotes from response files 2014-09-02 14:53:39 -07:00
Paul Loyd
25a3c76b44 node: move Node* to NodeJS module 2014-04-28 18:32:37 +02:00
Paul Vick
2b686dabb5 Add value property to jake Task object. 2014-04-18 12:42:37 -07:00
Paul Vick
8ec7c6fb1f Add param to complete() 2014-04-03 12:14:59 -07:00
Paul Vick
2da211a3a6 Add missing methods to create npm publish tasks 2014-03-20 15:31:56 -07:00
vvakame
35e573697c remove not required .tscparams 2014-02-24 11:48:00 +09:00
Paul Vick
e88a5272ed Fixes for jake definitions
* There were a couple of definitions that were missing type decorations
that would infer "any" implicitly.
* Exec had four constructors that the actual jake object doesn't seem to
have. Exec objects are always created using createExec.
* The methods implementing node's EventEmitter didn't match the actual
EventEmitter signatures, so I updated them.
2014-02-19 22:05:35 -08:00
Paul Vick
47e3a9ff85 Fix typo in jake. 2014-02-06 10:54:26 -08: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
Igor Oleinikov
be24e3e48c jake: fix test 2013-12-18 20:03:39 +04:00
Basarat Syed
7c16bf020b fix(jake) fix definitions to match new node definitions 2013-10-23 10:48:34 +11:00
vvakame
2708bc05cd Fixed tsc failed on Node.js v0.8.25 2013-10-03 11:23:38 +09:00
vvakame
3fe1f6bc4e Fixed to CI test passing 2013-10-03 10:18:58 +09:00
Diullei
c8c8aad8c1 fix - jake test failure 2013-09-05 23:18:08 -03:00
Boris Yankov
35fccf1368 Fix jake definitions and tests 2013-08-07 18:19:34 +03:00
Boris Yankov
dd35f69637 Big replacement: bool with boolean 2013-08-07 16:59:39 +03:00
Neil Stalker
2192405a76 Fix definitions for TS 0.9
hammer.js
jake
jszip.js
dust.js
google,analytics
linq.js
2013-06-24 22:51:29 +01:00
Kon
3908267c99 Added new definitions for jake 2013-02-26 09:43:33 +09:00