Files
sdk/pkg/vm/pubspec.yaml
T
Paul Berry 4a54307a39 Remove explicit bool type hack.
During the fix for https://github.com/dart-lang/language/issues/1785,
an explicit `bool` type was added to the variable `nullable` to ensure
that it would properly participate in type promotion while the fix was
still being rolled out.  Now that the fix is in place, this explicit
type is no longer needed.

TEST=standard trybots
Change-Id: Ied468b17dafa03075fd54c0df915e0a539420697
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/212266
Reviewed-by: Alexander Markov <alexmarkov@google.com>
Commit-Queue: Paul Berry <paulberry@google.com>
2021-09-08 12:04:13 +00:00

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.15.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