545ebe1741
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>
22 lines
566 B
YAML
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
|