mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 10:49:00 +00:00
Prepare to publish analyzer 0.39.13
Change-Id: Ifa40c7f7f62a2aa4fb1d312e29be6bd092bdbbde Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/154291 Reviewed-by: Phil Quitslund <pquitslund@google.com> Reviewed-by: Brian Wilkerson <brianwilkerson@google.com> Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
This commit is contained in:
parent
994c6ba6cd
commit
89115ff4a2
2 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
## 0.39.13-dev
|
||||
## 0.39.13
|
||||
* Added 'dart/sdk/build_sdk_summary.dart' with `buildSdkSummary`.
|
||||
* Added `DynamicType`, `NeverType`, and `VoidType` interfaces.
|
||||
* Added `TypeVisitor` and `DartType.accept(TypeVisitor)`.
|
||||
|
@ -7,6 +7,7 @@
|
|||
* Added `InterfaceType.asInstanceOf(ClassElement)`.
|
||||
* Removed deprecated internal `bogus-disabled` and `bogus-enabled`.
|
||||
* Added `Scope`, `LibraryElement.scope`, and `PrefixElement.scope`.
|
||||
* Bug fixes: #32192, #42620, #42256, #42605.
|
||||
|
||||
## 0.39.12
|
||||
* Deprecated `canUseSummaries` in `DartSdkManager` constructor.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name: analyzer
|
||||
version: 0.39.13-dev
|
||||
version: 0.39.13
|
||||
description: This package provides a library that performs static analysis of Dart code.
|
||||
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/analyzer
|
||||
|
||||
|
|
Loading…
Reference in a new issue