dart-sdk/pkg/_fe_analyzer_shared
Konstantin Shcheglov f3ac80c753 Add LibraryAugmentationDirective and parsing for it.
Change-Id: I64e19bcd8f1f57c558237562deabc024fad84163
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/244301
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Reviewed-by: Johnni Winther <johnniwinther@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
2022-05-11 16:26:34 +00:00
..
benchmark/macros Add a macro executor which spawns and talks to a different process. 2022-02-17 20:40:21 +00:00
lib/src Add LibraryAugmentationDirective and parsing for it. 2022-05-11 16:26:34 +00:00
test Add FunctionTypeParameter and Parameter classes 2022-04-22 19:20:19 +00:00
tool [CFE] Rename tests that require git; split unit_test_suites; filter tests better 2021-01-28 07:46:10 +00:00
analysis_options.yaml
analysis_options_no_lints.yaml [cfe] Add macro api test 2022-02-10 16:08:00 +00:00
LICENSE Update LICENSE 2021-04-07 10:28:38 +00:00
OWNERS [infra] Add OWNERS to the Dart SDK 2022-02-14 14:06:34 +00:00
PRESUBMIT.py [python3] Migrate PRESUBMIT.py files 2021-08-16 08:29:54 +00:00
pubspec.yaml [pkg] ensure each publishable package has a repository pubspec field 2022-04-19 22:13:51 +00:00
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.