Files
sdk/pkg/dev_compiler/pubspec.yaml
T
Nicholas Shahan ffb044e4f0 [dartdevc] Apply all lints from pkg:pedantic
Ignore slash_for_doc_comments in lib/src/js_ast to avoid additional diffs when
potentially un-forking in the future.

Fixes: #37218
Change-Id: If5c5bacf2d77fbae432217ba6031a6a8fa5dfcd8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/106580
Commit-Queue: Nate Bosch <nbosch@google.com>
Reviewed-by: Nate Bosch <nbosch@google.com>
2019-06-21 22:13:59 +00:00

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.7.0
test: any
testing:
path: ../testing