38e3414748
Only one test suite featured tests which needed to be in Null safety, so that was split into two suites. Otherwise, the changes very nearly mirror those in https://dart-review.googlesource.com/c/sdk/+/169141. Bug: https://github.com/dart-lang/sdk/issues/43777 Change-Id: I39219dc0157ac33d4be1d902930060577e659cad Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/169244 Reviewed-by: Brian Wilkerson <brianwilkerson@google.com> Reviewed-by: Konstantin Shcheglov <scheglov@google.com> Commit-Queue: Samuel Rawlins <srawlins@google.com>
23 lines
541 B
YAML
23 lines
541 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'
|
|
pub_semver: '^1.3.2'
|
|
|
|
dev_dependencies:
|
|
analysis_tool:
|
|
path: ../analysis_tool
|
|
html: '>=0.13.1 <0.15.0'
|
|
meta: '^1.1.8'
|
|
path: '^1.4.1'
|
|
test_reflective_loader: ^0.1.8
|
|
test: ^1.0.0
|