Is it possible to use format in SCI in a cljs environment? By forwarding to eg. cljs.core/format? I understand the Java / JS syntax may be a little different but simple ones like %s / %d should be compatible.
Intended use case: trying to write a simple render-fn in Clerk involving aligned/zero-padded numbers, to find out I can't call (format "%03d" num)
This is a #clerk question I think
You can expose all you want in SCI, eg goog.string/format but this is done by whoever configures SCI
I figured as much, but as for the default configuration this is considered out of scope?
it's not in the default config because it would take up more produced JS size, so it's opt in