Files
sdk/pkg/dartdev/pubspec.yaml
T
Sigurd Meldgaard e7fdd7b693 Let experimental features specify an example for tooling to have generic
tests.

Bug: https://github.com/dart-lang/sdk/issues/44937
Change-Id: I309e6e4299b09705f653d59c7842a05fdf7cdaa5
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/184790
Commit-Queue: Sigurd Meldgaard <sigurdm@google.com>
Reviewed-by: Lasse R.H. Nielsen <lrn@google.com>
Reviewed-by: Ben Konyi <bkonyi@google.com>
2021-02-23 13:57:29 +00:00

39 lines
703 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:
path: ../analysis_server
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
front_end:
path: ../front_end
intl: any
meta:
path: ../meta
nnbd_migration:
path: ../nnbd_migration
path: ^1.0.0
pedantic: ^1.9.0
pub: any
stagehand: any
telemetry:
path: ../telemetry
usage: ^3.4.0
dev_dependencies:
pub_semver: any
test: ^1.0.0
yaml: any