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

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

Issue 588183002: Emit warning on import of dart:mirrors. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 3 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 80b0548585a4a8b8e0ec1de54ca717a87323743f..b52143e63fe0ce606149018c6e39273f51a3f307 100644
--- a/sdk/lib/_internal/compiler/implementation/dart2jslib.dart
+++ b/sdk/lib/_internal/compiler/implementation/dart2jslib.dart
@@ -27,7 +27,8 @@ import 'helpers/helpers.dart'; // Included for debug helpers.
import 'js_backend/js_backend.dart' as js_backend;
import 'library_loader.dart'
show LibraryLoader,
- LibraryLoaderTask;
+ LibraryLoaderTask,
+ LoadedLibraries;
import 'native_handler.dart' as native;
import 'scanner/scannerlib.dart';
import 'ssa/ssa.dart';
@@ -49,6 +50,7 @@ import 'mirrors_used.dart' show MirrorUsageAnalyzerTask;
import 'dump_info.dart';
import 'tracer.dart' show Tracer;
import 'cache_strategy.dart';
+import 'util/uri_extras.dart' as uri_extras show relativize;
export 'resolution/resolution.dart' show TreeElements, TreeElementMapping;
export 'scanner/scannerlib.dart' show isUserDefinableOperator,

Powered by Google App Engine
This is Rietveld 408576698