alexei / sprintf.js

sprintf.js is a complete open source JavaScript sprintf implementation
BSD 3-Clause "New" or "Revised" License
2.11k stars 291 forks source link

Remove browser .repeat polyfill requirement #192

Closed ashwalk33r closed 4 years ago

ashwalk33r commented 4 years ago

Reopens https://github.com/alexei/sprintf.js/issues/182

Why to user should worry about polyfills if it's literally used once?

https://github.com/alexei/sprintf.js/blob/36b04b33975e597b03737c3ed0a2a49ec1b2e8c4/README.md#L131

https://github.com/alexei/sprintf.js/blob/818a723f5b50c148b34cc310e76ff0ee22151497/src/sprintf.js#L134

ashwalk33r commented 4 years ago

@alexei Dare to answer the question?

alexei commented 4 years ago

I've already answered it, please look it up