Skip to content

Commit ba5551c

Browse files
committed
Add issue for optimizing metadata invalidation
1 parent b887407 commit ba5551c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dwds/lib/src/services/chrome_proxy_service.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@ class ChromeProxyService implements VmServiceInterface {
248248
// and possibly libraries that depend on them. Currently, there's no good
249249
// separation between "existing" information and "new" information, making
250250
// this difficult.
251+
// https://github.com/dart-lang/webdev/issues/2628
251252
Future<void> _reinitializeForHotReload() async {
252253
final entrypoint = inspector.appConnection.request.entrypointPath;
253254
await globalToolConfiguration.loadStrategy.trackEntrypoint(entrypoint);

0 commit comments

Comments
 (0)