dart-sdk/pkg/_fe_analyzer_shared
Johnni Winther 2fa89236d7 [cfe] Handle potentially constant types in instantiations
Part of https://github.com/dart-lang/sdk/issues/46232

Closes #47154

Change-Id: I71fe16d26facf29bdae1b98971c4ccfe18f95e80
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/213772
Reviewed-by: Chloe Stefantsova <dmitryas@google.com>
Commit-Queue: Johnni Winther <johnniwinther@google.com>
2021-09-23 09:04:12 +00:00
..
lib/src [cfe] Handle potentially constant types in instantiations 2021-09-23 09:04:12 +00:00
test Add a flow analysis ID test of new constructor-tearoffs behaviors. 2021-09-07 21:39:46 +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.3.0 and _fe_analyzer_shared 26.0.0 2021-09-15 22:23:34 +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.