[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>
This commit is contained in:
Danny Tuppeny 2023-06-20 17:29:24 +00:00 committed by Commit Queue
parent 66f1611fee
commit 2d197e4c60
4 changed files with 1849 additions and 1089 deletions

View file

@ -1,3 +1,7 @@
## 1.1.0
- Updated all generated classes using the latest published version of the DAP spec.
## 1.0.0
- Moved DAP classes from `package:dds` into a standalone package.

File diff suppressed because it is too large Load diff

View file

@ -1,5 +1,5 @@
name: dap
version: 1.0.0
version: 1.1.0
description: >-
A package of classes that are generated from the DAP specifications along with
their generating code.

File diff suppressed because it is too large Load diff