358ae88ba6
This is in preparation for https://dart-review.googlesource.com/c/sdk/+/397164 as packages in a workspace need a recent language version. Change-Id: If1926192209353fab934efe702391ea10ed3573c Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/404581 Reviewed-by: Johnni Winther <johnniwinther@google.com> Commit-Queue: Sigurd Meldgaard <sigurdm@google.com>
20 lines
493 B
YAML
20 lines
493 B
YAML
# Currently, kernel API is not stable and users should
|
|
# not depend on semver semantics when depending on this package.
|
|
name: kernel
|
|
|
|
# This package is not intended for consumption on pub.dev. DO NOT publish.
|
|
publish_to: none
|
|
|
|
environment:
|
|
sdk: ^3.6.0
|
|
|
|
# Use 'any' constraints here; we get our versions from the DEPS file.
|
|
dependencies:
|
|
_fe_analyzer_shared: any
|
|
|
|
# Use 'any' constraints here; we get our versions from the DEPS file.
|
|
dev_dependencies:
|
|
args: any
|
|
expect: any
|
|
test: any
|