fa5a80edf8
Release a version of `package:meta` that includes the pragmas added in https://dart-review.googlesource.com/c/sdk/+/487360 so that the record_use experiment works with a `package:meta` from pub. Change-Id: Iab955796c1673f9cf4b44ba25ac331a9ca8c78ac Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/488460 Reviewed-by: Lasse Nielsen <lrn@google.com> Commit-Queue: Daco Harkes <dacoharkes@google.com>
24 lines
717 B
YAML
24 lines
717 B
YAML
name: meta
|
|
# Note, because version `2.0.0` was mistakenly released,
|
|
# the next major version must be `3.x.y`.
|
|
version: 1.18.2
|
|
description: >-
|
|
Annotations used to express developer intentions that can't otherwise be
|
|
deduced by statically analyzing source code.
|
|
repository: https://github.com/dart-lang/sdk/tree/main/pkg/meta
|
|
|
|
topics:
|
|
- static-analysis
|
|
|
|
environment:
|
|
sdk: ^3.5.0
|
|
|
|
resolution: workspace
|
|
|
|
# We use 'any' version constraints here as we get our package versions from
|
|
# the dart-lang/sdk repo's DEPS file. Note that this is a special case; the
|
|
# best practice for packages is to specify their compatible version ranges.
|
|
# See also https://dart.dev/tools/pub/dependencies.
|
|
dev_dependencies:
|
|
lints: any
|