Ash
Ash
ISO weeks go from 1 to 53. The week runs from Monday to Sunday, and the first week 1 of the year always contains 4th Jan.
I think this is a false positive, and does not need any action. The method that does regex-escaping is this one, which CodeQL does not have any issues with: ```js...
For the benefit of anyone else stumbling across this issue: this is the expected behaviour. From [the docs for moment(Object)](https://momentjs.com/docs/#/parsing/object/): > Note that like moment(Array) and new Date(year, month, date),...
This diff is done in local time. As you're in CEST / CET, you're calculating the difference between 08:27 AM on 4th Oct and 07:27 AM on 3rd November, which...
Just in case you hadn't considered this: you can already handle multiple globs by using brace expansion. The docs have a few examples using it for file extensions (e.g. `"*.{js,jsx}"`...
See https://github.com/swc-project/plugins/pull/76
Can this be reopened bearing in mind 4 and 8-digit hex are defined in [CSS Color Module Level 4 ](https://www.w3.org/TR/css-color-4/#hex-notation) and already [supported in various browsers](https://caniuse.com/#feat=css-rrggbbaa)?