javiercejudo/modelico

View on GitHub
src/types/Base.js

Summary

Maintainability
A
1 hr
Test Coverage

Function constructor has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  constructor(arg1, arg2 = emptyObject, thisArg) {
    let fields = arg2
    let Type = this.constructor

    if (isPlainObject(arg1)) {
Severity: Minor
Found in src/types/Base.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status