e15a98c4f2
Only ~29/100 calls for runtimeCall and ~2/31 calls for runtimeStatement were using the single value option. Change to take a `List<Object>` always and add list literals to those calls which were previously only passing one value. Update pubspec SDk constraint so that the analyzer will allow the `..?` syntax. Change-Id: Ib8eb8eb854a8aa04e36dc5cc713016a43b8e9325 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/103361 Reviewed-by: Nicholas Shahan <nshahan@google.com> Commit-Queue: Nate Bosch <nbosch@google.com>
21 lines
327 B
YAML
21 lines
327 B
YAML
name: dev_compiler
|
|
publish_to: none
|
|
|
|
environment:
|
|
sdk: '>=2.3.0 <3.0.0'
|
|
|
|
dependencies:
|
|
analyzer: any
|
|
bazel_worker: any
|
|
build_integration:
|
|
path: ../build_integration
|
|
cli_util: any
|
|
source_maps: any
|
|
|
|
dev_dependencies:
|
|
sourcemap_testing:
|
|
path: ../sourcemap_testing
|
|
test: any
|
|
testing:
|
|
path: ../testing
|