Jehon
Jehon
If you land https://github.com/karma-runner/karma/pull/3605 too, you can say that v6 will have full module support... :-)
You are right... Conditional exports be a solution when not experimental anymore, or for next major: // package.json { "main": "./main-require.cjs", "exports": { "import": "./main-module.js", "require": "./main-require.cjs" }, "type": "module"...
I agree on the above. Any function signature would be ok for me... Note: - disable(=id): I don't understand what it does? - For my personal use, "set" and would...
@geonanorch Water did pass under the bridge... I think we can go with the proposal :-)
@geonanorch Don't be afraid... I don't have access neither, but just clone the repo, work on your cloned repository, and then make a PR. That's easy. I have already done...
Great idea. When will it be merged?
Hello, Any news on this? Have a great day !
That would be great!
I see that sonar will use a new schema (see bug #78). I think that this problem should dissapear as soon as this new schema is implemented. Is my analysis...
Some news of upstream work... Istanbul does not include html in code coverage upto now. A bug is open here: https://github.com/gotwarlost/istanbul/issues/432 In the comments, we can see that there is...