Skip to content

Commit abcd4ac

Browse files
committed
fix(intl): expose Intl.Common types
1 parent 1931b9c commit abcd4ac

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/Core__Intl.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// Generated by ReScript, PLEASE EDIT WITH CARE
22

33

4+
var Common;
5+
46
var Collator;
57

68
var DateTimeFormat;
@@ -20,6 +22,7 @@ var Segmenter;
2022
var Segments;
2123

2224
export {
25+
Common ,
2326
Collator ,
2427
DateTimeFormat ,
2528
ListFormat ,

src/Core__Intl.res

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
module Common = Core__Intl__Common
12
module Collator = Core__Intl__Collator
23
module DateTimeFormat = Core__Intl__DateTimeFormat
34
module ListFormat = Core__Intl__ListFormat

0 commit comments

Comments
 (0)