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

Unified Diff: lib/src/dependency_graph.dart

Issue 1174643003: expose strong checker API, for use by analyzer_cli (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 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
« no previous file with comments | « lib/src/codegen/js_codegen.dart ('k') | lib/src/info.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/dependency_graph.dart
diff --git a/lib/src/dependency_graph.dart b/lib/src/dependency_graph.dart
index 99e7d0e77aa8c060e80fecd0ec4c7ef354f85372..12d5eb9c4a67f8458dbb5400e6d026e3d5d5fdad 100644
--- a/lib/src/dependency_graph.dart
+++ b/lib/src/dependency_graph.dart
@@ -44,7 +44,7 @@ class SourceGraph {
/// Analyzer used to resolve source files.
final AnalysisContext _context;
- final CheckerReporter _reporter;
+ final CompilerReporter _reporter;
final CompilerOptions _options;
SourceGraph(this._context, this._reporter, this._options) {
@@ -78,7 +78,7 @@ class SourceGraph {
});
}
- List<String> get resources => _options.resources;
+ List<String> get resources => _options.sourceOptions.resources;
}
/// A node in the import graph representing a source file.
« no previous file with comments | « lib/src/codegen/js_codegen.dart ('k') | lib/src/info.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698