c30ce41ae6
the dart2js platform files. The main use-case right now is in compile-platform, but the way it is implemented makes this available to any fasta tool. This also adds resolveInputUri so we don't incorrectly treat supported URIs as file:* Uris. Fixes https://github.com/dart-lang/sdk/issues/32633 Change-Id: I0ea3b1128352e72957b35823c6a1749ee418768b Reviewed-on: https://dart-review.googlesource.com/56282 Reviewed-by: Zach Anderson <zra@google.com> Reviewed-by: Peter von der Ahé <ahe@google.com> Commit-Queue: Sigmund Cherem <sigmund@google.com>
31 lines
821 B
YAML
31 lines
821 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.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: '>=2.0.0-dev.48.0 <2.0.0'
|
|
dependencies:
|
|
charcode: '^1.1.1'
|
|
convert: '^2.0.1'
|
|
crypto: '^2.0.2'
|
|
kernel: 0.3.1
|
|
meta: '^1.1.1'
|
|
package_config: '^1.0.1'
|
|
path: '^1.3.9'
|
|
source_span: '^1.2.3'
|
|
yaml: '^2.1.12'
|
|
dev_dependencies:
|
|
analyzer: '>=0.31.0 <0.33.0'
|
|
args: '>=0.13.0 <2.0.0'
|
|
build_integration: ^0.0.1
|
|
dart_style: '^1.0.7'
|
|
json_rpc_2: ^2.0.4
|
|
mockito: ^2.0.2
|
|
stream_channel: ^1.6.1
|
|
test: ^0.12.0
|
|
test_reflective_loader: ^0.1.0
|
|
web_socket_channel: ^1.0.4
|