274f5639f7
This field was only used to populate expectation strings in "id" tests; it did not affect any user-visible behavior of the analyzer or CFE. Including information in "id" tests that doesn't affect any user-visible behavior isn't helpful. Removing this field will enable some upcoming flow analysis refactoring work (I intend to remove the `ExpressionInfo._type` field, replacing its remaining usages with a more reliable mechanism). Change-Id: Id4c6593fae4ef25b8c21f0625e6c1f9eaa766e17 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/406403 Reviewed-by: Johnni Winther <johnniwinther@google.com> Commit-Queue: Paul Berry <paulberry@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.