dojo / core

:rocket: Dojo 2 - language helpers and utilities.
http://dojo.io
Other
213 stars 58 forks source link

Split streams into separate package #225

Closed dylans closed 7 years ago

dylans commented 8 years ago

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.

rorticus commented 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.

rorticus commented 7 years ago

Split this up into https://github.com/dojo/core/issues/253 and https://github.com/dojo/core/issues/252.