Skip to content

Commit 6c774aa

Browse files
committed
Adding belt_Option to some files
1 parent 4a5190a commit 6c774aa

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

jscomp/others/.depend

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ belt_MapString.cmj : belt_internalMapString.cmj belt_internalAVLtree.cmj \
5757
belt_Array.cmj belt_MapString.cmi
5858
belt_MapInt.cmj : belt_internalMapInt.cmj belt_internalAVLtree.cmj \
5959
belt_Array.cmj belt_MapInt.cmi
60+
belt_Option.cmj : belt_Option.cmi
6061
belt_Set.cmj : belt_SetString.cmj belt_SetInt.cmj belt_SetDict.cmj \
6162
belt_Id.cmj belt_Array.cmj belt_Set.cmi
6263
belt_MutableSet.cmj : belt_internalAVLset.cmj belt_SortArray.cmj \

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)