thi-ng/umbrella

View on GitHub
packages/hdom/src/default.ts

Summary

Maintainability
A
1 hr
Test Coverage

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

    createTree(opts, parent, tree, child?, init?) {
Severity: Minor
Found in packages/hdom/src/default.ts - About 35 mins to fix

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

    diffTree(opts, parent, prev, curr, child?) {
Severity: Minor
Found in packages/hdom/src/default.ts - About 35 mins to fix

Function replaceChild has 5 arguments (exceeds 4 allowed). Consider refactoring.
Wontfix

    replaceChild(opts, parent, child, tree, init?) {
Severity: Minor
Found in packages/hdom/src/default.ts - About 35 mins to fix

There are no issues that match your filters.

Category
Status