Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Sep 6, 2024
1 parent 7fbf4a4 commit a618539
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,10 @@ impl DepGraph {
})));
}

// Depend on exports
// Depend on exports.
//
// We preserve the export if the content is preserved.
// It's for server actions, where we need to preserve the export if the content is used.
for &var in &required_vars {
let Some(&dep) = exporter.get(&var.0) else {
continue;
Expand Down

0 comments on commit a618539

Please sign in to comment.