Files
sdk/pkg/front_end/pubspec.yaml
T
Paul Berry 53a16c16e5 Bump package/front_end to language version 3.13.
This caused a minor change in the textual_outline output formatting,
so a couple of expectation files needed changing to avoid test
failures.

Change-Id: I538f89ff1d2cd7fb5f65b13eab1cf0cb6a6a6964
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/507522
Commit-Queue: Paul Berry <paulberry@google.com>
Reviewed-by: Jens Johansen <jensj@google.com>
Reviewed-by: Johnni Winther <johnniwinther@google.com>
2026-06-02 09:44:20 -07:00

44 lines
910 B
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.13.0-0'
workspace:
- testcases
resolution: workspace
# Use 'any' constraints here; we get our versions from the DEPS file.
dependencies:
_fe_analyzer_shared: any
kernel: any
package_config: any
yaml: any
# Use 'any' constraints here; we get our versions from the DEPS file.
dev_dependencies:
analyzer: any
analyzer_testing: any
analyzer_utilities: any
args: any
build_integration: any
compiler: any
dart_style: any
dart2wasm: any
dev_compiler: any
expect: any
json_rpc_2: any
path: any
pub_semver: any
test_reflective_loader: any
test: any
testing: any
vm_service: any
vm: any
web_socket_channel: any