mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 12:24:24 +00:00
fb12564ecb
Change-Id: Id5987dfd9d6249c3a5bde57a92ace1f810f6aa60 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/305460 Reviewed-by: Johnni Winther <johnniwinther@google.com> Commit-Queue: Johnni Winther <johnniwinther@google.com> Auto-Submit: Paul Berry <paulberry@google.com>
74 lines
1.5 KiB
YAML
74 lines
1.5 KiB
YAML
# Currently, front_end API is not stable and users should not
|
|
# depend on semver semantics when depending on this package.
|
|
name: front_end
|
|
|
|
# This package is not intended for consumption on pub.dev. DO NOT publish.
|
|
publish_to: none
|
|
|
|
environment:
|
|
sdk: ^3.0.0
|
|
|
|
# Use 'any' constraints here; we get our versions from the DEPS file.
|
|
dependencies:
|
|
_fe_analyzer_shared: any
|
|
kernel: any
|
|
package_config: any
|
|
|
|
# Use 'any' constraints here; we get our versions from the DEPS file.
|
|
dev_dependencies:
|
|
analyzer: any
|
|
args: any
|
|
async_helper: any
|
|
build_integration: any
|
|
compiler: any
|
|
dart_style: any
|
|
dart2wasm: any
|
|
dev_compiler: any
|
|
expect: any
|
|
json_rpc_2: any
|
|
path: any
|
|
test_reflective_loader: any
|
|
test: any
|
|
testing: any
|
|
vm_service: any
|
|
vm: any
|
|
web_socket_channel: any
|
|
yaml: any
|
|
|
|
dependency_overrides:
|
|
_fe_analyzer_shared:
|
|
path: ../_fe_analyzer_shared
|
|
_js_interop_checks:
|
|
path: ../_js_interop_checks
|
|
async_helper:
|
|
path: ../async_helper
|
|
build_integration:
|
|
path: ../build_integration
|
|
compiler:
|
|
path: ../compiler
|
|
dart2js_info:
|
|
path: ../dart2js_info
|
|
dart2wasm:
|
|
path: ../dart2wasm
|
|
dev_compiler:
|
|
path: ../dev_compiler
|
|
expect:
|
|
path: ../expect
|
|
js_ast:
|
|
path: ../js_ast
|
|
js_runtime:
|
|
path: ../js_runtime
|
|
js_shared:
|
|
path: ../js_shared
|
|
kernel:
|
|
path: ../kernel
|
|
mmap:
|
|
path: ../mmap
|
|
smith:
|
|
path: ../smith
|
|
testing:
|
|
path: ../testing
|
|
vm:
|
|
path: ../vm
|
|
wasm_builder:
|
|
path: ../wasm_builder
|