Is there a reason that node/node-current are built with --without-intl flag?
This limits JavaScript and Node.js API functionality significantly: https://nodejs.org/api/intl.html#intl_options_for_building_node_js
Moreover, without small-icu support a user cannot add more ICU locales (up to full-icu npm module) at runtime: https://nodejs.org/api/intl.html#intl_providing_icu_data_at_runtime
Can node/node-current be built with --with-intl=small-icu flag?
Is there a reason that
node/node-currentare built with--without-intlflag?This limits JavaScript and Node.js API functionality significantly: https://nodejs.org/api/intl.html#intl_options_for_building_node_js
Moreover, without
small-icusupport a user cannot add more ICU locales (up tofull-icunpm module) at runtime: https://nodejs.org/api/intl.html#intl_providing_icu_data_at_runtimeCan
node/node-currentbe built with--with-intl=small-icuflag?