mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 20:28:02 +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
|
@ -17,8 +17,10 @@ mod helpers;
|
|||
use crate::helpers::fixtures_dir;
|
||||
use bumpalo::Bump;
|
||||
use roc_can::module::ExposedByModule;
|
||||
use roc_load_internal::file::{ExecutionMode, LoadConfig, Threading};
|
||||
use roc_load_internal::file::{LoadResult, LoadStart, LoadedModule, LoadingProblem};
|
||||
use roc_load_internal::file::{
|
||||
ExecutionMode, LoadConfig, LoadResult, LoadStart, LoadingProblem, Threading,
|
||||
};
|
||||
use roc_load_internal::module::LoadedModule;
|
||||
use roc_module::ident::ModuleName;
|
||||
use roc_module::symbol::{Interns, ModuleId};
|
||||
use roc_packaging::cache::RocCacheDir;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue