gerich-home/it-depends

View on GitHub
src/value.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function default has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function<T>(initialValue: T): IValue<T> {
    const id = tracking.takeNextObservableId();

    let currentValue = initialValue;
    let subscriptions: ISubscriptions<T>;
Severity: Minor
Found in src/value.ts - About 1 hr to fix

There are no issues that match your filters.

Category
Status