Files
sdk/pkg/api_summary/pubspec.yaml
T
kevmoo 58e1cbe1a7 api_summary: add basic CLI and validation test
Change-Id: I3e9b5a4c3f1d31967a503c4caf273b9d8f239095
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/502840
Auto-Submit: Kevin Moore <kevmoo@google.com>
Commit-Queue: Kevin Moore <kevmoo@google.com>
Commit-Queue: Paul Berry <paulberry@google.com>
Reviewed-by: Paul Berry <paulberry@google.com>
2026-05-12 10:44:46 -07:00

25 lines
502 B
YAML

name: api_summary
version: 0.1.0-wip
description: Creates an API summary for a package.
publish_to: none
environment:
sdk: '^3.12.0-0'
resolution: workspace
# Use 'any' constraints here; we get our versions from the DEPS file.
dependencies:
analyzer: any
args: any
collection: any
path: any
yaml: any
# Use 'any' constraints here; we get our versions from the DEPS file.
dev_dependencies:
analyzer_testing: any
dart_flutter_team_lints: any
test: any
test_reflective_loader: any