Skip to content

Commit e0ffb5e

Browse files
Bump vm_service to 7.4.0 (#1445)
* Bump vm_service to 7.4.0 * add todos
1 parent b8cc126 commit e0ffb5e

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

dwds/lib/src/services/chrome_proxy_service.dart

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1036,6 +1036,19 @@ ${globalLoadStrategy.loadModuleSnippet}("dart_sdk").developer.invokeExtension(
10361036
Future<Breakpoint> setBreakpointState(
10371037
String isolateId, String breakpointId, bool enable) =>
10381038
throw UnimplementedError();
1039+
1040+
@override
1041+
Future<UriList> lookupPackageUris(String isolateId, List<String> uris) {
1042+
// TODO(https://github.com/dart-lang/webdev/issues/1446): implement.
1043+
throw UnimplementedError();
1044+
}
1045+
1046+
@override
1047+
Future<UriList> lookupResolvedPackageUris(
1048+
String isolateId, List<String> uris) {
1049+
// TODO(https://github.com/dart-lang/webdev/issues/1446): implement.
1050+
throw UnimplementedError();
1051+
}
10391052
}
10401053

10411054
/// The `type`s of [ConsoleAPIEvent]s that are treated as `stderr` logs.

dwds/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies:
3333
sse: ^4.1.0
3434
uuid: '>=2.0.0 <4.0.0'
3535
# We pin the version because we implement the interface.
36-
vm_service: 7.3.0
36+
vm_service: 7.4.0
3737
web_socket_channel: ^2.0.0
3838
webkit_inspection_protocol: ^1.0.0
3939

0 commit comments

Comments
 (0)