karma-runner/karma

Find replacement for DI

Open

#2,475 opened on Nov 28, 2016

View on GitHub
 (11 comments) (2 reactions) (0 assignees)JavaScript (1,703 forks)batch import
discusshelp wantedtype: refactor

Repository metrics

Stars
 (11,918 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

The di (dependency injection) module we currently use is very outdated and the di setup we have is pretty hard to understand, especially for people new to the code base.

Currently all plugins though depend on it, so we need to find a backwards compatible solution or at least an interface that is as simple to use as the current one for plugin authors.

Contributor guide