458be23fa7
Fixes https://github.com/dart-lang/sdk/issues/45683 TEST=pkg-*-try bots Cq-Include-Trybots: luci.dart.try:pkg-linux-release-try,pkg-mac-release-try,pkg-win-release-try Change-Id: Ie10f313da9778d001f9c4fb618997e3b3c781dd0 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/195263 Commit-Queue: Vyacheslav Egorov <vegorov@google.com> Reviewed-by: Tess Strickland <sstrickl@google.com>
21 lines
383 B
YAML
21 lines
383 B
YAML
name: vm_snapshot_analysis
|
|
description: Utilities for analysing AOT snapshot size.
|
|
version: 0.6.0
|
|
|
|
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/vm_snapshot_analysis
|
|
|
|
environment:
|
|
sdk: '>=2.12.0 <3.0.0'
|
|
|
|
executables:
|
|
snapshot_analysis: analyse
|
|
|
|
dependencies:
|
|
args: ^2.0.0
|
|
path: ^1.8.0
|
|
collection: ^1.15.0
|
|
|
|
dev_dependencies:
|
|
pedantic: ^1.11.0
|
|
test: ^1.16.8
|