cyclejs/cycle-core

View on GitHub
dom/src/isolate.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function makeIsolateSink has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function makeIsolateSink<T extends VNode>(
  namespace: Array<Scope>
): IsolateSink<T> {
  return (sink, scope) => {
    if (scope === ':root') {
Severity: Minor
Found in dom/src/isolate.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status