packages/babel-plugin-transform-spread/src/index.js

Summary

Maintainability
A
1 hr
Test Coverage

Function CallExpression has 41 lines of code (exceeds 25 allowed). Consider refactoring.
Open

      CallExpression(path) {
        const { node, scope } = path;

        const args = node.arguments;
        if (!hasSpread(args)) return;
Severity: Minor
Found in packages/babel-plugin-transform-spread/src/index.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status