Closed dylans closed 7 years ago
streams have been taken out of dojo/core
and put into dojo/streams
, but are stilled pulled in for use in request/node
. The next step is going to be to remove that dependency somehow. I talked with @matt-gadd and @agubler about it today and they are going to put in a related issue that hopefully can be used to resolve this one as well.
Split this up into https://github.com/dojo/core/issues/253 and https://github.com/dojo/core/issues/252.
Per the discussion in #90, we're going to move streams into a separate package given its size, as well as our usage for Observables over Streams for non-IO tracking features.