577ba62516
- Added the ClassMemberDeclaration interface to simplify some things and unify builder implementations. - Adds tests for running macros on top level declarations - Update the code for executing macros to allow function/variable macros to be ran on methods and fields. - Other general cleanup and some minor bug fixes Change-Id: I9bc60740c1b583e39179238cdcd68a78c110c3dd Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/229621 Auto-Submit: Jake Macdonald <jakemac@google.com> Reviewed-by: Johnni Winther <johnniwinther@google.com> Commit-Queue: 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.