mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
add load_internal
This commit is contained in:
parent
d607d6db05
commit
7bb1fd88fa
55 changed files with 100 additions and 73 deletions
|
@ -1,9 +1,6 @@
|
|||
#![warn(clippy::dbg_macro)]
|
||||
// See github.com/rtfeldman/roc/issues/800 for discussion of the large_enum_variant check.
|
||||
#![allow(clippy::large_enum_variant)]
|
||||
pub mod docs;
|
||||
pub mod file;
|
||||
mod work;
|
||||
pub use roc_load_internal::file::{
|
||||
load_and_monomorphize, load_and_monomorphize_from_str, load_and_typecheck, LoadedModule,
|
||||
LoadingProblem, MonomorphizedModule,
|
||||
};
|
||||
|
||||
#[cfg(target_family = "wasm")]
|
||||
mod wasm_system_time;
|
||||
pub use roc_load_internal::docs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue