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 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 )
Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments