Microsoft/fast-dna

View on GitHub
packages/web-components/fast-element/src/templating/html-directive.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function assignAspect has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    assignAspect(directive: Aspected, value?: string): void {
        if (!value) {
            directive.aspectType = DOMAspect.content;
            return;
        }

    There are no issues that match your filters.

    Category
    Status