| Index: pkg/polymer/lib/src/build/code_extractor.dart
|
| diff --git a/pkg/polymer/lib/src/transform/code_extractor.dart b/pkg/polymer/lib/src/build/code_extractor.dart
|
| similarity index 98%
|
| rename from pkg/polymer/lib/src/transform/code_extractor.dart
|
| rename to pkg/polymer/lib/src/build/code_extractor.dart
|
| index 580f5ac141e923cc8a5da1390bcc0a6cceaa5050..5e9135d71696dcc047c1d24ed7708ebedf05c7cf 100644
|
| --- a/pkg/polymer/lib/src/transform/code_extractor.dart
|
| +++ b/pkg/polymer/lib/src/build/code_extractor.dart
|
| @@ -3,7 +3,7 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| /** Transfomer that extracts inlined script code into separate assets. */
|
| -library polymer.src.transformers;
|
| +library polymer.src.build.code_extractor;
|
|
|
| import 'dart:async';
|
|
|
|
|