packages/babel-parser/src/util/whitespace.js

Summary

Maintainability
A
1 hr
Test Coverage

Function isWhitespace has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function isWhitespace(code: number): boolean {
  switch (code) {
    case 0x0009: // CHARACTER TABULATION
    case 0x000b: // LINE TABULATION
    case 0x000c: // FORM FEED
Severity: Minor
Found in packages/babel-parser/src/util/whitespace.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status