| Index: pkg/barback/lib/src/asset/asset_node.dart
|
| diff --git a/pkg/barback/lib/src/asset_node.dart b/pkg/barback/lib/src/asset/asset_node.dart
|
| similarity index 98%
|
| rename from pkg/barback/lib/src/asset_node.dart
|
| rename to pkg/barback/lib/src/asset/asset_node.dart
|
| index c0593e58f0b73cb5edd1a131bbfe99543bd8c812..45d1b1771c215f165a2e3c001afb4a7ee5715e00 100644
|
| --- a/pkg/barback/lib/src/asset_node.dart
|
| +++ b/pkg/barback/lib/src/asset/asset_node.dart
|
| @@ -2,15 +2,15 @@
|
| // 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.asset_node;
|
| +library barback.asset.asset_node;
|
|
|
| import 'dart:async';
|
|
|
| +import '../errors.dart';
|
| +import '../graph/transform_node.dart';
|
| +import '../utils.dart';
|
| import 'asset.dart';
|
| import 'asset_id.dart';
|
| -import 'errors.dart';
|
| -import 'transform_node.dart';
|
| -import 'utils.dart';
|
|
|
| /// Describes the current state of an asset as part of a transformation graph.
|
| ///
|
|
|