121a8ebcb2
Update changelog and versions prior to publish, primarily for the crash in computeNode fixed by https://github.com/dart-lang/sdk/commit/3791ddb496a2d8c9ed9bc2edcc62e562c2e47eb2#diff-ff9cb85838db7a802ac5aa9c55f26d86. Change-Id: If3bbe3238fb622d884cee5df87a06a90b401fe7e Reviewed-on: https://dart-review.googlesource.com/41040 Commit-Queue: Janice Collins <jcollins@google.com> Reviewed-by: Kevin Moore <kevmoo@google.com> Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
31 lines
736 B
YAML
31 lines
736 B
YAML
name: analyzer
|
|
version: 0.31.2-alpha.0
|
|
author: Dart Team <misc@dartlang.org>
|
|
description: Static analyzer for Dart.
|
|
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/analyzer
|
|
environment:
|
|
sdk: '>=2.0.0-dev <2.0.0'
|
|
dependencies:
|
|
args: '>=0.12.1 <2.0.0'
|
|
charcode: ^1.1.0
|
|
collection: ^1.10.1
|
|
convert: ^2.0.0
|
|
crypto: '>=1.1.1 <3.0.0'
|
|
front_end: 0.1.0-alpha.10
|
|
glob: ^1.0.3
|
|
html: '>=0.12.0 <1.14.0'
|
|
isolate: '>=0.2.2 <2.0.0'
|
|
kernel: 0.3.0-alpha.10
|
|
meta: ^1.0.2
|
|
package_config: '>=0.1.5 <2.0.0'
|
|
path: '>=0.9.0 <2.0.0'
|
|
plugin: ^0.2.0
|
|
source_span: ^1.2.0
|
|
watcher: '>=0.9.6 <0.10.0'
|
|
yaml: ^2.1.2
|
|
cli_util: ^0.1.0
|
|
dev_dependencies:
|
|
test_reflective_loader: ^0.1.0
|
|
mockito: ^2.0.2
|
|
test: ^0.12.0
|