Files
sdk/pkg/_fe_analyzer_shared
Paul Berry e5ec9e2f6a Migration: improve quality of debug output when finish is called.
This ensures that if finish throws an exception while using
FlowAnalysisDebug, the exception will be printed.

Change-Id: I62ac634a838188485488777710405be9fddd6edf
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/125981
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Paul Berry <paulberry@google.com>
2019-11-21 18:59:05 +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.