Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(288)

Unified Diff: lib/src/compiler/js_field_storage.dart

Issue 1879373004: Implement modular compilation (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/src/compiler/extension_types.dart ('k') | lib/src/compiler/js_interop.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/compiler/js_field_storage.dart
diff --git a/lib/src/codegen/js_field_storage.dart b/lib/src/compiler/js_field_storage.dart
similarity index 96%
rename from lib/src/codegen/js_field_storage.dart
rename to lib/src/compiler/js_field_storage.dart
index 88de7584d06e808c49827c0122d7ae7325909c32..1a70229d68fd707575d61d240f87916191f5791f 100644
--- a/lib/src/codegen/js_field_storage.dart
+++ b/lib/src/compiler/js_field_storage.dart
@@ -2,11 +2,10 @@
// 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.
-import 'dart:collection' show HashMap, HashSet;
+import 'dart:collection' show HashSet;
import 'package:analyzer/dart/ast/ast.dart' show Identifier;
import 'package:analyzer/dart/element/element.dart';
-
-import 'js_codegen.dart' show ExtensionTypeSet;
+import 'extension_types.dart';
/// We use a storage slot for fields that override or can be overridden by
/// getter/setter pairs.
« no previous file with comments | « lib/src/compiler/extension_types.dart ('k') | lib/src/compiler/js_interop.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698