File tree Expand file tree Collapse file tree 3 files changed +4
-12
lines changed Expand file tree Collapse file tree 3 files changed +4
-12
lines changed Original file line number Diff line number Diff line change 22
33## Next version
44
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+
59## 1.5.1
610
711- 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;
8282
8383var $$Intl ;
8484
85- var MapperRt ;
86-
87- var Internal ;
88-
89- var Re ;
90-
9185var Exn ;
9286
9387var $$Option ;
@@ -139,9 +133,6 @@ export {
139133 $$BigInt64Array ,
140134 $$BigUint64Array ,
141135 $$Intl ,
142- MapperRt ,
143- Internal ,
144- Re ,
145136 Exn ,
146137 $$Option ,
147138 List ,
Original file line number Diff line number Diff line change @@ -94,9 +94,6 @@ async function main() {
9494*/
9595external import : 'a => promise <'a > = "#import"
9696
97- module MapperRt = Js .MapperRt
98- module Internal = Js .Internal
99- module Re = Core__RegExp // needed for the %re sugar
10097module Exn = Js .Exn
10198module Option = Core__Option
10299module List = Core__List
You can’t perform that action at this time.
0 commit comments