packages/babel-plugin-proposal-export-namespace-from/src/index.js

Summary

Maintainability
A
1 hr
Test Coverage

Function ExportNamedDeclaration has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

      ExportNamedDeclaration(path) {
        const { node, scope } = path;
        const { specifiers } = node;

        const index = t.isExportDefaultSpecifier(specifiers[0]) ? 1 : 0;
Severity: Minor
Found in packages/babel-plugin-proposal-export-namespace-from/src/index.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status