packages/babel-plugin-transform-new-target/src/index.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function MetaProperty has 50 lines of code (exceeds 25 allowed). Consider refactoring.
Open

      MetaProperty(path) {
        const meta = path.get("meta");
        const property = path.get("property");
        const { scope } = path;

Severity: Minor
Found in packages/babel-plugin-transform-new-target/src/index.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status