Skip to content

Commit ed647b5

Browse files
committed
updated to rescript-v12.0.0-alpha.11
1 parent 4a505e0 commit ed647b5

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
]
3737
},
3838
"peerDependencies": {
39-
"rescript": "^12.0.0-alpha.10"
39+
"rescript": "^12.0.0-alpha.11"
4040
},
4141
"devDependencies": {
4242
"@changesets/cli": "^2.27.11",
@@ -45,7 +45,7 @@
4545
"@swc/jest": "^0.2.37",
4646
"jest": "^29.7.0",
4747
"onchange": "^7.1.0",
48-
"rescript": "^12.0.0-alpha.10",
48+
"rescript": "^12.0.0-alpha.11",
4949
"tap-difflet": "^0.7.2"
5050
}
5151
}

src/Stdlib__Int.res.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ let clamp = Stdlib_Int.clamp;
1515

1616
let bitwiseNot = Stdlib_Int.bitwiseNot;
1717

18+
let Ref = Stdlib_Int.Ref;
19+
1820
let zero = TableclothInt.zero;
1921

2022
let one = TableclothInt.one;
@@ -50,6 +52,7 @@ export {
5052
rangeWithOptions,
5153
clamp,
5254
bitwiseNot,
55+
Ref,
5356
zero,
5457
one,
5558
add,

0 commit comments

Comments
 (0)