NaturalCycles/nodejs-lib

View on GitHub
src/stream/transform/transformMapSync.ts

Summary

Maintainability
B
C
+4 hrs
Test Coverage
B
C
-6%

Function transformMapSync has 111 lines of code (exceeds 100 allowed). Consider refactoring.
New

export function transformMapSync<IN = any, OUT = IN>(
  mapper: Mapper<IN, OUT | typeof SKIP | typeof END>,
  opt: TransformMapSyncOptions = {},
): TransformTyped<IN, OUT> {
  const {
Severity: Major
Found in src/stream/transform/transformMapSync.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status