Files
sdk/pkg/analyzer_plugin/pubspec.yaml
T
Paul Berry 7d3bc4862d Rename pkg/analysis_tool to pkg/analyzer_utilities.
It's no longer just for the tools in the `tool` directory; it also
contains test utilities for use by the analyzer and related packages.

Change-Id: I0f8cf57f24ea7aad8e2177e43ee2bcb2ab3030da
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/171704
Commit-Queue: Paul Berry <paulberry@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
2020-11-13 17:46:30 +00:00

23 lines
549 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 <0.41.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