nycJSorg/angular-presentation

View on GitHub
apps/kirjs/src/app/modules/ast/samples/find-console-log/traverse-console-log-babel.solved.ts

Summary

Maintainability
A
40 mins
Test Coverage

Consider simplifying this complex logical expression.
Open

      if (
        path.node.property.type === 'Identifier' &&
        path.node.property.name === 'log' &&
        path.node.object.type === 'Identifier' &&
        path.node.object.name === 'console' &&

    There are no issues that match your filters.

    Category
    Status