dart-sdk/pkg/dev_compiler/pubspec.yaml
Nicholas Shahan 4d9b28dc08 [ddc] Include shared library for new runtime types
When compiling the Dart SDK with the `--canary` flag DDC will include
the new shared runtime type library in the compiled SDK.

Change-Id: I7a418033fb7397939aa6f4b7fb84820ead99c3be
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/241690
Commit-Queue: Nicholas Shahan <nshahan@google.com>
Reviewed-by: Sigmund Cherem <sigmund@google.com>
Reviewed-by: Anna Gringauze <annagrin@google.com>
2022-05-25 18:23:29 +00:00

38 lines
669 B
YAML

name: dev_compiler
# This package is not intended for consumption on pub.dev. DO NOT publish.
publish_to: none
environment:
sdk: '>=2.15.0 <3.0.0'
dependencies:
_fe_analyzer_shared: any
_js_interop_checks: any
args: any
async: any
bazel_worker: any
build_integration: any
collection: any
front_end: any
js_shared: any
kernel: any
meta: any
path: any
source_maps: any
source_span: any
dev_dependencies:
browser_launcher: any
expect: any
http_multi_server: any
js: any
lints: any
modular_test: any
shelf: any
sourcemap_testing: any
stack_trace: any
test: any
testing: any
vm: any
webkit_inspection_protocol: any