src/services/parser.ts

Summary

Maintainability
A
1 hr
Test Coverage
B
86%

Function parse has 40 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function parse(text: string): Node {
  Log.v('start parse')
  const root = new Node(NODE_TYPE.ROOT, 0, null)
  let parent = root
  let prevDepth = 0
Severity: Minor
Found in src/services/parser.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status