dart-sdk/pkg/front_end/pubspec.yaml
pq 7370c8f749 front_end analyzer dev dependency.
To satisfy dependencies, for example, in `tool/perf.dart`.

Duplicate of https://codereview.chromium.org/2985143002/ (which fails to land).

R=brianwilkerson@google.com

Review-Url: https://codereview.chromium.org/2992633004 .
2017-07-28 06:38:10 -07:00

21 lines
547 B
YAML

name: front_end
version: 0.1.0-alpha.5
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-dev.infinity'
dependencies:
kernel: 0.3.0-alpha.2
path: '^1.3.9'
source_span: '^1.2.3'
dev_dependencies:
analyzer: '>=0.30.0 <0.32.0'
package_config: '^1.0.0'
test: ^0.12.0
test_reflective_loader: ^0.1.0
json_rpc_2: ^2.0.4
mockito: ^2.0.2
stream_channel: ^1.6.1
web_socket_channel: ^1.0.4