packages/babel-plugin-proposal-nullish-coalescing-operator/src/index.js

Summary

Maintainability
A
1 hr
Test Coverage

Function LogicalExpression has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

      LogicalExpression(path) {
        const { node, scope } = path;
        if (node.operator !== "??") {
          return;
        }

    There are no issues that match your filters.

    Category
    Status