Files
sdk/pkg/_fe_analyzer_shared
Chloe Stefantsova 058dd33c4b [model] Share interface of chooseTypes between Analyzer and CFE
The implementation isn't shared yet, but is extracted into the
implementations of `TypeAnalyzerOperations` class, to ensure the
internal dependencies on the other tool-specific functions and classes
is weakened. This is a preliminary step to sharing `chooseTypes`
between the Analyzer and the CFE.

Part of https://github.com/dart-lang/sdk/issues/54902

Change-Id: I4441a9b5dacffd6567ed7e5a3937f64a119fa10f
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/446080
Reviewed-by: Paul Berry <paulberry@google.com>
Commit-Queue: Chloe Stefantsova <cstefantsova@google.com>
2025-08-21 00:33:57 -07:00
..
2025-02-19 09:33:31 -08: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.