dart-sdk/pkg/vm_service
Ben Konyi 7a0f27f241 [ Service ] Added service tests for enhanced enums
Fixes https://github.com/dart-lang/sdk/issues/47870

TEST=pkg/vm_service/test/enhanced_enum_test.dart

Change-Id: Ifa55c894f331452d1d88131d892d6c153dcbe8cf
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/232225
Reviewed-by: Alexander Markov <alexmarkov@google.com>
Commit-Queue: Ben Konyi <bkonyi@google.com>
2022-02-15 00:36:10 +00:00
..
example [vm] Adding branch coverage RPC to source report 2022-01-12 19:12:04 +00:00
java Add script location to generated code message 2022-02-08 19:44:40 +00:00
lib [ package:vm_service ] Migrate Observatory service tests to package:vm_service (Pt 2) 2022-02-05 00:12:29 +00:00
test [ Service ] Added service tests for enhanced enums 2022-02-15 00:36:10 +00:00
tool Add script location to generated code message 2022-02-08 19:44:40 +00:00
.gitignore [vm service] generate the Java version of the library with the Dart version 2019-08-04 23:42:22 +00:00
analysis_options.yaml pkg:vm_service - update and fix lints at pedantic v1.8 2020-06-10 05:08:27 +00:00
CHANGELOG.md [vm] Adding branch coverage RPC to source report 2022-01-12 19:12:04 +00:00
LICENSE Update LICENSE 2021-04-07 10:28:38 +00:00
OWNERS [infra] Add OWNERS to the Dart SDK 2022-02-14 14:06:34 +00:00
pubspec.yaml [ package:vm_service ] Migrate Observatory service tests to package:vm_service (Pt 2) 2022-02-05 00:12:29 +00:00
README.md master branch to main 2021-09-15 06:22:23 +00:00

vm_service

pub package

A library to access the VM Service Protocol.

Usage

See the example for a simple use of the library's API.

The VM Service Protocol spec can be found at github.com/dart-lang/sdk/runtime/vm/service/service.md.

Features and bugs

Please file feature requests and bugs at the issue tracker.