mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 15:01:30 +00:00
585c34b4d1
`packge:native_assets_builder` had a number of breaking changes. The most notable one: It now returns a data structure with a `success` boolean instead of throwing exceptions. Also bumps Dart to 3.0 in Dartdev so we can use records. Change-Id: Ic32d7c2dd58860883c10f42411b80e979df2a797 Cq-Include-Trybots: luci.dart.try:pkg-linux-debug-try,pkg-linux-release-try,pkg-mac-release-arm64-try,pkg-mac-release-try,pkg-win-release-try Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/318980 Auto-Submit: Daco Harkes <dacoharkes@google.com> Commit-Queue: Daco Harkes <dacoharkes@google.com> Reviewed-by: Hossein Yousefi <yousefi@google.com>
40 lines
774 B
YAML
40 lines
774 B
YAML
name: dartdev
|
|
|
|
# This package is not intended for consumption on pub.dev. DO NOT publish.
|
|
publish_to: none
|
|
|
|
environment:
|
|
sdk: '>=3.0.0 <4.0.0'
|
|
|
|
# Use 'any' constraints here; we get our versions from the DEPS file.
|
|
dependencies:
|
|
analysis_server: any
|
|
analysis_server_client: any
|
|
analyzer: any
|
|
args: any
|
|
cli_util: any
|
|
collection: any
|
|
dart2native: any
|
|
dart_style: any
|
|
dartdoc: any
|
|
dds: any
|
|
front_end: any
|
|
logging: any
|
|
meta: any
|
|
native_assets_builder: any
|
|
native_assets_cli: any
|
|
package_config: any
|
|
path: any
|
|
pub: any
|
|
telemetry: any
|
|
unified_analytics: any
|
|
usage: any
|
|
vm: any
|
|
yaml: any
|
|
|
|
# Use 'any' constraints here; we get our versions from the DEPS file.
|
|
dev_dependencies:
|
|
expect: any
|
|
lints: any
|
|
pub_semver: any
|
|
test: any
|