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 75923a4 commit c879985Copy full SHA for c879985
turbopack/crates/turbopack-core/src/module_graph/side_effect_module_info.rs
@@ -15,7 +15,7 @@ pub struct SideEffectFreeModules(FxHashSet<ResolvedVc<Box<dyn Module>>>);
15
16
/// Computes the set of side effect free modules in the module graph.
17
///
18
-/// This leverages the module graph to compute if modules with `ModuleEvalutationIsSideEffectFree`
+/// This leverages the module graph to compute if modules with `ModuleEvaluationIsSideEffectFree`
19
/// status are actually side effectful or not.
20
21
/// A current limitation is that the module graph doesn't contain information on how 'late' imports
0 commit comments