| Index: pkg/barback/lib/src/transformer/declaring_transform.dart
|
| diff --git a/pkg/barback/lib/src/declaring_transform.dart b/pkg/barback/lib/src/transformer/declaring_transform.dart
|
| similarity index 93%
|
| rename from pkg/barback/lib/src/declaring_transform.dart
|
| rename to pkg/barback/lib/src/transformer/declaring_transform.dart
|
| index 2f8a8bfda3db4093114b9deaa984fc7886ece9a6..e15082fc37ad6d33310bf029315385e20fab4c71 100644
|
| --- a/pkg/barback/lib/src/declaring_transform.dart
|
| +++ b/pkg/barback/lib/src/transformer/declaring_transform.dart
|
| @@ -2,11 +2,11 @@
|
| // 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.declaring_transform;
|
| +library barback.transformer.declaring_transform;
|
|
|
| -import 'asset_id.dart';
|
| +import '../asset/asset_id.dart';
|
| +import '../graph/transform_node.dart';
|
| import 'base_transform.dart';
|
| -import 'transform_node.dart';
|
|
|
| /// A transform for [DeclaringTransform]ers that allows them to declare the ids
|
| /// of the outputs they'll generate without generating the concrete bodies of
|
|
|