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

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

Issue 11967010: Internal libraries supported. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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: sdk/lib/_internal/compiler/implementation/compiler.dart
diff --git a/sdk/lib/_internal/compiler/implementation/compiler.dart b/sdk/lib/_internal/compiler/implementation/compiler.dart
index fb37b030a52d3c16e338315557ff2f8f3e9a3933..0c0569ad4d6c499cbdb8cb189471f29d618137e4 100644
--- a/sdk/lib/_internal/compiler/implementation/compiler.dart
+++ b/sdk/lib/_internal/compiler/implementation/compiler.dart
@@ -968,6 +968,10 @@ abstract class Compiler implements DiagnosticListener {
return spanFromTokens(token, token, uri);
}
+ Uri resolveScriptUri(Uri importingUri, Uri uri, [Node node]) {
ahe 2013/01/18 11:03:10 I think this should be documented here, not in the
Johnni Winther 2013/01/21 09:27:54 Done.
+ unimplemented('Compiler.resolveScriptUri');
+ }
+
Script readScript(Uri uri, [Node node]) {
unimplemented('Compiler.readScript');
}

Powered by Google App Engine
This is Rietveld 408576698