tom-weatherhead/thaw-lexical-analyzer

View on GitHub
src/token.ts

Summary

Maintainability
A
35 mins
Test Coverage

Function createToken has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

    tokenType: LexicalState,
    tokenValue: TokenValueType,
    line: number,
    column: number,
    isQuoted = false
Severity: Minor
Found in src/token.ts - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status