Re: [whatwg/streams] use abstract ops in TransformStream implementation (#598)

ricea commented on this pull request.



> @@ -253,7 +253,14 @@ class ReadableStream {
   }
 }
 
-module.exports = { ReadableStream, IsReadableStreamDisturbed };
+module.exports = {
+  ReadableStream,
+  IsReadableStreamDisturbed,

You appear to have exported this but not imported it?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/pull/598#pullrequestreview-7286257

Received on Friday, 4 November 2016 21:17:45 UTC