File tree 3 files changed +7
-4
lines changed
3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
name : _fe_analyzer_shared
2
- version : 19 .0.0
2
+ version : 20 .0.0
3
3
description : Logic that is shared between the front_end and analyzer packages.
4
4
homepage : https://github.com/dart-lang/sdk/tree/master/pkg/_fe_analyzer_shared
5
5
Original file line number Diff line number Diff line change 1
- ## 1.4.0-dev
1
+ ## 1.4.0
2
2
* Deprecated ` TypeProvider.nonSubtypableClasses ` .
3
3
Use ` TypeProvider.isNonSubtypableClass ` instead.
4
4
* Added ` sdkPath ` to ` AnalysisContextCollection ` constructor.
5
+ * Improved support for generalized type aliases.
6
+ * The feature ` nonfunction-type-aliases ` is enabled by default in the
7
+ language version ` 2.13 ` .
5
8
6
9
## 1.3.0
7
10
* Added ` Expression.inConstantContext ` to API.
Original file line number Diff line number Diff line change 1
1
name : analyzer
2
- version : 1.4.0-dev
2
+ version : 1.4.0
3
3
description : This package provides a library that performs static analysis of Dart code.
4
4
homepage : https://github.com/dart-lang/sdk/tree/master/pkg/analyzer
5
5
6
6
environment :
7
7
sdk : ' >=2.12.0-0 <3.0.0'
8
8
9
9
dependencies :
10
- _fe_analyzer_shared : ^19 .0.0
10
+ _fe_analyzer_shared : ^20 .0.0
11
11
cli_util : ^0.3.0
12
12
collection : ^1.15.0
13
13
convert : ^3.0.0
You can’t perform that action at this time.
0 commit comments