ceca7aae56
This is the minimum version with this CL: https://github.com/dart-lang/sdk/commit/c4d354dc2a514fa3af6929a3513a9d7fa4fe8206. Since this CL removes package:js annotations and redefines the meaning of dart:_js_annotations @JS annotation, we need to make sure new versions of the package don't run with old versions of the SDK. Change-Id: Id8af568fc5b65737c6dd69359e51abae8cc43e9f Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/301280 Commit-Queue: Joshua Litt <joshualitt@google.com> Auto-Submit: Srujan Gaddam <srujzs@google.com> Reviewed-by: Joshua Litt <joshualitt@google.com>
20 lines
637 B
YAML
20 lines
637 B
YAML
name: js
|
|
version: 0.6.9-dev
|
|
description: Annotations to create static Dart interfaces for JavaScript APIs.
|
|
repository: https://github.com/dart-lang/sdk/tree/main/pkg/js
|
|
|
|
# We export `dart:_js_annotations` in this library.
|
|
analyzer:
|
|
errors:
|
|
export_internal_library: ignore
|
|
|
|
environment:
|
|
sdk: ">=3.1.0-66.0.dev <4.0.0"
|
|
|
|
# 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
|