denali-js/core

View on GitHub
lib/utils/strings.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function ContainerEntryNotFound has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  ContainerEntryNotFound(specifier: string, registryEntries: string[], resolverNames: string[]) {
    let registrationsOverview;
    if (registryEntries.length > 0) {
      registrationsOverview = dedent`
        Available manual registrations (via container.register(...)):
Severity: Minor
Found in lib/utils/strings.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status