node: now modules depend on stream.* when possible

This commit is contained in:
Paul Loyd
2014-04-28 18:32:37 +02:00
committed by Bart van der Schoor
parent d100d104c6
commit c52e7bdf63
8 changed files with 57 additions and 54 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ interface BrowserifyObject extends NodeEventEmitter {
debug?: boolean;
standalone?: string;
insertGlobalVars?: any;
}, cb?: (err: any, src: any) => void): ReadableStream;
}, cb?: (err: any, src: any) => void): NodeReadableStream;
external(file: string): BrowserifyObject;
ignore(file: string): BrowserifyObject;