5eceb354e2
This is part of a series of changes to add support for SDK expression eval tests. Change-Id: Ia96931fdf81324fa131014b49ec2067507c451f2 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/191022 Reviewed-by: Nicholas Shahan <nshahan@google.com> Reviewed-by: Anna Gringauze <annagrin@google.com> Commit-Queue: Mark Zhou <markzipan@google.com>
48 lines
872 B
YAML
48 lines
872 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:
|
|
browser_launcher: ^0.1.9
|
|
expect:
|
|
path: ../expect
|
|
js:
|
|
path: ../js
|
|
modular_test:
|
|
path: ../modular_test
|
|
package_config: any
|
|
pedantic: ^1.8.0
|
|
sourcemap_testing:
|
|
path: ../sourcemap_testing
|
|
stack_trace: any
|
|
test: any
|
|
testing:
|
|
path: ../testing
|
|
webkit_inspection_protocol: ^0.7.4
|
|
|