dart-sdk/pkg/_fe_analyzer_shared
Konstantin Shcheglov a51f1747e0 Prepare to publish analyzer 0.40.0 and _fe_analyzer_shared 8.0.0.
Change-Id: I126207dcc47885565a3a6d7002ff15ad3cc493c5
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/122483
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
2020-08-18 15:12:10 +00:00
..
lib/src [parser] Better error message for annotations on type arguments 2020-08-17 07:43:52 +00:00
test Flow analysis: rework handling of equality tests. 2020-08-14 12:16:36 +00:00
tool [CFE] Include _fe_analyzer_shared in tests 2020-05-11 13:13:21 +00:00
analysis_options.yaml
analysis_options_no_lints.yaml Exclude _fe_analyzer_shared/test/constants/data 2020-04-13 17:47:32 +00:00
LICENSE
PRESUBMIT.py [CFE] Spell check on kernel src; presubmit on kernel & _fe_analyzer_shared 2019-12-02 13:00:47 +00:00
pubspec.yaml Prepare to publish analyzer 0.40.0 and _fe_analyzer_shared 8.0.0. 2020-08-18 15:12:10 +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.