Prepare package:analyzer 0.30.0.

BUG=
R=kevmoo@google.com

Review-Url: https://codereview.chromium.org/2862713002 .
This commit is contained in:
Devon Carew 2017-05-03 14:34:53 -07:00
parent ea2c9cba39
commit 99d21dd9d0
5 changed files with 15 additions and 9 deletions

View file

@ -1,5 +1,5 @@
name: analyzer
version: 0.30.0-alpha.3
version: 0.30.0
author: Dart Team <misc@dartlang.org>
description: Static analyzer for Dart.
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/analyzer
@ -11,11 +11,11 @@ dependencies:
collection: ^1.10.1
convert: ^2.0.0
crypto: '>=1.1.1 <3.0.0'
front_end: 0.1.0-alpha.2
front_end: 0.1.0-alpha.4
glob: ^1.0.3
html: '>=0.12.0 <1.14.0'
isolate: '>=0.2.2 <2.0.0'
kernel: ^0.2.0
kernel: 0.3.0-dev.1
meta: ^1.0.2
package_config: '>=0.1.5 <2.0.0'
path: '>=0.9.0 <2.0.0'

View file

@ -11,3 +11,6 @@ analyze their Dart code.
Integrators that want to write tools that analyze Dart code should use the
[analyzer] package.
_Note:_ The APIs in this package are in an early state; developers should be
careful about depending on this package.

View file

@ -1,13 +1,13 @@
name: front_end
version: 0.1.0-alpha.2
version: 0.1.0-alpha.4
author: Dart Team <misc@dartlang.org>
description: Front end for compilation of Dart code.
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/front_end
environment:
sdk: '>=1.12.0 <2.0.0'
dependencies:
analyzer: 0.30.0-alpha.3
kernel: ^0.2.0
analyzer: ^0.30.0
kernel: 0.3.0-dev.1
path: '^1.3.9'
source_span: '^1.2.3'
dev_dependencies:

View file

@ -14,6 +14,9 @@ This package contains the Dart part of the implementation and contains:
- A frontend based on the analyzer
- Serialization of kernel code
_Note:_ The APIs in this package are in an early state; developers should be
careful about depending on this package.
Getting Kernel
------------

View file

@ -1,5 +1,5 @@
name: kernel
version: 0.2.0
version: 0.3.0-dev.1
author: Dart Team <misc@dartlang.org>
description: Dart IR (Intermediate Representation)
homepage: https://github.com/dart-lang/kernel
@ -11,8 +11,8 @@ dependencies:
logging: ^0.11.2
package_config: ^1.0.0
dev_dependencies:
analyzer: ^0.30.0-alpha.3
front_end: ^0.1.0-alpha.2
analyzer: ^0.30.0
front_end: 0.1.0-alpha.4
test: ^0.12.15+6
stack_trace: ^1.6.6
ansicolor: ^0.0.9