dart-sdk/pkg/dap
Danny Tuppeny 2d197e4c60 [dap] Regenerate DAP classes based on latest published version of spec
A lot of this change is just documentation comments, but it includes some minor updates such as supporting "lazy" on variables.

All changes are backwards compatible and this should not affect any tests or functionality of Dart's DAP implementation (but provides the ability for us to use the new features).

Change-Id: Ief81927f2f370b4bfb6b5a9acc8659c45c33ea18
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/310161
Reviewed-by: Ben Konyi <bkonyi@google.com>
Commit-Queue: Ben Konyi <bkonyi@google.com>
2023-06-20 17:29:24 +00:00
..
lib [dap] Regenerate DAP classes based on latest published version of spec 2023-06-20 17:29:24 +00:00
tool [dap] Regenerate DAP classes based on latest published version of spec 2023-06-20 17:29:24 +00:00
CHANGELOG.md [dap] Regenerate DAP classes based on latest published version of spec 2023-06-20 17:29:24 +00:00
LICENSE
OWNERS Add myself and Ben to owners of package:dap 2023-05-15 19:12:16 +00:00
pubspec.yaml [dap] Regenerate DAP classes based on latest published version of spec 2023-06-20 17:29:24 +00:00
README.md

This is a package of classes that are generated from the DAP specifications along with their generating code.

More information on Dart support for DAP is available here.