Yaroslav Admin
Yaroslav Admin
Thanks for the PR @jfstephe! The change looks very good 👍 While the return value is not used by karma core, it may still be used by some third-party plugins,...
@jfstephe Thank you for fixing the issues! I'm afraid it may take more than a couple of weeks before this gets released, so private package is probably the way to...
@jfstephe No, it's waiting until we have setup the branch for beta releases and then we'll merge. I'll fix the `-` before merging, so you don't need to bother with...
Yes, Karma still supports Node 10, but it will be dropped in the next major release as Node 10 has reached the end of life in April. I would suggest...
@npetruzzelli CI is fixed now. I think it's mainly some maintainers' time to implement/review/test/land breaking changes, so we don't end up being stuck in pre-release mode for a long time...
The reason why Karma needs to index all files is because it supports plugins and preprocessors, which may need to modify some of these files. Besides this to be able...
Please describe the problem, which this feature would resolve?
Can you provide an example? Are we talking about [`rel="preload"`](https://developer.mozilla.org/en-US/docs/Web/HTML/Preloading_content)? AFAICT it is a purely performance thing and should not prevent you from including assets? Or am I missing something?...
The PR is still welcome. Note however that it may be a bit more complex than it looks from the description as besides adding to the `BaseReporter` it should be...
No, I'm afraid, we don't have much documentation on the internals... This [high-level overview](http://karma-runner.github.io/6.3/intro/how-it-works.html) is probably the best we've got. Just to give you some hints: - We've got [this...