mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
Disable Bool, Dict, Set caching until abilities caching
This commit is contained in:
parent
a256947a9f
commit
4fa5cc0ac3
2 changed files with 10 additions and 8 deletions
|
@ -14,12 +14,12 @@ const SKIP_SUBS_CACHE: bool = {
|
|||
// IFTTT: crates/compiler/load/src/lib.rs
|
||||
const MODULES: &[(ModuleId, &str)] = &[
|
||||
(ModuleId::BOOL, "Bool.roc"),
|
||||
(ModuleId::DICT, "Dict.roc"),
|
||||
(ModuleId::SET, "Set.roc"),
|
||||
(ModuleId::RESULT, "Result.roc"),
|
||||
(ModuleId::NUM, "Num.roc"),
|
||||
(ModuleId::LIST, "List.roc"),
|
||||
(ModuleId::STR, "Str.roc"),
|
||||
(ModuleId::DICT, "Dict.roc"),
|
||||
(ModuleId::SET, "Set.roc"),
|
||||
(ModuleId::BOX, "Box.roc"),
|
||||
(ModuleId::ENCODE, "Encode.roc"),
|
||||
(ModuleId::DECODE, "Decode.roc"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue