Files
sdk/pkg/analyzer_utilities/pubspec.yaml
T
Paul Berry 5501288b37 [messages] Remove utility to convert to camelCase.
Now that diagnostic codes in `messages.yaml` files are required to be
`camelCase`, this utility isn't needed anymore.

Change-Id: I6a6a69646f93abf677abd46d53db4c17945c2c6f
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/467100
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Paul Berry <paulberry@google.com>
2025-12-09 14:16:14 -08:00

26 lines
539 B
YAML

name: analyzer_utilities
# This package is not intended for consumption on pub.dev. DO NOT publish.
publish_to: none
environment:
sdk: ^3.10.0
resolution: workspace
# Use 'any' constraints here; we get our versions from the DEPS file.
dependencies:
analyzer: any
analyzer_testing: any
collection: any
package_config: any
path: any
pub_semver: any
source_span: any
test: any
yaml: any
# Use 'any' constraints here; we get our versions from the DEPS file.
dev_dependencies:
lints: any
test_reflective_loader: any