e916841bcc
Presubmit looks green. https://fusion2.corp.google.com/presubmit/tap/405055453/OCL:405055453:BASE:405057194:1634949541100:f811db8d/targets Change-Id: I8f7f036003650611760523dd315ba89724a29b0d Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/217805 Reviewed-by: Samuel Rawlins <srawlins@google.com> Reviewed-by: Brian Wilkerson <brianwilkerson@google.com> Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
32 lines
686 B
YAML
32 lines
686 B
YAML
name: analyzer
|
|
version: 2.8.0-dev
|
|
description: This package provides a library that performs static analysis of Dart code.
|
|
homepage: https://github.com/dart-lang/sdk/tree/main/pkg/analyzer
|
|
|
|
environment:
|
|
sdk: '>=2.14.0 <3.0.0'
|
|
|
|
dependencies:
|
|
_fe_analyzer_shared: ^30.0.0
|
|
cli_util: ^0.3.0
|
|
collection: ^1.15.0
|
|
convert: ^3.0.0
|
|
crypto: ^3.0.0
|
|
glob: ^2.0.0
|
|
meta: ^1.7.0
|
|
package_config: ^2.0.0
|
|
path: ^1.8.0
|
|
pub_semver: ^2.0.0
|
|
source_span: ^1.8.0
|
|
watcher: ^1.0.0
|
|
yaml: ^3.0.0
|
|
dev_dependencies:
|
|
analyzer_utilities:
|
|
path: ../analyzer_utilities
|
|
args: ^2.0.0
|
|
async: ^2.5.0
|
|
linter: ^1.12.0
|
|
matcher: ^0.12.10
|
|
test: ^1.16.0
|
|
test_reflective_loader: ^0.2.0
|