Skip to content

Commit 1092f31

Browse files
cknittzth
authored andcommitted
Do not expose Core__Global as Global
1 parent 15b6f2b commit 1092f31

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/RescriptCore.res

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1+
include Core__Global
2+
13
module Array = Core__Array
24
module Console = Core__Console
35
module DataView = Core__DataView
46
module Date = Core__Date
57
module Dict = Core__Dict
68
module Error = Core__Error
79
module Float = Core__Float
8-
module Global = Core__Global
910
module Int = Core__Int
1011
module BigInt = Core__BigInt
1112
module Math = Core__Math
@@ -53,8 +54,6 @@ external null: Core__Null.t<'a> = "#null"
5354
external undefined: Core__Undefined.t<'a> = "#undefined"
5455
external typeof: 'a => Core__Type.t = "#typeof"
5556

56-
include Core__Global
57-
5857
type t<'a> = Js.t<'a>
5958
module MapperRt = Js.MapperRt
6059
module Internal = Js.Internal

0 commit comments

Comments
 (0)