dart-sdk/pkg/_fe_analyzer_shared
Jens Johansen 7399e4e631 [parser] Recover differently when formal parameter name is keyword
Fixes https://github.com/dart-lang/sdk/issues/46736

Change-Id: Ia8ee921e14ac80934f9d0ec14e0140b23cc7d3bd
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/210725
Reviewed-by: Johnni Winther <johnniwinther@google.com>
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Jens Johansen <jensj@google.com>
2021-08-23 15:14:47 +00:00
..
lib/src [parser] Recover differently when formal parameter name is keyword 2021-08-23 15:14:47 +00:00
test [cfe] Move option parsing code to _fe_analyzer_shared 2021-08-03 18:29:25 +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 [python3] Migrate PRESUBMIT.py files 2021-08-16 08:29:54 +00:00
pubspec.yaml Prepare to publish analyzer 2.1.0 and _fe_analyzer_shared 24.0.0 2021-08-19 03:44:27 +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.