932712b602
Change-Id: I02b10f92d858d0303f1a71e649395fb013f437aa Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/159141 Reviewed-by: Konstantin Shcheglov <scheglov@google.com> Commit-Queue: Devon Carew <devoncarew@google.com>
23 lines
536 B
YAML
23 lines
536 B
YAML
name: analyzer_plugin
|
|
description: A framework and support code for building plugins for the analysis server.
|
|
version: 0.3.0
|
|
author: Dart Team <misc@dartlang.org>
|
|
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/analyzer_plugin
|
|
|
|
environment:
|
|
sdk: '>=2.3.0 <3.0.0'
|
|
|
|
dependencies:
|
|
analyzer: '^0.39.12'
|
|
charcode: '^1.1.0'
|
|
dart_style: '^1.2.0'
|
|
pub_semver: '^1.3.2'
|
|
|
|
dev_dependencies:
|
|
analysis_tool:
|
|
path: ../analysis_tool
|
|
html: '>=0.13.1 <0.15.0'
|
|
path: '^1.4.1'
|
|
test_reflective_loader: ^0.1.8
|
|
test: ^1.0.0
|