strftime icon indicating copy to clipboard operation
strftime copied to clipboard

Using "let" requires ES6 since v0.10.2

Open mherold opened this issue 1 year ago • 0 comments

Not sure whether this was intended, but during the fix of #84 you introduced a let (which is not available in ES5). This may break compatibility when doing a patch update from v0.10.1 to v0.10.2 (Unexpected token: name (year)).

https://github.com/samsonjs/strftime/blob/v0.10.2/strftime.js#L652

mherold avatar Jan 05 '24 20:01 mherold