You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
If and when #8994 lands, binary installers will ship with small ICU data embedded in the executable file, with data included only for the English language.
Eventually, we want to ship binary installers with full ICU data included as a separate .dat file that is loaded on startup.
This depends on #8983 to be able to load the separate .dat file from a directory relative to the location where node is installed.
If and when #8994 lands, binary installers will ship with small ICU data embedded in the executable file, with data included only for the English language.
Eventually, we want to ship binary installers with full ICU data included as a separate .dat file that is loaded on startup.
But what's the benefit over just building with icu-full, then?
If and when #8994 lands, binary installers will ship with small ICU data embedded in the executable file, with data included only for the English language.
Eventually, we want to ship binary installers with full ICU data included as a separate
.dat
file that is loaded on startup.This depends on #8983 to be able to load the separate
.dat
file from a directory relative to the location where node is installed.Some parts of the implementation of https://github.com/srl295/node/pull/15 could be reused.
cc @srl295 @tjfontaine
The text was updated successfully, but these errors were encountered: