b7666dd327
Change-Id: Id435dc0f54165285c0d291d2e1c984da92bfd22a Reviewed-on: https://dart-review.googlesource.com/5284 Reviewed-by: Stephen Adams <sra@google.com> Reviewed-by: Sigmund Cherem <sigmund@google.com> Commit-Queue: Harry Terkelsen <het@google.com>
52 lines
1.3 KiB
YAML
52 lines
1.3 KiB
YAML
# This pubspec is currently mainly used to make it easier to develop on dart2js
|
|
# by making it a standalone package.
|
|
name: compiler
|
|
#version: do-not-upload
|
|
dependencies:
|
|
package_config: '>=0.1.1 <2.0.0'
|
|
pub_semver: ^1.2.1
|
|
js:
|
|
path: ../js
|
|
js_ast:
|
|
path: ../js_ast
|
|
js_runtime:
|
|
path: ../../sdk/lib/_internal/js_runtime
|
|
kernel:
|
|
path: ../../pkg/kernel
|
|
sdk_library_metadata:
|
|
path: ../../sdk/lib/_internal/sdk_library_metadata
|
|
dart2js_info:
|
|
path: ../../third_party/pkg/dart2js_info
|
|
front_end:
|
|
path: ../front_end
|
|
dependency_overrides:
|
|
front_end:
|
|
path: ../front_end
|
|
analyzer:
|
|
path: ../analyzer
|
|
kernel:
|
|
path: ../../pkg/kernel
|
|
|
|
# Uncomment if running gclient, so you can depend directly on the downloaded
|
|
# versions of dart2js's transitive dependencies:
|
|
#
|
|
# dependency_overrides:
|
|
# package_config:
|
|
# path: ../../third_party/pkg_tested/package_config
|
|
# path:
|
|
# path: ../../third_party/pkg/path
|
|
# charcode:
|
|
# path: ../../third_party/pkg/charcode
|
|
# collection:
|
|
# path: ../../third_party/pkg/collection
|
|
# crypto:
|
|
# path: ../../third_party/pkg/crypto
|
|
# http_parser:
|
|
# path: ../../third_party/pkg/http_parser
|
|
# args:
|
|
# path: ../../third_party/pkg/args
|
|
# shelf:
|
|
# path: ../../third_party/pkg/shelf
|
|
# yaml:
|
|
# path: ../../third_party/pkg/yaml
|