File tree Expand file tree Collapse file tree 3 files changed +4
-9
lines changed Expand file tree Collapse file tree 3 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 1+ ## 0.3.0
2+ - Removed deprecated ` Plugin.getResolveResult ` . Use ` getResolvedUnitResult ` .
3+
14## 0.2.5
25- Change supported analyzer version to ` ^0.39.12 `
36
Original file line number Diff line number Diff line change @@ -173,14 +173,6 @@ abstract class ServerPlugin {
173173 return result;
174174 }
175175
176- /// Return the result of analyzing the file with the given [path] .
177- ///
178- /// Throw a [RequestFailure] is the file cannot be analyzed or if the driver
179- /// associated with the file is not an [AnalysisDriver] .
180- @deprecated
181- Future <ResolveResult > getResolveResult (String path) =>
182- getResolvedUnitResult (path);
183-
184176 /// Handle an 'analysis.getNavigation' request.
185177 ///
186178 /// Throw a [RequestFailure] if the request could not be handled.
Original file line number Diff line number Diff line change 11name : analyzer_plugin
22description : A framework and support code for building plugins for the analysis server.
3- version : 0.2.5
3+ version : 0.3.0
44author :
Dart Team <[email protected] > 55homepage : https://github.com/dart-lang/sdk/tree/master/pkg/analyzer_plugin
66
You can’t perform that action at this time.
0 commit comments