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
luxon
package in a script I'm compiling with Javy. The script fails at runtime due to the lack of theIntl
global. 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: Nov 22 2024 at 17:03 UTC