Skip to content

Commit 2101357

Browse files
committed
Merge remote-tracking branch 'upstream/main' into fixhotrestartbreakpoints
2 parents 666c054 + 595f876 commit 2101357

22 files changed

+10508
-10722
lines changed

dwds/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
**Breaking changes**
88

9+
- Remove deprecated parameter `injectDebuggingSupportCode` from `Dwds.start()`.
10+
- Remove all deprecated fields, getters, and parameters
11+
related to the null safety compilation mode. Dart 3 only
12+
supports [sound null safety](https://dart.dev/null-safety).
913
- Rename `FrontendServerDdcLibraryBundleStrategy.hotReloadSourcesUri` to
1014
`reloadedSourcesUri`. The file that the `Uri` points to should now be updated
1115
for both a hot restart and a hot reload.

dwds/lib/dart_web_debug_service.dart

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,6 @@ class Dwds {
7474
required Stream<BuildResult> buildResults,
7575
required ConnectionProvider chromeConnection,
7676
required ToolConfiguration toolConfiguration,
77-
// ignore: avoid-unused-parameters
78-
@Deprecated(
79-
'This parameter is ignored and will be removed in a future version.',
80-
)
81-
bool injectDebuggingSupportCode = true,
8277
bool useDwdsWebSocketConnection = false,
8378
}) async {
8479
globalToolConfiguration = toolConfiguration;

dwds/lib/data/build_result.g.dart

Lines changed: 9 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dwds/lib/data/connect_request.g.dart

Lines changed: 6 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dwds/lib/data/debug_event.g.dart

Lines changed: 14 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dwds/lib/data/debug_info.g.dart

Lines changed: 5 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)