a10b728aa2
This lint is currently unenforced but will be w/ https://dart-review.googlesource.com/c/sdk/+/164249 See failure: https://ci.chromium.org/p/dart/builders/try/analyzer-analysis-server-linux-try/35922? Change-Id: I8c81e8cb3da00eb0d3b76b537b63ea3dd90ab2cb Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/164254 Reviewed-by: Devon Carew <devoncarew@google.com> Reviewed-by: Jaime Wren <jwren@google.com> Commit-Queue: Phil Quitslund <pquitslund@google.com>
31 lines
568 B
YAML
31 lines
568 B
YAML
name: dartdev
|
|
|
|
# This package is not intended for consumption on pub.dev. DO NOT publish.
|
|
publish_to: none
|
|
|
|
environment:
|
|
sdk: '>=2.6.0 <3.0.0'
|
|
dependencies:
|
|
analysis_server_client:
|
|
path: ../analysis_server_client
|
|
analyzer:
|
|
path: ../analyzer
|
|
args: ^1.6.0
|
|
cli_util: '>=0.1.4 <0.3.0'
|
|
dart2native:
|
|
path: ../dart2native
|
|
dart_style: any
|
|
meta:
|
|
path: ../meta
|
|
nnbd_migration:
|
|
path: ../nnbd_migration
|
|
path: ^1.0.0
|
|
stagehand: 3.3.7
|
|
telemetry:
|
|
path: ../telemetry
|
|
usage: ^3.4.0
|
|
|
|
dev_dependencies:
|
|
pedantic: ^1.9.0
|
|
test: ^1.0.0
|