dart-sdk/pkg/analyzer_plugin/pubspec.yaml
Konstantin Shcheglov 26d9fbbd04 Add getResolvedUnit2(), deprecate getResolvedUnit().
Change-Id: I0217fefb2747f2f9bd757bc041b53acaf3d1a8f1
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/195495
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
2021-04-16 21:33:54 +00:00

23 lines
528 B
YAML

name: analyzer_plugin
description: A framework and support code for building plugins for the analysis server.
version: 0.6.0
author: Dart Team <misc@dartlang.org>
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/analyzer_plugin
environment:
sdk: '>=2.12.0 <3.0.0'
dependencies:
analyzer: ^1.5.0
collection: ^1.15.0
dart_style: ^2.0.0
pub_semver: ^2.0.0
dev_dependencies:
analyzer_utilities:
path: ../analyzer_utilities
html: ^0.15.0
path: ^1.8.0
test_reflective_loader: ^0.2.0
test: ^1.16.6