Skip to content

Commit 3078f48

Browse files
authored
Update interface for ChromeProxyService.getSourceReport (#2235)
1 parent 252b01a commit 3078f48

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

dwds/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## 21.1.0-wip
22

3+
- Update the interface for ChromeProxyService.getSourceReport to match the VM service. - [#2235](https://github.com/dart-lang/webdev/pull/2235)
4+
35
## 21.0.0
46

57
- Update Dart SDK constraint to `>=3.2.0-36.0.dev <4.0.0`. - [#2207](https://github.com/dart-lang/webdev/pull/2207)

dwds/lib/src/services/chrome_proxy_service.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -803,6 +803,9 @@ ${globalLoadStrategy.loadModuleSnippet}("dart_sdk").developer.invokeExtension(
803803
bool? forceCompile,
804804
bool? reportLines,
805805
List<String>? libraryFilters,
806+
// Note: Ignore the optional librariesAlreadyCompiled parameter. It is here
807+
// to match the VM service interface.
808+
List<String>? librariesAlreadyCompiled,
806809
}) =>
807810
wrapInErrorHandlerAsync(
808811
'getSourceReport',

0 commit comments

Comments
 (0)