mirror of
https://github.com/dart-lang/sdk
synced 2024-11-05 18:22:09 +00:00
709465da6b
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>
24 lines
526 B
YAML
24 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
|