mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
change just Json module name
This commit is contained in:
parent
7b22785b2b
commit
c1ff49be6c
26 changed files with 5495 additions and 5530 deletions
|
@ -3845,7 +3845,7 @@ fn load_module<'a>(
|
|||
"Encode", ModuleId::ENCODE
|
||||
"Decode", ModuleId::DECODE
|
||||
"Hash", ModuleId::HASH
|
||||
"Json", ModuleId::JSON
|
||||
"TotallyNotJson", ModuleId::JSON
|
||||
}
|
||||
|
||||
let (filename, opt_shorthand) = module_name_to_path(src_dir, &module_name, arc_shorthands);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue