a74e877104
- Defined initial interface - Currently can spawn an HTTP server and forward websocket and HTTP requests to the VM service - Simple smoke tests - Initial documentation in dds_protocol.md and other book keeping - Enabled analysis on bots Change-Id: Ia11e9e33fd10b0b4700b704a29e2977341441cec Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/139542 Commit-Queue: Ben Konyi <bkonyi@google.com> Reviewed-by: Ryan Macnak <rmacnak@google.com>
24 lines
463 B
YAML
24 lines
463 B
YAML
name: dds
|
|
description: >-
|
|
A library used to spawn the Dart Developer Service, used to communicate with
|
|
a Dart VM Service instance.
|
|
|
|
version: 0.1.0-dev
|
|
|
|
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/dds
|
|
|
|
environment:
|
|
sdk: '>=2.6.0 <3.0.0'
|
|
|
|
dependencies:
|
|
json_rpc_2: ^2.1.0
|
|
shelf: ^0.7.5
|
|
shelf_proxy: ^0.1.0+7
|
|
shelf_web_socket: ^0.2.3
|
|
web_socket_channel: ^1.1.0
|
|
|
|
dev_dependencies:
|
|
pedantic: ^1.7.0
|
|
test: ^1.0.0
|
|
vm_service: ^4.0.0
|