ac30ab12ab
Cleanup violations of: * `prefer_iterable_whereType` * `unnecessary_const` * `unnecessary_new` Ignore violations in lib/src/js_ast to avoid additional diffs when un-forking. Change-Id: I7333903422bbf635cd0dea82116372f305f679d8 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/108182 Auto-Submit: Nicholas Shahan <nshahan@google.com> Reviewed-by: Nate Bosch <nbosch@google.com> Commit-Queue: Nate Bosch <nbosch@google.com>
22 lines
346 B
YAML
22 lines
346 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
|
|
pedantic: ^1.8.0
|
|
test: any
|
|
testing:
|
|
path: ../testing
|