compodoc/ngd

View on GitHub
src/modules/compiler/src/codegen.ts

Summary

Maintainability
B
4 hrs
Test Coverage

Function recognize has 115 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function recognize(node: any) {

    console.log('recognizing...', ts.SyntaxKind[node.kind+'']);

    switch (node.kind) {
Severity: Major
Found in src/modules/compiler/src/codegen.ts - About 4 hrs to fix

    There are no issues that match your filters.

    Category
    Status