Files
sdk/pkg/kernel/pubspec.yaml
T
Paul Berry 545ebe1741 Prepare to publish analyzer 0.35.3
This is needed so that we can publish a version of analyzer_plugin
that depends on it; also so that dartfmt work on "UI as code" features
can proceed.

Change-Id: I7647fd69fec28b9e788f89e915c14779815fcc02
Reviewed-on: https://dart-review.googlesource.com/c/94803
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Paul Berry <paulberry@google.com>
2019-02-28 20:54:19 +00:00

22 lines
566 B
YAML

name: kernel
# Currently, kernel API is not stable and users should
# not depend on semver semantics when depending on this package.
version: 0.3.13
author: Dart Team <misc@dartlang.org>
description: Dart IR (Intermediate Representation)
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/kernel
environment:
sdk: '>=2.0.0-dev.48.0 <3.0.0'
dependencies:
path: ^1.3.9
args: '>=0.13.4 <2.0.0'
dev_dependencies:
expect:
path: ../expect
front_end:
path: ../front_end
test:
path: ../../third_party/pkg/test
testing:
path: ../testing