a9ab52bcbb
Also a separate pubspec for the tools/ folder Extracted from https://dart-review.googlesource.com/c/sdk/+/397164 Change-Id: If49a6ede07e4864d0c0fcb210c04c18c804849df Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/412041 Commit-Queue: Sigurd Meldgaard <sigurdm@google.com> Reviewed-by: Alexander Thomas <athom@google.com>
13 lines
279 B
YAML
13 lines
279 B
YAML
name: js_shared
|
|
# This package is not intended for consumption on pub.dev. DO NOT publish.
|
|
publish_to: none
|
|
|
|
environment:
|
|
sdk: ^3.5.0
|
|
|
|
# Use 'any' constraints here; we get our versions from the DEPS file.
|
|
dev_dependencies:
|
|
_fe_analyzer_shared: any
|
|
expect: any
|
|
lints: any
|