Files
sdk/pkg/_fe_analyzer_shared
Paul Berry b05567e46d [flow analysis] Change return type of analyzeBoolLiteral.
Changes the return type of `_MiniAstTypeAnalyzer.analyzeBoolLiteral`
to `ExpressionTypeAnalysisResult`. This makes it consistent with all
the other methods in `_MiniAstTypeAnalyzer` that operate on
expressions.

This paves the way for a follow-up CL that will expand
`ExpressionTypeAnalysisResult` so that it stores flow analysis
expression info.

Change-Id: I6a6a6964f146ad38e4cd044ead6fab23dedf21fe
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/480761
Commit-Queue: Paul Berry <paulberry@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
2026-02-15 08:10:25 -08: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.