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

Unified Diff: pkg/compiler/lib/src/tree/dartstring.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/tree/dartstring.dart
diff --git a/pkg/compiler/lib/src/tree/dartstring.dart b/pkg/compiler/lib/src/tree/dartstring.dart
index 4ec773c1d37365d7608b0163edbd5b3e5430f8d7..cc21919e8948dc31ae5e6dca39b3dc34a122243c 100644
--- a/pkg/compiler/lib/src/tree/dartstring.dart
+++ b/pkg/compiler/lib/src/tree/dartstring.dart
@@ -4,7 +4,7 @@
import 'dart:collection';
-import '../util/characters.dart';
+import 'package:dart_scanner/src/characters.dart';
/**
* The [DartString] type represents a Dart string value as a sequence of Unicode

Powered by Google App Engine
This is Rietveld 408576698