c506bb80ba
This removes the Declaration from RecordFieldDeclaration and renames it to RecordField. The fields of a record type are not declarations but are similar to FormalParameter of a FunctionTypeAnnotation; they contain part of the information for the RecordTypeAnnotation but are not identifiable on their own. Change-Id: Iaa9d95d49f2152096b970c6e2d24c524327f933e Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/355740 Commit-Queue: Johnni Winther <johnniwinther@google.com> Reviewed-by: Jake Macdonald <jakemac@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.