dart-sdk/pkg/analyzer_cli/pubspec.yaml
Konstantin Shcheglov 709465da6b Enable language 3.0 for analyzer_cli/.
Change-Id: Ic8d3b08563cd02a9b861c4680e8005935a42c541
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/293964
Reviewed-by: Samuel Rawlins <srawlins@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
2023-04-06 19:04:38 +00:00

25 lines
526 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.0.0"
# Use 'any' constraints here; we get our versions from the DEPS file.
dependencies:
analyzer: any
args: any
linter: any
meta: any
path: any
pub_semver: any
yaml: any
# Use 'any' constraints here; we get our versions from the DEPS file.
dev_dependencies:
lints: any
test_reflective_loader: any
test: any