mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 12:24:24 +00:00
b7288f5b88
Change-Id: I09a42936da6311d451bdc2579a3d796b2e96626e Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/251944 Reviewed-by: Michael Thomsen <mit@google.com>
16 lines
623 B
YAML
16 lines
623 B
YAML
name: dart_internal
|
|
version: 0.2.6
|
|
description: >-
|
|
This package is not intended for wide use. It provides a temporary API to
|
|
solve the problem: "Given an object some generic type A, how do I construct an
|
|
instance of generic type B with the same type argument(s)?"
|
|
repository: https://github.com/dart-lang/sdk/tree/main/pkg/dart_internal
|
|
|
|
environment:
|
|
# Restrict the upper bound so that we can remove support for this in a later
|
|
# version of the SDK without it being a breaking change.
|
|
sdk: ">=2.12.0 <2.20.0"
|
|
|
|
# Use 'any' constraints here; we get our versions from the DEPS file.
|
|
dev_dependencies:
|
|
lints: any
|