Skip to content
Snippets Groups Projects
Unverified Commit ab75c941 authored by dpsutton's avatar dpsutton Committed by GitHub
Browse files

Add i18n to js engine (INTL) (#17688)

parent 7eb47a92
Branches
Tags
No related merge requests found
......@@ -15,6 +15,7 @@
(.. (Context/newBuilder (into-array String ["js"]))
;; https://github.com/oracle/graaljs/blob/master/docs/user/RunOnJDK.md
(option "engine.WarnInterpreterOnly" "false")
(option "js.intl-402" "true")
(allowHostAccess HostAccess/ALL)
(allowHostClassLookup (reify java.util.function.Predicate
(test [_ _] true)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment