This repository was archived by the owner on Feb 25, 2025. It is now read-only.
File tree 3 files changed +4
-9
lines changed
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
+
1
4
## 0.2.5
2
5
- Change supported analyzer version to ` ^0.39.12 `
3
6
Original file line number Diff line number Diff line change @@ -173,14 +173,6 @@ abstract class ServerPlugin {
173
173
return result;
174
174
}
175
175
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
-
184
176
/// Handle an 'analysis.getNavigation' request.
185
177
///
186
178
/// Throw a [RequestFailure] if the request could not be handled.
Original file line number Diff line number Diff line change 1
1
name : analyzer_plugin
2
2
description : A framework and support code for building plugins for the analysis server.
3
- version : 0.2.5
3
+ version : 0.3.0
4
4
author :
Dart Team <[email protected] >
5
5
homepage : https://github.com/dart-lang/sdk/tree/master/pkg/analyzer_plugin
6
6
You can’t perform that action at this time.
0 commit comments