graycoreio/daffodil

View on GitHub
libs/core/external-script/src/external-script.service.ts

Summary

Maintainability
A
1 hr
Test Coverage

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

  load(name: string, script: DaffExternalScript): Observable<boolean> {
    // Don't load the same script twice.
    if(this.scriptMap.has(name)){
      return this.scriptMap.get(name).subject;
    }
Severity: Minor
Found in libs/core/external-script/src/external-script.service.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status