8b1400713f
Added an experiment released version for Dart 3.9. Context: https://github.com/dart-lang/webdev/blob/main/fixtures/_experimentSound/web/main.dart and tests outside of the SDK broke once we bumped to 3.10. The experiment released version will allow us to use dot shorthands in the 3.9 version. Bug: https://github.com/dart-lang/sdk/issues/57037 Change-Id: I066d366f36e3ce1debb7b3e0e492b6a61bcddb74 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/442162 Reviewed-by: Paul Berry <paulberry@google.com> Reviewed-by: Konstantin Shcheglov <scheglov@google.com> Commit-Queue: Kallen Tu <kallentu@google.com> Reviewed-by: Nate Bosch <nbosch@google.com>
FE/analyzer shared code
This package contains logic that is shared between the front_end and analyzer packages. It is intended solely to facilitate development of the Dart SDK, and is not intended for use by end users. In particular, this package has no public API, so no guarantee is made of compatibility between one version of the package and the next.
End users should consider using the analyzer package to analyze Dart source code.