dart-sdk/pkg/_fe_analyzer_shared
Johnni Winther 10cabb4d08 [cfe] Emit deprecation info for dartext: in 2.14
Closes #45758

Change-Id: I05384487ef1ef9f718a3123f8217c9aa3d4d8f32
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/200879
Reviewed-by: Jens Johansen <jensj@google.com>
Commit-Queue: Johnni Winther <johnniwinther@google.com>
2021-05-26 08:50:32 +00:00
..
lib/src [cfe] Emit deprecation info for dartext: in 2.14 2021-05-26 08:50:32 +00:00
test Improve the highlight range for conflicting_generic_interfaces 2021-05-18 20:42:33 +00:00
tool [CFE] Rename tests that require git; split unit_test_suites; filter tests better 2021-01-28 07:46:10 +00:00
analysis_options.yaml Create a package to hold code shared between front_end and analyzer. 2019-10-31 13:05:53 +00:00
analysis_options_no_lints.yaml [cfe] Add id testing for inferred variable types 2021-04-15 05:06:56 +00:00
LICENSE Update LICENSE 2021-04-07 10:28:38 +00:00
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 1.6.0 and _fe_analyzer_shared 22.0.0 2021-05-25 21:27:01 +00:00
README.md Create a package to hold code shared between front_end and analyzer. 2019-10-31 13:05:53 +00:00

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.