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

Unified Diff: lib/src/closure/closure_annotation.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/analyzer/multi_package_resolver.dart ('k') | lib/src/closure/closure_annotator.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/closure/closure_annotation.dart
diff --git a/lib/src/closure/closure_annotation.dart b/lib/src/closure/closure_annotation.dart
index b139a67706de9411e14699838552f5bd389c9f18..f23c745e9f7cae3b47bdd398cf04aa2cd6b8117e 100644
--- a/lib/src/closure/closure_annotation.dart
+++ b/lib/src/closure/closure_annotation.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 file.
-import '../js/js_ast.dart' as JS show TypeRef, JsTypeRef, ClosureTypePrinter;
+import '../js_ast/js_ast.dart' as JS show TypeRef, ClosureTypePrinter;
/// Set of closure annotations that can be [toString]ed to a single JsDoc comment.
/// See https://developers.google.com/closure/compiler/docs/js-for-compiler
« no previous file with comments | « lib/src/analyzer/multi_package_resolver.dart ('k') | lib/src/closure/closure_annotator.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698