File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 36
36
]
37
37
},
38
38
"peerDependencies" : {
39
- "rescript" : " ^12.0.0-alpha.10 "
39
+ "rescript" : " ^12.0.0-alpha.11 "
40
40
},
41
41
"devDependencies" : {
42
42
"@changesets/cli" : " ^2.27.11" ,
45
45
"@swc/jest" : " ^0.2.37" ,
46
46
"jest" : " ^29.7.0" ,
47
47
"onchange" : " ^7.1.0" ,
48
- "rescript" : " ^12.0.0-alpha.10 " ,
48
+ "rescript" : " ^12.0.0-alpha.11 " ,
49
49
"tap-difflet" : " ^0.7.2"
50
50
}
51
51
}
Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ let clamp = Stdlib_Int.clamp;
15
15
16
16
let bitwiseNot = Stdlib_Int . bitwiseNot ;
17
17
18
+ let Ref = Stdlib_Int . Ref ;
19
+
18
20
let zero = TableclothInt . zero ;
19
21
20
22
let one = TableclothInt . one ;
@@ -50,6 +52,7 @@ export {
50
52
rangeWithOptions ,
51
53
clamp ,
52
54
bitwiseNot ,
55
+ Ref ,
53
56
zero ,
54
57
one ,
55
58
add ,
You can’t perform that action at this time.
0 commit comments