6f3b6bfb62
I'm not sure -- I ticked analyzer to 0.32 from 0.31-alpha. I think because of the new methods, this is the right call (though it leaves us in the weird place where there was no stable publish of 0.31.2?) Also not sure if I need to update any other downstream packages (args? dart_style?). Seems like if so, those are all in other repos. Change-Id: I512e6674549a99fdafe47f2138738463f4e66e37 Reviewed-on: https://dart-review.googlesource.com/46126 Reviewed-by: Brian Wilkerson <brianwilkerson@google.com> Commit-Queue: Mike Fairhurst <mfairhurst@google.com>
21 lines
475 B
YAML
21 lines
475 B
YAML
name: analyzer_plugin
|
|
description: A framework for building plugins for the analysis server.
|
|
version: 0.0.1-alpha.2
|
|
author: Dart Team <misc@dartlang.org>
|
|
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/analyzer_plugin
|
|
|
|
environment:
|
|
sdk: '>=1.8.0 <2.0.0'
|
|
|
|
dependencies:
|
|
analyzer: '^0.31.2-alpha.1'
|
|
charcode: '^1.1.0'
|
|
html: '^0.13.1'
|
|
meta: ^1.0.2
|
|
path: '^1.4.1'
|
|
pub_semver: '^1.3.2'
|
|
|
|
dev_dependencies:
|
|
test_reflective_loader: ^0.1.0
|
|
test: ^0.12.17
|