File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,17 @@ registerMessageCompiler(compileToFunction)
77export {
88 Path ,
99 PathValue ,
10+ NamedValue ,
11+ Locale ,
12+ FallbackLocale ,
13+ LocaleMessageValue ,
14+ LocaleMessageDictionary ,
15+ LocaleMessageArray ,
16+ LocaleMessages ,
17+ NumberFormat as IntlNumberFormat ,
18+ DateTimeFormat as IntlDateTimeFormat ,
19+ DateTimeFormats as IntlDateTimeFormats ,
20+ NumberFormats as IntlNumberFormats ,
1021 MessageFunction ,
1122 MessageFunctions ,
1223 PluralizationRule ,
Original file line number Diff line number Diff line change @@ -3,6 +3,17 @@ import { initDev, initFeatureFlags } from './misc'
33export {
44 Path ,
55 PathValue ,
6+ NamedValue ,
7+ Locale ,
8+ FallbackLocale ,
9+ LocaleMessageValue ,
10+ LocaleMessageDictionary ,
11+ LocaleMessageArray ,
12+ LocaleMessages ,
13+ NumberFormat as IntlNumberFormat ,
14+ DateTimeFormat as IntlDateTimeFormat ,
15+ DateTimeFormats as IntlDateTimeFormats ,
16+ NumberFormats as IntlNumberFormats ,
617 MessageFunction ,
718 MessageFunctions ,
819 PluralizationRule ,
You can’t perform that action at this time.
0 commit comments