dart-sdk/pkg/vm_service
Anis Alibegić 40e18905f2 Fixed various typos in a lot of files
Closes https://github.com/dart-lang/sdk/pull/49478

TEST=Manual

GitOrigin-RevId: f4c9c6869dfe73639295e86574a021523b3d374d
Change-Id: I134a97caed4eec59d70e9cbca16b7e9a472cf2c1
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/251902
Reviewed-by: Michael Thomsen <mit@google.com>
Commit-Queue: Alexander Thomas <athom@google.com>
Reviewed-by: Aske Simon Christensen <askesc@google.com>
Reviewed-by: Kevin Chisholm <kevinjchisholm@google.com>
Reviewed-by: Alexander Thomas <athom@google.com>
2022-07-25 12:21:59 +00:00
..
example Move pkg/vm_service to package:lints. 2022-04-15 20:15:04 +00:00
java [ Service ] Add gcType to Event 2022-07-20 18:08:27 +00:00
lib Fixed various typos in a lot of files 2022-07-25 12:21:59 +00:00
test Retire the 2.17 language feature experiment flags. 2022-07-11 13:02:22 +00:00
tool Fixed various typos in a lot of files 2022-07-25 12:21:59 +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 [ Service ] Add gcType to Event 2022-07-20 18:08:27 +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 [ Service ] Add gcType to Event 2022-07-20 18:08:27 +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.