Skip to content

Commit

Permalink
fix(intl): expose Intl.Common types
Browse files Browse the repository at this point in the history
  • Loading branch information
glennsl committed Feb 24, 2024
1 parent 1931b9c commit abcd4ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Core__Intl.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Generated by ReScript, PLEASE EDIT WITH CARE


var Common;

var Collator;

var DateTimeFormat;
Expand All @@ -20,6 +22,7 @@ var Segmenter;
var Segments;

export {
Common ,
Collator ,
DateTimeFormat ,
ListFormat ,
Expand Down
1 change: 1 addition & 0 deletions src/Core__Intl.res
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
module Common = Core__Intl__Common
module Collator = Core__Intl__Collator
module DateTimeFormat = Core__Intl__DateTimeFormat
module ListFormat = Core__Intl__ListFormat
Expand Down

0 comments on commit abcd4ac

Please sign in to comment.