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

Unified Diff: lib/src/compiler/js_metalet.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/js_interop.dart ('k') | lib/src/compiler/js_names.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « lib/src/compiler/js_interop.dart ('k') | lib/src/compiler/js_names.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698