Skip to content

Commit 805fcb2

Browse files
authored
Merge pull request #2646 from jchavarri/missing-belt-option
Adding belt_Option to some files
2 parents 27da8bf + 6c774aa commit 805fcb2

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

jscomp/outcome_printer/outcome_printer_ns.ml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ let out_ident ppf s =
9696
| "Belt_MapInt" -> "Belt.Map.Int"
9797
| "Belt_MapString" -> "Belt.Map.String"
9898

99+
| "Belt_Option" -> "Belt.Option"
100+
99101
| "Belt_MutableSet" -> "Belt.MutableSet"
100102
| "Belt_MutableSetInt" -> "Belt.MutableSet.Int"
101103
| "Belt_MutableSetString" -> "Belt.MutableSet.String"

jscomp/repl.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ var cmi_files =
103103
`belt_SetString`,
104104
`belt_Map`,
105105
`belt_MapInt`,
106+
`belt_Option`,
106107
`belt_MapString`,
107108
`belt_MutableSet`,
108109
`belt_MutableSetInt`,

0 commit comments

Comments
 (0)