mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 08:44:27 +00:00
c5bd32bac2
Each phase now only has a single interface, instead of several of them. This reduces the number of classes dramatically and also reduces the number of objects actually sent over the wire. It also means fewer things to name and a less polluted namespace. Change-Id: Ib84b76ac4c0a04abfac5fd5650a228046b1bf1d4 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/313721 Reviewed-by: Bob Nystrom <rnystrom@google.com> Commit-Queue: Jake Macdonald <jakemac@google.com> |
||
---|---|---|
.. | ||
benchmark | ||
lib/src | ||
test | ||
tool | ||
analysis_options.yaml | ||
analysis_options_no_lints.yaml | ||
LICENSE | ||
OWNERS | ||
PRESUBMIT.py | ||
pubspec.yaml | ||
README.md |
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.