interlockjs/interlock

View on GitHub
src/compile/modules/parse.js

Summary

Maintainability
A
1 hr
Test Coverage

Function parseModule has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default pluggable(function parseModule (module) {
  if (module.type !== "javascript") {
    throw new Error("Cannot parse non-JavaScript.  Please configure appropriate plugin.");
  }

Severity: Minor
Found in src/compile/modules/parse.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status