File size: 648 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
pub mod amp_attributes;
pub mod cjs_finder;
pub mod cjs_optimizer;
pub mod debug_fn_name;
pub mod disallow_re_export_all_in_page;
pub mod dynamic;
pub mod fonts;
pub mod import_analyzer;
pub mod lint_codemod_comments;
pub mod middleware_dynamic;
pub mod next_ssg;
pub mod optimize_barrel;
pub mod optimize_server_react;
pub mod page_config;
pub mod page_static_info;
pub mod pure;
pub mod react_server_components;
pub mod server_actions;
pub mod shake_exports;
pub mod strip_page_exports;
pub mod track_dynamic_imports;
pub mod warn_for_edge_runtime;

//[TODO] PACK-1564: need to decide reuse vs. turbopack specific
pub mod named_import_transform;