Files
sdk/pkg/front_end/pubspec.yaml
T
Sigurd Meldgaard 6c4de1ab7e Revert "Migrate to use pub workspace"
This reverts commit b9b77058a9.


Revert "Add missing sample pubspec to workspace"

This reverts commit 892ea15ac7.


These seem to break the engine.

Change-Id: Ieee26deb7928c3869a1b6265326c3ce568ffe731
Tested: this is a revert.
CoreLibraryReviewExempt: this is a revert
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/415582
Commit-Queue: Sigurd Meldgaard <sigurdm@google.com>
Reviewed-by: Alexander Thomas <athom@google.com>
2025-03-14 09:08:20 -07:00

73 lines
1.4 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.5.0
# Use 'any' constraints here; we get our versions from the DEPS file.
dependencies:
_fe_analyzer_shared: any
kernel: any
macros: any
package_config: any
yaml: any
# Use 'any' constraints here; we get our versions from the DEPS file.
dev_dependencies:
analyzer: any
args: 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: any
vm_service: any
web_socket_channel: any
dependency_overrides:
_fe_analyzer_shared:
path: ../_fe_analyzer_shared
_js_interop_checks:
path: ../_js_interop_checks
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