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

Unified Diff: sdk/lib/_internal/compiler/implementation/dart2jslib.dart

Issue 169763003: Update dart2js diagnostics to prepare for filtering. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Remove optional Uri. Created 6 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
Index: sdk/lib/_internal/compiler/implementation/dart2jslib.dart
diff --git a/sdk/lib/_internal/compiler/implementation/dart2jslib.dart b/sdk/lib/_internal/compiler/implementation/dart2jslib.dart
index 1465f3d71b624caddd0dfb47f262774bc67555ff..2e0c8063239387bce96e460ce0d06283fd52f454 100644
--- a/sdk/lib/_internal/compiler/implementation/dart2jslib.dart
+++ b/sdk/lib/_internal/compiler/implementation/dart2jslib.dart
@@ -44,6 +44,8 @@ export 'scanner/scannerlib.dart' show isUserDefinableOperator,
isTernaryOperator,
isMinusOperator;
export 'universe/universe.dart' show Selector, TypedSelector;
+export 'util/util.dart' show Spannable;
+
part 'code_buffer.dart';
part 'compile_time_constants.dart';

Powered by Google App Engine
This is Rietveld 408576698