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'); |
} |