dart-sdk/pkg/_fe_analyzer_shared
Konstantin Shcheglov 51ecf21356 Prepare to publish analyzer 6.7.0 and _fe_analyzer_shared 72.0.0
Change-Id: Idfac92660bac987a6e0576ef6418a5eadee3a98a
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/371800
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
2024-06-16 17:51:49 +00:00
..
benchmark/exhaustiveness add package:_macros (SDK vendored) and package:macros (pub published) 2024-03-26 18:40:00 +00:00
lib/src [dart:js_interop] Add static error for converted functions that contain named params 2024-06-14 19:42:10 +00:00
test [cfe] Support extension types in macro introspection 2024-06-03 13:04:31 +00:00
tool Change : to = for default values in pkg. 2022-08-24 15:57:16 +00:00
analysis_options.yaml Replace deprecated lint rules in front-end packages 2023-05-23 14:01:49 +00:00
analysis_options_no_lints.yaml [cfe] Support extension types in macro introspection 2024-06-03 13:04:31 +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 [CFE et al] Optimize presubmit scripts 2024-01-31 10:41:20 +00:00
pubspec.yaml Prepare to publish analyzer 6.7.0 and _fe_analyzer_shared 72.0.0 2024-06-16 17:51:49 +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.