83286de2a8
Zero runtime affect to these unpublished packages Allows using standard tools such as dart test, etc Also allows better checking of dependency constraints TEST=no effect on SDK build process Change-Id: Ic6fbe6ce8f57724a87c058eccad64ce8e7473af1 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/218180 Auto-Submit: Kevin Moore <kevmoo@google.com> Reviewed-by: Devon Carew <devoncarew@google.com>
28 lines
517 B
YAML
28 lines
517 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: ^2.0.0
|
|
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
|