emberjs/emberjs-build

View on GitHub
lib/utils/babel-strip-class-call-check.js

Summary

Maintainability
A
40 mins
Test Coverage

Consider simplifying this complex logical expression.
Open

        if (node.expression &&
            node.expression.type === 'CallExpression' &&
            node.expression.callee &&
            node.expression.callee.type === 'MemberExpression' &&
            node.expression.callee.object.name === 'babelHelpers' &&
Severity: Major
Found in lib/utils/babel-strip-class-call-check.js - About 40 mins to fix

    There are no issues that match your filters.

    Category
    Status