You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[analyzer] Remove @experimental annotations from API.
Removes all the `@experimental` annotations from the analyzer
API. Since these annotations are not yet enforced through warnings, in
effect everything the analyzer public API has to be supported until
the next breaking change release, whether it's marked `@experimental`
or not. Removing the `@experimental` annotations reflects this
reality.
In follow-up CLs, I will introduce analyzer functionality that causes
warnings to be issued if an API method marked `@experimental` is used
(or overridden) from outside of its declaring package. Once that has
landed, we'll be able to safely start using `@experimental` to tag
parts of the analyzer public API for which we don't guarantee
long-term support.
Change-Id: I6a6a69649843afa6057b249156dec701e1aa26dd
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/449926
Reviewed-by: Konstantin Shcheglov <[email protected]>
Reviewed-by: Brian Wilkerson <[email protected]>
Commit-Queue: Paul Berry <[email protected]>
0 commit comments