dart-sdk/pkg/_fe_analyzer_shared
Johnni Winther f6846849b9 [cfe] Handle augment super expressions
This adds the generation of access to augmented procedures.

TEST=existing

Change-Id: I5efa9cc541b86c18735bb1f4c51c73976ffa42ca
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/250164
Reviewed-by: Tess Strickland <sstrickl@google.com>
Reviewed-by: Chloe Stefantsova <cstefantsova@google.com>
Commit-Queue: Johnni Winther <johnniwinther@google.com>
2022-07-04 12:37:50 +00:00
..
benchmark Import exhaustiveness checker prototype into _fe_analyzer_shared. 2022-05-17 17:46:39 +00:00
lib/src [cfe] Handle augment super expressions 2022-07-04 12:37:50 +00:00
test Flow analysis: Separate variable and type operations. 2022-07-01 14:13:20 +00:00
tool
analysis_options.yaml Change SDK constraint for _fe_analyzer_shared to 2.17.0. 2022-06-29 19:31:55 +00:00
analysis_options_no_lints.yaml
LICENSE
OWNERS
PRESUBMIT.py
pubspec.yaml Prepare to publish analyzer 4.2.0 and _fe_analyzer_shared 41.0.0 2022-06-29 20:54:25 +00:00
README.md

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.