Files
sdk/pkg/_fe_analyzer_shared
Paul Berry e10267cb0c [flow analysis] Actually remove skipDuplicateCheck.
In https://dart-review.googlesource.com/c/sdk/+/434261, I removed the
last call site that was passing a `true` value to the optional
parameter `skipDuplicateCheck` of `FlowAnalysis.declare`.

I that same CL, I intended to remove parameter itself, but I
forgot. This CL finishes the (now unused) parameter.

Change-Id: I97dc3c7959d58b58e4b3bbaf7116123899b8ea8b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/435980
Commit-Queue: Paul Berry <paulberry@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
2025-06-20 10:19:38 -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.