File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 1
1
## 21.1.0-wip
2
2
3
+ - Update the interface for ChromeProxyService.getSourceReport to match the VM service. - [ #2235 ] ( https://github.com/dart-lang/webdev/pull/2235 )
4
+
3
5
## 21.0.0
4
6
5
7
- Update Dart SDK constraint to ` >=3.2.0-36.0.dev <4.0.0 ` . - [ #2207 ] ( https://github.com/dart-lang/webdev/pull/2207 )
Original file line number Diff line number Diff line change @@ -803,6 +803,9 @@ ${globalLoadStrategy.loadModuleSnippet}("dart_sdk").developer.invokeExtension(
803
803
bool ? forceCompile,
804
804
bool ? reportLines,
805
805
List <String >? libraryFilters,
806
+ // Note: Ignore the optional librariesAlreadyCompiled parameter. It is here
807
+ // to match the VM service interface.
808
+ List <String >? librariesAlreadyCompiled,
806
809
}) =>
807
810
wrapInErrorHandlerAsync (
808
811
'getSourceReport' ,
You can’t perform that action at this time.
0 commit comments