packages/babel-plugin-transform-template-literals/src/index.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function TaggedTemplateExpression has 38 lines of code (exceeds 25 allowed). Consider refactoring.
Open

      TaggedTemplateExpression(path) {
        const { node } = path;
        const { quasi } = node;

        const strings = [];
Severity: Minor
Found in packages/babel-plugin-transform-template-literals/src/index.js - About 1 hr to fix

    Function TemplateLiteral has 28 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

          TemplateLiteral(path) {
            const nodes = [];
            const expressions = path.get("expressions");
    
            let index = 0;
    Severity: Minor
    Found in packages/babel-plugin-transform-template-literals/src/index.js - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status