4a4bb55150
Previously, they needed to be run from the root of the SDK repo, which made testing under IntelliJ a pain, since by default IntelliJ runs executables from the root of the local package. Change-Id: I89d9bbbca38307016fcea4717010c19b9720b463 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/154285 Reviewed-by: Johnni Winther <johnniwinther@google.com> Reviewed-by: Joshua Litt <joshualitt@google.com> Commit-Queue: Paul Berry <paulberry@google.com>
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.