Stream: javy

Topic: `Intl` support?


view this post on Zulip Kyle Gray (Mar 18 2024 at 21:46):

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?

view this post on Zulip Saúl Cabrera (Mar 19 2024 at 11:03):

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 the Intl 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: Oct 23 2024 at 20:03 UTC