mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-04 18:58:30 +00:00
chore: add ModuleEntry.ast
This commit is contained in:
parent
38f44e8d31
commit
31246138b3
10 changed files with 99 additions and 17 deletions
|
@ -1132,7 +1132,7 @@ impl Context {
|
|||
let module = ModuleContext::new(ctx, dict! {});
|
||||
shared
|
||||
.mod_cache
|
||||
.register(PathBuf::from("<builtins>"), None, module);
|
||||
.register(PathBuf::from("<builtins>"), None, None, module);
|
||||
}
|
||||
|
||||
pub fn new_module<S: Into<Str>>(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue