Description
📗 API Reference Docs Problem
- Version: 13.x.x and above. In fact, since node is delivered with full-icu by default
- Platform: all
- Subsystem: Duno, i18n maybe ?
Location
Affected URL(s):
Description
Since the first version delivered with full-icu by default, Node 13.x.x, the documentation keep advising to use full-icu package if we want to keep up to date with the latest i18n data.
But unfortunately, this package only fetch ICU data files for node versions built with small-icu support ...
See the corresponding piece of code here
Thus, it is miss leading the reader to be advised to use a tool which is in mutual exclusion with the system that is released by default.
Obviously, not all users of Node 13 and above will go for the default full-icu one, especially if they have memory footprint constraints.
But I guess that with the whole [ micro services / containerization / cloud ] hype those days, most peoples don't care much to finely tune there images and go for the official ones on Docker hub ... which themselves comes in a single flavor each, that is, the full one since Node 13 🍭
- I would like to work on this issue and
submit a pull request.