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

Unified Diff: lib/src/codegen/reify_coercions.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/js_codegen.dart ('k') | lib/src/info.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/codegen/reify_coercions.dart
diff --git a/lib/src/codegen/reify_coercions.dart b/lib/src/codegen/reify_coercions.dart
index d2b07a62b53af5428f84fcc7d94081352d6ba8bf..9a41ffc15a3190f5200670b838e2f63727074424 100644
--- a/lib/src/codegen/reify_coercions.dart
+++ b/lib/src/codegen/reify_coercions.dart
@@ -10,9 +10,9 @@ import 'package:analyzer/src/generated/element.dart';
import 'package:logging/logging.dart' as logger;
import 'package:source_span/source_span.dart' show SourceFile;
-import 'package:ddc/src/checker/rules.dart';
-import 'package:ddc/src/info.dart';
-import 'package:ddc/src/utils.dart' as utils;
+import 'package:dev_compiler/src/checker/rules.dart';
+import 'package:dev_compiler/src/info.dart';
+import 'package:dev_compiler/src/utils.dart' as utils;
import 'ast_builder.dart';
« no previous file with comments | « lib/src/codegen/js_codegen.dart ('k') | lib/src/info.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698