d289a725a3
Closes https://github.com/dart-lang/sdk/pull/55922 GitOrigin-RevId: 5729941116885da445296f09c5de5d097154c53f Change-Id: I2c4076506ae8d1411550320f12dba4ae2a6dc559 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/369510 Commit-Queue: Sarah Zakarias <zarah@google.com> Reviewed-by: Srujan Gaddam <srujzs@google.com>
23 lines
634 B
YAML
23 lines
634 B
YAML
name: js
|
|
version: 0.7.1
|
|
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
|
|
|
|
topics:
|
|
- interop
|
|
|
|
environment:
|
|
sdk: ^3.1.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
|