farmfe_core 2.1.0

Core types and data structures for farm.
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod analyze_deps;
pub mod finalize_module;
pub mod finalize_resources;
pub mod freeze_module;
pub mod generate_resources;
pub mod handle_entry_resource;
pub mod load;
pub mod module_graph_updated;
pub mod parse;
pub mod process_module;
pub mod resolve;
pub mod transform;
pub mod update_modules;