File tree Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 32
32
33
33
- Deprecate JSON.Classify.classify. https://github.com/rescript-lang/rescript/pull/7315
34
34
- Hide stdlib modules in output. https://github.com/rescript-lang/rescript/pull/7305
35
+ - Deprecate unsafe host-specific bindings from stdlib. https://github.com/rescript-lang/rescript/pull/7334
35
36
36
37
#### :bug : Bug fix
37
38
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ function assertEqual(a, b) {
11
11
RE_EXN_ID : "Assert_failure" ,
12
12
_1 : [
13
13
"Stdlib.res" ,
14
- 117 ,
14
+ 120 ,
15
15
4
16
16
] ,
17
17
Error : new Error ( )
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ function assertEqual(a, b) {
11
11
RE_EXN_ID : "Assert_failure" ,
12
12
_1 : [
13
13
"Stdlib.res" ,
14
- 117 ,
14
+ 120 ,
15
15
4
16
16
] ,
17
17
Error : new Error ( )
Original file line number Diff line number Diff line change @@ -53,8 +53,11 @@ type null<+'a> = Primitive_js_extern.null<'a>
53
53
type undefined <+ 'a > = Primitive_js_extern .undefined <'a >
54
54
type nullable <+ 'a > = Primitive_js_extern .nullable <'a >
55
55
56
+ @deprecated ("Use rescript-webapi instead" )
56
57
@val external window : Dom .window = "window"
58
+ @deprecated ("Use rescript-webapi instead" )
57
59
@val external document : Dom .document = "document"
60
+ @deprecated ("Use rescript-webapi instead" )
58
61
@val external globalThis : {.. } = "globalThis"
59
62
60
63
/**
You can’t perform that action at this time.
0 commit comments