bcfa7e9ad2
BUG= R=brianwilkerson@google.com, paulberry@google.com Review-Url: https://codereview.chromium.org/2661373002 .
19 lines
546 B
YAML
19 lines
546 B
YAML
name: front_end
|
|
version: 0.1.0-alpha.1
|
|
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.1
|
|
path: '^1.3.9'
|
|
source_span: '^1.2.3'
|
|
dev_dependencies:
|
|
# TODO(sigmund): update to a version constraint once we roll the latest kernel
|
|
# to the repo.
|
|
kernel: {path: ../../pkg/kernel}
|
|
package_config: '^1.0.0'
|
|
test: ^0.12.0
|
|
test_reflective_loader: ^0.1.0
|