We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 27da8bf + 6c774aa commit 805fcb2Copy full SHA for 805fcb2
jscomp/outcome_printer/outcome_printer_ns.ml
@@ -96,6 +96,8 @@ let out_ident ppf s =
96
| "Belt_MapInt" -> "Belt.Map.Int"
97
| "Belt_MapString" -> "Belt.Map.String"
98
99
+ | "Belt_Option" -> "Belt.Option"
100
+
101
| "Belt_MutableSet" -> "Belt.MutableSet"
102
| "Belt_MutableSetInt" -> "Belt.MutableSet.Int"
103
| "Belt_MutableSetString" -> "Belt.MutableSet.String"
jscomp/repl.js
@@ -103,6 +103,7 @@ var cmi_files =
`belt_SetString`,
104
`belt_Map`,
105
`belt_MapInt`,
106
+ `belt_Option`,
107
`belt_MapString`,
108
`belt_MutableSet`,
109
`belt_MutableSetInt`,
0 commit comments