mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 08:07:11 +00:00
83286de2a8
Zero runtime affect to these unpublished packages Allows using standard tools such as dart test, etc Also allows better checking of dependency constraints TEST=no effect on SDK build process Change-Id: Ic6fbe6ce8f57724a87c058eccad64ce8e7473af1 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/218180 Auto-Submit: Kevin Moore <kevmoo@google.com> Reviewed-by: Devon Carew <devoncarew@google.com>
15 lines
307 B
YAML
15 lines
307 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'
|
|
|
|
dependencies:
|
|
_fe_analyzer_shared: any
|
|
kernel:
|
|
path: ../kernel
|
|
|
|
dependency_overrides:
|
|
_fe_analyzer_shared:
|
|
path: ../_fe_analyzer_shared
|