mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 14:32:24 +00:00
8a081b95c6
Bug: https://github.com/dart-lang/sdk/issues/49351 Adds checks for the following cases: - Type arguments to createStaticInteropMock are correct - No missing members in implementing class - Inherited and non-overridden @staticInterop members are implemented - Dart class can implement through inheritance and mixins - Implemented members are correct subtypes of @staticInterop members - Potential extension member conflicts that are attempted to be resolved through subtyping rules Change-Id: Iacbe5846040ba7fab41459aa19be77351cf1efca Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/255761 Reviewed-by: Sigmund Cherem <sigmund@google.com> Reviewed-by: Riley Porter <rileyporter@google.com>
16 lines
401 B
YAML
16 lines
401 B
YAML
name: _js_interop_checks
|
|
# This package is not intended for consumption on pub.dev. DO NOT publish.
|
|
publish_to: none
|
|
|
|
environment:
|
|
sdk: '>=2.12.0 <3.0.0'
|
|
|
|
# Use 'any' constraints here; we get our versions from the DEPS file.
|
|
dependencies:
|
|
_fe_analyzer_shared: any
|
|
front_end: any
|
|
kernel: any
|
|
|
|
# Use 'any' constraints here; we get our versions from the DEPS file.
|
|
dev_dependencies:
|
|
lints: any
|