mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
Extract some modules out of file.rs
This commit is contained in:
parent
0ade2a85d2
commit
40f2dd7030
7 changed files with 440 additions and 388 deletions
|
@ -6,6 +6,8 @@
|
|||
use roc_module::symbol::ModuleId;
|
||||
pub mod docs;
|
||||
pub mod file;
|
||||
pub mod module;
|
||||
mod module_cache;
|
||||
mod work;
|
||||
|
||||
#[cfg(target_family = "wasm")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue