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 empty_gsp;
8pub mod fonts;
9pub mod import_analyzer;
10pub mod lint_codemod_comments;
11pub mod middleware_dynamic;
12pub mod next_ssg;
13pub mod optimize_barrel;
14pub mod optimize_server_react;
15pub mod page_config;
16pub mod pure;
17pub mod react_server_components;
18pub mod server_actions;
19pub mod shake_exports;
20pub mod strip_page_exports;
21pub mod track_dynamic_imports;
22pub mod warn_for_edge_runtime;
23
24//[TODO] PACK-1564: need to decide reuse vs. turbopack specific
25pub mod named_import_transform;