dart-sdk/pkg/dart2js_info/pubspec.yaml
IslinaS 7c8981f627 [dart2js] Filling out visitor functions for ProgramInfoNode transformer
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>
2022-07-27 23:08:29 +00:00

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