8cba879f46
TEST=these are additional validations that we run on the bots Redux of https://dart-review.googlesource.com/c/sdk/+/161040 Change-Id: Ia32ced5d48fbfeafacfa9e51dc4774d2e9425091 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/174601 Reviewed-by: Konstantin Shcheglov <scheglov@google.com> Commit-Queue: Devon Carew <devoncarew@google.com>
48 lines
859 B
YAML
48 lines
859 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:
|
|
_fe_analyzer_shared:
|
|
path: ../_fe_analyzer_shared
|
|
_js_interop_checks:
|
|
path: ../_js_interop_checks
|
|
args: any
|
|
bazel_worker: any
|
|
build_integration:
|
|
path: ../build_integration
|
|
cli_util: any
|
|
front_end:
|
|
path: ../front_end
|
|
kernel:
|
|
path: ../kernel
|
|
meta:
|
|
path: ../meta
|
|
path: any
|
|
source_maps: any
|
|
source_span: any
|
|
vm:
|
|
path: ../vm
|
|
|
|
dev_dependencies:
|
|
analyzer:
|
|
path: ../analyzer
|
|
expect:
|
|
path: ../expect
|
|
js:
|
|
path: ../js
|
|
modular_test:
|
|
path: ../modular_test
|
|
package_config: any
|
|
pedantic: ^1.8.0
|
|
pub_semver: any
|
|
sourcemap_testing:
|
|
path: ../sourcemap_testing
|
|
stack_trace: any
|
|
test: any
|
|
testing:
|
|
path: ../testing
|