File tree Expand file tree Collapse file tree 2 files changed +0
-13
lines changed Expand file tree Collapse file tree 2 files changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -82,12 +82,6 @@ var $$BigUint64Array;
82
82
83
83
var $$Intl ;
84
84
85
- var MapperRt ;
86
-
87
- var Internal ;
88
-
89
- var Re ;
90
-
91
85
var $$Option ;
92
86
93
87
var List ;
@@ -137,9 +131,6 @@ export {
137
131
$$BigInt64Array ,
138
132
$$BigUint64Array ,
139
133
$$Intl ,
140
- MapperRt ,
141
- Internal ,
142
- Re ,
143
134
$$Option ,
144
135
List ,
145
136
Result ,
Original file line number Diff line number Diff line change @@ -94,10 +94,6 @@ async function main() {
94
94
*/
95
95
external import : 'a => promise <'a > = "#import"
96
96
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
101
97
module Option = Core__Option
102
98
module List = Core__List
103
99
module Result = Core__Result
You can’t perform that action at this time.
0 commit comments