97a4280e52
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>
19 lines
337 B
YAML
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:
|