rangoo94/universal-lexer

View on GitHub
lib/buildLexerCode.js

Summary

Maintainability
A
0 mins
Test Coverage

Function buildLexerCode has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Invalid

function buildLexerCode (definitions, beautify = false) {
  // Analyze all definitions to gather more information
  definitions = definitions.map(analyzeDefinition)

  // Build list of declarations
Severity: Minor
Found in lib/buildLexerCode.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status