DefinitelyTyped/msnodesql
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
..
msnodesql-tests.ts MsNodeSql: fixed QueryCallback and tests 2013-08-23 13:43:01 +02:00
msnodesql-tests.ts.tscparams Fixed tsc failed on Node.js v0.8.25 2013-10-03 11:23:38 +09:00
msnodesql.d.ts [Node] Updating stream interfaces and removing redundant interfaces. 2014-02-05 14:28:10 -05:00
msnodesql.d.ts.tscparams Fixed tsc failed on Node.js v0.8.25 2013-10-03 11:23:38 +09:00