sprintf.js icon indicating copy to clipboard operation
sprintf.js copied to clipboard

Add JavaScriptCore support

Open pasamio opened this issue 4 years ago • 2 comments

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.

pasamio avatar May 28 '20 02:05 pasamio

I think the dist files should be regenerated

alexei avatar Mar 04 '21 08:03 alexei

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.

pasamio avatar Mar 07 '21 18:03 pasamio