2015-06-29 17:21:14 +00:00
|
|
|
# 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:
|
2016-07-27 15:42:05 +00:00
|
|
|
package_config: '>=0.1.1 <2.0.0'
|
2015-09-08 21:51:23 +00:00
|
|
|
pub_semver: ^1.2.1
|
2015-10-13 20:15:28 +00:00
|
|
|
js:
|
|
|
|
path: ../js
|
2015-06-29 17:21:14 +00:00
|
|
|
js_ast:
|
|
|
|
path: ../js_ast
|
|
|
|
js_runtime:
|
|
|
|
path: ../../sdk/lib/_internal/js_runtime
|
2016-08-22 22:31:48 +00:00
|
|
|
kernel:
|
|
|
|
path: ../../third_party/pkg/kernel
|
2015-06-29 17:21:14 +00:00
|
|
|
sdk_library_metadata:
|
|
|
|
path: ../../sdk/lib/_internal/sdk_library_metadata
|
2016-01-13 23:01:05 +00:00
|
|
|
dart2js_info: ^0.2.4
|
2015-09-03 00:51:59 +00:00
|
|
|
lookup_map:
|
|
|
|
path: ../lookup_map
|
2015-08-18 22:44:38 +00:00
|
|
|
|
2015-06-29 17:21:14 +00:00
|
|
|
# Uncomment if running gclient, so you can depend directly on the downloaded
|
|
|
|
# versions of dart2js's transitive dependencies:
|
|
|
|
#
|
|
|
|
# dependency_overrides:
|
|
|
|
# package_config:
|
2015-08-18 13:04:41 +00:00
|
|
|
# path: ../../third_party/pkg_tested/package_config
|
2015-06-29 17:21:14 +00:00
|
|
|
# path:
|
|
|
|
# path: ../../third_party/pkg/path
|
|
|
|
# charcode:
|
|
|
|
# path: ../../third_party/pkg/charcode
|
2015-08-11 21:59:59 +00:00
|
|
|
# collection:
|
|
|
|
# path: ../../third_party/pkg/collection
|
2015-08-13 23:47:58 +00:00
|
|
|
# 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
|
2015-08-11 21:59:59 +00:00
|
|
|
# yaml:
|
|
|
|
# path: ../../third_party/pkg/yaml
|