lowdefy/lowdefy

View on GitHub
packages/build/src/build/addKeys.js

Summary

Maintainability
A
1 hr
Test Coverage

Consider simplifying this complex logical expression.
Confirmed

    if (type.isObject(item)) {
      let path = `${key}.${nextKey}[${index}]`;
      // TODO: Convert all artifacts to not modify id.
      const id =
        item.blockId ??
Severity: Major
Found in packages/build/src/build/addKeys.js - About 1 hr to fix

    TODO found
    Open

          // TODO: Convert all artifacts to not modify id.
    Severity: Minor
    Found in packages/build/src/build/addKeys.js by fixme

    There are no issues that match your filters.

    Category
    Status