We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69dbeef commit 0ee107aCopy full SHA for 0ee107a
src/RescriptCore.mjs
@@ -82,12 +82,6 @@ var $$BigUint64Array;
82
83
var $$Intl;
84
85
-var MapperRt;
86
-
87
-var Internal;
88
89
-var Re;
90
91
var Exn;
92
93
var $$Option;
@@ -139,9 +133,6 @@ export {
139
133
$$BigInt64Array ,
140
134
$$BigUint64Array ,
141
135
$$Intl ,
142
- MapperRt ,
143
- Internal ,
144
- Re ,
145
136
Exn ,
146
137
$$Option ,
147
138
List ,
src/RescriptCore.res
@@ -94,9 +94,6 @@ async function main() {
94
*/
95
external import: 'a => promise<'a> = "#import"
96
97
-module MapperRt = Js.MapperRt
98
-module Internal = Js.Internal
99
-module Re = Core__RegExp // needed for the %re sugar
100
module Exn = Js.Exn
101
module Option = Core__Option
102
module List = Core__List
0 commit comments