dart-sdk/pkg/analysis_server/pubspec.yaml
Paul Berry 51046368c5 Move NNBD migration tool to a fresh package.
This gives us more flexibility for how we want to publish and deploy
the tool.  We now have the option, for example, of making a command
line app that invokes the tool and does not depend on analysis_server.

Note that some testing infrastructure had to be duplicated.  I plan to
consolidate this infrastructure in follow-up CLs.

Change-Id: I046506bc2bb5c3e467e15885f198ee0632351ee9
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/105463
Commit-Queue: Paul Berry <paulberry@google.com>
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
2019-06-09 17:45:35 +00:00

31 lines
464 B
YAML

name: analysis_server
publish_to: none
environment:
sdk: '>=2.1.0-dev.5.0 <3.0.0'
dependencies:
analyzer: any
analyzer_plugin: any
args: any
convert: any
crypto: any
dart_style: any
front_end: any
linter: any
logging: any
meta: any
nnbd_migration: any
source_span: any
package_config: any
path: any
watcher: any
yaml: any
dev_dependencies:
analysis_tool: any
html: any
http: any
test_reflective_loader: any
test: any