I'm attempting to use the luxon package in a script I'm compiling with Javy. The script fails at runtime due to the lack of the Intl global. Does anyone have a good workaround?
Kyle Gray said:
I'm attempting to use the
luxonpackage in a script I'm compiling with Javy. The script fails at runtime due to the lack of theIntlglobal. Does anyone have a good workaround?
There's no Intl API built-in currently; one approach would be to try and polyfill it, although I'm not sure if a good polyfill exists for it.
Last updated: Jan 10 2026 at 02:36 UTC