mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 08:20:31 +00:00
f0c87e9f21
Change-Id: I6cc1ab404de75cd02183b862842198c85b6d9256 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/152005 Reviewed-by: Alexander Thomas <athom@google.com>
22 lines
421 B
YAML
22 lines
421 B
YAML
name: dev_compiler
|
|
# This package is not intended for consumption on pub.dev. DO NOT publish.
|
|
publish_to: none
|
|
|
|
environment:
|
|
sdk: '>=2.3.0 <3.0.0'
|
|
|
|
dependencies:
|
|
analyzer: any
|
|
bazel_worker: any
|
|
build_integration:
|
|
path: ../build_integration
|
|
cli_util: any
|
|
source_maps: any
|
|
|
|
dev_dependencies:
|
|
sourcemap_testing:
|
|
path: ../sourcemap_testing
|
|
pedantic: ^1.8.0
|
|
test: any
|
|
testing:
|
|
path: ../testing
|