Index: pkg/dartino_compiler/lib/src/debug_info_lazy_field_initializer_codegen.dart |
diff --git a/pkg/fletchc/lib/src/debug_info_lazy_field_initializer_codegen.dart b/pkg/dartino_compiler/lib/src/debug_info_lazy_field_initializer_codegen.dart |
similarity index 89% |
rename from pkg/fletchc/lib/src/debug_info_lazy_field_initializer_codegen.dart |
rename to pkg/dartino_compiler/lib/src/debug_info_lazy_field_initializer_codegen.dart |
index 21708103787b51e16b0d6c5bd880b22624fb09da..9c32ce28a77e1e5c7f6e0811a6aebfd3e0f8a899 100644 |
--- a/pkg/fletchc/lib/src/debug_info_lazy_field_initializer_codegen.dart |
+++ b/pkg/dartino_compiler/lib/src/debug_info_lazy_field_initializer_codegen.dart |
@@ -2,7 +2,7 @@ |
// for details. All rights reserved. Use of this source code is governed by a |
// BSD-style license that can be found in the LICENSE.md file. |
-library fletchc.debug_info_lazy_field_initializer_codegen; |
+library dartino_compiler.debug_info_lazy_field_initializer_codegen; |
import 'package:compiler/src/elements/elements.dart'; |
import 'package:compiler/src/resolution/tree_elements.dart'; |
@@ -15,13 +15,13 @@ import 'package:compiler/src/dart_types.dart' show |
import 'package:compiler/src/diagnostics/spannable.dart' show |
Spannable; |
-import 'fletch_context.dart'; |
+import 'dartino_context.dart'; |
-import 'fletch_function_builder.dart' show |
- FletchFunctionBuilder; |
+import 'dartino_function_builder.dart' show |
+ DartinoFunctionBuilder; |
-import 'fletch_registry.dart' show |
- FletchRegistry; |
+import 'dartino_registry.dart' show |
+ DartinoRegistry; |
import 'debug_registry.dart' show |
DebugRegistry; |
@@ -34,11 +34,11 @@ import 'debug_info.dart'; |
class DebugInfoLazyFieldInitializerCodegen |
extends LazyFieldInitializerCodegen with DebugRegistry { |
final DebugInfo debugInfo; |
- final FletchCompilerImplementation compiler; |
+ final DartinoCompilerImplementation compiler; |
DebugInfoLazyFieldInitializerCodegen(this.debugInfo, |
- FletchFunctionBuilder functionBuilder, |
- FletchContext context, |
+ DartinoFunctionBuilder functionBuilder, |
+ DartinoContext context, |
TreeElements elements, |
ClosureEnvironment closureEnvironment, |
FieldElement field, |