2018-07-06 21:28:07 +00:00
|
|
|
name: dev_compiler
|
2020-06-23 10:34:09 +00:00
|
|
|
# This package is not intended for consumption on pub.dev. DO NOT publish.
|
2019-02-04 20:34:59 +00:00
|
|
|
publish_to: none
|
|
|
|
|
|
|
|
environment:
|
2021-07-15 22:01:26 +00:00
|
|
|
sdk: '>=2.12.0 <3.0.0'
|
2019-02-04 20:34:59 +00:00
|
|
|
|
|
|
|
dependencies:
|
2020-08-20 16:08:59 +00:00
|
|
|
_fe_analyzer_shared:
|
|
|
|
path: ../_fe_analyzer_shared
|
|
|
|
_js_interop_checks:
|
|
|
|
path: ../_js_interop_checks
|
|
|
|
args: any
|
2021-07-07 23:27:13 +00:00
|
|
|
async: any
|
2019-02-04 20:34:59 +00:00
|
|
|
bazel_worker: any
|
|
|
|
build_integration:
|
|
|
|
path: ../build_integration
|
|
|
|
cli_util: any
|
2021-07-26 20:49:06 +00:00
|
|
|
collection: ^1.15.0
|
2020-08-20 16:08:59 +00:00
|
|
|
front_end:
|
|
|
|
path: ../front_end
|
|
|
|
kernel:
|
|
|
|
path: ../kernel
|
2020-12-02 17:27:18 +00:00
|
|
|
meta:
|
|
|
|
path: ../meta
|
2020-08-20 16:08:59 +00:00
|
|
|
path: any
|
2021-07-07 23:27:13 +00:00
|
|
|
pedantic: ^1.11.0
|
2019-02-04 20:34:59 +00:00
|
|
|
source_maps: any
|
2020-08-20 16:08:59 +00:00
|
|
|
source_span: any
|
2019-02-04 20:34:59 +00:00
|
|
|
|
|
|
|
dev_dependencies:
|
2021-07-23 19:24:20 +00:00
|
|
|
browser_launcher: ^1.0.0
|
2020-08-20 16:08:59 +00:00
|
|
|
expect:
|
|
|
|
path: ../expect
|
2021-06-18 01:56:21 +00:00
|
|
|
http_multi_server:
|
|
|
|
path: ../../third_party/pkg/http_multi_server
|
2020-12-02 17:27:18 +00:00
|
|
|
js:
|
|
|
|
path: ../js
|
2020-08-20 16:08:59 +00:00
|
|
|
modular_test:
|
|
|
|
path: ../modular_test
|
|
|
|
package_config: any
|
2019-02-04 20:34:59 +00:00
|
|
|
sourcemap_testing:
|
|
|
|
path: ../sourcemap_testing
|
2020-08-20 16:08:59 +00:00
|
|
|
stack_trace: any
|
2021-06-18 01:56:21 +00:00
|
|
|
shelf:
|
|
|
|
path: ../../third_party/pkg/shelf
|
2019-02-04 20:34:59 +00:00
|
|
|
test: any
|
|
|
|
testing:
|
|
|
|
path: ../testing
|
2021-07-07 23:27:13 +00:00
|
|
|
vm:
|
|
|
|
path: ../vm
|
2021-07-23 19:24:20 +00:00
|
|
|
webkit_inspection_protocol: ^1.0.0
|
2021-03-18 17:41:23 +00:00
|
|
|
|