f7d3e5bebf
This adds a --server option for specifying the analyis server snapshot to be used when calculating fixes. Change-Id: I0adc3148c030d23a9a62883d842851709cb78168 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/106220 Auto-Submit: Dan Rubel <danrubel@google.com> Reviewed-by: Brian Wilkerson <brianwilkerson@google.com> Commit-Queue: Dan Rubel <danrubel@google.com>
28 lines
699 B
YAML
28 lines
699 B
YAML
name: dartfix
|
|
version: 0.1.5-dev
|
|
author: Dart Team <misc@dartlang.org>
|
|
description:
|
|
A tool for migrating Dart source to newer versions of the Dart SDK
|
|
and fixing common issues.
|
|
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/dartfix
|
|
environment:
|
|
sdk: '>=2.3.0 <3.0.0'
|
|
|
|
# Add the bin/dartfix.dart script to the scripts pub installs.
|
|
executables:
|
|
dartfix:
|
|
|
|
dependencies:
|
|
# pin to an exact version of analysis_server_client because the edit.dartfix protocol
|
|
# is experimental and will continue to evolve
|
|
analysis_server_client: 1.1.2
|
|
args: ^1.4.0
|
|
cli_util: ^0.1.3
|
|
path: ^1.6.0
|
|
pub_semver: ^1.4.2
|
|
|
|
dev_dependencies:
|
|
analyzer: ^0.33.0
|
|
pedantic: ^1.7.0
|
|
test: ^1.3.0
|