ITADN

Refactor `Formatter` to `IntlWrapper`

#43Openopenscript 创建于 2025-07-25
O
openscriptcommented
As I needed `Intl.DisplayNames` I've been thinking maybe we should rename the `Formatter` into `IntlWrapper` and wrap all [other APIs](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl) as well: - [ ] Collator - [ ] DisplayNames - [ ] DurationFormat - [ ] ListFormat - [ ] PluralRules - [ ] Segmenter What do you think?
6 条评论