931fd976c6
Results of Phase 2 macros are now applied. The macro application code has been refactored to support that Phase 1 can apply all macro applications within a library in bulk, but Phase 2 can apply each macro application in sequence. The later is to prepare for making added member visible to subsequent macro applications within Phase 2. This functionality has not been completed yet. Change-Id: Idaf2702e21bde75aedb1509d88e02f270196af5e Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/233380 Reviewed-by: Jens Johansen <jensj@google.com> Commit-Queue: Johnni Winther <johnniwinther@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.