6f3b6bfb62
I'm not sure -- I ticked analyzer to 0.32 from 0.31-alpha. I think because of the new methods, this is the right call (though it leaves us in the weird place where there was no stable publish of 0.31.2?) Also not sure if I need to update any other downstream packages (args? dart_style?). Seems like if so, those are all in other repos. Change-Id: I512e6674549a99fdafe47f2138738463f4e66e37 Reviewed-on: https://dart-review.googlesource.com/46126 Reviewed-by: Brian Wilkerson <brianwilkerson@google.com> Commit-Queue: Mike Fairhurst <mfairhurst@google.com>
24 lines
597 B
YAML
24 lines
597 B
YAML
name: kernel
|
|
version: 0.3.0-alpha.11
|
|
author: Dart Team <misc@dartlang.org>
|
|
description: Dart IR (Intermediate Representation)
|
|
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/kernel
|
|
environment:
|
|
sdk: ">=1.8.0 <2.0.0"
|
|
dependencies:
|
|
path: ^1.3.9
|
|
args: '>=0.13.4 <2.0.0'
|
|
logging: ^0.11.2
|
|
package_config: ^1.0.0
|
|
dev_dependencies:
|
|
analyzer: '>=0.30.0 <0.32.0'
|
|
front_end: 0.1.0-alpha.10
|
|
test: ^0.12.15+6
|
|
stack_trace: ^1.6.6
|
|
ansicolor: ^0.0.9
|
|
test_reflective_loader: ^0.1.0
|
|
testing:
|
|
git:
|
|
url: https://github.com/peter-ahe-google/testing.git
|
|
ref: 2e196d5
|