packages/babel-plugin-proposal-optional-chaining/src/index.js

Summary

Maintainability
B
4 hrs
Test Coverage

Function OptionalCallExpression|OptionalMemberExpression has 123 lines of code (exceeds 25 allowed). Consider refactoring.
Open

      "OptionalCallExpression|OptionalMemberExpression"(path) {
        const { scope } = path;
        // maybeParenthesized points to the outermost parenthesizedExpression
        // or the path itself
        let maybeParenthesized = path;
Severity: Major
Found in packages/babel-plugin-proposal-optional-chaining/src/index.js - About 4 hrs to fix

    There are no issues that match your filters.

    Category
    Status