Files
sdk/pkg/front_end/pubspec.yaml
T
Lasse R.H. Nielsen 3f28a3496c Change SDK to use package_config v1.9 (unreleased).
Change-Id: I405ac5e59d0b330c6fc6c63fab48d2d303734e59
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/136123
Commit-Queue: Lasse R.H. Nielsen <lrn@google.com>
Reviewed-by: Jens Johansen <jensj@google.com>
2020-02-18 10:56:59 +00:00

30 lines
809 B
YAML

name: front_end
# Currently, front_end API is not stable and users should not
# depend on semver semantics when depending on this package.
version: 0.1.29
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: '>=2.2.2 <3.0.0'
dependencies:
_fe_analyzer_shared: 1.0.0
kernel: 0.3.29
package_config:
path: ../../third_party/pkg_tested/package_config/
meta: ^1.0.2
dev_dependencies:
analyzer: 0.39.1
args: '>=0.13.0 <2.0.0'
build_integration:
path: ../build_integration
dart_style: '^1.0.7'
json_rpc_2: ^2.0.9
path: '^1.3.9'
test: ^1.3.4
test_reflective_loader: ^0.1.0
web_socket_channel: ^1.0.4
yaml: '^2.1.12'
vm_service:
path: ../vm_service