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

Unified Diff: lib/src/info.dart

Issue 954773003: rename package:ddc to package:dev_compiler (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 10 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/codegen/reify_coercions.dart ('k') | lib/src/options.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/info.dart
diff --git a/lib/src/info.dart b/lib/src/info.dart
index 40dd1595caee15b1cc8eb1033846d73af26d5081..b59c939982439c3c6e99722f6fda530fb5f87f85 100644
--- a/lib/src/info.dart
+++ b/lib/src/info.dart
@@ -14,8 +14,8 @@ import 'package:analyzer/src/generated/scanner.dart'
show Token, TokenType, SyntheticStringToken;
import 'package:logging/logging.dart' show Level;
-import 'package:ddc/src/checker/rules.dart';
-import 'package:ddc/src/utils.dart' as utils;
+import 'package:dev_compiler/src/checker/rules.dart';
+import 'package:dev_compiler/src/utils.dart' as utils;
/// Represents a summary of the results collected by running the program
/// checker.
« no previous file with comments | « lib/src/codegen/reify_coercions.dart ('k') | lib/src/options.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698