sprintf.js
sprintf.js copied to clipboard
Add JavaScriptCore support
JavaScriptCore is Apple's Javascript implementation and uses the now standard globalThis
to expose the global variable. This adds sprintf to the global space for JavaScriptCore.
I think the dist files should be regenerated
Updated, did a change so that lint doesn't get confused by globalThis
as undefined as well. Let me know if there is anything else missing.