Skip to content

Commit 8d86e62

Browse files
committed
sync with main
1 parent bb73d95 commit 8d86e62

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

src/RescriptCore.mjs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,6 @@ var $$BigUint64Array;
8282

8383
var $$Intl;
8484

85-
var MapperRt;
86-
87-
var Internal;
88-
89-
var Re;
90-
9185
var $$Option;
9286

9387
var List;
@@ -137,9 +131,6 @@ export {
137131
$$BigInt64Array ,
138132
$$BigUint64Array ,
139133
$$Intl ,
140-
MapperRt ,
141-
Internal ,
142-
Re ,
143134
$$Option ,
144135
List ,
145136
Result ,

src/RescriptCore.res

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,6 @@ async function main() {
9494
*/
9595
external import: 'a => promise<'a> = "#import"
9696

97-
type t<'a> = Js.t<'a>
98-
module MapperRt = Js.MapperRt
99-
module Internal = Js.Internal
100-
module Re = Core__RegExp // needed for the %re sugar
10197
module Option = Core__Option
10298
module List = Core__List
10399
module Result = Core__Result

0 commit comments

Comments
 (0)