Extract some modules out of file.rs

This commit is contained in:
Richard Feldman 2023-06-28 22:22:36 -04:00
parent 0ade2a85d2
commit 40f2dd7030
No known key found for this signature in database
GPG key ID: F1F21AA5B1D9E43B
7 changed files with 440 additions and 388 deletions

View file

@ -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")]