tunnckoCore/base-extract-comments

View on GitHub
fixture.js

Summary

Maintainability
A
1 hr
Test Coverage

Function acornExtractComments has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function acornExtractComments (input, opts) {
  if (typeof input !== 'string') {
    throw new TypeError('acorn-extract-comments expect `input` to be a string')
  }
  if (!input.length) return []
Severity: Minor
Found in fixture.js - About 1 hr to fix

There are no issues that match your filters.

Category
Status