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

Unified Diff: pkg/analyzer/lib/file_system/file_system.dart

Issue 2079873002: Initial Bazel file resolver support. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 6 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/file_system/file_system.dart
diff --git a/pkg/analyzer/lib/file_system/file_system.dart b/pkg/analyzer/lib/file_system/file_system.dart
index 95c619891f1d40a811545c4b7718de57a807d3ed..7a12c6f1cd2d18d2493e1675bde72ff97f2e040f 100644
--- a/pkg/analyzer/lib/file_system/file_system.dart
+++ b/pkg/analyzer/lib/file_system/file_system.dart
@@ -242,6 +242,8 @@ class ResourceUriResolver extends UriResolver {
Uri restoreAbsolute(Source source) =>
_provider.pathContext.toUri(source.fullName);
+ ResourceProvider get provider => _provider;
+
/**
* Return `true` if the given [uri] is a `file` URI.
*/

Powered by Google App Engine
This is Rietveld 408576698