aureooms/js-regex

View on GitHub
js/src/tokenize.js

Summary

Maintainability
A
1 hr
Test Coverage

Function tokenize has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

let tokenize = function* ( tokens ) {

    for ( let token of tokens ) {

        switch ( token ) {
Severity: Minor
Found in js/src/tokenize.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status