File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- ## 0.36.4-dev (not yet published)
1+ ## 0.36.4
22* Deprecated the ` isNonNullableUnit ` parameter of the ` TypeResolverVisitor `
33 constructor. TypeResolverVisitor should now be configured using the
44 ` featureSet ` parameter.
2626 ` parseString ` , it is much more efficient than ` parseFile ` .
2727* Added more specific deprecation notices to ` package:analyzer/analyzer.dart ` to
2828 direct clients to suitable replacements.
29+ * Deprecated the enable flags ` bogus-disabled ` and ` bogus-enabled ` . Clients
30+ should not be relying on the presence of these flags.
31+ * Deprecated the constructor parameter
32+ ConstantEvaluationEngine.forAnalysisDriver, which no longer has any effect.
33+ * Deprecated ElementImpl.RIGHT_ARROW.
2934
3035## 0.36.3
3136* Deprecated ` AstFactory.compilationUnit ` . In a future analyzer release, this
Original file line number Diff line number Diff line change 11name : analyzer
2- version : 0.36.4-dev
2+ version : 0.36.4
33author : Dart Team <misc@dartlang.org>
44description : Static analyzer for Dart.
55homepage : https://github.com/dart-lang/sdk/tree/master/pkg/analyzer
@@ -11,10 +11,10 @@ dependencies:
1111 collection : ^1.10.1
1212 convert : ^2.0.0
1313 crypto : ' >=1.1.1 <3.0.0'
14- front_end : 0.1.18
14+ front_end : 0.1.19
1515 glob : ^1.0.3
1616 html : ' >=0.13.4+1 <0.15.0'
17- kernel : 0.3.18
17+ kernel : 0.3.19
1818 meta : ^1.0.2
1919 package_config : ' >=0.1.5 <2.0.0'
2020 path : ' >=0.9.0 <2.0.0'
Original file line number Diff line number Diff line change 11name : front_end
22# Currently, front_end API is not stable and users should not
33# depend on semver semantics when depending on this package.
4- version : 0.1.18
4+ version : 0.1.19
55author : Dart Team <misc@dartlang.org>
66description : Front end for compilation of Dart code.
77homepage : https://github.com/dart-lang/sdk/tree/master/pkg/front_end
88environment :
99 sdk : ' >=2.1.0-dev.5.0 <3.0.0'
1010dependencies :
11- kernel : 0.3.18
11+ kernel : 0.3.19
1212 package_config : ' ^1.0.1'
1313 path : ' ^1.3.9'
1414 yaml : ' ^2.1.12'
1515dev_dependencies :
16- analyzer : 0.36.3
16+ analyzer : 0.36.4
1717 args : ' >=0.13.0 <2.0.0'
1818 build_integration :
1919 path : ../build_integration
Original file line number Diff line number Diff line change 11name : kernel
22# Currently, kernel API is not stable and users should
33# not depend on semver semantics when depending on this package.
4- version : 0.3.18
4+ version : 0.3.19
55author : Dart Team <misc@dartlang.org>
66description : Dart IR (Intermediate Representation)
77homepage : https://github.com/dart-lang/sdk/tree/master/pkg/kernel
You can’t perform that action at this time.
0 commit comments