Simon de Lang
Simon de Lang
Why not? It's valid JavaScript.
True, but how big of an issue is this in modern JavaScript code? Since you won't have this issue with template strings.
:thumbsup: your call. You could also keep it in to encourage devs to switch to template strings. In the case of Stryker, the only complaints we got from mutating string...
Yes. We don't look at the types of the left or right operand in binary expressions. We simply change the plus token into a minus token. With JavaScript code, the...
Hi! Is there any update on this?
Hi! We support overriding properties, but we don't support overriding nested properties or overriding test runner config. This would be nice to add however!
The tool we use to parse command line arguments does not seem to support unknown properties. As a workaround for now, you could create one base `base-stryker.conf.json` and have a...
Hi! How does node-tap differ from tape?
Good question! In case of performance I would expect the following (fastest to slowest): 1. ~🚀 coverageAnalysis = perTest; enableFindRelatedTests=false~ 2. ~🏃♀️ coverageAnalysis = perTest; enableFindRelatedTests=true~ (actually swapped, see [next...
@JoshuaKGoldberg Do you want to do this during hacktoberfest (starting next week)? Or @noamyogev84 Do you still have plans to do this?