tavira/project-lvl2-s451

View on GitHub
src/ast.js

Summary

Maintainability
A
1 hr
Test Coverage

Function buildAst has 40 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const buildAst = (objectBefore, objectAfter) => {
  const unionKeysBeforeAfter = _.union(Object.keys(objectBefore), Object.keys(objectAfter));

  return unionKeysBeforeAfter.map((key) => {
    const handleKeysActions = [
Severity: Minor
Found in src/ast.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status