File tree 3 files changed +4
-12
lines changed
3 files changed +4
-12
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Next version
4
4
5
+ ## 1.5.2
6
+
7
+ - Remove aliases for runtime modules (` MapperRt ` , ` Internal ` ) and ` Re ` . https://github.com/rescript-association/rescript-core/pull/237
8
+
5
9
## 1.5.1
6
10
7
11
- Remove leftover top-level t<'a>. https://github.com/rescript-association/rescript-core/pull/236
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 Exn ;
92
86
93
87
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 ,
Original file line number Diff line number Diff line change @@ -94,9 +94,6 @@ async function main() {
94
94
*/
95
95
external import : 'a => promise <'a > = "#import"
96
96
97
- module MapperRt = Js .MapperRt
98
- module Internal = Js .Internal
99
- module Re = Core__RegExp // needed for the %re sugar
100
97
module Exn = Js .Exn
101
98
module Option = Core__Option
102
99
module List = Core__List
You can’t perform that action at this time.
0 commit comments