pkg/analyzer_plugin: support the latest pkg:analyzer

Change-Id: I0948b78c481594e31a54aa356b320fbc5744eb90
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/100302
Commit-Queue: Kevin Moore <kevmoo@google.com>
Commit-Queue: Brian Wilkerson <brianwilkerson@google.com>
Auto-Submit: Kevin Moore <kevmoo@google.com>
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
This commit is contained in:
Kevin Moore 2019-04-24 02:26:26 +00:00 committed by commit-bot@chromium.org
parent 9af0574287
commit 07017d33a6
3 changed files with 10 additions and 5 deletions

3
pkg/analyzer_plugin/.gitignore vendored Normal file
View file

@ -0,0 +1,3 @@
.dart_tool
.packages
pubspec.lock

View file

@ -1,4 +1,6 @@
# Changelog
## 0.0.1-alpha.8
- Support the latest `pkg:analyzer`.
## 0.0.1-alpha.7
@ -8,7 +10,7 @@
## 0.0.1-alpha.4
- Upgrade the Dart SDK version contraint
- Upgrade the Dart SDK version constraint
## 0.0.1

View file

@ -1,14 +1,14 @@
name: analyzer_plugin
description: A framework for building plugins for the analysis server.
version: 0.0.1-alpha.7
version: 0.0.1-alpha.8
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'
sdk: '>=2.0.0 <3.0.0'
dependencies:
analyzer: '^0.35.3'
analyzer: '>=0.35.3 <0.37.0'
charcode: '^1.1.0'
html: '>=0.13.1 <0.15.0'
meta: ^1.0.2