Files
sdk/pkg/analyzer_cli/pubspec.yaml
T
Sam Rawlins 0513a22206 analyzer_cli: Bump language version to 3.9
Change-Id: I4d696cb827c993e95c1f0c946b8cbce636a390fa
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/447140
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Samuel Rawlins <srawlins@google.com>
2025-08-27 08:45:06 -07:00

28 lines
571 B
YAML

name: analyzer_cli
description: Command line interface for the Dart Analyzer.
# This package is not intended for consumption on pub.dev. DO NOT publish.
publish_to: none
environment:
sdk: ^3.9.0
resolution: workspace
# Use 'any' constraints here; we get our versions from the DEPS file.
dependencies:
analyzer: any
args: any
linter: any
meta: any
path: any
yaml: any
# Use 'any' constraints here; we get our versions from the DEPS file.
dev_dependencies:
analyzer_testing: any
lints: any
pub_semver: any
test_reflective_loader: any
test: any