henrikrudstrom/oce-wrap

View on GitHub
src/features/property.js

Summary

Maintainability
A
1 hr
Test Coverage

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

function property(getter, setter, name) {
  this.pushQuery(4, getter, (getMethod) => {
    if (getMethod.declType === 'constructor') return false;
    if (typeof setter === 'string') {
      var setterStr = setter;
Severity: Minor
Found in src/features/property.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status