dart-sdk/pkg/dart2wasm/pubspec.yaml
Kevin Moore 24ee108404 [dart2wasm] code cleanup
Upgrade to latest recommended lints (excluding a few)
Moved to switch expressions
Added a couple of lints about directives

Change-Id: Ibe84f97e84fb50132e61ac38903090447b058d84
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/355547
Commit-Queue: Kevin Moore <kevmoo@google.com>
Reviewed-by: Ömer Ağacan <omersa@google.com>
Reviewed-by: Martin Kustermann <kustermann@google.com>
2024-03-05 16:57:47 +00:00

22 lines
491 B
YAML

name: dart2wasm
# This package is not intended for consumption on pub.dev. DO NOT publish.
publish_to: none
environment:
sdk: ^3.3.0
# Use 'any' constraints here; we get our versions from the DEPS file.
dependencies:
_fe_analyzer_shared: any
_js_interop_checks: any
args: any
build_integration: any
collection: any
front_end: any
kernel: any
vm: any
wasm_builder: any
# Use 'any' constraints here; we get our versions from the DEPS file.
dev_dependencies:
lints: any