Skip to main content

next_custom_transforms/transforms/
mod.rs

1pub mod cjs_finder;
2pub mod cjs_optimizer;
3pub mod debug_fn_name;
4pub mod debug_instant_stack;
5pub mod disallow_re_export_all_in_page;
6pub mod dynamic;
7pub mod fonts;
8pub mod import_analyzer;
9pub mod lint_codemod_comments;
10pub mod middleware_dynamic;
11pub mod next_ssg;
12pub mod optimize_barrel;
13pub mod optimize_server_react;
14pub mod page_config;
15pub mod pure;
16pub mod react_server_components;
17pub mod server_actions;
18pub mod shake_exports;
19pub mod strip_page_exports;
20pub mod track_dynamic_imports;
21pub mod warn_for_edge_runtime;
22
23//[TODO] PACK-1564: need to decide reuse vs. turbopack specific
24pub mod named_import_transform;