dart-sdk/pkg/dart2wasm/pubspec.yaml
Joshua Litt c8728d92e3 [dart2wasm] Switch to package args for command line parsing.
Change-Id: I6ca7846e7dd2f41d4b04dcba1fce8ac8e7b1391f
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/250481
Reviewed-by: Aske Simon Christensen <askesc@google.com>
Commit-Queue: Joshua Litt <joshualitt@google.com>
2022-07-25 02:24:58 +00:00

19 lines
425 B
YAML

name: dart2wasm
# This package is not intended for consumption on pub.dev. DO NOT publish.
publish_to: none
environment:
sdk: '>=2.12.0'
# Use 'any' constraints here; we get our versions from the DEPS file.
dependencies:
_js_interop_checks: any
args: any
front_end: any
kernel: any
vm: any
wasm_builder: any
# Use 'any' constraints here; we get our versions from the DEPS file.
dev_dependencies:
lints: any