bitsnap/import-resolver

View on GitHub
src/resolver.js

Summary

Maintainability
A
1 hr
Test Coverage

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

export const resolveAll = (source, file, options = {}) => {
  if (_.overSome([_.isEmpty, s => !s])(source)) {
    return { found: false };
  }

Severity: Minor
Found in src/resolver.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status