dart-sdk/pkg/vm_service
asiva 6970e0907b [VM | VMService] Fix expression evaluation when recursive types are used.
Bug:49209
TEST=pkg/vm_service/test/eval_issue_49209_test.dart
Change-Id: I7da8a195a624b34519aa64fffc248cad0fb7e6fb
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/247901
Reviewed-by: Kenzie Davisson <kenzieschmoll@google.com>
Reviewed-by: Ben Konyi <bkonyi@google.com>
2022-06-10 15:03:04 +00:00
..
example Move pkg/vm_service to package:lints. 2022-04-15 20:15:04 +00:00
java Reland "[ Service / DDS ] Add method that can return local paths" 2022-06-01 21:22:34 +00:00
lib Reland "[ Service / DDS ] Add method that can return local paths" 2022-06-01 21:22:34 +00:00
test [VM | VMService] Fix expression evaluation when recursive types are used. 2022-06-10 15:03:04 +00:00
tool [ package:vm_service ] Update UriList.uris from List<dynamic> to List<String?> 2022-03-09 21:23:14 +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 Move pkg/vm_service to package:lints. 2022-04-15 20:15:04 +00:00
CHANGELOG.md [ VM / Service ] Add libraryFilters to getSourceReport RPC 2022-05-10 18:08:43 +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 [pkg] prefer 'any' deps for package dev dependencies 2022-05-27 01:34:59 +00:00
README.md [pkg] normalize the headers of the pkg/ readmes 2022-05-31 21:00:13 +00:00

pub package package publisher

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.