Files
sdk/pkg/dart2native/pubspec.yaml
T
Johnni Winther 97a4280e52 [cfe,dartdev,dart2js] Add support for --verbosity option
In response to https://github.com/dart-lang/sdk/issues/44727

TEST=pkg/dartdev/test/commands/compile_test.dart

Change-Id: I56b67d9362a415acd721c1cce2f7e2232d2493df
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/180566
Commit-Queue: Johnni Winther <johnniwinther@google.com>
Reviewed-by: Jens Johansen <jensj@google.com>
2021-01-22 18:33:44 +00:00

19 lines
337 B
YAML

name: dart2native
# This package is not intended for consumption on pub.dev. DO NOT publish.
publish_to: none
environment:
sdk: "^2.7.0"
# Add the bin/dart2native.dart script to the scripts pub installs.
executables:
dart2native:
dependencies:
args: ^1.4.0
path: any
front_end:
path: ../front_end
dev_dependencies: