1db3484289
This CL is part of an effort to bump the SDK requirement to `3.12.0-0` for all the packages in `pkg` that are not published to `pub`, so that we can get better testing of the "private named parameters" feature. (Packages that *are* published to `pub` can't be safely bumped yet, because SDK 3.12 hasn't been released, and I don't want to block those packages' ability to publish useful updates to customers.) This change covers the dynamic_modules package, which is jointly owned by OWNERS_VM and OWNERS_WEB. Change-Id: If43d006208865287c127f5ad1f3bb4386a6a6964 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/487943 Reviewed-by: Sigmund Cherem <sigmund@google.com> Commit-Queue: Paul Berry <paulberry@google.com>
18 lines
339 B
YAML
18 lines
339 B
YAML
name: dynamic_modules
|
|
# This package is not intended for consumption on pub.dev. DO NOT publish.
|
|
publish_to: none
|
|
|
|
environment:
|
|
sdk: '^3.12.0-0'
|
|
|
|
resolution: workspace
|
|
|
|
# Use 'any' constraints here; we get our versions from the DEPS file.
|
|
dev_dependencies:
|
|
args: any
|
|
expect: any
|
|
front_end: any
|
|
kernel: any
|
|
lints: any
|
|
vm: any
|