872e90106e
Currently latest published version depends on <0.33.0 which is causing problems for built value: https://github.com/google/built_value.dart/issues/518 Change-Id: Id5bf8e755132613cd56a631b433115efff64b120 Reviewed-on: https://dart-review.googlesource.com/c/80560 Reviewed-by: Brian Wilkerson <brianwilkerson@google.com> Commit-Queue: Mike Fairhurst <mfairhurst@google.com>
21 lines
465 B
YAML
21 lines
465 B
YAML
name: analyzer_plugin
|
|
description: A framework for building plugins for the analysis server.
|
|
version: 0.0.1-alpha.5
|
|
author: Dart Team <misc@dartlang.org>
|
|
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/analyzer_plugin
|
|
|
|
environment:
|
|
sdk: '>=1.8.0 <3.0.0'
|
|
|
|
dependencies:
|
|
analyzer: '^0.33.0'
|
|
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.8
|
|
test: ^1.0.0
|