ca4978e363
Reduces the API surface of pkg:analyzer that requires pkg:html Related to https://github.com/dart-lang/sdk/issues/35802 Change-Id: Icd08d76190d6ab77cd180561cdde6df254b22557 Reviewed-on: https://dart-review.googlesource.com/c/91701 Reviewed-by: Brian Wilkerson <brianwilkerson@google.com> Commit-Queue: Kevin Moore <kevmoo@google.com>
23 lines
509 B
YAML
23 lines
509 B
YAML
name: analyzer_plugin
|
|
description: A framework for building plugins for the analysis server.
|
|
version: 0.0.1-alpha.6
|
|
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.34.2'
|
|
charcode: '^1.1.0'
|
|
html: '^0.13.1'
|
|
meta: ^1.0.2
|
|
path: '^1.4.1'
|
|
pub_semver: '^1.3.2'
|
|
|
|
dev_dependencies:
|
|
analysis_tool:
|
|
path: ../analysis_tool
|
|
test_reflective_loader: ^0.1.8
|
|
test: ^1.0.0
|