| Index: pkg/barback/lib/src/graph/node_streams.dart
|
| diff --git a/pkg/barback/lib/src/node_streams.dart b/pkg/barback/lib/src/graph/node_streams.dart
|
| similarity index 94%
|
| rename from pkg/barback/lib/src/node_streams.dart
|
| rename to pkg/barback/lib/src/graph/node_streams.dart
|
| index 58d0f3b2f4d0feebf5f2bd79c6a38abd59382be9..834479271abce7e6ac1f6cd3e95d65313ff84eff 100644
|
| --- a/pkg/barback/lib/src/node_streams.dart
|
| +++ b/pkg/barback/lib/src/graph/node_streams.dart
|
| @@ -2,14 +2,14 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -library barback.node_streams;
|
| +library barback.graph.node_streams;
|
|
|
| import 'dart:async';
|
|
|
| -import 'asset_node.dart';
|
| -import 'log.dart';
|
| +import '../asset/asset_node.dart';
|
| +import '../log.dart';
|
| +import '../utils/stream_pool.dart';
|
| import 'node_status.dart';
|
| -import 'stream_pool.dart';
|
|
|
| /// A collection of streams that are common to nodes in barback's package graph.
|
| class NodeStreams {
|
|
|