mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 12:24:24 +00:00
7c8981f627
Change-Id: I06e43f760f37818d7c7827ac5bcd17658f6a9c74 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/252409 Commit-Queue: Islina Shan <islinashan@google.com> Reviewed-by: Elliott Brooks <elliottbrooks@google.com> Reviewed-by: Mark Zhou <markzipan@google.com>
29 lines
554 B
YAML
29 lines
554 B
YAML
name: dart2js_info
|
|
publish_to: none
|
|
|
|
description: >-
|
|
Libraries and tools to process data produced when running dart2js with
|
|
--dump-info.
|
|
|
|
environment:
|
|
sdk: '>=2.16.0 <3.0.0'
|
|
|
|
# Use 'any' constraints here; we get our versions from the DEPS file.
|
|
dependencies:
|
|
args: any
|
|
collection: any
|
|
fixnum: any
|
|
path: any
|
|
protobuf: any
|
|
shelf: any
|
|
yaml: any
|
|
vm_snapshot_analysis: any
|
|
|
|
# Use 'any' constraints here; we get our versions from the DEPS file.
|
|
dev_dependencies:
|
|
expect: any
|
|
lints: any
|
|
test: any
|
|
|
|
executables:
|
|
dart2js_info: tools
|