| Index: lib/src/compiler/js_metalet.dart
|
| diff --git a/lib/src/codegen/js_metalet.dart b/lib/src/compiler/js_metalet.dart
|
| similarity index 99%
|
| rename from lib/src/codegen/js_metalet.dart
|
| rename to lib/src/compiler/js_metalet.dart
|
| index 02d7842fcd8671d684763840d7972f8817627a0c..5bddf5a8e65fea24f71ee543016f750da4c3ab60 100644
|
| --- a/lib/src/codegen/js_metalet.dart
|
| +++ b/lib/src/compiler/js_metalet.dart
|
| @@ -3,8 +3,8 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| // TODO(jmesserly): import from its own package
|
| -import '../js/js_ast.dart';
|
| -import '../js/precedence.dart';
|
| +import '../js_ast/js_ast.dart';
|
| +import '../js_ast/precedence.dart';
|
|
|
| import 'js_names.dart' show TemporaryId;
|
|
|
|
|