Skip to content

Commit 8ab564e

Browse files
committed
Mark packages as side effect free when local analysis determines that they are.
1 parent ddd797b commit 8ab564e

File tree

5 files changed

+1660
-11
lines changed

5 files changed

+1660
-11
lines changed

turbopack/crates/turbopack-ecmascript/src/analyzer/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ pub mod builtin;
4141
pub mod graph;
4242
pub mod imports;
4343
pub mod linker;
44+
pub mod side_effects;
4445
pub mod top_level_await;
4546
pub mod well_known;
4647

0 commit comments

Comments
 (0)