730ab0583d
TEST=ci Issue: https://github.com/dart-lang/sdk/issues/46620 Change-Id: Ifc5fe377b5dd8273a45ca0c28fcd27527baae146 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/208021 Commit-Queue: Alexander Markov <alexmarkov@google.com> Reviewed-by: Siva Annamalai <asiva@google.com> Reviewed-by: Alexander Aprelev <aam@google.com> Reviewed-by: Johnni Winther <johnniwinther@google.com>
32 lines
576 B
YAML
32 lines
576 B
YAML
name: vm
|
|
description: VM specific Dart code and helper scripts
|
|
# This package is not intended for consumption on pub.dev. DO NOT publish.
|
|
publish_to: none
|
|
|
|
environment:
|
|
sdk: '>=2.12.0 <3.0.0'
|
|
|
|
dependencies:
|
|
args: ^1.4.4
|
|
build_integration:
|
|
path: ../build_integration
|
|
crypto: any
|
|
front_end:
|
|
path: ../front_end
|
|
kernel:
|
|
path: ../kernel
|
|
package_config: any
|
|
collection: ^1.15.0
|
|
|
|
dev_dependencies:
|
|
expect:
|
|
path: ../expect
|
|
json_rpc_2: any
|
|
path: any
|
|
test: any
|
|
web_socket_channel: any
|
|
|
|
dependency_overrides:
|
|
front_end:
|
|
path: ../front_end
|