08ae001fdf
I updated the analyzer version rage because de-facto tests don't run on `0.39.12` anymore. Change-Id: If7413b9ad9b660f3f50ccc475d7f3b35fe3cd324 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/174567 Reviewed-by: Brian Wilkerson <brianwilkerson@google.com> Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
23 lines
548 B
YAML
23 lines
548 B
YAML
name: analyzer_plugin
|
|
description: A framework and support code for building plugins for the analysis server.
|
|
version: 0.4.0
|
|
author: Dart Team <misc@dartlang.org>
|
|
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/analyzer_plugin
|
|
|
|
environment:
|
|
sdk: '>=2.9.0 <3.0.0'
|
|
|
|
dependencies:
|
|
analyzer: '>=0.41.0 <0.42.0'
|
|
dart_style: '^1.2.0'
|
|
meta: ^1.2.3
|
|
pub_semver: '^1.3.2'
|
|
|
|
dev_dependencies:
|
|
analyzer_utilities:
|
|
path: ../analyzer_utilities
|
|
html: '>=0.13.1 <0.15.0'
|
|
path: '^1.4.1'
|
|
test_reflective_loader: ^0.1.8
|
|
test: ^1.0.0
|