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

Unified Diff: pkg/compiler/lib/src/util/util.dart

Issue 2644843006: Use packages dart_parser, dart_scanner, and compiler_util. (Closed)
Patch Set: Created 3 years, 11 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
Index: pkg/compiler/lib/src/util/util.dart
diff --git a/pkg/compiler/lib/src/util/util.dart b/pkg/compiler/lib/src/util/util.dart
index dbcc7d3a432f5baefd5941f2667ab290345232e8..8a394a5691fce547ee6a86e4fcbd5117c5303371 100644
--- a/pkg/compiler/lib/src/util/util.dart
+++ b/pkg/compiler/lib/src/util/util.dart
@@ -4,15 +4,15 @@
library dart2js.util;
-import 'characters.dart';
-import 'util_implementation.dart';
+import 'package:dart_scanner/src/characters.dart';
+import 'package:compiler_util/link.dart';
export 'emptyset.dart';
export 'maplet.dart';
export 'setlet.dart';
+export 'package:compiler_util/link.dart';
part 'indentation.dart';
-part 'link.dart';
/// Helper functions for creating hash codes.
class Hashing {

Powered by Google App Engine
This is Rietveld 408576698