{
  "type": "Program",
  "start": 0,
  "end": 2278,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 65,
      "column": 0
    }
  },
  "sourceType": "module",
  "body": [
    {
      "type": "ImportDeclaration",
      "start": 0,
      "end": 49,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 49
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 7,
          "end": 20,
          "loc": {
            "start": {
              "line": 1,
              "column": 7
            },
            "end": {
              "line": 1,
              "column": 20
            }
          },
          "local": {
            "type": "Identifier",
            "start": 7,
            "end": 20,
            "loc": {
              "start": {
                "line": 1,
                "column": 7
              },
              "end": {
                "line": 1,
                "column": 20
              }
            },
            "name": "isPlainObject"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 26,
        "end": 48,
        "loc": {
          "start": {
            "line": 1,
            "column": 26
          },
          "end": {
            "line": 1,
            "column": 48
          }
        },
        "value": "lodash.isplainobject",
        "rawValue": "lodash.isplainobject",
        "raw": "'lodash.isplainobject'"
      }
    },
    {
      "type": "ImportDeclaration",
      "start": 50,
      "end": 93,
      "loc": {
        "start": {
          "line": 2,
          "column": 0
        },
        "end": {
          "line": 2,
          "column": 43
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 57,
          "end": 67,
          "loc": {
            "start": {
              "line": 2,
              "column": 7
            },
            "end": {
              "line": 2,
              "column": 17
            }
          },
          "local": {
            "type": "Identifier",
            "start": 57,
            "end": 67,
            "loc": {
              "start": {
                "line": 2,
                "column": 7
              },
              "end": {
                "line": 2,
                "column": 17
              }
            },
            "name": "isFunction"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 73,
        "end": 92,
        "loc": {
          "start": {
            "line": 2,
            "column": 23
          },
          "end": {
            "line": 2,
            "column": 42
          }
        },
        "value": "lodash.isfunction",
        "rawValue": "lodash.isfunction",
        "raw": "'lodash.isfunction'"
      }
    },
    {
      "type": "VariableDeclaration",
      "start": 95,
      "end": 111,
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 4,
          "column": 16
        }
      },
      "declarations": [
        {
          "type": "VariableDeclarator",
          "start": 99,
          "end": 110,
          "loc": {
            "start": {
              "line": 4,
              "column": 4
            },
            "end": {
              "line": 4,
              "column": 15
            }
          },
          "id": {
            "type": "Identifier",
            "start": 99,
            "end": 103,
            "loc": {
              "start": {
                "line": 4,
                "column": 4
              },
              "end": {
                "line": 4,
                "column": 8
              }
            },
            "name": "once"
          },
          "init": {
            "type": "Literal",
            "start": 106,
            "end": 110,
            "loc": {
              "start": {
                "line": 4,
                "column": 11
              },
              "end": {
                "line": 4,
                "column": 15
              }
            },
            "value": true,
            "rawValue": true,
            "raw": "true"
          }
        }
      ],
      "kind": "let",
      "trailingComments": [
        {
          "type": "Block",
          "value": "*\n * Gets the final rocBuilder object..\n *\n * @param {boolean} debug - If the command should run in debug mode\n * @param {string} target - What target the builder should be configured against\n * @param {function|array|object} createBuilders - The createBuilders defined in the configuration.\n    See documentation for more information on what it can be.\n * @param  {object|array} extensionCreateBuilders - The createBuilders defined in the extensions. Should most often be\n    an object.\n * @returns {rocBuilder}\n ",
          "start": 112,
          "end": 630,
          "loc": {
            "start": {
              "line": 5,
              "column": 0
            },
            "end": {
              "line": 15,
              "column": 3
            }
          },
          "range": [
            112,
            630
          ]
        }
      ]
    },
    {
      "type": "ExportNamedDeclaration",
      "start": 631,
      "end": 1650,
      "loc": {
        "start": {
          "line": 16,
          "column": 0
        },
        "end": {
          "line": 42,
          "column": 1
        }
      },
      "declaration": {
        "type": "FunctionDeclaration",
        "start": 638,
        "end": 1650,
        "loc": {
          "start": {
            "line": 16,
            "column": 7
          },
          "end": {
            "line": 42,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 647,
          "end": 657,
          "loc": {
            "start": {
              "line": 16,
              "column": 16
            },
            "end": {
              "line": 16,
              "column": 26
            }
          },
          "name": "getBuilder",
          "leadingComments": null
        },
        "generator": false,
        "expression": false,
        "async": false,
        "params": [
          {
            "type": "Identifier",
            "start": 658,
            "end": 663,
            "loc": {
              "start": {
                "line": 16,
                "column": 27
              },
              "end": {
                "line": 16,
                "column": 32
              }
            },
            "name": "debug"
          },
          {
            "type": "Identifier",
            "start": 665,
            "end": 671,
            "loc": {
              "start": {
                "line": 16,
                "column": 34
              },
              "end": {
                "line": 16,
                "column": 40
              }
            },
            "name": "target"
          },
          {
            "type": "Identifier",
            "start": 673,
            "end": 687,
            "loc": {
              "start": {
                "line": 16,
                "column": 42
              },
              "end": {
                "line": 16,
                "column": 56
              }
            },
            "name": "createBuilders"
          },
          {
            "type": "Identifier",
            "start": 689,
            "end": 712,
            "loc": {
              "start": {
                "line": 16,
                "column": 58
              },
              "end": {
                "line": 16,
                "column": 81
              }
            },
            "name": "extensionCreateBuilders"
          }
        ],
        "body": {
          "type": "BlockStatement",
          "start": 714,
          "end": 1650,
          "loc": {
            "start": {
              "line": 16,
              "column": 83
            },
            "end": {
              "line": 42,
              "column": 1
            }
          },
          "body": [
            {
              "type": "IfStatement",
              "start": 720,
              "end": 1648,
              "loc": {
                "start": {
                  "line": 17,
                  "column": 4
                },
                "end": {
                  "line": 41,
                  "column": 5
                }
              },
              "test": {
                "type": "CallExpression",
                "start": 724,
                "end": 753,
                "loc": {
                  "start": {
                    "line": 17,
                    "column": 8
                  },
                  "end": {
                    "line": 17,
                    "column": 37
                  }
                },
                "callee": {
                  "type": "Identifier",
                  "start": 724,
                  "end": 737,
                  "loc": {
                    "start": {
                      "line": 17,
                      "column": 8
                    },
                    "end": {
                      "line": 17,
                      "column": 21
                    }
                  },
                  "name": "isPlainObject"
                },
                "arguments": [
                  {
                    "type": "Identifier",
                    "start": 738,
                    "end": 752,
                    "loc": {
                      "start": {
                        "line": 17,
                        "column": 22
                      },
                      "end": {
                        "line": 17,
                        "column": 36
                      }
                    },
                    "name": "createBuilders"
                  }
                ]
              },
              "consequent": {
                "type": "BlockStatement",
                "start": 755,
                "end": 892,
                "loc": {
                  "start": {
                    "line": 17,
                    "column": 39
                  },
                  "end": {
                    "line": 21,
                    "column": 5
                  }
                },
                "body": [
                  {
                    "type": "VariableDeclaration",
                    "start": 765,
                    "end": 837,
                    "loc": {
                      "start": {
                        "line": 18,
                        "column": 8
                      },
                      "end": {
                        "line": 18,
                        "column": 80
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 771,
                        "end": 836,
                        "loc": {
                          "start": {
                            "line": 18,
                            "column": 14
                          },
                          "end": {
                            "line": 18,
                            "column": 79
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 771,
                          "end": 781,
                          "loc": {
                            "start": {
                              "line": 18,
                              "column": 14
                            },
                            "end": {
                              "line": 18,
                              "column": 24
                            }
                          },
                          "name": "rocBuilder"
                        },
                        "init": {
                          "type": "CallExpression",
                          "start": 784,
                          "end": 836,
                          "loc": {
                            "start": {
                              "line": 18,
                              "column": 27
                            },
                            "end": {
                              "line": 18,
                              "column": 79
                            }
                          },
                          "callee": {
                            "type": "Identifier",
                            "start": 784,
                            "end": 805,
                            "loc": {
                              "start": {
                                "line": 18,
                                "column": 27
                              },
                              "end": {
                                "line": 18,
                                "column": 48
                              }
                            },
                            "name": "getBuildersFromObject"
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 806,
                              "end": 811,
                              "loc": {
                                "start": {
                                  "line": 18,
                                  "column": 49
                                },
                                "end": {
                                  "line": 18,
                                  "column": 54
                                }
                              },
                              "name": "debug"
                            },
                            {
                              "type": "Identifier",
                              "start": 813,
                              "end": 819,
                              "loc": {
                                "start": {
                                  "line": 18,
                                  "column": 56
                                },
                                "end": {
                                  "line": 18,
                                  "column": 62
                                }
                              },
                              "name": "target"
                            },
                            {
                              "type": "Identifier",
                              "start": 821,
                              "end": 835,
                              "loc": {
                                "start": {
                                  "line": 18,
                                  "column": 64
                                },
                                "end": {
                                  "line": 18,
                                  "column": 78
                                }
                              },
                              "name": "createBuilders"
                            }
                          ]
                        }
                      }
                    ],
                    "kind": "const"
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 846,
                    "end": 859,
                    "loc": {
                      "start": {
                        "line": 19,
                        "column": 8
                      },
                      "end": {
                        "line": 19,
                        "column": 21
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 846,
                      "end": 858,
                      "loc": {
                        "start": {
                          "line": 19,
                          "column": 8
                        },
                        "end": {
                          "line": 19,
                          "column": 20
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "Identifier",
                        "start": 846,
                        "end": 850,
                        "loc": {
                          "start": {
                            "line": 19,
                            "column": 8
                          },
                          "end": {
                            "line": 19,
                            "column": 12
                          }
                        },
                        "name": "once"
                      },
                      "right": {
                        "type": "Literal",
                        "start": 853,
                        "end": 858,
                        "loc": {
                          "start": {
                            "line": 19,
                            "column": 15
                          },
                          "end": {
                            "line": 19,
                            "column": 20
                          }
                        },
                        "value": false,
                        "rawValue": false,
                        "raw": "false"
                      }
                    }
                  },
                  {
                    "type": "ReturnStatement",
                    "start": 868,
                    "end": 886,
                    "loc": {
                      "start": {
                        "line": 20,
                        "column": 8
                      },
                      "end": {
                        "line": 20,
                        "column": 26
                      }
                    },
                    "argument": {
                      "type": "Identifier",
                      "start": 875,
                      "end": 885,
                      "loc": {
                        "start": {
                          "line": 20,
                          "column": 15
                        },
                        "end": {
                          "line": 20,
                          "column": 25
                        }
                      },
                      "name": "rocBuilder"
                    }
                  }
                ]
              },
              "alternate": {
                "type": "IfStatement",
                "start": 898,
                "end": 1648,
                "loc": {
                  "start": {
                    "line": 21,
                    "column": 11
                  },
                  "end": {
                    "line": 41,
                    "column": 5
                  }
                },
                "test": {
                  "type": "CallExpression",
                  "start": 902,
                  "end": 931,
                  "loc": {
                    "start": {
                      "line": 21,
                      "column": 15
                    },
                    "end": {
                      "line": 21,
                      "column": 44
                    }
                  },
                  "callee": {
                    "type": "MemberExpression",
                    "start": 902,
                    "end": 915,
                    "loc": {
                      "start": {
                        "line": 21,
                        "column": 15
                      },
                      "end": {
                        "line": 21,
                        "column": 28
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 902,
                      "end": 907,
                      "loc": {
                        "start": {
                          "line": 21,
                          "column": 15
                        },
                        "end": {
                          "line": 21,
                          "column": 20
                        }
                      },
                      "name": "Array"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 908,
                      "end": 915,
                      "loc": {
                        "start": {
                          "line": 21,
                          "column": 21
                        },
                        "end": {
                          "line": 21,
                          "column": 28
                        }
                      },
                      "name": "isArray"
                    },
                    "computed": false
                  },
                  "arguments": [
                    {
                      "type": "Identifier",
                      "start": 916,
                      "end": 930,
                      "loc": {
                        "start": {
                          "line": 21,
                          "column": 29
                        },
                        "end": {
                          "line": 21,
                          "column": 43
                        }
                      },
                      "name": "createBuilders"
                    }
                  ]
                },
                "consequent": {
                  "type": "BlockStatement",
                  "start": 933,
                  "end": 1319,
                  "loc": {
                    "start": {
                      "line": 21,
                      "column": 46
                    },
                    "end": {
                      "line": 32,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 943,
                      "end": 1008,
                      "loc": {
                        "start": {
                          "line": 22,
                          "column": 8
                        },
                        "end": {
                          "line": 22,
                          "column": 73
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 947,
                          "end": 1007,
                          "loc": {
                            "start": {
                              "line": 22,
                              "column": 12
                            },
                            "end": {
                              "line": 22,
                              "column": 72
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 947,
                            "end": 957,
                            "loc": {
                              "start": {
                                "line": 22,
                                "column": 12
                              },
                              "end": {
                                "line": 22,
                                "column": 22
                              }
                            },
                            "name": "rocBuilder"
                          },
                          "init": {
                            "type": "ObjectExpression",
                            "start": 960,
                            "end": 1007,
                            "loc": {
                              "start": {
                                "line": 22,
                                "column": 25
                              },
                              "end": {
                                "line": 22,
                                "column": 72
                              }
                            },
                            "properties": [
                              {
                                "type": "Property",
                                "start": 962,
                                "end": 977,
                                "loc": {
                                  "start": {
                                    "line": 22,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 22,
                                    "column": 42
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 962,
                                  "end": 973,
                                  "loc": {
                                    "start": {
                                      "line": 22,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 22,
                                      "column": 38
                                    }
                                  },
                                  "name": "buildConfig"
                                },
                                "value": {
                                  "type": "ObjectExpression",
                                  "start": 975,
                                  "end": 977,
                                  "loc": {
                                    "start": {
                                      "line": 22,
                                      "column": 40
                                    },
                                    "end": {
                                      "line": 22,
                                      "column": 42
                                    }
                                  },
                                  "properties": []
                                },
                                "kind": "init"
                              },
                              {
                                "type": "Property",
                                "start": 979,
                                "end": 1006,
                                "loc": {
                                  "start": {
                                    "line": 22,
                                    "column": 44
                                  },
                                  "end": {
                                    "line": 22,
                                    "column": 71
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 979,
                                  "end": 986,
                                  "loc": {
                                    "start": {
                                      "line": 22,
                                      "column": 44
                                    },
                                    "end": {
                                      "line": 22,
                                      "column": 51
                                    }
                                  },
                                  "name": "builder"
                                },
                                "value": {
                                  "type": "CallExpression",
                                  "start": 988,
                                  "end": 1006,
                                  "loc": {
                                    "start": {
                                      "line": 22,
                                      "column": 53
                                    },
                                    "end": {
                                      "line": 22,
                                      "column": 71
                                    }
                                  },
                                  "callee": {
                                    "type": "Identifier",
                                    "start": 988,
                                    "end": 995,
                                    "loc": {
                                      "start": {
                                        "line": 22,
                                        "column": 53
                                      },
                                      "end": {
                                        "line": 22,
                                        "column": 60
                                      }
                                    },
                                    "name": "require"
                                  },
                                  "arguments": [
                                    {
                                      "type": "Literal",
                                      "start": 996,
                                      "end": 1005,
                                      "loc": {
                                        "start": {
                                          "line": 22,
                                          "column": 61
                                        },
                                        "end": {
                                          "line": 22,
                                          "column": 70
                                        }
                                      },
                                      "value": "webpack",
                                      "rawValue": "webpack",
                                      "raw": "'webpack'"
                                    }
                                  ]
                                },
                                "kind": "init"
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1017,
                      "end": 1120,
                      "loc": {
                        "start": {
                          "line": 23,
                          "column": 8
                        },
                        "end": {
                          "line": 25,
                          "column": 11
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1017,
                        "end": 1119,
                        "loc": {
                          "start": {
                            "line": 23,
                            "column": 8
                          },
                          "end": {
                            "line": 25,
                            "column": 10
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1017,
                          "end": 1039,
                          "loc": {
                            "start": {
                              "line": 23,
                              "column": 8
                            },
                            "end": {
                              "line": 23,
                              "column": 30
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 1017,
                            "end": 1031,
                            "loc": {
                              "start": {
                                "line": 23,
                                "column": 8
                              },
                              "end": {
                                "line": 23,
                                "column": 22
                              }
                            },
                            "name": "createBuilders"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1032,
                            "end": 1039,
                            "loc": {
                              "start": {
                                "line": 23,
                                "column": 23
                              },
                              "end": {
                                "line": 23,
                                "column": 30
                              }
                            },
                            "name": "forEach"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 1040,
                            "end": 1118,
                            "loc": {
                              "start": {
                                "line": 23,
                                "column": 31
                              },
                              "end": {
                                "line": 25,
                                "column": 9
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 1041,
                                "end": 1048,
                                "loc": {
                                  "start": {
                                    "line": 23,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 23,
                                    "column": 39
                                  }
                                },
                                "name": "builder"
                              }
                            ],
                            "body": {
                              "type": "BlockStatement",
                              "start": 1053,
                              "end": 1118,
                              "loc": {
                                "start": {
                                  "line": 23,
                                  "column": 44
                                },
                                "end": {
                                  "line": 25,
                                  "column": 9
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 1067,
                                  "end": 1108,
                                  "loc": {
                                    "start": {
                                      "line": 24,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 24,
                                      "column": 53
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 1067,
                                    "end": 1107,
                                    "loc": {
                                      "start": {
                                        "line": 24,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 24,
                                        "column": 52
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "Identifier",
                                      "start": 1067,
                                      "end": 1077,
                                      "loc": {
                                        "start": {
                                          "line": 24,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 24,
                                          "column": 22
                                        }
                                      },
                                      "name": "rocBuilder"
                                    },
                                    "right": {
                                      "type": "CallExpression",
                                      "start": 1080,
                                      "end": 1107,
                                      "loc": {
                                        "start": {
                                          "line": 24,
                                          "column": 25
                                        },
                                        "end": {
                                          "line": 24,
                                          "column": 52
                                        }
                                      },
                                      "callee": {
                                        "type": "Identifier",
                                        "start": 1080,
                                        "end": 1087,
                                        "loc": {
                                          "start": {
                                            "line": 24,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 24,
                                            "column": 32
                                          }
                                        },
                                        "name": "builder"
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "start": 1088,
                                          "end": 1094,
                                          "loc": {
                                            "start": {
                                              "line": 24,
                                              "column": 33
                                            },
                                            "end": {
                                              "line": 24,
                                              "column": 39
                                            }
                                          },
                                          "name": "target"
                                        },
                                        {
                                          "type": "Identifier",
                                          "start": 1096,
                                          "end": 1106,
                                          "loc": {
                                            "start": {
                                              "line": 24,
                                              "column": 41
                                            },
                                            "end": {
                                              "line": 24,
                                              "column": 51
                                            }
                                          },
                                          "name": "rocBuilder"
                                        }
                                      ]
                                    }
                                  }
                                }
                              ]
                            }
                          }
                        ]
                      }
                    },
                    {
                      "type": "IfStatement",
                      "start": 1129,
                      "end": 1285,
                      "loc": {
                        "start": {
                          "line": 26,
                          "column": 8
                        },
                        "end": {
                          "line": 29,
                          "column": 9
                        }
                      },
                      "test": {
                        "type": "LogicalExpression",
                        "start": 1133,
                        "end": 1146,
                        "loc": {
                          "start": {
                            "line": 26,
                            "column": 12
                          },
                          "end": {
                            "line": 26,
                            "column": 25
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 1133,
                          "end": 1138,
                          "loc": {
                            "start": {
                              "line": 26,
                              "column": 12
                            },
                            "end": {
                              "line": 26,
                              "column": 17
                            }
                          },
                          "name": "debug"
                        },
                        "operator": "&&",
                        "right": {
                          "type": "Identifier",
                          "start": 1142,
                          "end": 1146,
                          "loc": {
                            "start": {
                              "line": 26,
                              "column": 21
                            },
                            "end": {
                              "line": 26,
                              "column": 25
                            }
                          },
                          "name": "once"
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 1148,
                        "end": 1285,
                        "loc": {
                          "start": {
                            "line": 26,
                            "column": 27
                          },
                          "end": {
                            "line": 29,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 1162,
                            "end": 1175,
                            "loc": {
                              "start": {
                                "line": 27,
                                "column": 12
                              },
                              "end": {
                                "line": 27,
                                "column": 25
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 1162,
                              "end": 1174,
                              "loc": {
                                "start": {
                                  "line": 27,
                                  "column": 12
                                },
                                "end": {
                                  "line": 27,
                                  "column": 24
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "Identifier",
                                "start": 1162,
                                "end": 1166,
                                "loc": {
                                  "start": {
                                    "line": 27,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 27,
                                    "column": 16
                                  }
                                },
                                "name": "once"
                              },
                              "right": {
                                "type": "Literal",
                                "start": 1169,
                                "end": 1174,
                                "loc": {
                                  "start": {
                                    "line": 27,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 27,
                                    "column": 24
                                  }
                                },
                                "value": false,
                                "rawValue": false,
                                "raw": "false"
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 1188,
                            "end": 1275,
                            "loc": {
                              "start": {
                                "line": 28,
                                "column": 12
                              },
                              "end": {
                                "line": 28,
                                "column": 99
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 1188,
                              "end": 1274,
                              "loc": {
                                "start": {
                                  "line": 28,
                                  "column": 12
                                },
                                "end": {
                                  "line": 28,
                                  "column": 98
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 1188,
                                "end": 1199,
                                "loc": {
                                  "start": {
                                    "line": 28,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 28,
                                    "column": 23
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 1188,
                                  "end": 1195,
                                  "loc": {
                                    "start": {
                                      "line": 28,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 28,
                                      "column": 19
                                    }
                                  },
                                  "name": "console"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1196,
                                  "end": 1199,
                                  "loc": {
                                    "start": {
                                      "line": 28,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 28,
                                      "column": 23
                                    }
                                  },
                                  "name": "log"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Literal",
                                  "start": 1200,
                                  "end": 1273,
                                  "loc": {
                                    "start": {
                                      "line": 28,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 28,
                                      "column": 97
                                    }
                                  },
                                  "value": "createBuilder overridden in roc.config.js with an array, will use that.",
                                  "rawValue": "createBuilder overridden in roc.config.js with an array, will use that.",
                                  "raw": "'createBuilder overridden in roc.config.js with an array, will use that.'"
                                }
                              ]
                            }
                          }
                        ]
                      },
                      "alternate": null
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 1295,
                      "end": 1313,
                      "loc": {
                        "start": {
                          "line": 31,
                          "column": 8
                        },
                        "end": {
                          "line": 31,
                          "column": 26
                        }
                      },
                      "argument": {
                        "type": "Identifier",
                        "start": 1302,
                        "end": 1312,
                        "loc": {
                          "start": {
                            "line": 31,
                            "column": 15
                          },
                          "end": {
                            "line": 31,
                            "column": 25
                          }
                        },
                        "name": "rocBuilder"
                      }
                    }
                  ]
                },
                "alternate": {
                  "type": "IfStatement",
                  "start": 1325,
                  "end": 1648,
                  "loc": {
                    "start": {
                      "line": 32,
                      "column": 11
                    },
                    "end": {
                      "line": 41,
                      "column": 5
                    }
                  },
                  "test": {
                    "type": "CallExpression",
                    "start": 1329,
                    "end": 1355,
                    "loc": {
                      "start": {
                        "line": 32,
                        "column": 15
                      },
                      "end": {
                        "line": 32,
                        "column": 41
                      }
                    },
                    "callee": {
                      "type": "Identifier",
                      "start": 1329,
                      "end": 1339,
                      "loc": {
                        "start": {
                          "line": 32,
                          "column": 15
                        },
                        "end": {
                          "line": 32,
                          "column": 25
                        }
                      },
                      "name": "isFunction"
                    },
                    "arguments": [
                      {
                        "type": "Identifier",
                        "start": 1340,
                        "end": 1354,
                        "loc": {
                          "start": {
                            "line": 32,
                            "column": 26
                          },
                          "end": {
                            "line": 32,
                            "column": 40
                          }
                        },
                        "name": "createBuilders"
                      }
                    ]
                  },
                  "consequent": {
                    "type": "BlockStatement",
                    "start": 1357,
                    "end": 1648,
                    "loc": {
                      "start": {
                        "line": 32,
                        "column": 43
                      },
                      "end": {
                        "line": 41,
                        "column": 5
                      }
                    },
                    "body": [
                      {
                        "type": "VariableDeclaration",
                        "start": 1367,
                        "end": 1446,
                        "loc": {
                          "start": {
                            "line": 33,
                            "column": 8
                          },
                          "end": {
                            "line": 33,
                            "column": 87
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 1371,
                            "end": 1445,
                            "loc": {
                              "start": {
                                "line": 33,
                                "column": 12
                              },
                              "end": {
                                "line": 33,
                                "column": 86
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 1371,
                              "end": 1381,
                              "loc": {
                                "start": {
                                  "line": 33,
                                  "column": 12
                                },
                                "end": {
                                  "line": 33,
                                  "column": 22
                                }
                              },
                              "name": "rocBuilder"
                            },
                            "init": {
                              "type": "CallExpression",
                              "start": 1384,
                              "end": 1445,
                              "loc": {
                                "start": {
                                  "line": 33,
                                  "column": 25
                                },
                                "end": {
                                  "line": 33,
                                  "column": 86
                                }
                              },
                              "callee": {
                                "type": "Identifier",
                                "start": 1384,
                                "end": 1405,
                                "loc": {
                                  "start": {
                                    "line": 33,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 33,
                                    "column": 46
                                  }
                                },
                                "name": "getBuildersFromObject"
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 1406,
                                  "end": 1411,
                                  "loc": {
                                    "start": {
                                      "line": 33,
                                      "column": 47
                                    },
                                    "end": {
                                      "line": 33,
                                      "column": 52
                                    }
                                  },
                                  "name": "debug"
                                },
                                {
                                  "type": "Identifier",
                                  "start": 1413,
                                  "end": 1419,
                                  "loc": {
                                    "start": {
                                      "line": 33,
                                      "column": 54
                                    },
                                    "end": {
                                      "line": 33,
                                      "column": 60
                                    }
                                  },
                                  "name": "target"
                                },
                                {
                                  "type": "Identifier",
                                  "start": 1421,
                                  "end": 1444,
                                  "loc": {
                                    "start": {
                                      "line": 33,
                                      "column": 62
                                    },
                                    "end": {
                                      "line": 33,
                                      "column": 85
                                    }
                                  },
                                  "name": "extensionCreateBuilders"
                                }
                              ]
                            }
                          }
                        ],
                        "kind": "let"
                      },
                      {
                        "type": "IfStatement",
                        "start": 1456,
                        "end": 1590,
                        "loc": {
                          "start": {
                            "line": 35,
                            "column": 8
                          },
                          "end": {
                            "line": 38,
                            "column": 9
                          }
                        },
                        "test": {
                          "type": "Identifier",
                          "start": 1460,
                          "end": 1465,
                          "loc": {
                            "start": {
                              "line": 35,
                              "column": 12
                            },
                            "end": {
                              "line": 35,
                              "column": 17
                            }
                          },
                          "name": "debug"
                        },
                        "consequent": {
                          "type": "BlockStatement",
                          "start": 1467,
                          "end": 1590,
                          "loc": {
                            "start": {
                              "line": 35,
                              "column": 19
                            },
                            "end": {
                              "line": 38,
                              "column": 9
                            }
                          },
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "start": 1481,
                              "end": 1494,
                              "loc": {
                                "start": {
                                  "line": 36,
                                  "column": 12
                                },
                                "end": {
                                  "line": 36,
                                  "column": 25
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 1481,
                                "end": 1493,
                                "loc": {
                                  "start": {
                                    "line": 36,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 36,
                                    "column": 24
                                  }
                                },
                                "operator": "=",
                                "left": {
                                  "type": "Identifier",
                                  "start": 1481,
                                  "end": 1485,
                                  "loc": {
                                    "start": {
                                      "line": 36,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 36,
                                      "column": 16
                                    }
                                  },
                                  "name": "once"
                                },
                                "right": {
                                  "type": "Literal",
                                  "start": 1488,
                                  "end": 1493,
                                  "loc": {
                                    "start": {
                                      "line": 36,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 36,
                                      "column": 24
                                    }
                                  },
                                  "value": false,
                                  "rawValue": false,
                                  "raw": "false"
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 1507,
                              "end": 1580,
                              "loc": {
                                "start": {
                                  "line": 37,
                                  "column": 12
                                },
                                "end": {
                                  "line": 37,
                                  "column": 85
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 1507,
                                "end": 1579,
                                "loc": {
                                  "start": {
                                    "line": 37,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 37,
                                    "column": 84
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 1507,
                                  "end": 1518,
                                  "loc": {
                                    "start": {
                                      "line": 37,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 37,
                                      "column": 23
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 1507,
                                    "end": 1514,
                                    "loc": {
                                      "start": {
                                        "line": 37,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 37,
                                        "column": 19
                                      }
                                    },
                                    "name": "console"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1515,
                                    "end": 1518,
                                    "loc": {
                                      "start": {
                                        "line": 37,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 37,
                                        "column": 23
                                      }
                                    },
                                    "name": "log"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "start": 1519,
                                    "end": 1578,
                                    "loc": {
                                      "start": {
                                        "line": 37,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 37,
                                        "column": 83
                                      }
                                    },
                                    "value": "Will also use the createBuilder defined in roc.config.js.",
                                    "rawValue": "Will also use the createBuilder defined in roc.config.js.",
                                    "raw": "'Will also use the createBuilder defined in roc.config.js.'"
                                  }
                                ]
                              }
                            }
                          ]
                        },
                        "alternate": null
                      },
                      {
                        "type": "ReturnStatement",
                        "start": 1600,
                        "end": 1642,
                        "loc": {
                          "start": {
                            "line": 40,
                            "column": 8
                          },
                          "end": {
                            "line": 40,
                            "column": 50
                          }
                        },
                        "argument": {
                          "type": "CallExpression",
                          "start": 1607,
                          "end": 1641,
                          "loc": {
                            "start": {
                              "line": 40,
                              "column": 15
                            },
                            "end": {
                              "line": 40,
                              "column": 49
                            }
                          },
                          "callee": {
                            "type": "Identifier",
                            "start": 1607,
                            "end": 1621,
                            "loc": {
                              "start": {
                                "line": 40,
                                "column": 15
                              },
                              "end": {
                                "line": 40,
                                "column": 29
                              }
                            },
                            "name": "createBuilders"
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 1622,
                              "end": 1628,
                              "loc": {
                                "start": {
                                  "line": 40,
                                  "column": 30
                                },
                                "end": {
                                  "line": 40,
                                  "column": 36
                                }
                              },
                              "name": "target"
                            },
                            {
                              "type": "Identifier",
                              "start": 1630,
                              "end": 1640,
                              "loc": {
                                "start": {
                                  "line": 40,
                                  "column": 38
                                },
                                "end": {
                                  "line": 40,
                                  "column": 48
                                }
                              },
                              "name": "rocBuilder"
                            }
                          ]
                        }
                      }
                    ]
                  },
                  "alternate": null
                }
              }
            }
          ]
        },
        "leadingComments": [
          {
            "type": "Block",
            "value": "*\n * Gets the final rocBuilder object..\n *\n * @param {boolean} debug - If the command should run in debug mode\n * @param {string} target - What target the builder should be configured against\n * @param {function|array|object} createBuilders - The createBuilders defined in the configuration.\n    See documentation for more information on what it can be.\n * @param  {object|array} extensionCreateBuilders - The createBuilders defined in the extensions. Should most often be\n    an object.\n * @returns {rocBuilder}\n ",
            "start": 112,
            "end": 630,
            "loc": {
              "start": {
                "line": 5,
                "column": 0
              },
              "end": {
                "line": 15,
                "column": 3
              }
            },
            "range": [
              112,
              630
            ]
          }
        ],
        "trailingComments": []
      },
      "specifiers": [],
      "source": null,
      "leadingComments": [
        {
          "type": "Block",
          "value": "*\n * Gets the final rocBuilder object..\n *\n * @param {boolean} debug - If the command should run in debug mode\n * @param {string} target - What target the builder should be configured against\n * @param {function|array|object} createBuilders - The createBuilders defined in the configuration.\n    See documentation for more information on what it can be.\n * @param  {object|array} extensionCreateBuilders - The createBuilders defined in the extensions. Should most often be\n    an object.\n * @returns {rocBuilder}\n ",
          "start": 112,
          "end": 630,
          "loc": {
            "start": {
              "line": 5,
              "column": 0
            },
            "end": {
              "line": 15,
              "column": 3
            }
          },
          "range": [
            112,
            630
          ]
        }
      ]
    },
    {
      "type": "FunctionDeclaration",
      "start": 1652,
      "end": 2277,
      "loc": {
        "start": {
          "line": 44,
          "column": 0
        },
        "end": {
          "line": 64,
          "column": 1
        }
      },
      "id": {
        "type": "Identifier",
        "start": 1661,
        "end": 1682,
        "loc": {
          "start": {
            "line": 44,
            "column": 9
          },
          "end": {
            "line": 44,
            "column": 30
          }
        },
        "name": "getBuildersFromObject"
      },
      "generator": false,
      "expression": false,
      "async": false,
      "params": [
        {
          "type": "Identifier",
          "start": 1683,
          "end": 1688,
          "loc": {
            "start": {
              "line": 44,
              "column": 31
            },
            "end": {
              "line": 44,
              "column": 36
            }
          },
          "name": "debug"
        },
        {
          "type": "Identifier",
          "start": 1690,
          "end": 1696,
          "loc": {
            "start": {
              "line": 44,
              "column": 38
            },
            "end": {
              "line": 44,
              "column": 44
            }
          },
          "name": "target"
        },
        {
          "type": "Identifier",
          "start": 1698,
          "end": 1712,
          "loc": {
            "start": {
              "line": 44,
              "column": 46
            },
            "end": {
              "line": 44,
              "column": 60
            }
          },
          "name": "createBuilders"
        }
      ],
      "body": {
        "type": "BlockStatement",
        "start": 1714,
        "end": 2277,
        "loc": {
          "start": {
            "line": 44,
            "column": 62
          },
          "end": {
            "line": 64,
            "column": 1
          }
        },
        "body": [
          {
            "type": "VariableDeclaration",
            "start": 1720,
            "end": 1736,
            "loc": {
              "start": {
                "line": 45,
                "column": 4
              },
              "end": {
                "line": 45,
                "column": 20
              }
            },
            "declarations": [
              {
                "type": "VariableDeclarator",
                "start": 1726,
                "end": 1735,
                "loc": {
                  "start": {
                    "line": 45,
                    "column": 10
                  },
                  "end": {
                    "line": 45,
                    "column": 19
                  }
                },
                "id": {
                  "type": "Identifier",
                  "start": 1726,
                  "end": 1730,
                  "loc": {
                    "start": {
                      "line": 45,
                      "column": 10
                    },
                    "end": {
                      "line": 45,
                      "column": 14
                    }
                  },
                  "name": "info"
                },
                "init": {
                  "type": "ArrayExpression",
                  "start": 1733,
                  "end": 1735,
                  "loc": {
                    "start": {
                      "line": 45,
                      "column": 17
                    },
                    "end": {
                      "line": 45,
                      "column": 19
                    }
                  },
                  "elements": []
                }
              }
            ],
            "kind": "const",
            "trailingComments": [
              {
                "type": "CommentLine",
                "value": " We we have a default run it first",
                "start": 1741,
                "end": 1777,
                "loc": {
                  "start": {
                    "line": 46,
                    "column": 4
                  },
                  "end": {
                    "line": 46,
                    "column": 40
                  }
                },
                "range": [
                  1741,
                  1777
                ]
              }
            ]
          },
          {
            "type": "VariableDeclaration",
            "start": 1782,
            "end": 1831,
            "loc": {
              "start": {
                "line": 47,
                "column": 4
              },
              "end": {
                "line": 47,
                "column": 53
              }
            },
            "declarations": [
              {
                "type": "VariableDeclarator",
                "start": 1788,
                "end": 1830,
                "loc": {
                  "start": {
                    "line": 47,
                    "column": 10
                  },
                  "end": {
                    "line": 47,
                    "column": 52
                  }
                },
                "id": {
                  "type": "ObjectPattern",
                  "start": 1788,
                  "end": 1813,
                  "loc": {
                    "start": {
                      "line": 47,
                      "column": 10
                    },
                    "end": {
                      "line": 47,
                      "column": 35
                    }
                  },
                  "properties": [
                    {
                      "type": "Property",
                      "start": 1790,
                      "end": 1802,
                      "loc": {
                        "start": {
                          "line": 47,
                          "column": 12
                        },
                        "end": {
                          "line": 47,
                          "column": 24
                        }
                      },
                      "method": false,
                      "shorthand": false,
                      "computed": false,
                      "key": {
                        "type": "Identifier",
                        "start": 1790,
                        "end": 1797,
                        "loc": {
                          "start": {
                            "line": 47,
                            "column": 12
                          },
                          "end": {
                            "line": 47,
                            "column": 19
                          }
                        },
                        "name": "default",
                        "leadingComments": null
                      },
                      "value": {
                        "type": "Identifier",
                        "start": 1799,
                        "end": 1802,
                        "loc": {
                          "start": {
                            "line": 47,
                            "column": 21
                          },
                          "end": {
                            "line": 47,
                            "column": 24
                          }
                        },
                        "name": "def"
                      },
                      "kind": "init",
                      "leadingComments": null
                    },
                    {
                      "type": "SpreadProperty",
                      "start": 1804,
                      "end": 1811,
                      "loc": {
                        "start": {
                          "line": 47,
                          "column": 26
                        },
                        "end": {
                          "line": 47,
                          "column": 33
                        }
                      },
                      "argument": {
                        "type": "Identifier",
                        "start": 1807,
                        "end": 1811,
                        "loc": {
                          "start": {
                            "line": 47,
                            "column": 29
                          },
                          "end": {
                            "line": 47,
                            "column": 33
                          }
                        },
                        "name": "rest"
                      }
                    }
                  ],
                  "leadingComments": null
                },
                "init": {
                  "type": "Identifier",
                  "start": 1816,
                  "end": 1830,
                  "loc": {
                    "start": {
                      "line": 47,
                      "column": 38
                    },
                    "end": {
                      "line": 47,
                      "column": 52
                    }
                  },
                  "name": "createBuilders"
                },
                "leadingComments": null
              }
            ],
            "kind": "const",
            "leadingComments": [
              {
                "type": "CommentLine",
                "value": " We we have a default run it first",
                "start": 1741,
                "end": 1777,
                "loc": {
                  "start": {
                    "line": 46,
                    "column": 4
                  },
                  "end": {
                    "line": 46,
                    "column": 40
                  }
                },
                "range": [
                  1741,
                  1777
                ]
              }
            ]
          },
          {
            "type": "VariableDeclaration",
            "start": 1836,
            "end": 1901,
            "loc": {
              "start": {
                "line": 48,
                "column": 4
              },
              "end": {
                "line": 48,
                "column": 69
              }
            },
            "declarations": [
              {
                "type": "VariableDeclarator",
                "start": 1840,
                "end": 1900,
                "loc": {
                  "start": {
                    "line": 48,
                    "column": 8
                  },
                  "end": {
                    "line": 48,
                    "column": 68
                  }
                },
                "id": {
                  "type": "Identifier",
                  "start": 1840,
                  "end": 1850,
                  "loc": {
                    "start": {
                      "line": 48,
                      "column": 8
                    },
                    "end": {
                      "line": 48,
                      "column": 18
                    }
                  },
                  "name": "rocBuilder"
                },
                "init": {
                  "type": "ObjectExpression",
                  "start": 1853,
                  "end": 1900,
                  "loc": {
                    "start": {
                      "line": 48,
                      "column": 21
                    },
                    "end": {
                      "line": 48,
                      "column": 68
                    }
                  },
                  "properties": [
                    {
                      "type": "Property",
                      "start": 1855,
                      "end": 1870,
                      "loc": {
                        "start": {
                          "line": 48,
                          "column": 23
                        },
                        "end": {
                          "line": 48,
                          "column": 38
                        }
                      },
                      "method": false,
                      "shorthand": false,
                      "computed": false,
                      "key": {
                        "type": "Identifier",
                        "start": 1855,
                        "end": 1866,
                        "loc": {
                          "start": {
                            "line": 48,
                            "column": 23
                          },
                          "end": {
                            "line": 48,
                            "column": 34
                          }
                        },
                        "name": "buildConfig"
                      },
                      "value": {
                        "type": "ObjectExpression",
                        "start": 1868,
                        "end": 1870,
                        "loc": {
                          "start": {
                            "line": 48,
                            "column": 36
                          },
                          "end": {
                            "line": 48,
                            "column": 38
                          }
                        },
                        "properties": []
                      },
                      "kind": "init"
                    },
                    {
                      "type": "Property",
                      "start": 1872,
                      "end": 1899,
                      "loc": {
                        "start": {
                          "line": 48,
                          "column": 40
                        },
                        "end": {
                          "line": 48,
                          "column": 67
                        }
                      },
                      "method": false,
                      "shorthand": false,
                      "computed": false,
                      "key": {
                        "type": "Identifier",
                        "start": 1872,
                        "end": 1879,
                        "loc": {
                          "start": {
                            "line": 48,
                            "column": 40
                          },
                          "end": {
                            "line": 48,
                            "column": 47
                          }
                        },
                        "name": "builder"
                      },
                      "value": {
                        "type": "CallExpression",
                        "start": 1881,
                        "end": 1899,
                        "loc": {
                          "start": {
                            "line": 48,
                            "column": 49
                          },
                          "end": {
                            "line": 48,
                            "column": 67
                          }
                        },
                        "callee": {
                          "type": "Identifier",
                          "start": 1881,
                          "end": 1888,
                          "loc": {
                            "start": {
                              "line": 48,
                              "column": 49
                            },
                            "end": {
                              "line": 48,
                              "column": 56
                            }
                          },
                          "name": "require"
                        },
                        "arguments": [
                          {
                            "type": "Literal",
                            "start": 1889,
                            "end": 1898,
                            "loc": {
                              "start": {
                                "line": 48,
                                "column": 57
                              },
                              "end": {
                                "line": 48,
                                "column": 66
                              }
                            },
                            "value": "webpack",
                            "rawValue": "webpack",
                            "raw": "'webpack'"
                          }
                        ]
                      },
                      "kind": "init"
                    }
                  ]
                }
              }
            ],
            "kind": "let"
          },
          {
            "type": "IfStatement",
            "start": 1907,
            "end": 1999,
            "loc": {
              "start": {
                "line": 50,
                "column": 4
              },
              "end": {
                "line": 53,
                "column": 5
              }
            },
            "test": {
              "type": "Identifier",
              "start": 1911,
              "end": 1914,
              "loc": {
                "start": {
                  "line": 50,
                  "column": 8
                },
                "end": {
                  "line": 50,
                  "column": 11
                }
              },
              "name": "def"
            },
            "consequent": {
              "type": "BlockStatement",
              "start": 1916,
              "end": 1999,
              "loc": {
                "start": {
                  "line": 50,
                  "column": 13
                },
                "end": {
                  "line": 53,
                  "column": 5
                }
              },
              "body": [
                {
                  "type": "ExpressionStatement",
                  "start": 1926,
                  "end": 1947,
                  "loc": {
                    "start": {
                      "line": 51,
                      "column": 8
                    },
                    "end": {
                      "line": 51,
                      "column": 29
                    }
                  },
                  "expression": {
                    "type": "CallExpression",
                    "start": 1926,
                    "end": 1946,
                    "loc": {
                      "start": {
                        "line": 51,
                        "column": 8
                      },
                      "end": {
                        "line": 51,
                        "column": 28
                      }
                    },
                    "callee": {
                      "type": "MemberExpression",
                      "start": 1926,
                      "end": 1935,
                      "loc": {
                        "start": {
                          "line": 51,
                          "column": 8
                        },
                        "end": {
                          "line": 51,
                          "column": 17
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 1926,
                        "end": 1930,
                        "loc": {
                          "start": {
                            "line": 51,
                            "column": 8
                          },
                          "end": {
                            "line": 51,
                            "column": 12
                          }
                        },
                        "name": "info"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 1931,
                        "end": 1935,
                        "loc": {
                          "start": {
                            "line": 51,
                            "column": 13
                          },
                          "end": {
                            "line": 51,
                            "column": 17
                          }
                        },
                        "name": "push"
                      },
                      "computed": false
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "start": 1936,
                        "end": 1945,
                        "loc": {
                          "start": {
                            "line": 51,
                            "column": 18
                          },
                          "end": {
                            "line": 51,
                            "column": 27
                          }
                        },
                        "value": "default",
                        "rawValue": "default",
                        "raw": "'default'"
                      }
                    ]
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "start": 1956,
                  "end": 1993,
                  "loc": {
                    "start": {
                      "line": 52,
                      "column": 8
                    },
                    "end": {
                      "line": 52,
                      "column": 45
                    }
                  },
                  "expression": {
                    "type": "AssignmentExpression",
                    "start": 1956,
                    "end": 1992,
                    "loc": {
                      "start": {
                        "line": 52,
                        "column": 8
                      },
                      "end": {
                        "line": 52,
                        "column": 44
                      }
                    },
                    "operator": "=",
                    "left": {
                      "type": "Identifier",
                      "start": 1956,
                      "end": 1966,
                      "loc": {
                        "start": {
                          "line": 52,
                          "column": 8
                        },
                        "end": {
                          "line": 52,
                          "column": 18
                        }
                      },
                      "name": "rocBuilder"
                    },
                    "right": {
                      "type": "CallExpression",
                      "start": 1969,
                      "end": 1992,
                      "loc": {
                        "start": {
                          "line": 52,
                          "column": 21
                        },
                        "end": {
                          "line": 52,
                          "column": 44
                        }
                      },
                      "callee": {
                        "type": "Identifier",
                        "start": 1969,
                        "end": 1972,
                        "loc": {
                          "start": {
                            "line": 52,
                            "column": 21
                          },
                          "end": {
                            "line": 52,
                            "column": 24
                          }
                        },
                        "name": "def"
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 1973,
                          "end": 1979,
                          "loc": {
                            "start": {
                              "line": 52,
                              "column": 25
                            },
                            "end": {
                              "line": 52,
                              "column": 31
                            }
                          },
                          "name": "target"
                        },
                        {
                          "type": "Identifier",
                          "start": 1981,
                          "end": 1991,
                          "loc": {
                            "start": {
                              "line": 52,
                              "column": 33
                            },
                            "end": {
                              "line": 52,
                              "column": 43
                            }
                          },
                          "name": "rocBuilder"
                        }
                      ]
                    }
                  }
                }
              ]
            },
            "alternate": null
          },
          {
            "type": "ExpressionStatement",
            "start": 2005,
            "end": 2147,
            "loc": {
              "start": {
                "line": 55,
                "column": 4
              },
              "end": {
                "line": 58,
                "column": 7
              }
            },
            "expression": {
              "type": "CallExpression",
              "start": 2005,
              "end": 2146,
              "loc": {
                "start": {
                  "line": 55,
                  "column": 4
                },
                "end": {
                  "line": 58,
                  "column": 6
                }
              },
              "callee": {
                "type": "MemberExpression",
                "start": 2005,
                "end": 2030,
                "loc": {
                  "start": {
                    "line": 55,
                    "column": 4
                  },
                  "end": {
                    "line": 55,
                    "column": 29
                  }
                },
                "object": {
                  "type": "CallExpression",
                  "start": 2005,
                  "end": 2022,
                  "loc": {
                    "start": {
                      "line": 55,
                      "column": 4
                    },
                    "end": {
                      "line": 55,
                      "column": 21
                    }
                  },
                  "callee": {
                    "type": "MemberExpression",
                    "start": 2005,
                    "end": 2016,
                    "loc": {
                      "start": {
                        "line": 55,
                        "column": 4
                      },
                      "end": {
                        "line": 55,
                        "column": 15
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 2005,
                      "end": 2011,
                      "loc": {
                        "start": {
                          "line": 55,
                          "column": 4
                        },
                        "end": {
                          "line": 55,
                          "column": 10
                        }
                      },
                      "name": "Object"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 2012,
                      "end": 2016,
                      "loc": {
                        "start": {
                          "line": 55,
                          "column": 11
                        },
                        "end": {
                          "line": 55,
                          "column": 15
                        }
                      },
                      "name": "keys"
                    },
                    "computed": false
                  },
                  "arguments": [
                    {
                      "type": "Identifier",
                      "start": 2017,
                      "end": 2021,
                      "loc": {
                        "start": {
                          "line": 55,
                          "column": 16
                        },
                        "end": {
                          "line": 55,
                          "column": 20
                        }
                      },
                      "name": "rest"
                    }
                  ]
                },
                "property": {
                  "type": "Identifier",
                  "start": 2023,
                  "end": 2030,
                  "loc": {
                    "start": {
                      "line": 55,
                      "column": 22
                    },
                    "end": {
                      "line": 55,
                      "column": 29
                    }
                  },
                  "name": "forEach"
                },
                "computed": false
              },
              "arguments": [
                {
                  "type": "ArrowFunctionExpression",
                  "start": 2031,
                  "end": 2145,
                  "loc": {
                    "start": {
                      "line": 55,
                      "column": 30
                    },
                    "end": {
                      "line": 58,
                      "column": 5
                    }
                  },
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "start": 2032,
                      "end": 2039,
                      "loc": {
                        "start": {
                          "line": 55,
                          "column": 31
                        },
                        "end": {
                          "line": 55,
                          "column": 38
                        }
                      },
                      "name": "builder"
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "start": 2044,
                    "end": 2145,
                    "loc": {
                      "start": {
                        "line": 55,
                        "column": 43
                      },
                      "end": {
                        "line": 58,
                        "column": 5
                      }
                    },
                    "body": [
                      {
                        "type": "ExpressionStatement",
                        "start": 2054,
                        "end": 2073,
                        "loc": {
                          "start": {
                            "line": 56,
                            "column": 8
                          },
                          "end": {
                            "line": 56,
                            "column": 27
                          }
                        },
                        "expression": {
                          "type": "CallExpression",
                          "start": 2054,
                          "end": 2072,
                          "loc": {
                            "start": {
                              "line": 56,
                              "column": 8
                            },
                            "end": {
                              "line": 56,
                              "column": 26
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 2054,
                            "end": 2063,
                            "loc": {
                              "start": {
                                "line": 56,
                                "column": 8
                              },
                              "end": {
                                "line": 56,
                                "column": 17
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 2054,
                              "end": 2058,
                              "loc": {
                                "start": {
                                  "line": 56,
                                  "column": 8
                                },
                                "end": {
                                  "line": 56,
                                  "column": 12
                                }
                              },
                              "name": "info"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2059,
                              "end": 2063,
                              "loc": {
                                "start": {
                                  "line": 56,
                                  "column": 13
                                },
                                "end": {
                                  "line": 56,
                                  "column": 17
                                }
                              },
                              "name": "push"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 2064,
                              "end": 2071,
                              "loc": {
                                "start": {
                                  "line": 56,
                                  "column": 18
                                },
                                "end": {
                                  "line": 56,
                                  "column": 25
                                }
                              },
                              "name": "builder"
                            }
                          ]
                        }
                      },
                      {
                        "type": "ExpressionStatement",
                        "start": 2082,
                        "end": 2139,
                        "loc": {
                          "start": {
                            "line": 57,
                            "column": 8
                          },
                          "end": {
                            "line": 57,
                            "column": 65
                          }
                        },
                        "expression": {
                          "type": "AssignmentExpression",
                          "start": 2082,
                          "end": 2138,
                          "loc": {
                            "start": {
                              "line": 57,
                              "column": 8
                            },
                            "end": {
                              "line": 57,
                              "column": 64
                            }
                          },
                          "operator": "=",
                          "left": {
                            "type": "Identifier",
                            "start": 2082,
                            "end": 2092,
                            "loc": {
                              "start": {
                                "line": 57,
                                "column": 8
                              },
                              "end": {
                                "line": 57,
                                "column": 18
                              }
                            },
                            "name": "rocBuilder"
                          },
                          "right": {
                            "type": "CallExpression",
                            "start": 2095,
                            "end": 2138,
                            "loc": {
                              "start": {
                                "line": 57,
                                "column": 21
                              },
                              "end": {
                                "line": 57,
                                "column": 64
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 2095,
                              "end": 2118,
                              "loc": {
                                "start": {
                                  "line": 57,
                                  "column": 21
                                },
                                "end": {
                                  "line": 57,
                                  "column": 44
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 2095,
                                "end": 2109,
                                "loc": {
                                  "start": {
                                    "line": 57,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 57,
                                    "column": 35
                                  }
                                },
                                "name": "createBuilders"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2110,
                                "end": 2117,
                                "loc": {
                                  "start": {
                                    "line": 57,
                                    "column": 36
                                  },
                                  "end": {
                                    "line": 57,
                                    "column": 43
                                  }
                                },
                                "name": "builder"
                              },
                              "computed": true
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 2119,
                                "end": 2125,
                                "loc": {
                                  "start": {
                                    "line": 57,
                                    "column": 45
                                  },
                                  "end": {
                                    "line": 57,
                                    "column": 51
                                  }
                                },
                                "name": "target"
                              },
                              {
                                "type": "Identifier",
                                "start": 2127,
                                "end": 2137,
                                "loc": {
                                  "start": {
                                    "line": 57,
                                    "column": 53
                                  },
                                  "end": {
                                    "line": 57,
                                    "column": 63
                                  }
                                },
                                "name": "rocBuilder"
                              }
                            ]
                          }
                        }
                      }
                    ]
                  }
                }
              ]
            }
          },
          {
            "type": "IfStatement",
            "start": 2152,
            "end": 2251,
            "loc": {
              "start": {
                "line": 59,
                "column": 4
              },
              "end": {
                "line": 61,
                "column": 5
              }
            },
            "test": {
              "type": "LogicalExpression",
              "start": 2156,
              "end": 2169,
              "loc": {
                "start": {
                  "line": 59,
                  "column": 8
                },
                "end": {
                  "line": 59,
                  "column": 21
                }
              },
              "left": {
                "type": "Identifier",
                "start": 2156,
                "end": 2161,
                "loc": {
                  "start": {
                    "line": 59,
                    "column": 8
                  },
                  "end": {
                    "line": 59,
                    "column": 13
                  }
                },
                "name": "debug"
              },
              "operator": "&&",
              "right": {
                "type": "Identifier",
                "start": 2165,
                "end": 2169,
                "loc": {
                  "start": {
                    "line": 59,
                    "column": 17
                  },
                  "end": {
                    "line": 59,
                    "column": 21
                  }
                },
                "name": "once"
              }
            },
            "consequent": {
              "type": "BlockStatement",
              "start": 2171,
              "end": 2251,
              "loc": {
                "start": {
                  "line": 59,
                  "column": 23
                },
                "end": {
                  "line": 61,
                  "column": 5
                }
              },
              "body": [
                {
                  "type": "ExpressionStatement",
                  "start": 2181,
                  "end": 2245,
                  "loc": {
                    "start": {
                      "line": 60,
                      "column": 8
                    },
                    "end": {
                      "line": 60,
                      "column": 72
                    }
                  },
                  "expression": {
                    "type": "CallExpression",
                    "start": 2181,
                    "end": 2244,
                    "loc": {
                      "start": {
                        "line": 60,
                        "column": 8
                      },
                      "end": {
                        "line": 60,
                        "column": 71
                      }
                    },
                    "callee": {
                      "type": "MemberExpression",
                      "start": 2181,
                      "end": 2192,
                      "loc": {
                        "start": {
                          "line": 60,
                          "column": 8
                        },
                        "end": {
                          "line": 60,
                          "column": 19
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 2181,
                        "end": 2188,
                        "loc": {
                          "start": {
                            "line": 60,
                            "column": 8
                          },
                          "end": {
                            "line": 60,
                            "column": 15
                          }
                        },
                        "name": "console"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 2189,
                        "end": 2192,
                        "loc": {
                          "start": {
                            "line": 60,
                            "column": 16
                          },
                          "end": {
                            "line": 60,
                            "column": 19
                          }
                        },
                        "name": "log"
                      },
                      "computed": false
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "start": 2193,
                        "end": 2237,
                        "loc": {
                          "start": {
                            "line": 60,
                            "column": 20
                          },
                          "end": {
                            "line": 60,
                            "column": 64
                          }
                        },
                        "value": "Will use the following for createBuilder: ",
                        "rawValue": "Will use the following for createBuilder: ",
                        "raw": "'Will use the following for createBuilder: '"
                      },
                      {
                        "type": "Identifier",
                        "start": 2239,
                        "end": 2243,
                        "loc": {
                          "start": {
                            "line": 60,
                            "column": 66
                          },
                          "end": {
                            "line": 60,
                            "column": 70
                          }
                        },
                        "name": "info"
                      }
                    ]
                  }
                }
              ]
            },
            "alternate": null
          },
          {
            "type": "ReturnStatement",
            "start": 2257,
            "end": 2275,
            "loc": {
              "start": {
                "line": 63,
                "column": 4
              },
              "end": {
                "line": 63,
                "column": 22
              }
            },
            "argument": {
              "type": "Identifier",
              "start": 2264,
              "end": 2274,
              "loc": {
                "start": {
                  "line": 63,
                  "column": 11
                },
                "end": {
                  "line": 63,
                  "column": 21
                }
              },
              "name": "rocBuilder"
            }
          }
        ]
      }
    }
  ]
}