Files
sdk/pkg/front_end/pubspec.yaml
T
Paul Berry cc4eb93b11 Add dependency overrides for pkg/front_end
These dependency overrides prevent pub from getting confused about the
fact that our SDK development is in a mono-repo; that in turn allows
unit tests to be run from inside vscode using the standard test
integration.

Change-Id: I7629375f0ba4b07cd9ccdbb69f243d8eb0aa555a
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/295660
Reviewed-by: Jens Johansen <jensj@google.com>
Commit-Queue: Paul Berry <paulberry@google.com>
2023-04-18 12:01:51 +00:00

75 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: '>=2.17.0 <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