Skip to content

Commit 50328df

Browse files
committed
Address review comments
1 parent b414e4e commit 50328df

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dwds/lib/src/dwds_vm_client.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ Future<Map<String, dynamic>> _hotRestart(
584584
// When using the DDC library bundle format, we determine the sources that
585585
// were reloaded during a hot restart to then wait until all the sources are
586586
// parsed before finishing hot restart. This is necessary before we can
587-
// recompute any metadata.
587+
// recompute any source location metadata.
588588
// TODO(srujzs): We don't do this for the AMD module format, should we? It
589589
// would require adding an extra parameter in the AMD strategy. As we're
590590
// planning to deprecate it, for now, do nothing.

dwds/lib/src/loaders/ddc_library_bundle.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ class DdcLibraryBundleStrategy extends LoadStrategy {
123123
/// `libraries`: An array of strings containing the libraries that were
124124
/// compiled in `src`.
125125
///
126-
/// This is needed for hot reloads and restarts in order to tell the compiler
127-
/// runtime what files need to be loaded and what libraries need to be
126+
/// This is needed for hot reloads and restarts in order to tell the module
127+
/// loader what files need to be loaded and what libraries need to be
128128
/// reloaded. The contents of the file this [Uri] points to should be updated
129129
/// whenever a hot reload or hot restart is executed.
130130
final Uri? reloadedSourcesUri;

0 commit comments

Comments
 (0)