cibernox/ember-cpm

View on GitHub
addon/utils.js

Summary

Maintainability
A
1 hr
Test Coverage

Function parseComputedPropertyMacro has 47 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function parseComputedPropertyMacro (parseFunction) {
  return function(dependantKey) {
    if ('undefined' === typeof dependantKey) {
      throw new TypeError('No argument');
    }
Severity: Minor
Found in addon/utils.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status