packages/babel-plugin-transform-unicode-escapes/src/index.js

Summary

Maintainability
A
1 hr
Test Coverage

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

      Identifier(path) {
        const { node, key } = path;
        const { name } = node;
        const replaced = name.replace(surrogate, c => {
          return `_u${c.charCodeAt(0).toString(16)}`;
Severity: Minor
Found in packages/babel-plugin-transform-unicode-escapes/src/index.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status