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

Unified Diff: pkg/analyzer/lib/src/codegen/tools.dart

Issue 2993123002: Eliminate dependencies on pkg/front_end. (Closed)
Patch Set: Created 3 years, 4 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/analyzer/lib/src/codegen/tools.dart
diff --git a/pkg/analyzer/lib/src/codegen/tools.dart b/pkg/analyzer/lib/src/codegen/tools.dart
index ff53db630540eb544030497dcdba56ec61e99d11..a12ac3541ddadac3db13f8e1a556823943910f03 100644
--- a/pkg/analyzer/lib/src/codegen/tools.dart
+++ b/pkg/analyzer/lib/src/codegen/tools.dart
@@ -10,6 +10,7 @@ library analyzer.src.codegen.tools;
import 'package:analyzer/src/codegen/html.dart';
import 'package:analyzer/src/codegen/text_formatter.dart';
import 'package:html/dom.dart' as dom;
+export 'package:front_end/src/codegen/tools.dart';
Siggi Cherem (dart-lang) 2017/08/07 16:57:10 it seems like this file is not used anymore in pac
Paul Berry 2017/08/07 17:04:33 Maybe. I'd like to wait until we see how kernel's
final RegExp trailingSpacesInLineRegExp = new RegExp(r' +$', multiLine: true);
final RegExp trailingWhitespaceRegExp = new RegExp(r'[\n ]+$');
« no previous file with comments | « no previous file | pkg/analyzer/lib/src/dart/analysis/byte_store.dart » ('j') | pkg/analyzer/lib/src/dart/analysis/byte_store.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698