We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a60f94 commit 1478b2bCopy full SHA for 1478b2b
pkg/analyzer/CHANGELOG.md
@@ -1,6 +1,10 @@
1
-## 0.39.12-dev
+## 0.39.12
2
* Deprecated `canUseSummaries` in `DartSdkManager` constructor.
3
Summaries are not supported this way for SDK.
4
+* Set uri for implicit dart:core import.
5
+* Add overrideKnownFeaturesAsync() for DartDoc testing.
6
+* Remove DartSdk.useSummary.
7
+* Move TypeSystemImpl to src/dart/element/type_system.dart
8
9
## 0.39.11
10
* Deprecated `ClassElement.hasReferenceToSuper`.
pkg/analyzer/pubspec.yaml
@@ -1,5 +1,5 @@
name: analyzer
-version: 0.39.12-dev
+version: 0.39.12
description: This package provides a library that performs static analysis of Dart code.
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/analyzer
0 commit comments