8cba879f46
TEST=these are additional validations that we run on the bots Redux of https://dart-review.googlesource.com/c/sdk/+/161040 Change-Id: Ia32ced5d48fbfeafacfa9e51dc4774d2e9425091 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/174601 Reviewed-by: Konstantin Shcheglov <scheglov@google.com> Commit-Queue: Devon Carew <devoncarew@google.com>
17 lines
322 B
YAML
17 lines
322 B
YAML
name: scrape
|
|
description: Helper package for analyzing the syntax of Dart programs.
|
|
# This package is not intended for consumption on pub.dev. DO NOT publish.
|
|
publish_to: none
|
|
|
|
environment:
|
|
sdk: ^2.10.0
|
|
|
|
dependencies:
|
|
args: ^1.6.0
|
|
analyzer:
|
|
path: ../analyzer
|
|
path: ^1.7.0
|
|
|
|
dev_dependencies:
|
|
pedantic: ^1.9.2
|