packages/babel-core/src/tools/build-external-helpers.js

Summary

Maintainability
A
1 hr
Test Coverage

Function buildGlobal has 36 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function buildGlobal(whitelist) {
  const namespace = t.identifier("babelHelpers");

  const body = [];
  const container = t.functionExpression(
Severity: Minor
Found in packages/babel-core/src/tools/build-external-helpers.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status