[dds] Export DAP classes required to build new debug adapters externally

Change-Id: I7bb05b2f467bad5e522898dfaa3d0f1e74c42b58
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/215081
Reviewed-by: Ben Konyi <bkonyi@google.com>
Commit-Queue: Ben Konyi <bkonyi@google.com>
This commit is contained in:
Danny Tuppeny 2021-10-01 16:31:34 +00:00 committed by commit-bot@chromium.org
parent df67dc892b
commit 98ee47a11a

View file

@ -2,4 +2,12 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
export 'src/dap/adapters/dart.dart';
export 'src/dap/adapters/mixins.dart';
export 'src/dap/exceptions.dart';
export 'src/dap/logging.dart';
export 'src/dap/protocol_common.dart';
export 'src/dap/protocol_generated.dart';
export 'src/dap/protocol_stream.dart';
export 'src/dap/server.dart' show DapServer;
export 'src/dap/stream_transformers.dart';