Files
sdk/pkg/frontend_server_client/pubspec.yaml
T
Jessy Yameogo a89b2d6e53 [frontend_server_client] Syncing frontend_server_client Package with Webdev Repo
This PR syncs the contents of this package with the migrated version in the Dart SDK repository.

Design Doc: go/migrating-webdev
Webdev PR: https://github.com/dart-lang/webdev/pull/2716
Change-Id: I24adb9af51fab5a6f749b73aa8c1621a56b41a15
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/463120
Commit-Queue: Jessy Yameogo <yjessy@google.com>
Reviewed-by: Ben Konyi <bkonyi@google.com>
2025-11-24 09:17:31 -08:00

27 lines
553 B
YAML

name: frontend_server_client
version: 4.0.1-wip
description: >-
Client code to start and interact with the frontend_server compiler from the
Dart SDK.
repository: https://github.com/dart-lang/webdev/tree/main/frontend_server_client
resolution: workspace
environment:
sdk: ^3.10.0-0.0.dev
dependencies:
async: ^2.5.0
package_config: ^2.1.0
path: ^1.8.0
dev_dependencies:
dart_flutter_team_lints: any
shelf: any
shelf_packages_handler: any
shelf_static: any
test: any
test_descriptor: any
test_process: any
vm_service: any