Files
sdk/pkg/dev_compiler/pubspec.yaml
T
Nicholas Shahan 6c98722611 [ddc] Bump default language version to 2.15.0
Start using constructor tearoffs in libraries that have been migrated to
null safety.

Change-Id: I1a448a42b811c2f278d25a823356ee60a452848f
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/223341
Reviewed-by: Anna Gringauze <annagrin@google.com>
Commit-Queue: Nicholas Shahan <nshahan@google.com>
2021-12-13 20:28:12 +00:00

60 lines
1.1 KiB
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:
path: ../_js_interop_checks
args: any
async: any
bazel_worker: any
build_integration:
path: ../build_integration
cli_util: any
collection: ^1.15.0
front_end:
path: ../front_end
kernel:
path: ../kernel
meta: any
path: any
source_maps: any
source_span: any
dev_dependencies:
browser_launcher: ^1.0.0
expect:
path: ../expect
http_multi_server: any
js: any
lints: ^1.0.0
modular_test:
path: ../modular_test
package_config: any
sourcemap_testing:
path: ../sourcemap_testing
stack_trace: any
shelf: any
test: any
testing:
path: ../testing
vm:
path: ../vm
webkit_inspection_protocol: ^1.0.0
dependency_overrides:
_fe_analyzer_shared:
path: ../_fe_analyzer_shared
js:
path: ../js
meta:
path: ../meta
shelf:
path: ../../third_party/pkg/shelf
http_multi_server:
path: ../../third_party/pkg/http_multi_server