We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cc75fb commit 666c054Copy full SHA for 666c054
dwds/lib/src/dwds_vm_client.dart
@@ -603,7 +603,7 @@ Future<Map<String, dynamic>> _hotRestart(
603
// When using the DDC library bundle format, we determine the sources that
604
// were reloaded during a hot restart to then wait until all the sources are
605
// parsed before finishing hot restart. This is necessary before we can
606
- // recompute any source location metadata.
+ // recompute any source location metadata in the `ChromeProxyService`.
607
// TODO(srujzs): We don't do this for the AMD module format, should we? It
608
// would require adding an extra parameter in the AMD strategy. As we're
609
// planning to deprecate it, for now, do nothing.
0 commit comments