{
  "type": "File",
  "start": 0,
  "end": 24876,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 744,
      "column": 0
    }
  },
  "program": {
    "type": "Program",
    "start": 0,
    "end": 24876,
    "loc": {
      "start": {
        "line": 1,
        "column": 0
      },
      "end": {
        "line": 744,
        "column": 0
      }
    },
    "sourceType": "module",
    "body": [
      {
        "type": "ImportDeclaration",
        "start": 0,
        "end": 23,
        "loc": {
          "start": {
            "line": 1,
            "column": 0
          },
          "end": {
            "line": 1,
            "column": 23
          }
        },
        "specifiers": [
          {
            "type": "ImportDefaultSpecifier",
            "start": 7,
            "end": 8,
            "loc": {
              "start": {
                "line": 1,
                "column": 7
              },
              "end": {
                "line": 1,
                "column": 8
              }
            },
            "local": {
              "type": "Identifier",
              "start": 7,
              "end": 8,
              "loc": {
                "start": {
                  "line": 1,
                  "column": 7
                },
                "end": {
                  "line": 1,
                  "column": 8
                },
                "identifierName": "_"
              },
              "name": "_"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 14,
          "end": 22,
          "loc": {
            "start": {
              "line": 1,
              "column": 14
            },
            "end": {
              "line": 1,
              "column": 22
            }
          },
          "extra": {
            "rawValue": "lodash",
            "raw": "\"lodash\""
          },
          "value": "lodash"
        }
      },
      {
        "type": "ImportDeclaration",
        "start": 24,
        "end": 66,
        "loc": {
          "start": {
            "line": 2,
            "column": 0
          },
          "end": {
            "line": 2,
            "column": 42
          }
        },
        "specifiers": [
          {
            "type": "ImportDefaultSpecifier",
            "start": 31,
            "end": 38,
            "loc": {
              "start": {
                "line": 2,
                "column": 7
              },
              "end": {
                "line": 2,
                "column": 14
              }
            },
            "local": {
              "type": "Identifier",
              "start": 31,
              "end": 38,
              "loc": {
                "start": {
                  "line": 2,
                  "column": 7
                },
                "end": {
                  "line": 2,
                  "column": 14
                },
                "identifierName": "Helpers"
              },
              "name": "Helpers"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 44,
          "end": 65,
          "loc": {
            "start": {
              "line": 2,
              "column": 20
            },
            "end": {
              "line": 2,
              "column": 41
            }
          },
          "extra": {
            "rawValue": "../../utils/Helpers",
            "raw": "\"../../utils/Helpers\""
          },
          "value": "../../utils/Helpers"
        },
        "trailingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * Validates a bid structure and dependencies.\n *\n * @class BidValidator\n ",
            "start": 68,
            "end": 148,
            "loc": {
              "start": {
                "line": 4,
                "column": 0
              },
              "end": {
                "line": 8,
                "column": 3
              }
            }
          }
        ]
      },
      {
        "type": "ExportDefaultDeclaration",
        "start": 149,
        "end": 24875,
        "loc": {
          "start": {
            "line": 9,
            "column": 0
          },
          "end": {
            "line": 743,
            "column": 1
          }
        },
        "declaration": {
          "type": "ClassDeclaration",
          "start": 164,
          "end": 24875,
          "loc": {
            "start": {
              "line": 9,
              "column": 15
            },
            "end": {
              "line": 743,
              "column": 1
            }
          },
          "id": {
            "type": "Identifier",
            "start": 170,
            "end": 182,
            "loc": {
              "start": {
                "line": 9,
                "column": 21
              },
              "end": {
                "line": 9,
                "column": 33
              },
              "identifierName": "BidValidator"
            },
            "name": "BidValidator",
            "leadingComments": null
          },
          "superClass": null,
          "body": {
            "type": "ClassBody",
            "start": 183,
            "end": 24875,
            "loc": {
              "start": {
                "line": 9,
                "column": 34
              },
              "end": {
                "line": 743,
                "column": 1
              }
            },
            "body": [
              {
                "type": "ClassMethod",
                "start": 241,
                "end": 310,
                "loc": {
                  "start": {
                    "line": 13,
                    "column": 2
                  },
                  "end": {
                    "line": 16,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 241,
                  "end": 252,
                  "loc": {
                    "start": {
                      "line": 13,
                      "column": 2
                    },
                    "end": {
                      "line": 13,
                      "column": 13
                    },
                    "identifierName": "constructor"
                  },
                  "name": "constructor",
                  "leadingComments": null
                },
                "kind": "constructor",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 255,
                  "end": 310,
                  "loc": {
                    "start": {
                      "line": 13,
                      "column": 16
                    },
                    "end": {
                      "line": 16,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 261,
                      "end": 278,
                      "loc": {
                        "start": {
                          "line": 14,
                          "column": 4
                        },
                        "end": {
                          "line": 14,
                          "column": 21
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 261,
                        "end": 277,
                        "loc": {
                          "start": {
                            "line": 14,
                            "column": 4
                          },
                          "end": {
                            "line": 14,
                            "column": 20
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 261,
                          "end": 270,
                          "loc": {
                            "start": {
                              "line": 14,
                              "column": 4
                            },
                            "end": {
                              "line": 14,
                              "column": 13
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 261,
                            "end": 265,
                            "loc": {
                              "start": {
                                "line": 14,
                                "column": 4
                              },
                              "end": {
                                "line": 14,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 266,
                            "end": 270,
                            "loc": {
                              "start": {
                                "line": 14,
                                "column": 9
                              },
                              "end": {
                                "line": 14,
                                "column": 13
                              },
                              "identifierName": "_bid"
                            },
                            "name": "_bid"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "NullLiteral",
                          "start": 273,
                          "end": 277,
                          "loc": {
                            "start": {
                              "line": 14,
                              "column": 16
                            },
                            "end": {
                              "line": 14,
                              "column": 20
                            }
                          }
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 283,
                      "end": 306,
                      "loc": {
                        "start": {
                          "line": 15,
                          "column": 4
                        },
                        "end": {
                          "line": 15,
                          "column": 27
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 283,
                        "end": 305,
                        "loc": {
                          "start": {
                            "line": 15,
                            "column": 4
                          },
                          "end": {
                            "line": 15,
                            "column": 26
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 283,
                          "end": 300,
                          "loc": {
                            "start": {
                              "line": 15,
                              "column": 4
                            },
                            "end": {
                              "line": 15,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 283,
                            "end": 287,
                            "loc": {
                              "start": {
                                "line": 15,
                                "column": 4
                              },
                              "end": {
                                "line": 15,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 288,
                            "end": 300,
                            "loc": {
                              "start": {
                                "line": 15,
                                "column": 9
                              },
                              "end": {
                                "line": 15,
                                "column": 21
                              },
                              "identifierName": "_testResults"
                            },
                            "name": "_testResults"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "ArrayExpression",
                          "start": 303,
                          "end": 305,
                          "loc": {
                            "start": {
                              "line": 15,
                              "column": 24
                            },
                            "end": {
                              "line": 15,
                              "column": 26
                            }
                          },
                          "elements": []
                        }
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Creates an instance of BidValidator.\n   ",
                    "start": 187,
                    "end": 238,
                    "loc": {
                      "start": {
                        "line": 10,
                        "column": 2
                      },
                      "end": {
                        "line": 12,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Validates a bid return an array of issues, if any exists.\n   *\n   * @param {Bid} bid\n   * @returns {object[]} Returns an array of validation errors.\n   ",
                    "start": 314,
                    "end": 477,
                    "loc": {
                      "start": {
                        "line": 18,
                        "column": 2
                      },
                      "end": {
                        "line": 23,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 480,
                "end": 682,
                "loc": {
                  "start": {
                    "line": 24,
                    "column": 2
                  },
                  "end": {
                    "line": 34,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 480,
                  "end": 488,
                  "loc": {
                    "start": {
                      "line": 24,
                      "column": 2
                    },
                    "end": {
                      "line": 24,
                      "column": 10
                    },
                    "identifierName": "validate"
                  },
                  "name": "validate",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 489,
                    "end": 492,
                    "loc": {
                      "start": {
                        "line": 24,
                        "column": 11
                      },
                      "end": {
                        "line": 24,
                        "column": 14
                      },
                      "identifierName": "bid"
                    },
                    "name": "bid"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 494,
                  "end": 682,
                  "loc": {
                    "start": {
                      "line": 24,
                      "column": 16
                    },
                    "end": {
                      "line": 34,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 500,
                      "end": 516,
                      "loc": {
                        "start": {
                          "line": 25,
                          "column": 4
                        },
                        "end": {
                          "line": 25,
                          "column": 20
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 500,
                        "end": 515,
                        "loc": {
                          "start": {
                            "line": 25,
                            "column": 4
                          },
                          "end": {
                            "line": 25,
                            "column": 19
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 500,
                          "end": 509,
                          "loc": {
                            "start": {
                              "line": 25,
                              "column": 4
                            },
                            "end": {
                              "line": 25,
                              "column": 13
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 500,
                            "end": 504,
                            "loc": {
                              "start": {
                                "line": 25,
                                "column": 4
                              },
                              "end": {
                                "line": 25,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 505,
                            "end": 509,
                            "loc": {
                              "start": {
                                "line": 25,
                                "column": 9
                              },
                              "end": {
                                "line": 25,
                                "column": 13
                              },
                              "identifierName": "_bid"
                            },
                            "name": "_bid"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 512,
                          "end": 515,
                          "loc": {
                            "start": {
                              "line": 25,
                              "column": 16
                            },
                            "end": {
                              "line": 25,
                              "column": 19
                            },
                            "identifierName": "bid"
                          },
                          "name": "bid"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 521,
                      "end": 544,
                      "loc": {
                        "start": {
                          "line": 26,
                          "column": 4
                        },
                        "end": {
                          "line": 26,
                          "column": 27
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 521,
                        "end": 543,
                        "loc": {
                          "start": {
                            "line": 26,
                            "column": 4
                          },
                          "end": {
                            "line": 26,
                            "column": 26
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 521,
                          "end": 538,
                          "loc": {
                            "start": {
                              "line": 26,
                              "column": 4
                            },
                            "end": {
                              "line": 26,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 521,
                            "end": 525,
                            "loc": {
                              "start": {
                                "line": 26,
                                "column": 4
                              },
                              "end": {
                                "line": 26,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 526,
                            "end": 538,
                            "loc": {
                              "start": {
                                "line": 26,
                                "column": 9
                              },
                              "end": {
                                "line": 26,
                                "column": 21
                              },
                              "identifierName": "_testResults"
                            },
                            "name": "_testResults"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "ArrayExpression",
                          "start": 541,
                          "end": 543,
                          "loc": {
                            "start": {
                              "line": 26,
                              "column": 24
                            },
                            "end": {
                              "line": 26,
                              "column": 26
                            }
                          },
                          "elements": []
                        }
                      }
                    },
                    {
                      "type": "TryStatement",
                      "start": 549,
                      "end": 647,
                      "loc": {
                        "start": {
                          "line": 27,
                          "column": 4
                        },
                        "end": {
                          "line": 31,
                          "column": 5
                        }
                      },
                      "block": {
                        "type": "BlockStatement",
                        "start": 553,
                        "end": 603,
                        "loc": {
                          "start": {
                            "line": 27,
                            "column": 8
                          },
                          "end": {
                            "line": 29,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "IfStatement",
                            "start": 561,
                            "end": 597,
                            "loc": {
                              "start": {
                                "line": 28,
                                "column": 6
                              },
                              "end": {
                                "line": 28,
                                "column": 42
                              }
                            },
                            "test": {
                              "type": "UnaryExpression",
                              "start": 565,
                              "end": 579,
                              "loc": {
                                "start": {
                                  "line": 28,
                                  "column": 10
                                },
                                "end": {
                                  "line": 28,
                                  "column": 24
                                }
                              },
                              "operator": "!",
                              "prefix": true,
                              "argument": {
                                "type": "CallExpression",
                                "start": 566,
                                "end": 579,
                                "loc": {
                                  "start": {
                                    "line": 28,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 28,
                                    "column": 24
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 566,
                                  "end": 577,
                                  "loc": {
                                    "start": {
                                      "line": 28,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 28,
                                      "column": 22
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 566,
                                    "end": 569,
                                    "loc": {
                                      "start": {
                                        "line": 28,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 28,
                                        "column": 14
                                      },
                                      "identifierName": "bid"
                                    },
                                    "name": "bid"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 570,
                                    "end": 577,
                                    "loc": {
                                      "start": {
                                        "line": 28,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 28,
                                        "column": 22
                                      },
                                      "identifierName": "isShell"
                                    },
                                    "name": "isShell"
                                  },
                                  "computed": false
                                },
                                "arguments": []
                              },
                              "extra": {
                                "parenthesizedArgument": false
                              }
                            },
                            "consequent": {
                              "type": "ExpressionStatement",
                              "start": 581,
                              "end": 597,
                              "loc": {
                                "start": {
                                  "line": 28,
                                  "column": 26
                                },
                                "end": {
                                  "line": 28,
                                  "column": 42
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 581,
                                "end": 596,
                                "loc": {
                                  "start": {
                                    "line": 28,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 28,
                                    "column": 41
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 581,
                                  "end": 594,
                                  "loc": {
                                    "start": {
                                      "line": 28,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 28,
                                      "column": 39
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 581,
                                    "end": 585,
                                    "loc": {
                                      "start": {
                                        "line": 28,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 28,
                                        "column": 30
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 586,
                                    "end": 594,
                                    "loc": {
                                      "start": {
                                        "line": 28,
                                        "column": 31
                                      },
                                      "end": {
                                        "line": 28,
                                        "column": 39
                                      },
                                      "identifierName": "_testAll"
                                    },
                                    "name": "_testAll"
                                  },
                                  "computed": false
                                },
                                "arguments": []
                              }
                            },
                            "alternate": null
                          }
                        ],
                        "directives": []
                      },
                      "handler": {
                        "type": "CatchClause",
                        "start": 604,
                        "end": 647,
                        "loc": {
                          "start": {
                            "line": 29,
                            "column": 6
                          },
                          "end": {
                            "line": 31,
                            "column": 5
                          }
                        },
                        "param": {
                          "type": "Identifier",
                          "start": 611,
                          "end": 614,
                          "loc": {
                            "start": {
                              "line": 29,
                              "column": 13
                            },
                            "end": {
                              "line": 29,
                              "column": 16
                            },
                            "identifierName": "err"
                          },
                          "name": "err"
                        },
                        "body": {
                          "type": "BlockStatement",
                          "start": 616,
                          "end": 647,
                          "loc": {
                            "start": {
                              "line": 29,
                              "column": 18
                            },
                            "end": {
                              "line": 31,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "start": 624,
                              "end": 641,
                              "loc": {
                                "start": {
                                  "line": 30,
                                  "column": 6
                                },
                                "end": {
                                  "line": 30,
                                  "column": 23
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 624,
                                "end": 640,
                                "loc": {
                                  "start": {
                                    "line": 30,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 30,
                                    "column": 22
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 624,
                                  "end": 635,
                                  "loc": {
                                    "start": {
                                      "line": 30,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 30,
                                      "column": 17
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 624,
                                    "end": 631,
                                    "loc": {
                                      "start": {
                                        "line": 30,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 30,
                                        "column": 13
                                      },
                                      "identifierName": "console"
                                    },
                                    "name": "console"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 632,
                                    "end": 635,
                                    "loc": {
                                      "start": {
                                        "line": 30,
                                        "column": 14
                                      },
                                      "end": {
                                        "line": 30,
                                        "column": 17
                                      },
                                      "identifierName": "log"
                                    },
                                    "name": "log"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 636,
                                    "end": 639,
                                    "loc": {
                                      "start": {
                                        "line": 30,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 30,
                                        "column": 21
                                      },
                                      "identifierName": "err"
                                    },
                                    "name": "err"
                                  }
                                ]
                              }
                            }
                          ],
                          "directives": []
                        }
                      },
                      "guardedHandlers": [],
                      "finalizer": null
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 653,
                      "end": 678,
                      "loc": {
                        "start": {
                          "line": 33,
                          "column": 4
                        },
                        "end": {
                          "line": 33,
                          "column": 29
                        }
                      },
                      "argument": {
                        "type": "MemberExpression",
                        "start": 660,
                        "end": 677,
                        "loc": {
                          "start": {
                            "line": 33,
                            "column": 11
                          },
                          "end": {
                            "line": 33,
                            "column": 28
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 660,
                          "end": 664,
                          "loc": {
                            "start": {
                              "line": 33,
                              "column": 11
                            },
                            "end": {
                              "line": 33,
                              "column": 15
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 665,
                          "end": 677,
                          "loc": {
                            "start": {
                              "line": 33,
                              "column": 16
                            },
                            "end": {
                              "line": 33,
                              "column": 28
                            },
                            "identifierName": "_testResults"
                          },
                          "name": "_testResults"
                        },
                        "computed": false
                      }
                    }
                  ],
                  "directives": []
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Validates a bid return an array of issues, if any exists.\n   *\n   * @param {Bid} bid\n   * @returns {object[]} Returns an array of validation errors.\n   ",
                    "start": 314,
                    "end": 477,
                    "loc": {
                      "start": {
                        "line": 18,
                        "column": 2
                      },
                      "end": {
                        "line": 23,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 686,
                "end": 1386,
                "loc": {
                  "start": {
                    "line": 36,
                    "column": 2
                  },
                  "end": {
                    "line": 50,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 686,
                  "end": 701,
                  "loc": {
                    "start": {
                      "line": 36,
                      "column": 2
                    },
                    "end": {
                      "line": 36,
                      "column": 17
                    },
                    "identifierName": "_baseEntityTest"
                  },
                  "name": "_baseEntityTest"
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 702,
                    "end": 711,
                    "loc": {
                      "start": {
                        "line": 36,
                        "column": 18
                      },
                      "end": {
                        "line": 36,
                        "column": 27
                      },
                      "identifierName": "bidEntity"
                    },
                    "name": "bidEntity"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 713,
                  "end": 1386,
                  "loc": {
                    "start": {
                      "line": 36,
                      "column": 29
                    },
                    "end": {
                      "line": 50,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 719,
                      "end": 1382,
                      "loc": {
                        "start": {
                          "line": 37,
                          "column": 4
                        },
                        "end": {
                          "line": 49,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "UnaryExpression",
                        "start": 723,
                        "end": 768,
                        "loc": {
                          "start": {
                            "line": 37,
                            "column": 8
                          },
                          "end": {
                            "line": 37,
                            "column": 53
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "CallExpression",
                          "start": 724,
                          "end": 768,
                          "loc": {
                            "start": {
                              "line": 37,
                              "column": 9
                            },
                            "end": {
                              "line": 37,
                              "column": 53
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 724,
                            "end": 737,
                            "loc": {
                              "start": {
                                "line": 37,
                                "column": 9
                              },
                              "end": {
                                "line": 37,
                                "column": 22
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 724,
                              "end": 725,
                              "loc": {
                                "start": {
                                  "line": 37,
                                  "column": 9
                                },
                                "end": {
                                  "line": 37,
                                  "column": 10
                                },
                                "identifierName": "_"
                              },
                              "name": "_"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 726,
                              "end": 737,
                              "loc": {
                                "start": {
                                  "line": 37,
                                  "column": 11
                                },
                                "end": {
                                  "line": 37,
                                  "column": 22
                                },
                                "identifierName": "isUndefined"
                              },
                              "name": "isUndefined"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "MemberExpression",
                              "start": 738,
                              "end": 767,
                              "loc": {
                                "start": {
                                  "line": 37,
                                  "column": 23
                                },
                                "end": {
                                  "line": 37,
                                  "column": 52
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 738,
                                "end": 754,
                                "loc": {
                                  "start": {
                                    "line": 37,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 37,
                                    "column": 39
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 738,
                                  "end": 747,
                                  "loc": {
                                    "start": {
                                      "line": 37,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 37,
                                      "column": 32
                                    },
                                    "identifierName": "bidEntity"
                                  },
                                  "name": "bidEntity"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 748,
                                  "end": 754,
                                  "loc": {
                                    "start": {
                                      "line": 37,
                                      "column": 33
                                    },
                                    "end": {
                                      "line": 37,
                                      "column": 39
                                    },
                                    "identifierName": "config"
                                  },
                                  "name": "config"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 755,
                                "end": 767,
                                "loc": {
                                  "start": {
                                    "line": 37,
                                    "column": 40
                                  },
                                  "end": {
                                    "line": 37,
                                    "column": 52
                                  },
                                  "identifierName": "dependencies"
                                },
                                "name": "dependencies"
                              },
                              "computed": false
                            }
                          ]
                        },
                        "extra": {
                          "parenthesizedArgument": false
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 770,
                        "end": 1382,
                        "loc": {
                          "start": {
                            "line": 37,
                            "column": 55
                          },
                          "end": {
                            "line": 49,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 778,
                            "end": 1329,
                            "loc": {
                              "start": {
                                "line": 38,
                                "column": 6
                              },
                              "end": {
                                "line": 46,
                                "column": 9
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 778,
                              "end": 1328,
                              "loc": {
                                "start": {
                                  "line": 38,
                                  "column": 6
                                },
                                "end": {
                                  "line": 46,
                                  "column": 8
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 778,
                                "end": 784,
                                "loc": {
                                  "start": {
                                    "line": 38,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 38,
                                    "column": 12
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 778,
                                  "end": 779,
                                  "loc": {
                                    "start": {
                                      "line": 38,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 38,
                                      "column": 7
                                    },
                                    "identifierName": "_"
                                  },
                                  "name": "_"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 780,
                                  "end": 784,
                                  "loc": {
                                    "start": {
                                      "line": 38,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 38,
                                      "column": 12
                                    },
                                    "identifierName": "each"
                                  },
                                  "name": "each"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "MemberExpression",
                                  "start": 785,
                                  "end": 814,
                                  "loc": {
                                    "start": {
                                      "line": 38,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 38,
                                      "column": 42
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 785,
                                    "end": 801,
                                    "loc": {
                                      "start": {
                                        "line": 38,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 38,
                                        "column": 29
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 785,
                                      "end": 794,
                                      "loc": {
                                        "start": {
                                          "line": 38,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 38,
                                          "column": 22
                                        },
                                        "identifierName": "bidEntity"
                                      },
                                      "name": "bidEntity"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 795,
                                      "end": 801,
                                      "loc": {
                                        "start": {
                                          "line": 38,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 38,
                                          "column": 29
                                        },
                                        "identifierName": "config"
                                      },
                                      "name": "config"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 802,
                                    "end": 814,
                                    "loc": {
                                      "start": {
                                        "line": 38,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 38,
                                        "column": 42
                                      },
                                      "identifierName": "dependencies"
                                    },
                                    "name": "dependencies"
                                  },
                                  "computed": false
                                },
                                {
                                  "type": "ArrowFunctionExpression",
                                  "start": 816,
                                  "end": 1327,
                                  "loc": {
                                    "start": {
                                      "line": 38,
                                      "column": 44
                                    },
                                    "end": {
                                      "line": 46,
                                      "column": 7
                                    }
                                  },
                                  "id": null,
                                  "generator": false,
                                  "expression": false,
                                  "async": false,
                                  "params": [
                                    {
                                      "type": "Identifier",
                                      "start": 817,
                                      "end": 835,
                                      "loc": {
                                        "start": {
                                          "line": 38,
                                          "column": 45
                                        },
                                        "end": {
                                          "line": 38,
                                          "column": 63
                                        },
                                        "identifierName": "dependencyContract"
                                      },
                                      "name": "dependencyContract"
                                    },
                                    {
                                      "type": "Identifier",
                                      "start": 837,
                                      "end": 840,
                                      "loc": {
                                        "start": {
                                          "line": 38,
                                          "column": 65
                                        },
                                        "end": {
                                          "line": 38,
                                          "column": 68
                                        },
                                        "identifierName": "key"
                                      },
                                      "name": "key"
                                    }
                                  ],
                                  "body": {
                                    "type": "BlockStatement",
                                    "start": 845,
                                    "end": 1327,
                                    "loc": {
                                      "start": {
                                        "line": 38,
                                        "column": 73
                                      },
                                      "end": {
                                        "line": 46,
                                        "column": 7
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "IfStatement",
                                        "start": 855,
                                        "end": 1319,
                                        "loc": {
                                          "start": {
                                            "line": 39,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 45,
                                            "column": 9
                                          }
                                        },
                                        "test": {
                                          "type": "LogicalExpression",
                                          "start": 859,
                                          "end": 927,
                                          "loc": {
                                            "start": {
                                              "line": 39,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 39,
                                              "column": 80
                                            }
                                          },
                                          "left": {
                                            "type": "UnaryExpression",
                                            "start": 859,
                                            "end": 889,
                                            "loc": {
                                              "start": {
                                                "line": 39,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 39,
                                                "column": 42
                                              }
                                            },
                                            "operator": "!",
                                            "prefix": true,
                                            "argument": {
                                              "type": "CallExpression",
                                              "start": 860,
                                              "end": 889,
                                              "loc": {
                                                "start": {
                                                  "line": 39,
                                                  "column": 13
                                                },
                                                "end": {
                                                  "line": 39,
                                                  "column": 42
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 860,
                                                "end": 869,
                                                "loc": {
                                                  "start": {
                                                    "line": 39,
                                                    "column": 13
                                                  },
                                                  "end": {
                                                    "line": 39,
                                                    "column": 22
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 860,
                                                  "end": 861,
                                                  "loc": {
                                                    "start": {
                                                      "line": 39,
                                                      "column": 13
                                                    },
                                                    "end": {
                                                      "line": 39,
                                                      "column": 14
                                                    },
                                                    "identifierName": "_"
                                                  },
                                                  "name": "_"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 862,
                                                  "end": 869,
                                                  "loc": {
                                                    "start": {
                                                      "line": 39,
                                                      "column": 15
                                                    },
                                                    "end": {
                                                      "line": 39,
                                                      "column": 22
                                                    },
                                                    "identifierName": "isEmpty"
                                                  },
                                                  "name": "isEmpty"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "Identifier",
                                                  "start": 870,
                                                  "end": 888,
                                                  "loc": {
                                                    "start": {
                                                      "line": 39,
                                                      "column": 23
                                                    },
                                                    "end": {
                                                      "line": 39,
                                                      "column": 41
                                                    },
                                                    "identifierName": "dependencyContract"
                                                  },
                                                  "name": "dependencyContract"
                                                }
                                              ]
                                            },
                                            "extra": {
                                              "parenthesizedArgument": false
                                            }
                                          },
                                          "operator": "&&",
                                          "right": {
                                            "type": "UnaryExpression",
                                            "start": 893,
                                            "end": 927,
                                            "loc": {
                                              "start": {
                                                "line": 39,
                                                "column": 46
                                              },
                                              "end": {
                                                "line": 39,
                                                "column": 80
                                              }
                                            },
                                            "operator": "!",
                                            "prefix": true,
                                            "argument": {
                                              "type": "CallExpression",
                                              "start": 894,
                                              "end": 927,
                                              "loc": {
                                                "start": {
                                                  "line": 39,
                                                  "column": 47
                                                },
                                                "end": {
                                                  "line": 39,
                                                  "column": 80
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 894,
                                                "end": 902,
                                                "loc": {
                                                  "start": {
                                                    "line": 39,
                                                    "column": 47
                                                  },
                                                  "end": {
                                                    "line": 39,
                                                    "column": 55
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 894,
                                                  "end": 895,
                                                  "loc": {
                                                    "start": {
                                                      "line": 39,
                                                      "column": 47
                                                    },
                                                    "end": {
                                                      "line": 39,
                                                      "column": 48
                                                    },
                                                    "identifierName": "_"
                                                  },
                                                  "name": "_"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 896,
                                                  "end": 902,
                                                  "loc": {
                                                    "start": {
                                                      "line": 39,
                                                      "column": 49
                                                    },
                                                    "end": {
                                                      "line": 39,
                                                      "column": 55
                                                    },
                                                    "identifierName": "isNull"
                                                  },
                                                  "name": "isNull"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "MemberExpression",
                                                  "start": 903,
                                                  "end": 926,
                                                  "loc": {
                                                    "start": {
                                                      "line": 39,
                                                      "column": 56
                                                    },
                                                    "end": {
                                                      "line": 39,
                                                      "column": 79
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 903,
                                                    "end": 921,
                                                    "loc": {
                                                      "start": {
                                                        "line": 39,
                                                        "column": 56
                                                      },
                                                      "end": {
                                                        "line": 39,
                                                        "column": 74
                                                      },
                                                      "identifierName": "dependencyContract"
                                                    },
                                                    "name": "dependencyContract"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 922,
                                                    "end": 926,
                                                    "loc": {
                                                      "start": {
                                                        "line": 39,
                                                        "column": 75
                                                      },
                                                      "end": {
                                                        "line": 39,
                                                        "column": 79
                                                      },
                                                      "identifierName": "type"
                                                    },
                                                    "name": "type"
                                                  },
                                                  "computed": false
                                                }
                                              ]
                                            },
                                            "extra": {
                                              "parenthesizedArgument": false
                                            }
                                          }
                                        },
                                        "consequent": {
                                          "type": "BlockStatement",
                                          "start": 929,
                                          "end": 1319,
                                          "loc": {
                                            "start": {
                                              "line": 39,
                                              "column": 82
                                            },
                                            "end": {
                                              "line": 45,
                                              "column": 9
                                            }
                                          },
                                          "body": [
                                            {
                                              "type": "ExpressionStatement",
                                              "start": 941,
                                              "end": 1007,
                                              "loc": {
                                                "start": {
                                                  "line": 40,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 40,
                                                  "column": 76
                                                }
                                              },
                                              "expression": {
                                                "type": "CallExpression",
                                                "start": 941,
                                                "end": 1006,
                                                "loc": {
                                                  "start": {
                                                    "line": 40,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 40,
                                                    "column": 75
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 941,
                                                  "end": 970,
                                                  "loc": {
                                                    "start": {
                                                      "line": 40,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 40,
                                                      "column": 39
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "ThisExpression",
                                                    "start": 941,
                                                    "end": 945,
                                                    "loc": {
                                                      "start": {
                                                        "line": 40,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 40,
                                                        "column": 14
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 946,
                                                    "end": 970,
                                                    "loc": {
                                                      "start": {
                                                        "line": 40,
                                                        "column": 15
                                                      },
                                                      "end": {
                                                        "line": 40,
                                                        "column": 39
                                                      },
                                                      "identifierName": "_testDependencyExistence"
                                                    },
                                                    "name": "_testDependencyExistence"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Identifier",
                                                    "start": 971,
                                                    "end": 980,
                                                    "loc": {
                                                      "start": {
                                                        "line": 40,
                                                        "column": 40
                                                      },
                                                      "end": {
                                                        "line": 40,
                                                        "column": 49
                                                      },
                                                      "identifierName": "bidEntity"
                                                    },
                                                    "name": "bidEntity"
                                                  },
                                                  {
                                                    "type": "Identifier",
                                                    "start": 982,
                                                    "end": 1000,
                                                    "loc": {
                                                      "start": {
                                                        "line": 40,
                                                        "column": 51
                                                      },
                                                      "end": {
                                                        "line": 40,
                                                        "column": 69
                                                      },
                                                      "identifierName": "dependencyContract"
                                                    },
                                                    "name": "dependencyContract"
                                                  },
                                                  {
                                                    "type": "Identifier",
                                                    "start": 1002,
                                                    "end": 1005,
                                                    "loc": {
                                                      "start": {
                                                        "line": 40,
                                                        "column": 71
                                                      },
                                                      "end": {
                                                        "line": 40,
                                                        "column": 74
                                                      },
                                                      "identifierName": "key"
                                                    },
                                                    "name": "key"
                                                  }
                                                ]
                                              }
                                            },
                                            {
                                              "type": "ExpressionStatement",
                                              "start": 1018,
                                              "end": 1077,
                                              "loc": {
                                                "start": {
                                                  "line": 41,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 41,
                                                  "column": 69
                                                }
                                              },
                                              "expression": {
                                                "type": "CallExpression",
                                                "start": 1018,
                                                "end": 1076,
                                                "loc": {
                                                  "start": {
                                                    "line": 41,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 41,
                                                    "column": 68
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 1018,
                                                  "end": 1040,
                                                  "loc": {
                                                    "start": {
                                                      "line": 41,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 41,
                                                      "column": 32
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "ThisExpression",
                                                    "start": 1018,
                                                    "end": 1022,
                                                    "loc": {
                                                      "start": {
                                                        "line": 41,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 41,
                                                        "column": 14
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 1023,
                                                    "end": 1040,
                                                    "loc": {
                                                      "start": {
                                                        "line": 41,
                                                        "column": 15
                                                      },
                                                      "end": {
                                                        "line": 41,
                                                        "column": 32
                                                      },
                                                      "identifierName": "_testDatatableKey"
                                                    },
                                                    "name": "_testDatatableKey"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Identifier",
                                                    "start": 1041,
                                                    "end": 1050,
                                                    "loc": {
                                                      "start": {
                                                        "line": 41,
                                                        "column": 33
                                                      },
                                                      "end": {
                                                        "line": 41,
                                                        "column": 42
                                                      },
                                                      "identifierName": "bidEntity"
                                                    },
                                                    "name": "bidEntity"
                                                  },
                                                  {
                                                    "type": "Identifier",
                                                    "start": 1052,
                                                    "end": 1070,
                                                    "loc": {
                                                      "start": {
                                                        "line": 41,
                                                        "column": 44
                                                      },
                                                      "end": {
                                                        "line": 41,
                                                        "column": 62
                                                      },
                                                      "identifierName": "dependencyContract"
                                                    },
                                                    "name": "dependencyContract"
                                                  },
                                                  {
                                                    "type": "Identifier",
                                                    "start": 1072,
                                                    "end": 1075,
                                                    "loc": {
                                                      "start": {
                                                        "line": 41,
                                                        "column": 64
                                                      },
                                                      "end": {
                                                        "line": 41,
                                                        "column": 67
                                                      },
                                                      "identifierName": "key"
                                                    },
                                                    "name": "key"
                                                  }
                                                ]
                                              }
                                            },
                                            {
                                              "type": "ExpressionStatement",
                                              "start": 1088,
                                              "end": 1145,
                                              "loc": {
                                                "start": {
                                                  "line": 42,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 42,
                                                  "column": 67
                                                }
                                              },
                                              "expression": {
                                                "type": "CallExpression",
                                                "start": 1088,
                                                "end": 1144,
                                                "loc": {
                                                  "start": {
                                                    "line": 42,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 42,
                                                    "column": 66
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 1088,
                                                  "end": 1108,
                                                  "loc": {
                                                    "start": {
                                                      "line": 42,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 42,
                                                      "column": 30
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "ThisExpression",
                                                    "start": 1088,
                                                    "end": 1092,
                                                    "loc": {
                                                      "start": {
                                                        "line": 42,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 42,
                                                        "column": 14
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 1093,
                                                    "end": 1108,
                                                    "loc": {
                                                      "start": {
                                                        "line": 42,
                                                        "column": 15
                                                      },
                                                      "end": {
                                                        "line": 42,
                                                        "column": 30
                                                      },
                                                      "identifierName": "_testEmptyField"
                                                    },
                                                    "name": "_testEmptyField"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Identifier",
                                                    "start": 1109,
                                                    "end": 1118,
                                                    "loc": {
                                                      "start": {
                                                        "line": 42,
                                                        "column": 31
                                                      },
                                                      "end": {
                                                        "line": 42,
                                                        "column": 40
                                                      },
                                                      "identifierName": "bidEntity"
                                                    },
                                                    "name": "bidEntity"
                                                  },
                                                  {
                                                    "type": "Identifier",
                                                    "start": 1120,
                                                    "end": 1138,
                                                    "loc": {
                                                      "start": {
                                                        "line": 42,
                                                        "column": 42
                                                      },
                                                      "end": {
                                                        "line": 42,
                                                        "column": 60
                                                      },
                                                      "identifierName": "dependencyContract"
                                                    },
                                                    "name": "dependencyContract"
                                                  },
                                                  {
                                                    "type": "Identifier",
                                                    "start": 1140,
                                                    "end": 1143,
                                                    "loc": {
                                                      "start": {
                                                        "line": 42,
                                                        "column": 62
                                                      },
                                                      "end": {
                                                        "line": 42,
                                                        "column": 65
                                                      },
                                                      "identifierName": "key"
                                                    },
                                                    "name": "key"
                                                  }
                                                ]
                                              }
                                            },
                                            {
                                              "type": "ExpressionStatement",
                                              "start": 1156,
                                              "end": 1224,
                                              "loc": {
                                                "start": {
                                                  "line": 43,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 43,
                                                  "column": 78
                                                }
                                              },
                                              "expression": {
                                                "type": "CallExpression",
                                                "start": 1156,
                                                "end": 1223,
                                                "loc": {
                                                  "start": {
                                                    "line": 43,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 43,
                                                    "column": 77
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 1156,
                                                  "end": 1187,
                                                  "loc": {
                                                    "start": {
                                                      "line": 43,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 43,
                                                      "column": 41
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "ThisExpression",
                                                    "start": 1156,
                                                    "end": 1160,
                                                    "loc": {
                                                      "start": {
                                                        "line": 43,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 43,
                                                        "column": 14
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 1161,
                                                    "end": 1187,
                                                    "loc": {
                                                      "start": {
                                                        "line": 43,
                                                        "column": 15
                                                      },
                                                      "end": {
                                                        "line": 43,
                                                        "column": 41
                                                      },
                                                      "identifierName": "_testLineItemDatatableLink"
                                                    },
                                                    "name": "_testLineItemDatatableLink"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Identifier",
                                                    "start": 1188,
                                                    "end": 1197,
                                                    "loc": {
                                                      "start": {
                                                        "line": 43,
                                                        "column": 42
                                                      },
                                                      "end": {
                                                        "line": 43,
                                                        "column": 51
                                                      },
                                                      "identifierName": "bidEntity"
                                                    },
                                                    "name": "bidEntity"
                                                  },
                                                  {
                                                    "type": "Identifier",
                                                    "start": 1199,
                                                    "end": 1217,
                                                    "loc": {
                                                      "start": {
                                                        "line": 43,
                                                        "column": 53
                                                      },
                                                      "end": {
                                                        "line": 43,
                                                        "column": 71
                                                      },
                                                      "identifierName": "dependencyContract"
                                                    },
                                                    "name": "dependencyContract"
                                                  },
                                                  {
                                                    "type": "Identifier",
                                                    "start": 1219,
                                                    "end": 1222,
                                                    "loc": {
                                                      "start": {
                                                        "line": 43,
                                                        "column": 73
                                                      },
                                                      "end": {
                                                        "line": 43,
                                                        "column": 76
                                                      },
                                                      "identifierName": "key"
                                                    },
                                                    "name": "key"
                                                  }
                                                ]
                                              }
                                            },
                                            {
                                              "type": "ExpressionStatement",
                                              "start": 1235,
                                              "end": 1309,
                                              "loc": {
                                                "start": {
                                                  "line": 44,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 44,
                                                  "column": 84
                                                }
                                              },
                                              "expression": {
                                                "type": "CallExpression",
                                                "start": 1235,
                                                "end": 1308,
                                                "loc": {
                                                  "start": {
                                                    "line": 44,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 44,
                                                    "column": 83
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 1235,
                                                  "end": 1272,
                                                  "loc": {
                                                    "start": {
                                                      "line": 44,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 44,
                                                      "column": 47
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "ThisExpression",
                                                    "start": 1235,
                                                    "end": 1239,
                                                    "loc": {
                                                      "start": {
                                                        "line": 44,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 44,
                                                        "column": 14
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 1240,
                                                    "end": 1272,
                                                    "loc": {
                                                      "start": {
                                                        "line": 44,
                                                        "column": 15
                                                      },
                                                      "end": {
                                                        "line": 44,
                                                        "column": 47
                                                      },
                                                      "identifierName": "_testDependencyAssemblySafeGuard"
                                                    },
                                                    "name": "_testDependencyAssemblySafeGuard"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Identifier",
                                                    "start": 1273,
                                                    "end": 1282,
                                                    "loc": {
                                                      "start": {
                                                        "line": 44,
                                                        "column": 48
                                                      },
                                                      "end": {
                                                        "line": 44,
                                                        "column": 57
                                                      },
                                                      "identifierName": "bidEntity"
                                                    },
                                                    "name": "bidEntity"
                                                  },
                                                  {
                                                    "type": "Identifier",
                                                    "start": 1284,
                                                    "end": 1302,
                                                    "loc": {
                                                      "start": {
                                                        "line": 44,
                                                        "column": 59
                                                      },
                                                      "end": {
                                                        "line": 44,
                                                        "column": 77
                                                      },
                                                      "identifierName": "dependencyContract"
                                                    },
                                                    "name": "dependencyContract"
                                                  },
                                                  {
                                                    "type": "Identifier",
                                                    "start": 1304,
                                                    "end": 1307,
                                                    "loc": {
                                                      "start": {
                                                        "line": 44,
                                                        "column": 79
                                                      },
                                                      "end": {
                                                        "line": 44,
                                                        "column": 82
                                                      },
                                                      "identifierName": "key"
                                                    },
                                                    "name": "key"
                                                  }
                                                ]
                                              }
                                            }
                                          ],
                                          "directives": []
                                        },
                                        "alternate": null
                                      }
                                    ],
                                    "directives": []
                                  }
                                }
                              ]
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 1337,
                            "end": 1376,
                            "loc": {
                              "start": {
                                "line": 48,
                                "column": 6
                              },
                              "end": {
                                "line": 48,
                                "column": 45
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 1337,
                              "end": 1375,
                              "loc": {
                                "start": {
                                  "line": 48,
                                  "column": 6
                                },
                                "end": {
                                  "line": 48,
                                  "column": 44
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 1337,
                                "end": 1364,
                                "loc": {
                                  "start": {
                                    "line": 48,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 48,
                                    "column": 33
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 1337,
                                  "end": 1341,
                                  "loc": {
                                    "start": {
                                      "line": 48,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 48,
                                      "column": 10
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1342,
                                  "end": 1364,
                                  "loc": {
                                    "start": {
                                      "line": 48,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 48,
                                      "column": 33
                                    },
                                    "identifierName": "_testAssemblyExistence"
                                  },
                                  "name": "_testAssemblyExistence"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 1365,
                                  "end": 1374,
                                  "loc": {
                                    "start": {
                                      "line": 48,
                                      "column": 34
                                    },
                                    "end": {
                                      "line": 48,
                                      "column": 43
                                    },
                                    "identifierName": "bidEntity"
                                  },
                                  "name": "bidEntity"
                                }
                              ]
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 1390,
                "end": 2704,
                "loc": {
                  "start": {
                    "line": 52,
                    "column": 2
                  },
                  "end": {
                    "line": 83,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 1390,
                  "end": 1407,
                  "loc": {
                    "start": {
                      "line": 52,
                      "column": 2
                    },
                    "end": {
                      "line": 52,
                      "column": 19
                    },
                    "identifierName": "_runLineItemTests"
                  },
                  "name": "_runLineItemTests"
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 1410,
                  "end": 2704,
                  "loc": {
                    "start": {
                      "line": 52,
                      "column": 22
                    },
                    "end": {
                      "line": 83,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 1416,
                      "end": 2700,
                      "loc": {
                        "start": {
                          "line": 53,
                          "column": 4
                        },
                        "end": {
                          "line": 82,
                          "column": 7
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1416,
                        "end": 2699,
                        "loc": {
                          "start": {
                            "line": 53,
                            "column": 4
                          },
                          "end": {
                            "line": 82,
                            "column": 6
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1416,
                          "end": 1422,
                          "loc": {
                            "start": {
                              "line": 53,
                              "column": 4
                            },
                            "end": {
                              "line": 53,
                              "column": 10
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 1416,
                            "end": 1417,
                            "loc": {
                              "start": {
                                "line": 53,
                                "column": 4
                              },
                              "end": {
                                "line": 53,
                                "column": 5
                              },
                              "identifierName": "_"
                            },
                            "name": "_"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1418,
                            "end": 1422,
                            "loc": {
                              "start": {
                                "line": 53,
                                "column": 6
                              },
                              "end": {
                                "line": 53,
                                "column": 10
                              },
                              "identifierName": "each"
                            },
                            "name": "each"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "CallExpression",
                            "start": 1423,
                            "end": 1453,
                            "loc": {
                              "start": {
                                "line": 53,
                                "column": 11
                              },
                              "end": {
                                "line": 53,
                                "column": 41
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 1423,
                              "end": 1451,
                              "loc": {
                                "start": {
                                  "line": 53,
                                  "column": 11
                                },
                                "end": {
                                  "line": 53,
                                  "column": 39
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 1423,
                                "end": 1441,
                                "loc": {
                                  "start": {
                                    "line": 53,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 53,
                                    "column": 29
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 1423,
                                  "end": 1432,
                                  "loc": {
                                    "start": {
                                      "line": 53,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 53,
                                      "column": 20
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 1423,
                                    "end": 1427,
                                    "loc": {
                                      "start": {
                                        "line": 53,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 53,
                                        "column": 15
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1428,
                                    "end": 1432,
                                    "loc": {
                                      "start": {
                                        "line": 53,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 53,
                                        "column": 20
                                      },
                                      "identifierName": "_bid"
                                    },
                                    "name": "_bid"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1433,
                                  "end": 1441,
                                  "loc": {
                                    "start": {
                                      "line": 53,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 53,
                                      "column": 29
                                    },
                                    "identifierName": "entities"
                                  },
                                  "name": "entities"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1442,
                                "end": 1451,
                                "loc": {
                                  "start": {
                                    "line": 53,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 53,
                                    "column": 39
                                  },
                                  "identifierName": "lineItems"
                                },
                                "name": "lineItems"
                              },
                              "computed": false
                            },
                            "arguments": []
                          },
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 1455,
                            "end": 2698,
                            "loc": {
                              "start": {
                                "line": 53,
                                "column": 43
                              },
                              "end": {
                                "line": 82,
                                "column": 5
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 1455,
                                "end": 1463,
                                "loc": {
                                  "start": {
                                    "line": 53,
                                    "column": 43
                                  },
                                  "end": {
                                    "line": 53,
                                    "column": 51
                                  },
                                  "identifierName": "lineItem"
                                },
                                "name": "lineItem"
                              }
                            ],
                            "body": {
                              "type": "BlockStatement",
                              "start": 1467,
                              "end": 2698,
                              "loc": {
                                "start": {
                                  "line": 53,
                                  "column": 55
                                },
                                "end": {
                                  "line": 82,
                                  "column": 5
                                }
                              },
                              "body": [
                                {
                                  "type": "TryStatement",
                                  "start": 1475,
                                  "end": 2692,
                                  "loc": {
                                    "start": {
                                      "line": 54,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 81,
                                      "column": 7
                                    }
                                  },
                                  "block": {
                                    "type": "BlockStatement",
                                    "start": 1479,
                                    "end": 2608,
                                    "loc": {
                                      "start": {
                                        "line": 54,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 79,
                                        "column": 7
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 1489,
                                        "end": 1520,
                                        "loc": {
                                          "start": {
                                            "line": 55,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 55,
                                            "column": 39
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 1489,
                                          "end": 1519,
                                          "loc": {
                                            "start": {
                                              "line": 55,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 55,
                                              "column": 38
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 1489,
                                            "end": 1509,
                                            "loc": {
                                              "start": {
                                                "line": 55,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 55,
                                                "column": 28
                                              }
                                            },
                                            "object": {
                                              "type": "ThisExpression",
                                              "start": 1489,
                                              "end": 1493,
                                              "loc": {
                                                "start": {
                                                  "line": 55,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 55,
                                                  "column": 12
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 1494,
                                              "end": 1509,
                                              "loc": {
                                                "start": {
                                                  "line": 55,
                                                  "column": 13
                                                },
                                                "end": {
                                                  "line": 55,
                                                  "column": 28
                                                },
                                                "identifierName": "_baseEntityTest"
                                              },
                                              "name": "_baseEntityTest"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "start": 1510,
                                              "end": 1518,
                                              "loc": {
                                                "start": {
                                                  "line": 55,
                                                  "column": 29
                                                },
                                                "end": {
                                                  "line": 55,
                                                  "column": 37
                                                },
                                                "identifierName": "lineItem"
                                              },
                                              "name": "lineItem"
                                            }
                                          ]
                                        }
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 1529,
                                        "end": 1581,
                                        "loc": {
                                          "start": {
                                            "line": 56,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 56,
                                            "column": 60
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 1529,
                                          "end": 1580,
                                          "loc": {
                                            "start": {
                                              "line": 56,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 56,
                                              "column": 59
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 1529,
                                            "end": 1570,
                                            "loc": {
                                              "start": {
                                                "line": 56,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 56,
                                                "column": 49
                                              }
                                            },
                                            "object": {
                                              "type": "ThisExpression",
                                              "start": 1529,
                                              "end": 1533,
                                              "loc": {
                                                "start": {
                                                  "line": 56,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 56,
                                                  "column": 12
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 1534,
                                              "end": 1570,
                                              "loc": {
                                                "start": {
                                                  "line": 56,
                                                  "column": 13
                                                },
                                                "end": {
                                                  "line": 56,
                                                  "column": 49
                                                },
                                                "identifierName": "_testLineItemScalarFormulaReferences"
                                              },
                                              "name": "_testLineItemScalarFormulaReferences"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "start": 1571,
                                              "end": 1579,
                                              "loc": {
                                                "start": {
                                                  "line": 56,
                                                  "column": 50
                                                },
                                                "end": {
                                                  "line": 56,
                                                  "column": 58
                                                },
                                                "identifierName": "lineItem"
                                              },
                                              "name": "lineItem"
                                            }
                                          ]
                                        }
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 1590,
                                        "end": 1625,
                                        "loc": {
                                          "start": {
                                            "line": 57,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 57,
                                            "column": 43
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 1590,
                                          "end": 1624,
                                          "loc": {
                                            "start": {
                                              "line": 57,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 57,
                                              "column": 42
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 1590,
                                            "end": 1614,
                                            "loc": {
                                              "start": {
                                                "line": 57,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 57,
                                                "column": 32
                                              }
                                            },
                                            "object": {
                                              "type": "ThisExpression",
                                              "start": 1590,
                                              "end": 1594,
                                              "loc": {
                                                "start": {
                                                  "line": 57,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 57,
                                                  "column": 12
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 1595,
                                              "end": 1614,
                                              "loc": {
                                                "start": {
                                                  "line": 57,
                                                  "column": 13
                                                },
                                                "end": {
                                                  "line": 57,
                                                  "column": 32
                                                },
                                                "identifierName": "_testLineItemWorkup"
                                              },
                                              "name": "_testLineItemWorkup"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "start": 1615,
                                              "end": 1623,
                                              "loc": {
                                                "start": {
                                                  "line": 57,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 57,
                                                  "column": 41
                                                },
                                                "identifierName": "lineItem"
                                              },
                                              "name": "lineItem"
                                            }
                                          ]
                                        }
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 1634,
                                        "end": 2600,
                                        "loc": {
                                          "start": {
                                            "line": 58,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 78,
                                            "column": 11
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 1634,
                                          "end": 2599,
                                          "loc": {
                                            "start": {
                                              "line": 58,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 78,
                                              "column": 10
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 1634,
                                            "end": 1640,
                                            "loc": {
                                              "start": {
                                                "line": 58,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 58,
                                                "column": 14
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 1634,
                                              "end": 1635,
                                              "loc": {
                                                "start": {
                                                  "line": 58,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 58,
                                                  "column": 9
                                                },
                                                "identifierName": "_"
                                              },
                                              "name": "_"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 1636,
                                              "end": 1640,
                                              "loc": {
                                                "start": {
                                                  "line": 58,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 58,
                                                  "column": 14
                                                },
                                                "identifierName": "each"
                                              },
                                              "name": "each"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "MemberExpression",
                                              "start": 1641,
                                              "end": 1662,
                                              "loc": {
                                                "start": {
                                                  "line": 58,
                                                  "column": 15
                                                },
                                                "end": {
                                                  "line": 58,
                                                  "column": 36
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 1641,
                                                "end": 1656,
                                                "loc": {
                                                  "start": {
                                                    "line": 58,
                                                    "column": 15
                                                  },
                                                  "end": {
                                                    "line": 58,
                                                    "column": 30
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 1641,
                                                  "end": 1649,
                                                  "loc": {
                                                    "start": {
                                                      "line": 58,
                                                      "column": 15
                                                    },
                                                    "end": {
                                                      "line": 58,
                                                      "column": 23
                                                    },
                                                    "identifierName": "lineItem"
                                                  },
                                                  "name": "lineItem"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 1650,
                                                  "end": 1656,
                                                  "loc": {
                                                    "start": {
                                                      "line": 58,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 58,
                                                      "column": 30
                                                    },
                                                    "identifierName": "config"
                                                  },
                                                  "name": "config"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 1657,
                                                "end": 1662,
                                                "loc": {
                                                  "start": {
                                                    "line": 58,
                                                    "column": 31
                                                  },
                                                  "end": {
                                                    "line": 58,
                                                    "column": 36
                                                  },
                                                  "identifierName": "rules"
                                                },
                                                "name": "rules"
                                              },
                                              "computed": false
                                            },
                                            {
                                              "type": "ArrowFunctionExpression",
                                              "start": 1664,
                                              "end": 2598,
                                              "loc": {
                                                "start": {
                                                  "line": 58,
                                                  "column": 38
                                                },
                                                "end": {
                                                  "line": 78,
                                                  "column": 9
                                                }
                                              },
                                              "id": null,
                                              "generator": false,
                                              "expression": false,
                                              "async": false,
                                              "params": [
                                                {
                                                  "type": "Identifier",
                                                  "start": 1664,
                                                  "end": 1668,
                                                  "loc": {
                                                    "start": {
                                                      "line": 58,
                                                      "column": 38
                                                    },
                                                    "end": {
                                                      "line": 58,
                                                      "column": 42
                                                    },
                                                    "identifierName": "rule"
                                                  },
                                                  "name": "rule"
                                                }
                                              ],
                                              "body": {
                                                "type": "BlockStatement",
                                                "start": 1672,
                                                "end": 2598,
                                                "loc": {
                                                  "start": {
                                                    "line": 58,
                                                    "column": 46
                                                  },
                                                  "end": {
                                                    "line": 78,
                                                    "column": 9
                                                  }
                                                },
                                                "body": [
                                                  {
                                                    "type": "ExpressionStatement",
                                                    "start": 1684,
                                                    "end": 1735,
                                                    "loc": {
                                                      "start": {
                                                        "line": 59,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 59,
                                                        "column": 61
                                                      }
                                                    },
                                                    "expression": {
                                                      "type": "CallExpression",
                                                      "start": 1684,
                                                      "end": 1734,
                                                      "loc": {
                                                        "start": {
                                                          "line": 59,
                                                          "column": 10
                                                        },
                                                        "end": {
                                                          "line": 59,
                                                          "column": 60
                                                        }
                                                      },
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "start": 1684,
                                                        "end": 1718,
                                                        "loc": {
                                                          "start": {
                                                            "line": 59,
                                                            "column": 10
                                                          },
                                                          "end": {
                                                            "line": 59,
                                                            "column": 44
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "ThisExpression",
                                                          "start": 1684,
                                                          "end": 1688,
                                                          "loc": {
                                                            "start": {
                                                              "line": 59,
                                                              "column": 10
                                                            },
                                                            "end": {
                                                              "line": 59,
                                                              "column": 14
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 1689,
                                                          "end": 1718,
                                                          "loc": {
                                                            "start": {
                                                              "line": 59,
                                                              "column": 15
                                                            },
                                                            "end": {
                                                              "line": 59,
                                                              "column": 44
                                                            },
                                                            "identifierName": "_testLineItemRuleCompleteness"
                                                          },
                                                          "name": "_testLineItemRuleCompleteness"
                                                        },
                                                        "computed": false
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "Identifier",
                                                          "start": 1719,
                                                          "end": 1727,
                                                          "loc": {
                                                            "start": {
                                                              "line": 59,
                                                              "column": 45
                                                            },
                                                            "end": {
                                                              "line": 59,
                                                              "column": 53
                                                            },
                                                            "identifierName": "lineItem"
                                                          },
                                                          "name": "lineItem"
                                                        },
                                                        {
                                                          "type": "Identifier",
                                                          "start": 1729,
                                                          "end": 1733,
                                                          "loc": {
                                                            "start": {
                                                              "line": 59,
                                                              "column": 55
                                                            },
                                                            "end": {
                                                              "line": 59,
                                                              "column": 59
                                                            },
                                                            "identifierName": "rule"
                                                          },
                                                          "name": "rule"
                                                        }
                                                      ]
                                                    }
                                                  },
                                                  {
                                                    "type": "IfStatement",
                                                    "start": 1747,
                                                    "end": 1857,
                                                    "loc": {
                                                      "start": {
                                                        "line": 61,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 63,
                                                        "column": 11
                                                      }
                                                    },
                                                    "test": {
                                                      "type": "BinaryExpression",
                                                      "start": 1751,
                                                      "end": 1783,
                                                      "loc": {
                                                        "start": {
                                                          "line": 61,
                                                          "column": 14
                                                        },
                                                        "end": {
                                                          "line": 61,
                                                          "column": 46
                                                        }
                                                      },
                                                      "left": {
                                                        "type": "MemberExpression",
                                                        "start": 1751,
                                                        "end": 1760,
                                                        "loc": {
                                                          "start": {
                                                            "line": 61,
                                                            "column": 14
                                                          },
                                                          "end": {
                                                            "line": 61,
                                                            "column": 23
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 1751,
                                                          "end": 1755,
                                                          "loc": {
                                                            "start": {
                                                              "line": 61,
                                                              "column": 14
                                                            },
                                                            "end": {
                                                              "line": 61,
                                                              "column": 18
                                                            },
                                                            "identifierName": "rule"
                                                          },
                                                          "name": "rule"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 1756,
                                                          "end": 1760,
                                                          "loc": {
                                                            "start": {
                                                              "line": 61,
                                                              "column": 19
                                                            },
                                                            "end": {
                                                              "line": 61,
                                                              "column": 23
                                                            },
                                                            "identifierName": "type"
                                                          },
                                                          "name": "type"
                                                        },
                                                        "computed": false
                                                      },
                                                      "operator": "===",
                                                      "right": {
                                                        "type": "StringLiteral",
                                                        "start": 1765,
                                                        "end": 1783,
                                                        "loc": {
                                                          "start": {
                                                            "line": 61,
                                                            "column": 28
                                                          },
                                                          "end": {
                                                            "line": 61,
                                                            "column": 46
                                                          }
                                                        },
                                                        "extra": {
                                                          "rawValue": "value_expression",
                                                          "raw": "\"value_expression\""
                                                        },
                                                        "value": "value_expression"
                                                      }
                                                    },
                                                    "consequent": {
                                                      "type": "BlockStatement",
                                                      "start": 1785,
                                                      "end": 1857,
                                                      "loc": {
                                                        "start": {
                                                          "line": 61,
                                                          "column": 48
                                                        },
                                                        "end": {
                                                          "line": 63,
                                                          "column": 11
                                                        }
                                                      },
                                                      "body": [
                                                        {
                                                          "type": "ExpressionStatement",
                                                          "start": 1799,
                                                          "end": 1845,
                                                          "loc": {
                                                            "start": {
                                                              "line": 62,
                                                              "column": 12
                                                            },
                                                            "end": {
                                                              "line": 62,
                                                              "column": 58
                                                            }
                                                          },
                                                          "expression": {
                                                            "type": "CallExpression",
                                                            "start": 1799,
                                                            "end": 1844,
                                                            "loc": {
                                                              "start": {
                                                                "line": 62,
                                                                "column": 12
                                                              },
                                                              "end": {
                                                                "line": 62,
                                                                "column": 57
                                                              }
                                                            },
                                                            "callee": {
                                                              "type": "MemberExpression",
                                                              "start": 1799,
                                                              "end": 1828,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 62,
                                                                  "column": 12
                                                                },
                                                                "end": {
                                                                  "line": 62,
                                                                  "column": 41
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "ThisExpression",
                                                                "start": 1799,
                                                                "end": 1803,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 62,
                                                                    "column": 12
                                                                  },
                                                                  "end": {
                                                                    "line": 62,
                                                                    "column": 16
                                                                  }
                                                                }
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 1804,
                                                                "end": 1828,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 62,
                                                                    "column": 17
                                                                  },
                                                                  "end": {
                                                                    "line": 62,
                                                                    "column": 41
                                                                  },
                                                                  "identifierName": "_testLineItemRuleFormula"
                                                                },
                                                                "name": "_testLineItemRuleFormula"
                                                              },
                                                              "computed": false
                                                            },
                                                            "arguments": [
                                                              {
                                                                "type": "Identifier",
                                                                "start": 1829,
                                                                "end": 1837,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 62,
                                                                    "column": 42
                                                                  },
                                                                  "end": {
                                                                    "line": 62,
                                                                    "column": 50
                                                                  },
                                                                  "identifierName": "lineItem"
                                                                },
                                                                "name": "lineItem"
                                                              },
                                                              {
                                                                "type": "Identifier",
                                                                "start": 1839,
                                                                "end": 1843,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 62,
                                                                    "column": 52
                                                                  },
                                                                  "end": {
                                                                    "line": 62,
                                                                    "column": 56
                                                                  },
                                                                  "identifierName": "rule"
                                                                },
                                                                "name": "rule"
                                                              }
                                                            ]
                                                          }
                                                        }
                                                      ],
                                                      "directives": []
                                                    },
                                                    "alternate": null
                                                  },
                                                  {
                                                    "type": "IfStatement",
                                                    "start": 1868,
                                                    "end": 1974,
                                                    "loc": {
                                                      "start": {
                                                        "line": 64,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 66,
                                                        "column": 11
                                                      }
                                                    },
                                                    "test": {
                                                      "type": "BinaryExpression",
                                                      "start": 1872,
                                                      "end": 1898,
                                                      "loc": {
                                                        "start": {
                                                          "line": 64,
                                                          "column": 14
                                                        },
                                                        "end": {
                                                          "line": 64,
                                                          "column": 40
                                                        }
                                                      },
                                                      "left": {
                                                        "type": "MemberExpression",
                                                        "start": 1872,
                                                        "end": 1881,
                                                        "loc": {
                                                          "start": {
                                                            "line": 64,
                                                            "column": 14
                                                          },
                                                          "end": {
                                                            "line": 64,
                                                            "column": 23
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 1872,
                                                          "end": 1876,
                                                          "loc": {
                                                            "start": {
                                                              "line": 64,
                                                              "column": 14
                                                            },
                                                            "end": {
                                                              "line": 64,
                                                              "column": 18
                                                            },
                                                            "identifierName": "rule"
                                                          },
                                                          "name": "rule"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 1877,
                                                          "end": 1881,
                                                          "loc": {
                                                            "start": {
                                                              "line": 64,
                                                              "column": 19
                                                            },
                                                            "end": {
                                                              "line": 64,
                                                              "column": 23
                                                            },
                                                            "identifierName": "type"
                                                          },
                                                          "name": "type"
                                                        },
                                                        "computed": false
                                                      },
                                                      "operator": "===",
                                                      "right": {
                                                        "type": "StringLiteral",
                                                        "start": 1886,
                                                        "end": 1898,
                                                        "loc": {
                                                          "start": {
                                                            "line": 64,
                                                            "column": 28
                                                          },
                                                          "end": {
                                                            "line": 64,
                                                            "column": 40
                                                          }
                                                        },
                                                        "extra": {
                                                          "rawValue": "list_field",
                                                          "raw": "\"list_field\""
                                                        },
                                                        "value": "list_field"
                                                      }
                                                    },
                                                    "consequent": {
                                                      "type": "BlockStatement",
                                                      "start": 1900,
                                                      "end": 1974,
                                                      "loc": {
                                                        "start": {
                                                          "line": 64,
                                                          "column": 42
                                                        },
                                                        "end": {
                                                          "line": 66,
                                                          "column": 11
                                                        }
                                                      },
                                                      "body": [
                                                        {
                                                          "type": "ExpressionStatement",
                                                          "start": 1914,
                                                          "end": 1962,
                                                          "loc": {
                                                            "start": {
                                                              "line": 65,
                                                              "column": 12
                                                            },
                                                            "end": {
                                                              "line": 65,
                                                              "column": 60
                                                            }
                                                          },
                                                          "expression": {
                                                            "type": "CallExpression",
                                                            "start": 1914,
                                                            "end": 1961,
                                                            "loc": {
                                                              "start": {
                                                                "line": 65,
                                                                "column": 12
                                                              },
                                                              "end": {
                                                                "line": 65,
                                                                "column": 59
                                                              }
                                                            },
                                                            "callee": {
                                                              "type": "MemberExpression",
                                                              "start": 1914,
                                                              "end": 1945,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 65,
                                                                  "column": 12
                                                                },
                                                                "end": {
                                                                  "line": 65,
                                                                  "column": 43
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "ThisExpression",
                                                                "start": 1914,
                                                                "end": 1918,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 65,
                                                                    "column": 12
                                                                  },
                                                                  "end": {
                                                                    "line": 65,
                                                                    "column": 16
                                                                  }
                                                                }
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 1919,
                                                                "end": 1945,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 65,
                                                                    "column": 17
                                                                  },
                                                                  "end": {
                                                                    "line": 65,
                                                                    "column": 43
                                                                  },
                                                                  "identifierName": "_testLineItemRuleListField"
                                                                },
                                                                "name": "_testLineItemRuleListField"
                                                              },
                                                              "computed": false
                                                            },
                                                            "arguments": [
                                                              {
                                                                "type": "Identifier",
                                                                "start": 1946,
                                                                "end": 1954,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 65,
                                                                    "column": 44
                                                                  },
                                                                  "end": {
                                                                    "line": 65,
                                                                    "column": 52
                                                                  },
                                                                  "identifierName": "lineItem"
                                                                },
                                                                "name": "lineItem"
                                                              },
                                                              {
                                                                "type": "Identifier",
                                                                "start": 1956,
                                                                "end": 1960,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 65,
                                                                    "column": 54
                                                                  },
                                                                  "end": {
                                                                    "line": 65,
                                                                    "column": 58
                                                                  },
                                                                  "identifierName": "rule"
                                                                },
                                                                "name": "rule"
                                                              }
                                                            ]
                                                          }
                                                        }
                                                      ],
                                                      "directives": []
                                                    },
                                                    "alternate": null
                                                  },
                                                  {
                                                    "type": "IfStatement",
                                                    "start": 1986,
                                                    "end": 2588,
                                                    "loc": {
                                                      "start": {
                                                        "line": 68,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 77,
                                                        "column": 11
                                                      }
                                                    },
                                                    "test": {
                                                      "type": "UnaryExpression",
                                                      "start": 1990,
                                                      "end": 2023,
                                                      "loc": {
                                                        "start": {
                                                          "line": 68,
                                                          "column": 14
                                                        },
                                                        "end": {
                                                          "line": 68,
                                                          "column": 47
                                                        }
                                                      },
                                                      "operator": "!",
                                                      "prefix": true,
                                                      "argument": {
                                                        "type": "CallExpression",
                                                        "start": 1991,
                                                        "end": 2023,
                                                        "loc": {
                                                          "start": {
                                                            "line": 68,
                                                            "column": 15
                                                          },
                                                          "end": {
                                                            "line": 68,
                                                            "column": 47
                                                          }
                                                        },
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "start": 1991,
                                                          "end": 2004,
                                                          "loc": {
                                                            "start": {
                                                              "line": 68,
                                                              "column": 15
                                                            },
                                                            "end": {
                                                              "line": 68,
                                                              "column": 28
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 1991,
                                                            "end": 1992,
                                                            "loc": {
                                                              "start": {
                                                                "line": 68,
                                                                "column": 15
                                                              },
                                                              "end": {
                                                                "line": 68,
                                                                "column": 16
                                                              },
                                                              "identifierName": "_"
                                                            },
                                                            "name": "_"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 1993,
                                                            "end": 2004,
                                                            "loc": {
                                                              "start": {
                                                                "line": 68,
                                                                "column": 17
                                                              },
                                                              "end": {
                                                                "line": 68,
                                                                "column": 28
                                                              },
                                                              "identifierName": "isUndefined"
                                                            },
                                                            "name": "isUndefined"
                                                          },
                                                          "computed": false
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "MemberExpression",
                                                            "start": 2005,
                                                            "end": 2022,
                                                            "loc": {
                                                              "start": {
                                                                "line": 68,
                                                                "column": 29
                                                              },
                                                              "end": {
                                                                "line": 68,
                                                                "column": 46
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "Identifier",
                                                              "start": 2005,
                                                              "end": 2009,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 68,
                                                                  "column": 29
                                                                },
                                                                "end": {
                                                                  "line": 68,
                                                                  "column": 33
                                                                },
                                                                "identifierName": "rule"
                                                              },
                                                              "name": "rule"
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 2010,
                                                              "end": 2022,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 68,
                                                                  "column": 34
                                                                },
                                                                "end": {
                                                                  "line": 68,
                                                                  "column": 46
                                                                },
                                                                "identifierName": "dependencies"
                                                              },
                                                              "name": "dependencies"
                                                            },
                                                            "computed": false
                                                          }
                                                        ]
                                                      },
                                                      "extra": {
                                                        "parenthesizedArgument": false
                                                      }
                                                    },
                                                    "consequent": {
                                                      "type": "BlockStatement",
                                                      "start": 2025,
                                                      "end": 2588,
                                                      "loc": {
                                                        "start": {
                                                          "line": 68,
                                                          "column": 49
                                                        },
                                                        "end": {
                                                          "line": 77,
                                                          "column": 11
                                                        }
                                                      },
                                                      "body": [
                                                        {
                                                          "type": "ExpressionStatement",
                                                          "start": 2039,
                                                          "end": 2576,
                                                          "loc": {
                                                            "start": {
                                                              "line": 69,
                                                              "column": 12
                                                            },
                                                            "end": {
                                                              "line": 76,
                                                              "column": 15
                                                            }
                                                          },
                                                          "expression": {
                                                            "type": "CallExpression",
                                                            "start": 2039,
                                                            "end": 2575,
                                                            "loc": {
                                                              "start": {
                                                                "line": 69,
                                                                "column": 12
                                                              },
                                                              "end": {
                                                                "line": 76,
                                                                "column": 14
                                                              }
                                                            },
                                                            "callee": {
                                                              "type": "MemberExpression",
                                                              "start": 2039,
                                                              "end": 2045,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 69,
                                                                  "column": 12
                                                                },
                                                                "end": {
                                                                  "line": 69,
                                                                  "column": 18
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "Identifier",
                                                                "start": 2039,
                                                                "end": 2040,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 69,
                                                                    "column": 12
                                                                  },
                                                                  "end": {
                                                                    "line": 69,
                                                                    "column": 13
                                                                  },
                                                                  "identifierName": "_"
                                                                },
                                                                "name": "_"
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 2041,
                                                                "end": 2045,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 69,
                                                                    "column": 14
                                                                  },
                                                                  "end": {
                                                                    "line": 69,
                                                                    "column": 18
                                                                  },
                                                                  "identifierName": "each"
                                                                },
                                                                "name": "each"
                                                              },
                                                              "computed": false
                                                            },
                                                            "arguments": [
                                                              {
                                                                "type": "MemberExpression",
                                                                "start": 2046,
                                                                "end": 2063,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 69,
                                                                    "column": 19
                                                                  },
                                                                  "end": {
                                                                    "line": 69,
                                                                    "column": 36
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 2046,
                                                                  "end": 2050,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 69,
                                                                      "column": 19
                                                                    },
                                                                    "end": {
                                                                      "line": 69,
                                                                      "column": 23
                                                                    },
                                                                    "identifierName": "rule"
                                                                  },
                                                                  "name": "rule"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 2051,
                                                                  "end": 2063,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 69,
                                                                      "column": 24
                                                                    },
                                                                    "end": {
                                                                      "line": 69,
                                                                      "column": 36
                                                                    },
                                                                    "identifierName": "dependencies"
                                                                  },
                                                                  "name": "dependencies"
                                                                },
                                                                "computed": false
                                                              },
                                                              {
                                                                "type": "ArrowFunctionExpression",
                                                                "start": 2065,
                                                                "end": 2574,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 69,
                                                                    "column": 38
                                                                  },
                                                                  "end": {
                                                                    "line": 76,
                                                                    "column": 13
                                                                  }
                                                                },
                                                                "id": null,
                                                                "generator": false,
                                                                "expression": false,
                                                                "async": false,
                                                                "params": [
                                                                  {
                                                                    "type": "Identifier",
                                                                    "start": 2066,
                                                                    "end": 2084,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 69,
                                                                        "column": 39
                                                                      },
                                                                      "end": {
                                                                        "line": 69,
                                                                        "column": 57
                                                                      },
                                                                      "identifierName": "dependencyContract"
                                                                    },
                                                                    "name": "dependencyContract"
                                                                  },
                                                                  {
                                                                    "type": "Identifier",
                                                                    "start": 2086,
                                                                    "end": 2093,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 69,
                                                                        "column": 59
                                                                      },
                                                                      "end": {
                                                                        "line": 69,
                                                                        "column": 66
                                                                      },
                                                                      "identifierName": "ruleKey"
                                                                    },
                                                                    "name": "ruleKey"
                                                                  }
                                                                ],
                                                                "body": {
                                                                  "type": "BlockStatement",
                                                                  "start": 2098,
                                                                  "end": 2574,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 69,
                                                                      "column": 71
                                                                    },
                                                                    "end": {
                                                                      "line": 76,
                                                                      "column": 13
                                                                    }
                                                                  },
                                                                  "body": [
                                                                    {
                                                                      "type": "ExpressionStatement",
                                                                      "start": 2114,
                                                                      "end": 2197,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 70,
                                                                          "column": 14
                                                                        },
                                                                        "end": {
                                                                          "line": 70,
                                                                          "column": 97
                                                                        }
                                                                      },
                                                                      "expression": {
                                                                        "type": "CallExpression",
                                                                        "start": 2114,
                                                                        "end": 2196,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 70,
                                                                            "column": 14
                                                                          },
                                                                          "end": {
                                                                            "line": 70,
                                                                            "column": 96
                                                                          }
                                                                        },
                                                                        "callee": {
                                                                          "type": "MemberExpression",
                                                                          "start": 2114,
                                                                          "end": 2151,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 70,
                                                                              "column": 14
                                                                            },
                                                                            "end": {
                                                                              "line": 70,
                                                                              "column": 51
                                                                            }
                                                                          },
                                                                          "object": {
                                                                            "type": "ThisExpression",
                                                                            "start": 2114,
                                                                            "end": 2118,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 70,
                                                                                "column": 14
                                                                              },
                                                                              "end": {
                                                                                "line": 70,
                                                                                "column": 18
                                                                              }
                                                                            }
                                                                          },
                                                                          "property": {
                                                                            "type": "Identifier",
                                                                            "start": 2119,
                                                                            "end": 2151,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 70,
                                                                                "column": 19
                                                                              },
                                                                              "end": {
                                                                                "line": 70,
                                                                                "column": 51
                                                                              },
                                                                              "identifierName": "_testUnconvertedRuleDefinitionId"
                                                                            },
                                                                            "name": "_testUnconvertedRuleDefinitionId"
                                                                          },
                                                                          "computed": false
                                                                        },
                                                                        "arguments": [
                                                                          {
                                                                            "type": "Identifier",
                                                                            "start": 2152,
                                                                            "end": 2160,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 70,
                                                                                "column": 52
                                                                              },
                                                                              "end": {
                                                                                "line": 70,
                                                                                "column": 60
                                                                              },
                                                                              "identifierName": "lineItem"
                                                                            },
                                                                            "name": "lineItem"
                                                                          },
                                                                          {
                                                                            "type": "Identifier",
                                                                            "start": 2162,
                                                                            "end": 2180,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 70,
                                                                                "column": 62
                                                                              },
                                                                              "end": {
                                                                                "line": 70,
                                                                                "column": 80
                                                                              },
                                                                              "identifierName": "dependencyContract"
                                                                            },
                                                                            "name": "dependencyContract"
                                                                          },
                                                                          {
                                                                            "type": "Identifier",
                                                                            "start": 2182,
                                                                            "end": 2189,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 70,
                                                                                "column": 82
                                                                              },
                                                                              "end": {
                                                                                "line": 70,
                                                                                "column": 89
                                                                              },
                                                                              "identifierName": "ruleKey"
                                                                            },
                                                                            "name": "ruleKey"
                                                                          },
                                                                          {
                                                                            "type": "Identifier",
                                                                            "start": 2191,
                                                                            "end": 2195,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 70,
                                                                                "column": 91
                                                                              },
                                                                              "end": {
                                                                                "line": 70,
                                                                                "column": 95
                                                                              },
                                                                              "identifierName": "rule"
                                                                            },
                                                                            "name": "rule"
                                                                          }
                                                                        ]
                                                                      }
                                                                    },
                                                                    {
                                                                      "type": "IfStatement",
                                                                      "start": 2212,
                                                                      "end": 2560,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 71,
                                                                          "column": 14
                                                                        },
                                                                        "end": {
                                                                          "line": 75,
                                                                          "column": 15
                                                                        }
                                                                      },
                                                                      "test": {
                                                                        "type": "LogicalExpression",
                                                                        "start": 2216,
                                                                        "end": 2284,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 71,
                                                                            "column": 18
                                                                          },
                                                                          "end": {
                                                                            "line": 71,
                                                                            "column": 86
                                                                          }
                                                                        },
                                                                        "left": {
                                                                          "type": "UnaryExpression",
                                                                          "start": 2216,
                                                                          "end": 2246,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 71,
                                                                              "column": 18
                                                                            },
                                                                            "end": {
                                                                              "line": 71,
                                                                              "column": 48
                                                                            }
                                                                          },
                                                                          "operator": "!",
                                                                          "prefix": true,
                                                                          "argument": {
                                                                            "type": "CallExpression",
                                                                            "start": 2217,
                                                                            "end": 2246,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 71,
                                                                                "column": 19
                                                                              },
                                                                              "end": {
                                                                                "line": 71,
                                                                                "column": 48
                                                                              }
                                                                            },
                                                                            "callee": {
                                                                              "type": "MemberExpression",
                                                                              "start": 2217,
                                                                              "end": 2226,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 71,
                                                                                  "column": 19
                                                                                },
                                                                                "end": {
                                                                                  "line": 71,
                                                                                  "column": 28
                                                                                }
                                                                              },
                                                                              "object": {
                                                                                "type": "Identifier",
                                                                                "start": 2217,
                                                                                "end": 2218,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 71,
                                                                                    "column": 19
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 71,
                                                                                    "column": 20
                                                                                  },
                                                                                  "identifierName": "_"
                                                                                },
                                                                                "name": "_"
                                                                              },
                                                                              "property": {
                                                                                "type": "Identifier",
                                                                                "start": 2219,
                                                                                "end": 2226,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 71,
                                                                                    "column": 21
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 71,
                                                                                    "column": 28
                                                                                  },
                                                                                  "identifierName": "isEmpty"
                                                                                },
                                                                                "name": "isEmpty"
                                                                              },
                                                                              "computed": false
                                                                            },
                                                                            "arguments": [
                                                                              {
                                                                                "type": "Identifier",
                                                                                "start": 2227,
                                                                                "end": 2245,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 71,
                                                                                    "column": 29
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 71,
                                                                                    "column": 47
                                                                                  },
                                                                                  "identifierName": "dependencyContract"
                                                                                },
                                                                                "name": "dependencyContract"
                                                                              }
                                                                            ]
                                                                          },
                                                                          "extra": {
                                                                            "parenthesizedArgument": false
                                                                          }
                                                                        },
                                                                        "operator": "&&",
                                                                        "right": {
                                                                          "type": "UnaryExpression",
                                                                          "start": 2250,
                                                                          "end": 2284,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 71,
                                                                              "column": 52
                                                                            },
                                                                            "end": {
                                                                              "line": 71,
                                                                              "column": 86
                                                                            }
                                                                          },
                                                                          "operator": "!",
                                                                          "prefix": true,
                                                                          "argument": {
                                                                            "type": "CallExpression",
                                                                            "start": 2251,
                                                                            "end": 2284,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 71,
                                                                                "column": 53
                                                                              },
                                                                              "end": {
                                                                                "line": 71,
                                                                                "column": 86
                                                                              }
                                                                            },
                                                                            "callee": {
                                                                              "type": "MemberExpression",
                                                                              "start": 2251,
                                                                              "end": 2259,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 71,
                                                                                  "column": 53
                                                                                },
                                                                                "end": {
                                                                                  "line": 71,
                                                                                  "column": 61
                                                                                }
                                                                              },
                                                                              "object": {
                                                                                "type": "Identifier",
                                                                                "start": 2251,
                                                                                "end": 2252,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 71,
                                                                                    "column": 53
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 71,
                                                                                    "column": 54
                                                                                  },
                                                                                  "identifierName": "_"
                                                                                },
                                                                                "name": "_"
                                                                              },
                                                                              "property": {
                                                                                "type": "Identifier",
                                                                                "start": 2253,
                                                                                "end": 2259,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 71,
                                                                                    "column": 55
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 71,
                                                                                    "column": 61
                                                                                  },
                                                                                  "identifierName": "isNull"
                                                                                },
                                                                                "name": "isNull"
                                                                              },
                                                                              "computed": false
                                                                            },
                                                                            "arguments": [
                                                                              {
                                                                                "type": "MemberExpression",
                                                                                "start": 2260,
                                                                                "end": 2283,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 71,
                                                                                    "column": 62
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 71,
                                                                                    "column": 85
                                                                                  }
                                                                                },
                                                                                "object": {
                                                                                  "type": "Identifier",
                                                                                  "start": 2260,
                                                                                  "end": 2278,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 71,
                                                                                      "column": 62
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 71,
                                                                                      "column": 80
                                                                                    },
                                                                                    "identifierName": "dependencyContract"
                                                                                  },
                                                                                  "name": "dependencyContract"
                                                                                },
                                                                                "property": {
                                                                                  "type": "Identifier",
                                                                                  "start": 2279,
                                                                                  "end": 2283,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 71,
                                                                                      "column": 81
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 71,
                                                                                      "column": 85
                                                                                    },
                                                                                    "identifierName": "type"
                                                                                  },
                                                                                  "name": "type"
                                                                                },
                                                                                "computed": false
                                                                              }
                                                                            ]
                                                                          },
                                                                          "extra": {
                                                                            "parenthesizedArgument": false
                                                                          }
                                                                        }
                                                                      },
                                                                      "consequent": {
                                                                        "type": "BlockStatement",
                                                                        "start": 2286,
                                                                        "end": 2560,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 71,
                                                                            "column": 88
                                                                          },
                                                                          "end": {
                                                                            "line": 75,
                                                                            "column": 15
                                                                          }
                                                                        },
                                                                        "body": [
                                                                          {
                                                                            "type": "ExpressionStatement",
                                                                            "start": 2304,
                                                                            "end": 2373,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 72,
                                                                                "column": 16
                                                                              },
                                                                              "end": {
                                                                                "line": 72,
                                                                                "column": 85
                                                                              }
                                                                            },
                                                                            "expression": {
                                                                              "type": "CallExpression",
                                                                              "start": 2304,
                                                                              "end": 2372,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 72,
                                                                                  "column": 16
                                                                                },
                                                                                "end": {
                                                                                  "line": 72,
                                                                                  "column": 84
                                                                                }
                                                                              },
                                                                              "callee": {
                                                                                "type": "MemberExpression",
                                                                                "start": 2304,
                                                                                "end": 2333,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 72,
                                                                                    "column": 16
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 72,
                                                                                    "column": 45
                                                                                  }
                                                                                },
                                                                                "object": {
                                                                                  "type": "ThisExpression",
                                                                                  "start": 2304,
                                                                                  "end": 2308,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 72,
                                                                                      "column": 16
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 72,
                                                                                      "column": 20
                                                                                    }
                                                                                  }
                                                                                },
                                                                                "property": {
                                                                                  "type": "Identifier",
                                                                                  "start": 2309,
                                                                                  "end": 2333,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 72,
                                                                                      "column": 21
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 72,
                                                                                      "column": 45
                                                                                    },
                                                                                    "identifierName": "_testDependencyExistence"
                                                                                  },
                                                                                  "name": "_testDependencyExistence"
                                                                                },
                                                                                "computed": false
                                                                              },
                                                                              "arguments": [
                                                                                {
                                                                                  "type": "Identifier",
                                                                                  "start": 2334,
                                                                                  "end": 2342,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 72,
                                                                                      "column": 46
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 72,
                                                                                      "column": 54
                                                                                    },
                                                                                    "identifierName": "lineItem"
                                                                                  },
                                                                                  "name": "lineItem"
                                                                                },
                                                                                {
                                                                                  "type": "Identifier",
                                                                                  "start": 2344,
                                                                                  "end": 2362,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 72,
                                                                                      "column": 56
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 72,
                                                                                      "column": 74
                                                                                    },
                                                                                    "identifierName": "dependencyContract"
                                                                                  },
                                                                                  "name": "dependencyContract"
                                                                                },
                                                                                {
                                                                                  "type": "Identifier",
                                                                                  "start": 2364,
                                                                                  "end": 2371,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 72,
                                                                                      "column": 76
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 72,
                                                                                      "column": 83
                                                                                    },
                                                                                    "identifierName": "ruleKey"
                                                                                  },
                                                                                  "name": "ruleKey"
                                                                                }
                                                                              ]
                                                                            }
                                                                          },
                                                                          {
                                                                            "type": "ExpressionStatement",
                                                                            "start": 2390,
                                                                            "end": 2467,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 73,
                                                                                "column": 16
                                                                              },
                                                                              "end": {
                                                                                "line": 73,
                                                                                "column": 93
                                                                              }
                                                                            },
                                                                            "expression": {
                                                                              "type": "CallExpression",
                                                                              "start": 2390,
                                                                              "end": 2466,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 73,
                                                                                  "column": 16
                                                                                },
                                                                                "end": {
                                                                                  "line": 73,
                                                                                  "column": 92
                                                                                }
                                                                              },
                                                                              "callee": {
                                                                                "type": "MemberExpression",
                                                                                "start": 2390,
                                                                                "end": 2427,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 73,
                                                                                    "column": 16
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 73,
                                                                                    "column": 53
                                                                                  }
                                                                                },
                                                                                "object": {
                                                                                  "type": "ThisExpression",
                                                                                  "start": 2390,
                                                                                  "end": 2394,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 73,
                                                                                      "column": 16
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 73,
                                                                                      "column": 20
                                                                                    }
                                                                                  }
                                                                                },
                                                                                "property": {
                                                                                  "type": "Identifier",
                                                                                  "start": 2395,
                                                                                  "end": 2427,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 73,
                                                                                      "column": 21
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 73,
                                                                                      "column": 53
                                                                                    },
                                                                                    "identifierName": "_testDependencyAssemblySafeGuard"
                                                                                  },
                                                                                  "name": "_testDependencyAssemblySafeGuard"
                                                                                },
                                                                                "computed": false
                                                                              },
                                                                              "arguments": [
                                                                                {
                                                                                  "type": "Identifier",
                                                                                  "start": 2428,
                                                                                  "end": 2436,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 73,
                                                                                      "column": 54
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 73,
                                                                                      "column": 62
                                                                                    },
                                                                                    "identifierName": "lineItem"
                                                                                  },
                                                                                  "name": "lineItem"
                                                                                },
                                                                                {
                                                                                  "type": "Identifier",
                                                                                  "start": 2438,
                                                                                  "end": 2456,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 73,
                                                                                      "column": 64
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 73,
                                                                                      "column": 82
                                                                                    },
                                                                                    "identifierName": "dependencyContract"
                                                                                  },
                                                                                  "name": "dependencyContract"
                                                                                },
                                                                                {
                                                                                  "type": "Identifier",
                                                                                  "start": 2458,
                                                                                  "end": 2465,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 73,
                                                                                      "column": 84
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 73,
                                                                                      "column": 91
                                                                                    },
                                                                                    "identifierName": "ruleKey"
                                                                                  },
                                                                                  "name": "ruleKey"
                                                                                }
                                                                              ]
                                                                            }
                                                                          },
                                                                          {
                                                                            "type": "ExpressionStatement",
                                                                            "start": 2484,
                                                                            "end": 2544,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 74,
                                                                                "column": 16
                                                                              },
                                                                              "end": {
                                                                                "line": 74,
                                                                                "column": 76
                                                                              }
                                                                            },
                                                                            "expression": {
                                                                              "type": "CallExpression",
                                                                              "start": 2484,
                                                                              "end": 2543,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 74,
                                                                                  "column": 16
                                                                                },
                                                                                "end": {
                                                                                  "line": 74,
                                                                                  "column": 75
                                                                                }
                                                                              },
                                                                              "callee": {
                                                                                "type": "MemberExpression",
                                                                                "start": 2484,
                                                                                "end": 2504,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 74,
                                                                                    "column": 16
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 74,
                                                                                    "column": 36
                                                                                  }
                                                                                },
                                                                                "object": {
                                                                                  "type": "ThisExpression",
                                                                                  "start": 2484,
                                                                                  "end": 2488,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 74,
                                                                                      "column": 16
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 74,
                                                                                      "column": 20
                                                                                    }
                                                                                  }
                                                                                },
                                                                                "property": {
                                                                                  "type": "Identifier",
                                                                                  "start": 2489,
                                                                                  "end": 2504,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 74,
                                                                                      "column": 21
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 74,
                                                                                      "column": 36
                                                                                    },
                                                                                    "identifierName": "_testEmptyField"
                                                                                  },
                                                                                  "name": "_testEmptyField"
                                                                                },
                                                                                "computed": false
                                                                              },
                                                                              "arguments": [
                                                                                {
                                                                                  "type": "Identifier",
                                                                                  "start": 2505,
                                                                                  "end": 2513,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 74,
                                                                                      "column": 37
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 74,
                                                                                      "column": 45
                                                                                    },
                                                                                    "identifierName": "lineItem"
                                                                                  },
                                                                                  "name": "lineItem"
                                                                                },
                                                                                {
                                                                                  "type": "Identifier",
                                                                                  "start": 2515,
                                                                                  "end": 2533,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 74,
                                                                                      "column": 47
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 74,
                                                                                      "column": 65
                                                                                    },
                                                                                    "identifierName": "dependencyContract"
                                                                                  },
                                                                                  "name": "dependencyContract"
                                                                                },
                                                                                {
                                                                                  "type": "Identifier",
                                                                                  "start": 2535,
                                                                                  "end": 2542,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 74,
                                                                                      "column": 67
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 74,
                                                                                      "column": 74
                                                                                    },
                                                                                    "identifierName": "ruleKey"
                                                                                  },
                                                                                  "name": "ruleKey"
                                                                                }
                                                                              ]
                                                                            }
                                                                          }
                                                                        ],
                                                                        "directives": []
                                                                      },
                                                                      "alternate": null
                                                                    }
                                                                  ],
                                                                  "directives": []
                                                                }
                                                              }
                                                            ]
                                                          }
                                                        }
                                                      ],
                                                      "directives": []
                                                    },
                                                    "alternate": null
                                                  }
                                                ],
                                                "directives": []
                                              }
                                            }
                                          ]
                                        }
                                      }
                                    ],
                                    "directives": []
                                  },
                                  "handler": {
                                    "type": "CatchClause",
                                    "start": 2609,
                                    "end": 2692,
                                    "loc": {
                                      "start": {
                                        "line": 79,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 81,
                                        "column": 7
                                      }
                                    },
                                    "param": {
                                      "type": "Identifier",
                                      "start": 2616,
                                      "end": 2619,
                                      "loc": {
                                        "start": {
                                          "line": 79,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 79,
                                          "column": 18
                                        },
                                        "identifierName": "err"
                                      },
                                      "name": "err"
                                    },
                                    "body": {
                                      "type": "BlockStatement",
                                      "start": 2621,
                                      "end": 2692,
                                      "loc": {
                                        "start": {
                                          "line": 79,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 81,
                                          "column": 7
                                        }
                                      },
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "start": 2631,
                                          "end": 2684,
                                          "loc": {
                                            "start": {
                                              "line": 80,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 80,
                                              "column": 61
                                            }
                                          },
                                          "expression": {
                                            "type": "CallExpression",
                                            "start": 2631,
                                            "end": 2683,
                                            "loc": {
                                              "start": {
                                                "line": 80,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 80,
                                                "column": 60
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 2631,
                                              "end": 2645,
                                              "loc": {
                                                "start": {
                                                  "line": 80,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 80,
                                                  "column": 22
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 2631,
                                                "end": 2635,
                                                "loc": {
                                                  "start": {
                                                    "line": 80,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 80,
                                                    "column": 12
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 2636,
                                                "end": 2645,
                                                "loc": {
                                                  "start": {
                                                    "line": 80,
                                                    "column": 13
                                                  },
                                                  "end": {
                                                    "line": 80,
                                                    "column": 22
                                                  },
                                                  "identifierName": "_logIssue"
                                                },
                                                "name": "_logIssue"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "StringLiteral",
                                                "start": 2646,
                                                "end": 2661,
                                                "loc": {
                                                  "start": {
                                                    "line": 80,
                                                    "column": 23
                                                  },
                                                  "end": {
                                                    "line": 80,
                                                    "column": 38
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": "unknown_error",
                                                  "raw": "\"unknown_error\""
                                                },
                                                "value": "unknown_error"
                                              },
                                              {
                                                "type": "Identifier",
                                                "start": 2663,
                                                "end": 2671,
                                                "loc": {
                                                  "start": {
                                                    "line": 80,
                                                    "column": 40
                                                  },
                                                  "end": {
                                                    "line": 80,
                                                    "column": 48
                                                  },
                                                  "identifierName": "lineItem"
                                                },
                                                "name": "lineItem"
                                              },
                                              {
                                                "type": "NullLiteral",
                                                "start": 2673,
                                                "end": 2677,
                                                "loc": {
                                                  "start": {
                                                    "line": 80,
                                                    "column": 50
                                                  },
                                                  "end": {
                                                    "line": 80,
                                                    "column": 54
                                                  }
                                                }
                                              },
                                              {
                                                "type": "Identifier",
                                                "start": 2679,
                                                "end": 2682,
                                                "loc": {
                                                  "start": {
                                                    "line": 80,
                                                    "column": 56
                                                  },
                                                  "end": {
                                                    "line": 80,
                                                    "column": 59
                                                  },
                                                  "identifierName": "err"
                                                },
                                                "name": "err"
                                              }
                                            ]
                                          }
                                        }
                                      ],
                                      "directives": []
                                    }
                                  },
                                  "guardedHandlers": [],
                                  "finalizer": null
                                }
                              ],
                              "directives": []
                            }
                          }
                        ]
                      }
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 2708,
                "end": 3080,
                "loc": {
                  "start": {
                    "line": 85,
                    "column": 2
                  },
                  "end": {
                    "line": 97,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 2708,
                  "end": 2722,
                  "loc": {
                    "start": {
                      "line": 85,
                      "column": 2
                    },
                    "end": {
                      "line": 85,
                      "column": 16
                    },
                    "identifierName": "_runFieldTests"
                  },
                  "name": "_runFieldTests"
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 2725,
                  "end": 3080,
                  "loc": {
                    "start": {
                      "line": 85,
                      "column": 19
                    },
                    "end": {
                      "line": 97,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 2731,
                      "end": 3076,
                      "loc": {
                        "start": {
                          "line": 86,
                          "column": 4
                        },
                        "end": {
                          "line": 96,
                          "column": 7
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 2731,
                        "end": 3075,
                        "loc": {
                          "start": {
                            "line": 86,
                            "column": 4
                          },
                          "end": {
                            "line": 96,
                            "column": 6
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 2731,
                          "end": 2737,
                          "loc": {
                            "start": {
                              "line": 86,
                              "column": 4
                            },
                            "end": {
                              "line": 86,
                              "column": 10
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 2731,
                            "end": 2732,
                            "loc": {
                              "start": {
                                "line": 86,
                                "column": 4
                              },
                              "end": {
                                "line": 86,
                                "column": 5
                              },
                              "identifierName": "_"
                            },
                            "name": "_"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2733,
                            "end": 2737,
                            "loc": {
                              "start": {
                                "line": 86,
                                "column": 6
                              },
                              "end": {
                                "line": 86,
                                "column": 10
                              },
                              "identifierName": "each"
                            },
                            "name": "each"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "CallExpression",
                            "start": 2738,
                            "end": 2765,
                            "loc": {
                              "start": {
                                "line": 86,
                                "column": 11
                              },
                              "end": {
                                "line": 86,
                                "column": 38
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 2738,
                              "end": 2763,
                              "loc": {
                                "start": {
                                  "line": 86,
                                  "column": 11
                                },
                                "end": {
                                  "line": 86,
                                  "column": 36
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 2738,
                                "end": 2756,
                                "loc": {
                                  "start": {
                                    "line": 86,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 86,
                                    "column": 29
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 2738,
                                  "end": 2747,
                                  "loc": {
                                    "start": {
                                      "line": 86,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 86,
                                      "column": 20
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 2738,
                                    "end": 2742,
                                    "loc": {
                                      "start": {
                                        "line": 86,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 86,
                                        "column": 15
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2743,
                                    "end": 2747,
                                    "loc": {
                                      "start": {
                                        "line": 86,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 86,
                                        "column": 20
                                      },
                                      "identifierName": "_bid"
                                    },
                                    "name": "_bid"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2748,
                                  "end": 2756,
                                  "loc": {
                                    "start": {
                                      "line": 86,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 86,
                                      "column": 29
                                    },
                                    "identifierName": "entities"
                                  },
                                  "name": "entities"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2757,
                                "end": 2763,
                                "loc": {
                                  "start": {
                                    "line": 86,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 86,
                                    "column": 36
                                  },
                                  "identifierName": "fields"
                                },
                                "name": "fields"
                              },
                              "computed": false
                            },
                            "arguments": []
                          },
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 2767,
                            "end": 3074,
                            "loc": {
                              "start": {
                                "line": 86,
                                "column": 40
                              },
                              "end": {
                                "line": 96,
                                "column": 5
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 2767,
                                "end": 2772,
                                "loc": {
                                  "start": {
                                    "line": 86,
                                    "column": 40
                                  },
                                  "end": {
                                    "line": 86,
                                    "column": 45
                                  },
                                  "identifierName": "field"
                                },
                                "name": "field"
                              }
                            ],
                            "body": {
                              "type": "BlockStatement",
                              "start": 2776,
                              "end": 3074,
                              "loc": {
                                "start": {
                                  "line": 86,
                                  "column": 49
                                },
                                "end": {
                                  "line": 96,
                                  "column": 5
                                }
                              },
                              "body": [
                                {
                                  "type": "TryStatement",
                                  "start": 2784,
                                  "end": 3068,
                                  "loc": {
                                    "start": {
                                      "line": 87,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 95,
                                      "column": 7
                                    }
                                  },
                                  "block": {
                                    "type": "BlockStatement",
                                    "start": 2788,
                                    "end": 2987,
                                    "loc": {
                                      "start": {
                                        "line": 87,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 93,
                                        "column": 7
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 2798,
                                        "end": 2826,
                                        "loc": {
                                          "start": {
                                            "line": 88,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 88,
                                            "column": 36
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 2798,
                                          "end": 2825,
                                          "loc": {
                                            "start": {
                                              "line": 88,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 88,
                                              "column": 35
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 2798,
                                            "end": 2818,
                                            "loc": {
                                              "start": {
                                                "line": 88,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 88,
                                                "column": 28
                                              }
                                            },
                                            "object": {
                                              "type": "ThisExpression",
                                              "start": 2798,
                                              "end": 2802,
                                              "loc": {
                                                "start": {
                                                  "line": 88,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 88,
                                                  "column": 12
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 2803,
                                              "end": 2818,
                                              "loc": {
                                                "start": {
                                                  "line": 88,
                                                  "column": 13
                                                },
                                                "end": {
                                                  "line": 88,
                                                  "column": 28
                                                },
                                                "identifierName": "_baseEntityTest"
                                              },
                                              "name": "_baseEntityTest"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "start": 2819,
                                              "end": 2824,
                                              "loc": {
                                                "start": {
                                                  "line": 88,
                                                  "column": 29
                                                },
                                                "end": {
                                                  "line": 88,
                                                  "column": 34
                                                },
                                                "identifierName": "field"
                                              },
                                              "name": "field"
                                            }
                                          ]
                                        }
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 2835,
                                        "end": 2875,
                                        "loc": {
                                          "start": {
                                            "line": 89,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 89,
                                            "column": 48
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 2835,
                                          "end": 2874,
                                          "loc": {
                                            "start": {
                                              "line": 89,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 89,
                                              "column": 47
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 2835,
                                            "end": 2867,
                                            "loc": {
                                              "start": {
                                                "line": 89,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 89,
                                                "column": 40
                                              }
                                            },
                                            "object": {
                                              "type": "ThisExpression",
                                              "start": 2835,
                                              "end": 2839,
                                              "loc": {
                                                "start": {
                                                  "line": 89,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 89,
                                                  "column": 12
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 2840,
                                              "end": 2867,
                                              "loc": {
                                                "start": {
                                                  "line": 89,
                                                  "column": 13
                                                },
                                                "end": {
                                                  "line": 89,
                                                  "column": 40
                                                },
                                                "identifierName": "_testIsFieldAssignedToGroup"
                                              },
                                              "name": "_testIsFieldAssignedToGroup"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "start": 2868,
                                              "end": 2873,
                                              "loc": {
                                                "start": {
                                                  "line": 89,
                                                  "column": 41
                                                },
                                                "end": {
                                                  "line": 89,
                                                  "column": 46
                                                },
                                                "identifierName": "field"
                                              },
                                              "name": "field"
                                            }
                                          ]
                                        }
                                      },
                                      {
                                        "type": "IfStatement",
                                        "start": 2884,
                                        "end": 2979,
                                        "loc": {
                                          "start": {
                                            "line": 90,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 92,
                                            "column": 9
                                          }
                                        },
                                        "test": {
                                          "type": "BinaryExpression",
                                          "start": 2888,
                                          "end": 2916,
                                          "loc": {
                                            "start": {
                                              "line": 90,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 90,
                                              "column": 40
                                            }
                                          },
                                          "left": {
                                            "type": "MemberExpression",
                                            "start": 2888,
                                            "end": 2905,
                                            "loc": {
                                              "start": {
                                                "line": 90,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 90,
                                                "column": 29
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 2888,
                                              "end": 2900,
                                              "loc": {
                                                "start": {
                                                  "line": 90,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 90,
                                                  "column": 24
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 2888,
                                                "end": 2893,
                                                "loc": {
                                                  "start": {
                                                    "line": 90,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 90,
                                                    "column": 17
                                                  },
                                                  "identifierName": "field"
                                                },
                                                "name": "field"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 2894,
                                                "end": 2900,
                                                "loc": {
                                                  "start": {
                                                    "line": 90,
                                                    "column": 18
                                                  },
                                                  "end": {
                                                    "line": 90,
                                                    "column": 24
                                                  },
                                                  "identifierName": "config"
                                                },
                                                "name": "config"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 2901,
                                              "end": 2905,
                                              "loc": {
                                                "start": {
                                                  "line": 90,
                                                  "column": 25
                                                },
                                                "end": {
                                                  "line": 90,
                                                  "column": 29
                                                },
                                                "identifierName": "type"
                                              },
                                              "name": "type"
                                            },
                                            "computed": false
                                          },
                                          "operator": "===",
                                          "right": {
                                            "type": "StringLiteral",
                                            "start": 2910,
                                            "end": 2916,
                                            "loc": {
                                              "start": {
                                                "line": 90,
                                                "column": 34
                                              },
                                              "end": {
                                                "line": 90,
                                                "column": 40
                                              }
                                            },
                                            "extra": {
                                              "rawValue": "list",
                                              "raw": "\"list\""
                                            },
                                            "value": "list"
                                          }
                                        },
                                        "consequent": {
                                          "type": "BlockStatement",
                                          "start": 2918,
                                          "end": 2979,
                                          "loc": {
                                            "start": {
                                              "line": 90,
                                              "column": 42
                                            },
                                            "end": {
                                              "line": 92,
                                              "column": 9
                                            }
                                          },
                                          "body": [
                                            {
                                              "type": "ExpressionStatement",
                                              "start": 2930,
                                              "end": 2969,
                                              "loc": {
                                                "start": {
                                                  "line": 91,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 91,
                                                  "column": 49
                                                }
                                              },
                                              "expression": {
                                                "type": "CallExpression",
                                                "start": 2930,
                                                "end": 2968,
                                                "loc": {
                                                  "start": {
                                                    "line": 91,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 91,
                                                    "column": 48
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 2930,
                                                  "end": 2961,
                                                  "loc": {
                                                    "start": {
                                                      "line": 91,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 91,
                                                      "column": 41
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "ThisExpression",
                                                    "start": 2930,
                                                    "end": 2934,
                                                    "loc": {
                                                      "start": {
                                                        "line": 91,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 91,
                                                        "column": 14
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 2935,
                                                    "end": 2961,
                                                    "loc": {
                                                      "start": {
                                                        "line": 91,
                                                        "column": 15
                                                      },
                                                      "end": {
                                                        "line": 91,
                                                        "column": 41
                                                      },
                                                      "identifierName": "_testListFieldHasDatatable"
                                                    },
                                                    "name": "_testListFieldHasDatatable"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Identifier",
                                                    "start": 2962,
                                                    "end": 2967,
                                                    "loc": {
                                                      "start": {
                                                        "line": 91,
                                                        "column": 42
                                                      },
                                                      "end": {
                                                        "line": 91,
                                                        "column": 47
                                                      },
                                                      "identifierName": "field"
                                                    },
                                                    "name": "field"
                                                  }
                                                ]
                                              }
                                            }
                                          ],
                                          "directives": []
                                        },
                                        "alternate": null
                                      }
                                    ],
                                    "directives": []
                                  },
                                  "handler": {
                                    "type": "CatchClause",
                                    "start": 2988,
                                    "end": 3068,
                                    "loc": {
                                      "start": {
                                        "line": 93,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 95,
                                        "column": 7
                                      }
                                    },
                                    "param": {
                                      "type": "Identifier",
                                      "start": 2995,
                                      "end": 2998,
                                      "loc": {
                                        "start": {
                                          "line": 93,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 93,
                                          "column": 18
                                        },
                                        "identifierName": "err"
                                      },
                                      "name": "err"
                                    },
                                    "body": {
                                      "type": "BlockStatement",
                                      "start": 3000,
                                      "end": 3068,
                                      "loc": {
                                        "start": {
                                          "line": 93,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 95,
                                          "column": 7
                                        }
                                      },
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "start": 3010,
                                          "end": 3060,
                                          "loc": {
                                            "start": {
                                              "line": 94,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 94,
                                              "column": 58
                                            }
                                          },
                                          "expression": {
                                            "type": "CallExpression",
                                            "start": 3010,
                                            "end": 3059,
                                            "loc": {
                                              "start": {
                                                "line": 94,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 94,
                                                "column": 57
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 3010,
                                              "end": 3024,
                                              "loc": {
                                                "start": {
                                                  "line": 94,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 94,
                                                  "column": 22
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 3010,
                                                "end": 3014,
                                                "loc": {
                                                  "start": {
                                                    "line": 94,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 94,
                                                    "column": 12
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3015,
                                                "end": 3024,
                                                "loc": {
                                                  "start": {
                                                    "line": 94,
                                                    "column": 13
                                                  },
                                                  "end": {
                                                    "line": 94,
                                                    "column": 22
                                                  },
                                                  "identifierName": "_logIssue"
                                                },
                                                "name": "_logIssue"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "StringLiteral",
                                                "start": 3025,
                                                "end": 3040,
                                                "loc": {
                                                  "start": {
                                                    "line": 94,
                                                    "column": 23
                                                  },
                                                  "end": {
                                                    "line": 94,
                                                    "column": 38
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": "unknown_error",
                                                  "raw": "\"unknown_error\""
                                                },
                                                "value": "unknown_error"
                                              },
                                              {
                                                "type": "Identifier",
                                                "start": 3042,
                                                "end": 3047,
                                                "loc": {
                                                  "start": {
                                                    "line": 94,
                                                    "column": 40
                                                  },
                                                  "end": {
                                                    "line": 94,
                                                    "column": 45
                                                  },
                                                  "identifierName": "field"
                                                },
                                                "name": "field"
                                              },
                                              {
                                                "type": "NullLiteral",
                                                "start": 3049,
                                                "end": 3053,
                                                "loc": {
                                                  "start": {
                                                    "line": 94,
                                                    "column": 47
                                                  },
                                                  "end": {
                                                    "line": 94,
                                                    "column": 51
                                                  }
                                                }
                                              },
                                              {
                                                "type": "Identifier",
                                                "start": 3055,
                                                "end": 3058,
                                                "loc": {
                                                  "start": {
                                                    "line": 94,
                                                    "column": 53
                                                  },
                                                  "end": {
                                                    "line": 94,
                                                    "column": 56
                                                  },
                                                  "identifierName": "err"
                                                },
                                                "name": "err"
                                              }
                                            ]
                                          }
                                        }
                                      ],
                                      "directives": []
                                    }
                                  },
                                  "guardedHandlers": [],
                                  "finalizer": null
                                }
                              ],
                              "directives": []
                            }
                          }
                        ]
                      }
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 3084,
                "end": 3380,
                "loc": {
                  "start": {
                    "line": 99,
                    "column": 2
                  },
                  "end": {
                    "line": 108,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 3084,
                  "end": 3103,
                  "loc": {
                    "start": {
                      "line": 99,
                      "column": 2
                    },
                    "end": {
                      "line": 99,
                      "column": 21
                    },
                    "identifierName": "_runFieldGroupTests"
                  },
                  "name": "_runFieldGroupTests"
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 3106,
                  "end": 3380,
                  "loc": {
                    "start": {
                      "line": 99,
                      "column": 24
                    },
                    "end": {
                      "line": 108,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 3112,
                      "end": 3376,
                      "loc": {
                        "start": {
                          "line": 100,
                          "column": 4
                        },
                        "end": {
                          "line": 107,
                          "column": 7
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 3112,
                        "end": 3375,
                        "loc": {
                          "start": {
                            "line": 100,
                            "column": 4
                          },
                          "end": {
                            "line": 107,
                            "column": 6
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 3112,
                          "end": 3118,
                          "loc": {
                            "start": {
                              "line": 100,
                              "column": 4
                            },
                            "end": {
                              "line": 100,
                              "column": 10
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 3112,
                            "end": 3113,
                            "loc": {
                              "start": {
                                "line": 100,
                                "column": 4
                              },
                              "end": {
                                "line": 100,
                                "column": 5
                              },
                              "identifierName": "_"
                            },
                            "name": "_"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3114,
                            "end": 3118,
                            "loc": {
                              "start": {
                                "line": 100,
                                "column": 6
                              },
                              "end": {
                                "line": 100,
                                "column": 10
                              },
                              "identifierName": "each"
                            },
                            "name": "each"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "CallExpression",
                            "start": 3119,
                            "end": 3151,
                            "loc": {
                              "start": {
                                "line": 100,
                                "column": 11
                              },
                              "end": {
                                "line": 100,
                                "column": 43
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 3119,
                              "end": 3149,
                              "loc": {
                                "start": {
                                  "line": 100,
                                  "column": 11
                                },
                                "end": {
                                  "line": 100,
                                  "column": 41
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 3119,
                                "end": 3137,
                                "loc": {
                                  "start": {
                                    "line": 100,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 100,
                                    "column": 29
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 3119,
                                  "end": 3128,
                                  "loc": {
                                    "start": {
                                      "line": 100,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 100,
                                      "column": 20
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 3119,
                                    "end": 3123,
                                    "loc": {
                                      "start": {
                                        "line": 100,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 100,
                                        "column": 15
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3124,
                                    "end": 3128,
                                    "loc": {
                                      "start": {
                                        "line": 100,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 100,
                                        "column": 20
                                      },
                                      "identifierName": "_bid"
                                    },
                                    "name": "_bid"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3129,
                                  "end": 3137,
                                  "loc": {
                                    "start": {
                                      "line": 100,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 100,
                                      "column": 29
                                    },
                                    "identifierName": "entities"
                                  },
                                  "name": "entities"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3138,
                                "end": 3149,
                                "loc": {
                                  "start": {
                                    "line": 100,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 100,
                                    "column": 41
                                  },
                                  "identifierName": "fieldGroups"
                                },
                                "name": "fieldGroups"
                              },
                              "computed": false
                            },
                            "arguments": []
                          },
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 3153,
                            "end": 3374,
                            "loc": {
                              "start": {
                                "line": 100,
                                "column": 45
                              },
                              "end": {
                                "line": 107,
                                "column": 5
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 3153,
                                "end": 3163,
                                "loc": {
                                  "start": {
                                    "line": 100,
                                    "column": 45
                                  },
                                  "end": {
                                    "line": 100,
                                    "column": 55
                                  },
                                  "identifierName": "fieldGroup"
                                },
                                "name": "fieldGroup"
                              }
                            ],
                            "body": {
                              "type": "BlockStatement",
                              "start": 3167,
                              "end": 3374,
                              "loc": {
                                "start": {
                                  "line": 100,
                                  "column": 59
                                },
                                "end": {
                                  "line": 107,
                                  "column": 5
                                }
                              },
                              "body": [
                                {
                                  "type": "TryStatement",
                                  "start": 3175,
                                  "end": 3368,
                                  "loc": {
                                    "start": {
                                      "line": 101,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 106,
                                      "column": 7
                                    }
                                  },
                                  "block": {
                                    "type": "BlockStatement",
                                    "start": 3179,
                                    "end": 3282,
                                    "loc": {
                                      "start": {
                                        "line": 101,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 104,
                                        "column": 7
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 3189,
                                        "end": 3222,
                                        "loc": {
                                          "start": {
                                            "line": 102,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 102,
                                            "column": 41
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 3189,
                                          "end": 3221,
                                          "loc": {
                                            "start": {
                                              "line": 102,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 102,
                                              "column": 40
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 3189,
                                            "end": 3209,
                                            "loc": {
                                              "start": {
                                                "line": 102,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 102,
                                                "column": 28
                                              }
                                            },
                                            "object": {
                                              "type": "ThisExpression",
                                              "start": 3189,
                                              "end": 3193,
                                              "loc": {
                                                "start": {
                                                  "line": 102,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 102,
                                                  "column": 12
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 3194,
                                              "end": 3209,
                                              "loc": {
                                                "start": {
                                                  "line": 102,
                                                  "column": 13
                                                },
                                                "end": {
                                                  "line": 102,
                                                  "column": 28
                                                },
                                                "identifierName": "_baseEntityTest"
                                              },
                                              "name": "_baseEntityTest"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "start": 3210,
                                              "end": 3220,
                                              "loc": {
                                                "start": {
                                                  "line": 102,
                                                  "column": 29
                                                },
                                                "end": {
                                                  "line": 102,
                                                  "column": 39
                                                },
                                                "identifierName": "fieldGroup"
                                              },
                                              "name": "fieldGroup"
                                            }
                                          ]
                                        }
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 3231,
                                        "end": 3274,
                                        "loc": {
                                          "start": {
                                            "line": 103,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 103,
                                            "column": 51
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 3231,
                                          "end": 3273,
                                          "loc": {
                                            "start": {
                                              "line": 103,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 103,
                                              "column": 50
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 3231,
                                            "end": 3261,
                                            "loc": {
                                              "start": {
                                                "line": 103,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 103,
                                                "column": 38
                                              }
                                            },
                                            "object": {
                                              "type": "ThisExpression",
                                              "start": 3231,
                                              "end": 3235,
                                              "loc": {
                                                "start": {
                                                  "line": 103,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 103,
                                                  "column": 12
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 3236,
                                              "end": 3261,
                                              "loc": {
                                                "start": {
                                                  "line": 103,
                                                  "column": 13
                                                },
                                                "end": {
                                                  "line": 103,
                                                  "column": 38
                                                },
                                                "identifierName": "_testFieldGroupReferences"
                                              },
                                              "name": "_testFieldGroupReferences"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "start": 3262,
                                              "end": 3272,
                                              "loc": {
                                                "start": {
                                                  "line": 103,
                                                  "column": 39
                                                },
                                                "end": {
                                                  "line": 103,
                                                  "column": 49
                                                },
                                                "identifierName": "fieldGroup"
                                              },
                                              "name": "fieldGroup"
                                            }
                                          ]
                                        }
                                      }
                                    ],
                                    "directives": []
                                  },
                                  "handler": {
                                    "type": "CatchClause",
                                    "start": 3283,
                                    "end": 3368,
                                    "loc": {
                                      "start": {
                                        "line": 104,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 106,
                                        "column": 7
                                      }
                                    },
                                    "param": {
                                      "type": "Identifier",
                                      "start": 3290,
                                      "end": 3293,
                                      "loc": {
                                        "start": {
                                          "line": 104,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 104,
                                          "column": 18
                                        },
                                        "identifierName": "err"
                                      },
                                      "name": "err"
                                    },
                                    "body": {
                                      "type": "BlockStatement",
                                      "start": 3295,
                                      "end": 3368,
                                      "loc": {
                                        "start": {
                                          "line": 104,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 106,
                                          "column": 7
                                        }
                                      },
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "start": 3305,
                                          "end": 3360,
                                          "loc": {
                                            "start": {
                                              "line": 105,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 105,
                                              "column": 63
                                            }
                                          },
                                          "expression": {
                                            "type": "CallExpression",
                                            "start": 3305,
                                            "end": 3359,
                                            "loc": {
                                              "start": {
                                                "line": 105,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 105,
                                                "column": 62
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 3305,
                                              "end": 3319,
                                              "loc": {
                                                "start": {
                                                  "line": 105,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 105,
                                                  "column": 22
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 3305,
                                                "end": 3309,
                                                "loc": {
                                                  "start": {
                                                    "line": 105,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 105,
                                                    "column": 12
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3310,
                                                "end": 3319,
                                                "loc": {
                                                  "start": {
                                                    "line": 105,
                                                    "column": 13
                                                  },
                                                  "end": {
                                                    "line": 105,
                                                    "column": 22
                                                  },
                                                  "identifierName": "_logIssue"
                                                },
                                                "name": "_logIssue"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "StringLiteral",
                                                "start": 3320,
                                                "end": 3335,
                                                "loc": {
                                                  "start": {
                                                    "line": 105,
                                                    "column": 23
                                                  },
                                                  "end": {
                                                    "line": 105,
                                                    "column": 38
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": "unknown_error",
                                                  "raw": "\"unknown_error\""
                                                },
                                                "value": "unknown_error"
                                              },
                                              {
                                                "type": "Identifier",
                                                "start": 3337,
                                                "end": 3347,
                                                "loc": {
                                                  "start": {
                                                    "line": 105,
                                                    "column": 40
                                                  },
                                                  "end": {
                                                    "line": 105,
                                                    "column": 50
                                                  },
                                                  "identifierName": "fieldGroup"
                                                },
                                                "name": "fieldGroup"
                                              },
                                              {
                                                "type": "NullLiteral",
                                                "start": 3349,
                                                "end": 3353,
                                                "loc": {
                                                  "start": {
                                                    "line": 105,
                                                    "column": 52
                                                  },
                                                  "end": {
                                                    "line": 105,
                                                    "column": 56
                                                  }
                                                }
                                              },
                                              {
                                                "type": "Identifier",
                                                "start": 3355,
                                                "end": 3358,
                                                "loc": {
                                                  "start": {
                                                    "line": 105,
                                                    "column": 58
                                                  },
                                                  "end": {
                                                    "line": 105,
                                                    "column": 61
                                                  },
                                                  "identifierName": "err"
                                                },
                                                "name": "err"
                                              }
                                            ]
                                          }
                                        }
                                      ],
                                      "directives": []
                                    }
                                  },
                                  "guardedHandlers": [],
                                  "finalizer": null
                                }
                              ],
                              "directives": []
                            }
                          }
                        ]
                      }
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 3384,
                "end": 3706,
                "loc": {
                  "start": {
                    "line": 110,
                    "column": 2
                  },
                  "end": {
                    "line": 120,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 3384,
                  "end": 3399,
                  "loc": {
                    "start": {
                      "line": 110,
                      "column": 2
                    },
                    "end": {
                      "line": 110,
                      "column": 17
                    },
                    "identifierName": "_runMetricTests"
                  },
                  "name": "_runMetricTests"
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 3402,
                  "end": 3706,
                  "loc": {
                    "start": {
                      "line": 110,
                      "column": 20
                    },
                    "end": {
                      "line": 120,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 3408,
                      "end": 3702,
                      "loc": {
                        "start": {
                          "line": 111,
                          "column": 4
                        },
                        "end": {
                          "line": 119,
                          "column": 7
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 3408,
                        "end": 3701,
                        "loc": {
                          "start": {
                            "line": 111,
                            "column": 4
                          },
                          "end": {
                            "line": 119,
                            "column": 6
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 3408,
                          "end": 3414,
                          "loc": {
                            "start": {
                              "line": 111,
                              "column": 4
                            },
                            "end": {
                              "line": 111,
                              "column": 10
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 3408,
                            "end": 3409,
                            "loc": {
                              "start": {
                                "line": 111,
                                "column": 4
                              },
                              "end": {
                                "line": 111,
                                "column": 5
                              },
                              "identifierName": "_"
                            },
                            "name": "_"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3410,
                            "end": 3414,
                            "loc": {
                              "start": {
                                "line": 111,
                                "column": 6
                              },
                              "end": {
                                "line": 111,
                                "column": 10
                              },
                              "identifierName": "each"
                            },
                            "name": "each"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "CallExpression",
                            "start": 3415,
                            "end": 3443,
                            "loc": {
                              "start": {
                                "line": 111,
                                "column": 11
                              },
                              "end": {
                                "line": 111,
                                "column": 39
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 3415,
                              "end": 3441,
                              "loc": {
                                "start": {
                                  "line": 111,
                                  "column": 11
                                },
                                "end": {
                                  "line": 111,
                                  "column": 37
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 3415,
                                "end": 3433,
                                "loc": {
                                  "start": {
                                    "line": 111,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 111,
                                    "column": 29
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 3415,
                                  "end": 3424,
                                  "loc": {
                                    "start": {
                                      "line": 111,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 111,
                                      "column": 20
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 3415,
                                    "end": 3419,
                                    "loc": {
                                      "start": {
                                        "line": 111,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 111,
                                        "column": 15
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3420,
                                    "end": 3424,
                                    "loc": {
                                      "start": {
                                        "line": 111,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 111,
                                        "column": 20
                                      },
                                      "identifierName": "_bid"
                                    },
                                    "name": "_bid"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3425,
                                  "end": 3433,
                                  "loc": {
                                    "start": {
                                      "line": 111,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 111,
                                      "column": 29
                                    },
                                    "identifierName": "entities"
                                  },
                                  "name": "entities"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3434,
                                "end": 3441,
                                "loc": {
                                  "start": {
                                    "line": 111,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 111,
                                    "column": 37
                                  },
                                  "identifierName": "metrics"
                                },
                                "name": "metrics"
                              },
                              "computed": false
                            },
                            "arguments": []
                          },
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 3445,
                            "end": 3700,
                            "loc": {
                              "start": {
                                "line": 111,
                                "column": 41
                              },
                              "end": {
                                "line": 119,
                                "column": 5
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 3445,
                                "end": 3451,
                                "loc": {
                                  "start": {
                                    "line": 111,
                                    "column": 41
                                  },
                                  "end": {
                                    "line": 111,
                                    "column": 47
                                  },
                                  "identifierName": "metric"
                                },
                                "name": "metric"
                              }
                            ],
                            "body": {
                              "type": "BlockStatement",
                              "start": 3455,
                              "end": 3700,
                              "loc": {
                                "start": {
                                  "line": 111,
                                  "column": 51
                                },
                                "end": {
                                  "line": 119,
                                  "column": 5
                                }
                              },
                              "body": [
                                {
                                  "type": "TryStatement",
                                  "start": 3463,
                                  "end": 3694,
                                  "loc": {
                                    "start": {
                                      "line": 112,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 118,
                                      "column": 7
                                    }
                                  },
                                  "block": {
                                    "type": "BlockStatement",
                                    "start": 3467,
                                    "end": 3612,
                                    "loc": {
                                      "start": {
                                        "line": 112,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 116,
                                        "column": 7
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 3477,
                                        "end": 3506,
                                        "loc": {
                                          "start": {
                                            "line": 113,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 113,
                                            "column": 37
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 3477,
                                          "end": 3505,
                                          "loc": {
                                            "start": {
                                              "line": 113,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 113,
                                              "column": 36
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 3477,
                                            "end": 3497,
                                            "loc": {
                                              "start": {
                                                "line": 113,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 113,
                                                "column": 28
                                              }
                                            },
                                            "object": {
                                              "type": "ThisExpression",
                                              "start": 3477,
                                              "end": 3481,
                                              "loc": {
                                                "start": {
                                                  "line": 113,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 113,
                                                  "column": 12
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 3482,
                                              "end": 3497,
                                              "loc": {
                                                "start": {
                                                  "line": 113,
                                                  "column": 13
                                                },
                                                "end": {
                                                  "line": 113,
                                                  "column": 28
                                                },
                                                "identifierName": "_baseEntityTest"
                                              },
                                              "name": "_baseEntityTest"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "start": 3498,
                                              "end": 3504,
                                              "loc": {
                                                "start": {
                                                  "line": 113,
                                                  "column": 29
                                                },
                                                "end": {
                                                  "line": 113,
                                                  "column": 35
                                                },
                                                "identifierName": "metric"
                                              },
                                              "name": "metric"
                                            }
                                          ]
                                        }
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 3515,
                                        "end": 3557,
                                        "loc": {
                                          "start": {
                                            "line": 114,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 114,
                                            "column": 50
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 3515,
                                          "end": 3556,
                                          "loc": {
                                            "start": {
                                              "line": 114,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 114,
                                              "column": 49
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 3515,
                                            "end": 3548,
                                            "loc": {
                                              "start": {
                                                "line": 114,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 114,
                                                "column": 41
                                              }
                                            },
                                            "object": {
                                              "type": "ThisExpression",
                                              "start": 3515,
                                              "end": 3519,
                                              "loc": {
                                                "start": {
                                                  "line": 114,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 114,
                                                  "column": 12
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 3520,
                                              "end": 3548,
                                              "loc": {
                                                "start": {
                                                  "line": 114,
                                                  "column": 13
                                                },
                                                "end": {
                                                  "line": 114,
                                                  "column": 41
                                                },
                                                "identifierName": "_testMetricFormulaReferences"
                                              },
                                              "name": "_testMetricFormulaReferences"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "start": 3549,
                                              "end": 3555,
                                              "loc": {
                                                "start": {
                                                  "line": 114,
                                                  "column": 42
                                                },
                                                "end": {
                                                  "line": 114,
                                                  "column": 48
                                                },
                                                "identifierName": "metric"
                                              },
                                              "name": "metric"
                                            }
                                          ]
                                        }
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 3566,
                                        "end": 3604,
                                        "loc": {
                                          "start": {
                                            "line": 115,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 115,
                                            "column": 46
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 3566,
                                          "end": 3603,
                                          "loc": {
                                            "start": {
                                              "line": 115,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 115,
                                              "column": 45
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 3566,
                                            "end": 3595,
                                            "loc": {
                                              "start": {
                                                "line": 115,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 115,
                                                "column": 37
                                              }
                                            },
                                            "object": {
                                              "type": "ThisExpression",
                                              "start": 3566,
                                              "end": 3570,
                                              "loc": {
                                                "start": {
                                                  "line": 115,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 115,
                                                  "column": 12
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 3571,
                                              "end": 3595,
                                              "loc": {
                                                "start": {
                                                  "line": 115,
                                                  "column": 13
                                                },
                                                "end": {
                                                  "line": 115,
                                                  "column": 37
                                                },
                                                "identifierName": "_testMetricManipulations"
                                              },
                                              "name": "_testMetricManipulations"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "start": 3596,
                                              "end": 3602,
                                              "loc": {
                                                "start": {
                                                  "line": 115,
                                                  "column": 38
                                                },
                                                "end": {
                                                  "line": 115,
                                                  "column": 44
                                                },
                                                "identifierName": "metric"
                                              },
                                              "name": "metric"
                                            }
                                          ]
                                        }
                                      }
                                    ],
                                    "directives": []
                                  },
                                  "handler": {
                                    "type": "CatchClause",
                                    "start": 3613,
                                    "end": 3694,
                                    "loc": {
                                      "start": {
                                        "line": 116,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 118,
                                        "column": 7
                                      }
                                    },
                                    "param": {
                                      "type": "Identifier",
                                      "start": 3620,
                                      "end": 3623,
                                      "loc": {
                                        "start": {
                                          "line": 116,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 116,
                                          "column": 18
                                        },
                                        "identifierName": "err"
                                      },
                                      "name": "err"
                                    },
                                    "body": {
                                      "type": "BlockStatement",
                                      "start": 3625,
                                      "end": 3694,
                                      "loc": {
                                        "start": {
                                          "line": 116,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 118,
                                          "column": 7
                                        }
                                      },
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "start": 3635,
                                          "end": 3686,
                                          "loc": {
                                            "start": {
                                              "line": 117,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 117,
                                              "column": 59
                                            }
                                          },
                                          "expression": {
                                            "type": "CallExpression",
                                            "start": 3635,
                                            "end": 3685,
                                            "loc": {
                                              "start": {
                                                "line": 117,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 117,
                                                "column": 58
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 3635,
                                              "end": 3649,
                                              "loc": {
                                                "start": {
                                                  "line": 117,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 117,
                                                  "column": 22
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 3635,
                                                "end": 3639,
                                                "loc": {
                                                  "start": {
                                                    "line": 117,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 117,
                                                    "column": 12
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3640,
                                                "end": 3649,
                                                "loc": {
                                                  "start": {
                                                    "line": 117,
                                                    "column": 13
                                                  },
                                                  "end": {
                                                    "line": 117,
                                                    "column": 22
                                                  },
                                                  "identifierName": "_logIssue"
                                                },
                                                "name": "_logIssue"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "StringLiteral",
                                                "start": 3650,
                                                "end": 3665,
                                                "loc": {
                                                  "start": {
                                                    "line": 117,
                                                    "column": 23
                                                  },
                                                  "end": {
                                                    "line": 117,
                                                    "column": 38
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": "unknown_error",
                                                  "raw": "\"unknown_error\""
                                                },
                                                "value": "unknown_error"
                                              },
                                              {
                                                "type": "Identifier",
                                                "start": 3667,
                                                "end": 3673,
                                                "loc": {
                                                  "start": {
                                                    "line": 117,
                                                    "column": 40
                                                  },
                                                  "end": {
                                                    "line": 117,
                                                    "column": 46
                                                  },
                                                  "identifierName": "metric"
                                                },
                                                "name": "metric"
                                              },
                                              {
                                                "type": "NullLiteral",
                                                "start": 3675,
                                                "end": 3679,
                                                "loc": {
                                                  "start": {
                                                    "line": 117,
                                                    "column": 48
                                                  },
                                                  "end": {
                                                    "line": 117,
                                                    "column": 52
                                                  }
                                                }
                                              },
                                              {
                                                "type": "Identifier",
                                                "start": 3681,
                                                "end": 3684,
                                                "loc": {
                                                  "start": {
                                                    "line": 117,
                                                    "column": 54
                                                  },
                                                  "end": {
                                                    "line": 117,
                                                    "column": 57
                                                  },
                                                  "identifierName": "err"
                                                },
                                                "name": "err"
                                              }
                                            ]
                                          }
                                        }
                                      ],
                                      "directives": []
                                    }
                                  },
                                  "guardedHandlers": [],
                                  "finalizer": null
                                }
                              ],
                              "directives": []
                            }
                          }
                        ]
                      }
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 3710,
                "end": 3999,
                "loc": {
                  "start": {
                    "line": 122,
                    "column": 2
                  },
                  "end": {
                    "line": 131,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 3710,
                  "end": 3728,
                  "loc": {
                    "start": {
                      "line": 122,
                      "column": 2
                    },
                    "end": {
                      "line": 122,
                      "column": 20
                    },
                    "identifierName": "_runComponentTests"
                  },
                  "name": "_runComponentTests"
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 3731,
                  "end": 3999,
                  "loc": {
                    "start": {
                      "line": 122,
                      "column": 23
                    },
                    "end": {
                      "line": 131,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 3737,
                      "end": 3995,
                      "loc": {
                        "start": {
                          "line": 123,
                          "column": 4
                        },
                        "end": {
                          "line": 130,
                          "column": 7
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 3737,
                        "end": 3994,
                        "loc": {
                          "start": {
                            "line": 123,
                            "column": 4
                          },
                          "end": {
                            "line": 130,
                            "column": 6
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 3737,
                          "end": 3743,
                          "loc": {
                            "start": {
                              "line": 123,
                              "column": 4
                            },
                            "end": {
                              "line": 123,
                              "column": 10
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 3737,
                            "end": 3738,
                            "loc": {
                              "start": {
                                "line": 123,
                                "column": 4
                              },
                              "end": {
                                "line": 123,
                                "column": 5
                              },
                              "identifierName": "_"
                            },
                            "name": "_"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3739,
                            "end": 3743,
                            "loc": {
                              "start": {
                                "line": 123,
                                "column": 6
                              },
                              "end": {
                                "line": 123,
                                "column": 10
                              },
                              "identifierName": "each"
                            },
                            "name": "each"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "CallExpression",
                            "start": 3744,
                            "end": 3775,
                            "loc": {
                              "start": {
                                "line": 123,
                                "column": 11
                              },
                              "end": {
                                "line": 123,
                                "column": 42
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 3744,
                              "end": 3773,
                              "loc": {
                                "start": {
                                  "line": 123,
                                  "column": 11
                                },
                                "end": {
                                  "line": 123,
                                  "column": 40
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 3744,
                                "end": 3762,
                                "loc": {
                                  "start": {
                                    "line": 123,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 123,
                                    "column": 29
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 3744,
                                  "end": 3753,
                                  "loc": {
                                    "start": {
                                      "line": 123,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 123,
                                      "column": 20
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 3744,
                                    "end": 3748,
                                    "loc": {
                                      "start": {
                                        "line": 123,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 123,
                                        "column": 15
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3749,
                                    "end": 3753,
                                    "loc": {
                                      "start": {
                                        "line": 123,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 123,
                                        "column": 20
                                      },
                                      "identifierName": "_bid"
                                    },
                                    "name": "_bid"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3754,
                                  "end": 3762,
                                  "loc": {
                                    "start": {
                                      "line": 123,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 123,
                                      "column": 29
                                    },
                                    "identifierName": "entities"
                                  },
                                  "name": "entities"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3763,
                                "end": 3773,
                                "loc": {
                                  "start": {
                                    "line": 123,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 123,
                                    "column": 40
                                  },
                                  "identifierName": "components"
                                },
                                "name": "components"
                              },
                              "computed": false
                            },
                            "arguments": []
                          },
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 3777,
                            "end": 3993,
                            "loc": {
                              "start": {
                                "line": 123,
                                "column": 44
                              },
                              "end": {
                                "line": 130,
                                "column": 5
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 3777,
                                "end": 3786,
                                "loc": {
                                  "start": {
                                    "line": 123,
                                    "column": 44
                                  },
                                  "end": {
                                    "line": 123,
                                    "column": 53
                                  },
                                  "identifierName": "component"
                                },
                                "name": "component"
                              }
                            ],
                            "body": {
                              "type": "BlockStatement",
                              "start": 3790,
                              "end": 3993,
                              "loc": {
                                "start": {
                                  "line": 123,
                                  "column": 57
                                },
                                "end": {
                                  "line": 130,
                                  "column": 5
                                }
                              },
                              "body": [
                                {
                                  "type": "TryStatement",
                                  "start": 3798,
                                  "end": 3987,
                                  "loc": {
                                    "start": {
                                      "line": 124,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 129,
                                      "column": 7
                                    }
                                  },
                                  "block": {
                                    "type": "BlockStatement",
                                    "start": 3802,
                                    "end": 3902,
                                    "loc": {
                                      "start": {
                                        "line": 124,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 127,
                                        "column": 7
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 3812,
                                        "end": 3844,
                                        "loc": {
                                          "start": {
                                            "line": 125,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 125,
                                            "column": 40
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 3812,
                                          "end": 3843,
                                          "loc": {
                                            "start": {
                                              "line": 125,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 125,
                                              "column": 39
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 3812,
                                            "end": 3832,
                                            "loc": {
                                              "start": {
                                                "line": 125,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 125,
                                                "column": 28
                                              }
                                            },
                                            "object": {
                                              "type": "ThisExpression",
                                              "start": 3812,
                                              "end": 3816,
                                              "loc": {
                                                "start": {
                                                  "line": 125,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 125,
                                                  "column": 12
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 3817,
                                              "end": 3832,
                                              "loc": {
                                                "start": {
                                                  "line": 125,
                                                  "column": 13
                                                },
                                                "end": {
                                                  "line": 125,
                                                  "column": 28
                                                },
                                                "identifierName": "_baseEntityTest"
                                              },
                                              "name": "_baseEntityTest"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "start": 3833,
                                              "end": 3842,
                                              "loc": {
                                                "start": {
                                                  "line": 125,
                                                  "column": 29
                                                },
                                                "end": {
                                                  "line": 125,
                                                  "column": 38
                                                },
                                                "identifierName": "component"
                                              },
                                              "name": "component"
                                            }
                                          ]
                                        }
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 3853,
                                        "end": 3894,
                                        "loc": {
                                          "start": {
                                            "line": 126,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 126,
                                            "column": 49
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 3853,
                                          "end": 3893,
                                          "loc": {
                                            "start": {
                                              "line": 126,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 126,
                                              "column": 48
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 3853,
                                            "end": 3882,
                                            "loc": {
                                              "start": {
                                                "line": 126,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 126,
                                                "column": 37
                                              }
                                            },
                                            "object": {
                                              "type": "ThisExpression",
                                              "start": 3853,
                                              "end": 3857,
                                              "loc": {
                                                "start": {
                                                  "line": 126,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 126,
                                                  "column": 12
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 3858,
                                              "end": 3882,
                                              "loc": {
                                                "start": {
                                                  "line": 126,
                                                  "column": 13
                                                },
                                                "end": {
                                                  "line": 126,
                                                  "column": 37
                                                },
                                                "identifierName": "_testComponentReferences"
                                              },
                                              "name": "_testComponentReferences"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "start": 3883,
                                              "end": 3892,
                                              "loc": {
                                                "start": {
                                                  "line": 126,
                                                  "column": 38
                                                },
                                                "end": {
                                                  "line": 126,
                                                  "column": 47
                                                },
                                                "identifierName": "component"
                                              },
                                              "name": "component"
                                            }
                                          ]
                                        }
                                      }
                                    ],
                                    "directives": []
                                  },
                                  "handler": {
                                    "type": "CatchClause",
                                    "start": 3903,
                                    "end": 3987,
                                    "loc": {
                                      "start": {
                                        "line": 127,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 129,
                                        "column": 7
                                      }
                                    },
                                    "param": {
                                      "type": "Identifier",
                                      "start": 3910,
                                      "end": 3913,
                                      "loc": {
                                        "start": {
                                          "line": 127,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 127,
                                          "column": 18
                                        },
                                        "identifierName": "err"
                                      },
                                      "name": "err"
                                    },
                                    "body": {
                                      "type": "BlockStatement",
                                      "start": 3915,
                                      "end": 3987,
                                      "loc": {
                                        "start": {
                                          "line": 127,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 129,
                                          "column": 7
                                        }
                                      },
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "start": 3925,
                                          "end": 3979,
                                          "loc": {
                                            "start": {
                                              "line": 128,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 128,
                                              "column": 62
                                            }
                                          },
                                          "expression": {
                                            "type": "CallExpression",
                                            "start": 3925,
                                            "end": 3978,
                                            "loc": {
                                              "start": {
                                                "line": 128,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 128,
                                                "column": 61
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 3925,
                                              "end": 3939,
                                              "loc": {
                                                "start": {
                                                  "line": 128,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 128,
                                                  "column": 22
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 3925,
                                                "end": 3929,
                                                "loc": {
                                                  "start": {
                                                    "line": 128,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 128,
                                                    "column": 12
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3930,
                                                "end": 3939,
                                                "loc": {
                                                  "start": {
                                                    "line": 128,
                                                    "column": 13
                                                  },
                                                  "end": {
                                                    "line": 128,
                                                    "column": 22
                                                  },
                                                  "identifierName": "_logIssue"
                                                },
                                                "name": "_logIssue"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "StringLiteral",
                                                "start": 3940,
                                                "end": 3955,
                                                "loc": {
                                                  "start": {
                                                    "line": 128,
                                                    "column": 23
                                                  },
                                                  "end": {
                                                    "line": 128,
                                                    "column": 38
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": "unknown_error",
                                                  "raw": "\"unknown_error\""
                                                },
                                                "value": "unknown_error"
                                              },
                                              {
                                                "type": "Identifier",
                                                "start": 3957,
                                                "end": 3966,
                                                "loc": {
                                                  "start": {
                                                    "line": 128,
                                                    "column": 40
                                                  },
                                                  "end": {
                                                    "line": 128,
                                                    "column": 49
                                                  },
                                                  "identifierName": "component"
                                                },
                                                "name": "component"
                                              },
                                              {
                                                "type": "NullLiteral",
                                                "start": 3968,
                                                "end": 3972,
                                                "loc": {
                                                  "start": {
                                                    "line": 128,
                                                    "column": 51
                                                  },
                                                  "end": {
                                                    "line": 128,
                                                    "column": 55
                                                  }
                                                }
                                              },
                                              {
                                                "type": "Identifier",
                                                "start": 3974,
                                                "end": 3977,
                                                "loc": {
                                                  "start": {
                                                    "line": 128,
                                                    "column": 57
                                                  },
                                                  "end": {
                                                    "line": 128,
                                                    "column": 60
                                                  },
                                                  "identifierName": "err"
                                                },
                                                "name": "err"
                                              }
                                            ]
                                          }
                                        }
                                      ],
                                      "directives": []
                                    }
                                  },
                                  "guardedHandlers": [],
                                  "finalizer": null
                                }
                              ],
                              "directives": []
                            }
                          }
                        ]
                      }
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 4003,
                "end": 4269,
                "loc": {
                  "start": {
                    "line": 133,
                    "column": 2
                  },
                  "end": {
                    "line": 141,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 4003,
                  "end": 4024,
                  "loc": {
                    "start": {
                      "line": 133,
                      "column": 2
                    },
                    "end": {
                      "line": 133,
                      "column": 23
                    },
                    "identifierName": "_runDynamicGroupTests"
                  },
                  "name": "_runDynamicGroupTests"
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 4027,
                  "end": 4269,
                  "loc": {
                    "start": {
                      "line": 133,
                      "column": 26
                    },
                    "end": {
                      "line": 141,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 4033,
                      "end": 4265,
                      "loc": {
                        "start": {
                          "line": 134,
                          "column": 4
                        },
                        "end": {
                          "line": 140,
                          "column": 7
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 4033,
                        "end": 4264,
                        "loc": {
                          "start": {
                            "line": 134,
                            "column": 4
                          },
                          "end": {
                            "line": 140,
                            "column": 6
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 4033,
                          "end": 4039,
                          "loc": {
                            "start": {
                              "line": 134,
                              "column": 4
                            },
                            "end": {
                              "line": 134,
                              "column": 10
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 4033,
                            "end": 4034,
                            "loc": {
                              "start": {
                                "line": 134,
                                "column": 4
                              },
                              "end": {
                                "line": 134,
                                "column": 5
                              },
                              "identifierName": "_"
                            },
                            "name": "_"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4035,
                            "end": 4039,
                            "loc": {
                              "start": {
                                "line": 134,
                                "column": 6
                              },
                              "end": {
                                "line": 134,
                                "column": 10
                              },
                              "identifierName": "each"
                            },
                            "name": "each"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "CallExpression",
                            "start": 4040,
                            "end": 4074,
                            "loc": {
                              "start": {
                                "line": 134,
                                "column": 11
                              },
                              "end": {
                                "line": 134,
                                "column": 45
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 4040,
                              "end": 4072,
                              "loc": {
                                "start": {
                                  "line": 134,
                                  "column": 11
                                },
                                "end": {
                                  "line": 134,
                                  "column": 43
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 4040,
                                "end": 4058,
                                "loc": {
                                  "start": {
                                    "line": 134,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 134,
                                    "column": 29
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 4040,
                                  "end": 4049,
                                  "loc": {
                                    "start": {
                                      "line": 134,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 134,
                                      "column": 20
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 4040,
                                    "end": 4044,
                                    "loc": {
                                      "start": {
                                        "line": 134,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 134,
                                        "column": 15
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 4045,
                                    "end": 4049,
                                    "loc": {
                                      "start": {
                                        "line": 134,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 134,
                                        "column": 20
                                      },
                                      "identifierName": "_bid"
                                    },
                                    "name": "_bid"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 4050,
                                  "end": 4058,
                                  "loc": {
                                    "start": {
                                      "line": 134,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 134,
                                      "column": 29
                                    },
                                    "identifierName": "entities"
                                  },
                                  "name": "entities"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 4059,
                                "end": 4072,
                                "loc": {
                                  "start": {
                                    "line": 134,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 134,
                                    "column": 43
                                  },
                                  "identifierName": "dynamicGroups"
                                },
                                "name": "dynamicGroups"
                              },
                              "computed": false
                            },
                            "arguments": []
                          },
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 4076,
                            "end": 4263,
                            "loc": {
                              "start": {
                                "line": 134,
                                "column": 47
                              },
                              "end": {
                                "line": 140,
                                "column": 5
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 4076,
                                "end": 4088,
                                "loc": {
                                  "start": {
                                    "line": 134,
                                    "column": 47
                                  },
                                  "end": {
                                    "line": 134,
                                    "column": 59
                                  },
                                  "identifierName": "dynamicGroup"
                                },
                                "name": "dynamicGroup"
                              }
                            ],
                            "body": {
                              "type": "BlockStatement",
                              "start": 4092,
                              "end": 4263,
                              "loc": {
                                "start": {
                                  "line": 134,
                                  "column": 63
                                },
                                "end": {
                                  "line": 140,
                                  "column": 5
                                }
                              },
                              "body": [
                                {
                                  "type": "TryStatement",
                                  "start": 4100,
                                  "end": 4257,
                                  "loc": {
                                    "start": {
                                      "line": 135,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 139,
                                      "column": 7
                                    }
                                  },
                                  "block": {
                                    "type": "BlockStatement",
                                    "start": 4104,
                                    "end": 4169,
                                    "loc": {
                                      "start": {
                                        "line": 135,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 137,
                                        "column": 7
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 4114,
                                        "end": 4161,
                                        "loc": {
                                          "start": {
                                            "line": 136,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 136,
                                            "column": 55
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 4114,
                                          "end": 4160,
                                          "loc": {
                                            "start": {
                                              "line": 136,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 136,
                                              "column": 54
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 4114,
                                            "end": 4146,
                                            "loc": {
                                              "start": {
                                                "line": 136,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 136,
                                                "column": 40
                                              }
                                            },
                                            "object": {
                                              "type": "ThisExpression",
                                              "start": 4114,
                                              "end": 4118,
                                              "loc": {
                                                "start": {
                                                  "line": 136,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 136,
                                                  "column": 12
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 4119,
                                              "end": 4146,
                                              "loc": {
                                                "start": {
                                                  "line": 136,
                                                  "column": 13
                                                },
                                                "end": {
                                                  "line": 136,
                                                  "column": 40
                                                },
                                                "identifierName": "_testDynamicGroupReferences"
                                              },
                                              "name": "_testDynamicGroupReferences"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "start": 4147,
                                              "end": 4159,
                                              "loc": {
                                                "start": {
                                                  "line": 136,
                                                  "column": 41
                                                },
                                                "end": {
                                                  "line": 136,
                                                  "column": 53
                                                },
                                                "identifierName": "dynamicGroup"
                                              },
                                              "name": "dynamicGroup"
                                            }
                                          ]
                                        }
                                      }
                                    ],
                                    "directives": []
                                  },
                                  "handler": {
                                    "type": "CatchClause",
                                    "start": 4170,
                                    "end": 4257,
                                    "loc": {
                                      "start": {
                                        "line": 137,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 139,
                                        "column": 7
                                      }
                                    },
                                    "param": {
                                      "type": "Identifier",
                                      "start": 4177,
                                      "end": 4180,
                                      "loc": {
                                        "start": {
                                          "line": 137,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 137,
                                          "column": 18
                                        },
                                        "identifierName": "err"
                                      },
                                      "name": "err"
                                    },
                                    "body": {
                                      "type": "BlockStatement",
                                      "start": 4182,
                                      "end": 4257,
                                      "loc": {
                                        "start": {
                                          "line": 137,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 139,
                                          "column": 7
                                        }
                                      },
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "start": 4192,
                                          "end": 4249,
                                          "loc": {
                                            "start": {
                                              "line": 138,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 138,
                                              "column": 65
                                            }
                                          },
                                          "expression": {
                                            "type": "CallExpression",
                                            "start": 4192,
                                            "end": 4248,
                                            "loc": {
                                              "start": {
                                                "line": 138,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 138,
                                                "column": 64
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 4192,
                                              "end": 4206,
                                              "loc": {
                                                "start": {
                                                  "line": 138,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 138,
                                                  "column": 22
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 4192,
                                                "end": 4196,
                                                "loc": {
                                                  "start": {
                                                    "line": 138,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 138,
                                                    "column": 12
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 4197,
                                                "end": 4206,
                                                "loc": {
                                                  "start": {
                                                    "line": 138,
                                                    "column": 13
                                                  },
                                                  "end": {
                                                    "line": 138,
                                                    "column": 22
                                                  },
                                                  "identifierName": "_logIssue"
                                                },
                                                "name": "_logIssue"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "StringLiteral",
                                                "start": 4207,
                                                "end": 4222,
                                                "loc": {
                                                  "start": {
                                                    "line": 138,
                                                    "column": 23
                                                  },
                                                  "end": {
                                                    "line": 138,
                                                    "column": 38
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": "unknown_error",
                                                  "raw": "\"unknown_error\""
                                                },
                                                "value": "unknown_error"
                                              },
                                              {
                                                "type": "Identifier",
                                                "start": 4224,
                                                "end": 4236,
                                                "loc": {
                                                  "start": {
                                                    "line": 138,
                                                    "column": 40
                                                  },
                                                  "end": {
                                                    "line": 138,
                                                    "column": 52
                                                  },
                                                  "identifierName": "dynamicGroup"
                                                },
                                                "name": "dynamicGroup"
                                              },
                                              {
                                                "type": "NullLiteral",
                                                "start": 4238,
                                                "end": 4242,
                                                "loc": {
                                                  "start": {
                                                    "line": 138,
                                                    "column": 54
                                                  },
                                                  "end": {
                                                    "line": 138,
                                                    "column": 58
                                                  }
                                                }
                                              },
                                              {
                                                "type": "Identifier",
                                                "start": 4244,
                                                "end": 4247,
                                                "loc": {
                                                  "start": {
                                                    "line": 138,
                                                    "column": 60
                                                  },
                                                  "end": {
                                                    "line": 138,
                                                    "column": 63
                                                  },
                                                  "identifierName": "err"
                                                },
                                                "name": "err"
                                              }
                                            ]
                                          }
                                        }
                                      ],
                                      "directives": []
                                    }
                                  },
                                  "guardedHandlers": [],
                                  "finalizer": null
                                }
                              ],
                              "directives": []
                            }
                          }
                        ]
                      }
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 4273,
                "end": 6671,
                "loc": {
                  "start": {
                    "line": 143,
                    "column": 2
                  },
                  "end": {
                    "line": 208,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 4273,
                  "end": 4289,
                  "loc": {
                    "start": {
                      "line": 143,
                      "column": 2
                    },
                    "end": {
                      "line": 143,
                      "column": 18
                    },
                    "identifierName": "_runAssemblyTest"
                  },
                  "name": "_runAssemblyTest"
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 4292,
                  "end": 6671,
                  "loc": {
                    "start": {
                      "line": 143,
                      "column": 21
                    },
                    "end": {
                      "line": 208,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 4298,
                      "end": 6667,
                      "loc": {
                        "start": {
                          "line": 144,
                          "column": 4
                        },
                        "end": {
                          "line": 207,
                          "column": 7
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 4298,
                        "end": 6666,
                        "loc": {
                          "start": {
                            "line": 144,
                            "column": 4
                          },
                          "end": {
                            "line": 207,
                            "column": 6
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 4298,
                          "end": 4304,
                          "loc": {
                            "start": {
                              "line": 144,
                              "column": 4
                            },
                            "end": {
                              "line": 144,
                              "column": 10
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 4298,
                            "end": 4299,
                            "loc": {
                              "start": {
                                "line": 144,
                                "column": 4
                              },
                              "end": {
                                "line": 144,
                                "column": 5
                              },
                              "identifierName": "_"
                            },
                            "name": "_"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4300,
                            "end": 4304,
                            "loc": {
                              "start": {
                                "line": 144,
                                "column": 6
                              },
                              "end": {
                                "line": 144,
                                "column": 10
                              },
                              "identifierName": "each"
                            },
                            "name": "each"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "CallExpression",
                            "start": 4305,
                            "end": 4336,
                            "loc": {
                              "start": {
                                "line": 144,
                                "column": 11
                              },
                              "end": {
                                "line": 144,
                                "column": 42
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 4305,
                              "end": 4334,
                              "loc": {
                                "start": {
                                  "line": 144,
                                  "column": 11
                                },
                                "end": {
                                  "line": 144,
                                  "column": 40
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 4305,
                                "end": 4323,
                                "loc": {
                                  "start": {
                                    "line": 144,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 144,
                                    "column": 29
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 4305,
                                  "end": 4314,
                                  "loc": {
                                    "start": {
                                      "line": 144,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 144,
                                      "column": 20
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 4305,
                                    "end": 4309,
                                    "loc": {
                                      "start": {
                                        "line": 144,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 144,
                                        "column": 15
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 4310,
                                    "end": 4314,
                                    "loc": {
                                      "start": {
                                        "line": 144,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 144,
                                        "column": 20
                                      },
                                      "identifierName": "_bid"
                                    },
                                    "name": "_bid"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 4315,
                                  "end": 4323,
                                  "loc": {
                                    "start": {
                                      "line": 144,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 144,
                                      "column": 29
                                    },
                                    "identifierName": "entities"
                                  },
                                  "name": "entities"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 4324,
                                "end": 4334,
                                "loc": {
                                  "start": {
                                    "line": 144,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 144,
                                    "column": 40
                                  },
                                  "identifierName": "assemblies"
                                },
                                "name": "assemblies"
                              },
                              "computed": false
                            },
                            "arguments": []
                          },
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 4338,
                            "end": 6665,
                            "loc": {
                              "start": {
                                "line": 144,
                                "column": 44
                              },
                              "end": {
                                "line": 207,
                                "column": 5
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 4338,
                                "end": 4346,
                                "loc": {
                                  "start": {
                                    "line": 144,
                                    "column": 44
                                  },
                                  "end": {
                                    "line": 144,
                                    "column": 52
                                  },
                                  "identifierName": "assembly"
                                },
                                "name": "assembly"
                              }
                            ],
                            "body": {
                              "type": "BlockStatement",
                              "start": 4350,
                              "end": 6665,
                              "loc": {
                                "start": {
                                  "line": 144,
                                  "column": 56
                                },
                                "end": {
                                  "line": 207,
                                  "column": 5
                                }
                              },
                              "body": [
                                {
                                  "type": "TryStatement",
                                  "start": 4358,
                                  "end": 6659,
                                  "loc": {
                                    "start": {
                                      "line": 145,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 206,
                                      "column": 7
                                    }
                                  },
                                  "block": {
                                    "type": "BlockStatement",
                                    "start": 4362,
                                    "end": 6575,
                                    "loc": {
                                      "start": {
                                        "line": 145,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 204,
                                        "column": 7
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 4372,
                                        "end": 4729,
                                        "loc": {
                                          "start": {
                                            "line": 146,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 154,
                                            "column": 11
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 4372,
                                          "end": 4728,
                                          "loc": {
                                            "start": {
                                              "line": 146,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 154,
                                              "column": 10
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 4372,
                                            "end": 4378,
                                            "loc": {
                                              "start": {
                                                "line": 146,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 146,
                                                "column": 14
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 4372,
                                              "end": 4373,
                                              "loc": {
                                                "start": {
                                                  "line": 146,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 146,
                                                  "column": 9
                                                },
                                                "identifierName": "_"
                                              },
                                              "name": "_"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 4374,
                                              "end": 4378,
                                              "loc": {
                                                "start": {
                                                  "line": 146,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 146,
                                                  "column": 14
                                                },
                                                "identifierName": "each"
                                              },
                                              "name": "each"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "MemberExpression",
                                              "start": 4379,
                                              "end": 4405,
                                              "loc": {
                                                "start": {
                                                  "line": 146,
                                                  "column": 15
                                                },
                                                "end": {
                                                  "line": 146,
                                                  "column": 41
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 4379,
                                                "end": 4394,
                                                "loc": {
                                                  "start": {
                                                    "line": 146,
                                                    "column": 15
                                                  },
                                                  "end": {
                                                    "line": 146,
                                                    "column": 30
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 4379,
                                                  "end": 4387,
                                                  "loc": {
                                                    "start": {
                                                      "line": 146,
                                                      "column": 15
                                                    },
                                                    "end": {
                                                      "line": 146,
                                                      "column": 23
                                                    },
                                                    "identifierName": "assembly"
                                                  },
                                                  "name": "assembly"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 4388,
                                                  "end": 4394,
                                                  "loc": {
                                                    "start": {
                                                      "line": 146,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 146,
                                                      "column": 30
                                                    },
                                                    "identifierName": "config"
                                                  },
                                                  "name": "config"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 4395,
                                                "end": 4405,
                                                "loc": {
                                                  "start": {
                                                    "line": 146,
                                                    "column": 31
                                                  },
                                                  "end": {
                                                    "line": 146,
                                                    "column": 41
                                                  },
                                                  "identifierName": "line_items"
                                                },
                                                "name": "line_items"
                                              },
                                              "computed": false
                                            },
                                            {
                                              "type": "ArrowFunctionExpression",
                                              "start": 4407,
                                              "end": 4727,
                                              "loc": {
                                                "start": {
                                                  "line": 146,
                                                  "column": 43
                                                },
                                                "end": {
                                                  "line": 154,
                                                  "column": 9
                                                }
                                              },
                                              "id": null,
                                              "generator": false,
                                              "expression": false,
                                              "async": false,
                                              "params": [
                                                {
                                                  "type": "Identifier",
                                                  "start": 4407,
                                                  "end": 4409,
                                                  "loc": {
                                                    "start": {
                                                      "line": 146,
                                                      "column": 43
                                                    },
                                                    "end": {
                                                      "line": 146,
                                                      "column": 45
                                                    },
                                                    "identifierName": "id"
                                                  },
                                                  "name": "id"
                                                }
                                              ],
                                              "body": {
                                                "type": "BlockStatement",
                                                "start": 4413,
                                                "end": 4727,
                                                "loc": {
                                                  "start": {
                                                    "line": 146,
                                                    "column": 49
                                                  },
                                                  "end": {
                                                    "line": 154,
                                                    "column": 9
                                                  }
                                                },
                                                "body": [
                                                  {
                                                    "type": "VariableDeclaration",
                                                    "start": 4425,
                                                    "end": 4471,
                                                    "loc": {
                                                      "start": {
                                                        "line": 147,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 147,
                                                        "column": 56
                                                      }
                                                    },
                                                    "declarations": [
                                                      {
                                                        "type": "VariableDeclarator",
                                                        "start": 4429,
                                                        "end": 4470,
                                                        "loc": {
                                                          "start": {
                                                            "line": 147,
                                                            "column": 14
                                                          },
                                                          "end": {
                                                            "line": 147,
                                                            "column": 55
                                                          }
                                                        },
                                                        "id": {
                                                          "type": "Identifier",
                                                          "start": 4429,
                                                          "end": 4435,
                                                          "loc": {
                                                            "start": {
                                                              "line": 147,
                                                              "column": 14
                                                            },
                                                            "end": {
                                                              "line": 147,
                                                              "column": 20
                                                            },
                                                            "identifierName": "entity"
                                                          },
                                                          "name": "entity"
                                                        },
                                                        "init": {
                                                          "type": "CallExpression",
                                                          "start": 4438,
                                                          "end": 4470,
                                                          "loc": {
                                                            "start": {
                                                              "line": 147,
                                                              "column": 23
                                                            },
                                                            "end": {
                                                              "line": 147,
                                                              "column": 55
                                                            }
                                                          },
                                                          "callee": {
                                                            "type": "MemberExpression",
                                                            "start": 4438,
                                                            "end": 4466,
                                                            "loc": {
                                                              "start": {
                                                                "line": 147,
                                                                "column": 23
                                                              },
                                                              "end": {
                                                                "line": 147,
                                                                "column": 51
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "MemberExpression",
                                                              "start": 4438,
                                                              "end": 4456,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 147,
                                                                  "column": 23
                                                                },
                                                                "end": {
                                                                  "line": 147,
                                                                  "column": 41
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "MemberExpression",
                                                                "start": 4438,
                                                                "end": 4447,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 147,
                                                                    "column": 23
                                                                  },
                                                                  "end": {
                                                                    "line": 147,
                                                                    "column": 32
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "ThisExpression",
                                                                  "start": 4438,
                                                                  "end": 4442,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 147,
                                                                      "column": 23
                                                                    },
                                                                    "end": {
                                                                      "line": 147,
                                                                      "column": 27
                                                                    }
                                                                  }
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 4443,
                                                                  "end": 4447,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 147,
                                                                      "column": 28
                                                                    },
                                                                    "end": {
                                                                      "line": 147,
                                                                      "column": 32
                                                                    },
                                                                    "identifierName": "_bid"
                                                                  },
                                                                  "name": "_bid"
                                                                },
                                                                "computed": false
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 4448,
                                                                "end": 4456,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 147,
                                                                    "column": 33
                                                                  },
                                                                  "end": {
                                                                    "line": 147,
                                                                    "column": 41
                                                                  },
                                                                  "identifierName": "entities"
                                                                },
                                                                "name": "entities"
                                                              },
                                                              "computed": false
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 4457,
                                                              "end": 4466,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 147,
                                                                  "column": 42
                                                                },
                                                                "end": {
                                                                  "line": 147,
                                                                  "column": 51
                                                                },
                                                                "identifierName": "lineItems"
                                                              },
                                                              "name": "lineItems"
                                                            },
                                                            "computed": false
                                                          },
                                                          "arguments": [
                                                            {
                                                              "type": "Identifier",
                                                              "start": 4467,
                                                              "end": 4469,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 147,
                                                                  "column": 52
                                                                },
                                                                "end": {
                                                                  "line": 147,
                                                                  "column": 54
                                                                },
                                                                "identifierName": "id"
                                                              },
                                                              "name": "id"
                                                            }
                                                          ]
                                                        }
                                                      }
                                                    ],
                                                    "kind": "var"
                                                  },
                                                  {
                                                    "type": "IfStatement",
                                                    "start": 4482,
                                                    "end": 4717,
                                                    "loc": {
                                                      "start": {
                                                        "line": 148,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 153,
                                                        "column": 11
                                                      }
                                                    },
                                                    "test": {
                                                      "type": "LogicalExpression",
                                                      "start": 4486,
                                                      "end": 4527,
                                                      "loc": {
                                                        "start": {
                                                          "line": 148,
                                                          "column": 14
                                                        },
                                                        "end": {
                                                          "line": 148,
                                                          "column": 55
                                                        }
                                                      },
                                                      "left": {
                                                        "type": "CallExpression",
                                                        "start": 4486,
                                                        "end": 4507,
                                                        "loc": {
                                                          "start": {
                                                            "line": 148,
                                                            "column": 14
                                                          },
                                                          "end": {
                                                            "line": 148,
                                                            "column": 35
                                                          }
                                                        },
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "start": 4486,
                                                          "end": 4499,
                                                          "loc": {
                                                            "start": {
                                                              "line": 148,
                                                              "column": 14
                                                            },
                                                            "end": {
                                                              "line": 148,
                                                              "column": 27
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 4486,
                                                            "end": 4487,
                                                            "loc": {
                                                              "start": {
                                                                "line": 148,
                                                                "column": 14
                                                              },
                                                              "end": {
                                                                "line": 148,
                                                                "column": 15
                                                              },
                                                              "identifierName": "_"
                                                            },
                                                            "name": "_"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 4488,
                                                            "end": 4499,
                                                            "loc": {
                                                              "start": {
                                                                "line": 148,
                                                                "column": 16
                                                              },
                                                              "end": {
                                                                "line": 148,
                                                                "column": 27
                                                              },
                                                              "identifierName": "isUndefined"
                                                            },
                                                            "name": "isUndefined"
                                                          },
                                                          "computed": false
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "Identifier",
                                                            "start": 4500,
                                                            "end": 4506,
                                                            "loc": {
                                                              "start": {
                                                                "line": 148,
                                                                "column": 28
                                                              },
                                                              "end": {
                                                                "line": 148,
                                                                "column": 34
                                                              },
                                                              "identifierName": "entity"
                                                            },
                                                            "name": "entity"
                                                          }
                                                        ]
                                                      },
                                                      "operator": "||",
                                                      "right": {
                                                        "type": "CallExpression",
                                                        "start": 4511,
                                                        "end": 4527,
                                                        "loc": {
                                                          "start": {
                                                            "line": 148,
                                                            "column": 39
                                                          },
                                                          "end": {
                                                            "line": 148,
                                                            "column": 55
                                                          }
                                                        },
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "start": 4511,
                                                          "end": 4519,
                                                          "loc": {
                                                            "start": {
                                                              "line": 148,
                                                              "column": 39
                                                            },
                                                            "end": {
                                                              "line": 148,
                                                              "column": 47
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 4511,
                                                            "end": 4512,
                                                            "loc": {
                                                              "start": {
                                                                "line": 148,
                                                                "column": 39
                                                              },
                                                              "end": {
                                                                "line": 148,
                                                                "column": 40
                                                              },
                                                              "identifierName": "_"
                                                            },
                                                            "name": "_"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 4513,
                                                            "end": 4519,
                                                            "loc": {
                                                              "start": {
                                                                "line": 148,
                                                                "column": 41
                                                              },
                                                              "end": {
                                                                "line": 148,
                                                                "column": 47
                                                              },
                                                              "identifierName": "isNull"
                                                            },
                                                            "name": "isNull"
                                                          },
                                                          "computed": false
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "Identifier",
                                                            "start": 4520,
                                                            "end": 4526,
                                                            "loc": {
                                                              "start": {
                                                                "line": 148,
                                                                "column": 48
                                                              },
                                                              "end": {
                                                                "line": 148,
                                                                "column": 54
                                                              },
                                                              "identifierName": "entity"
                                                            },
                                                            "name": "entity"
                                                          }
                                                        ]
                                                      }
                                                    },
                                                    "consequent": {
                                                      "type": "BlockStatement",
                                                      "start": 4529,
                                                      "end": 4717,
                                                      "loc": {
                                                        "start": {
                                                          "line": 148,
                                                          "column": 57
                                                        },
                                                        "end": {
                                                          "line": 153,
                                                          "column": 11
                                                        }
                                                      },
                                                      "body": [
                                                        {
                                                          "type": "ExpressionStatement",
                                                          "start": 4543,
                                                          "end": 4705,
                                                          "loc": {
                                                            "start": {
                                                              "line": 149,
                                                              "column": 12
                                                            },
                                                            "end": {
                                                              "line": 152,
                                                              "column": 15
                                                            }
                                                          },
                                                          "expression": {
                                                            "type": "CallExpression",
                                                            "start": 4543,
                                                            "end": 4704,
                                                            "loc": {
                                                              "start": {
                                                                "line": 149,
                                                                "column": 12
                                                              },
                                                              "end": {
                                                                "line": 152,
                                                                "column": 14
                                                              }
                                                            },
                                                            "callee": {
                                                              "type": "MemberExpression",
                                                              "start": 4543,
                                                              "end": 4557,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 149,
                                                                  "column": 12
                                                                },
                                                                "end": {
                                                                  "line": 149,
                                                                  "column": 26
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "ThisExpression",
                                                                "start": 4543,
                                                                "end": 4547,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 149,
                                                                    "column": 12
                                                                  },
                                                                  "end": {
                                                                    "line": 149,
                                                                    "column": 16
                                                                  }
                                                                }
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 4548,
                                                                "end": 4557,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 149,
                                                                    "column": 17
                                                                  },
                                                                  "end": {
                                                                    "line": 149,
                                                                    "column": 26
                                                                  },
                                                                  "identifierName": "_logIssue"
                                                                },
                                                                "name": "_logIssue"
                                                              },
                                                              "computed": false
                                                            },
                                                            "arguments": [
                                                              {
                                                                "type": "StringLiteral",
                                                                "start": 4558,
                                                                "end": 4593,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 149,
                                                                    "column": 27
                                                                  },
                                                                  "end": {
                                                                    "line": 149,
                                                                    "column": 62
                                                                  }
                                                                },
                                                                "extra": {
                                                                  "rawValue": "invalid_assembly_entity_reference",
                                                                  "raw": "\"invalid_assembly_entity_reference\""
                                                                },
                                                                "value": "invalid_assembly_entity_reference"
                                                              },
                                                              {
                                                                "type": "Identifier",
                                                                "start": 4595,
                                                                "end": 4603,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 149,
                                                                    "column": 64
                                                                  },
                                                                  "end": {
                                                                    "line": 149,
                                                                    "column": 72
                                                                  },
                                                                  "identifierName": "assembly"
                                                                },
                                                                "name": "assembly"
                                                              },
                                                              {
                                                                "type": "NullLiteral",
                                                                "start": 4605,
                                                                "end": 4609,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 149,
                                                                    "column": 74
                                                                  },
                                                                  "end": {
                                                                    "line": 149,
                                                                    "column": 78
                                                                  }
                                                                }
                                                              },
                                                              {
                                                                "type": "ObjectExpression",
                                                                "start": 4611,
                                                                "end": 4703,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 149,
                                                                    "column": 80
                                                                  },
                                                                  "end": {
                                                                    "line": 152,
                                                                    "column": 13
                                                                  }
                                                                },
                                                                "properties": [
                                                                  {
                                                                    "type": "ObjectProperty",
                                                                    "start": 4627,
                                                                    "end": 4655,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 150,
                                                                        "column": 14
                                                                      },
                                                                      "end": {
                                                                        "line": 150,
                                                                        "column": 42
                                                                      }
                                                                    },
                                                                    "method": false,
                                                                    "shorthand": false,
                                                                    "computed": false,
                                                                    "key": {
                                                                      "type": "Identifier",
                                                                      "start": 4627,
                                                                      "end": 4642,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 150,
                                                                          "column": 14
                                                                        },
                                                                        "end": {
                                                                          "line": 150,
                                                                          "column": 29
                                                                        },
                                                                        "identifierName": "dependency_type"
                                                                      },
                                                                      "name": "dependency_type"
                                                                    },
                                                                    "value": {
                                                                      "type": "StringLiteral",
                                                                      "start": 4644,
                                                                      "end": 4655,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 150,
                                                                          "column": 31
                                                                        },
                                                                        "end": {
                                                                          "line": 150,
                                                                          "column": 42
                                                                        }
                                                                      },
                                                                      "extra": {
                                                                        "rawValue": "line_item",
                                                                        "raw": "\"line_item\""
                                                                      },
                                                                      "value": "line_item"
                                                                    }
                                                                  },
                                                                  {
                                                                    "type": "ObjectProperty",
                                                                    "start": 4671,
                                                                    "end": 4688,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 151,
                                                                        "column": 14
                                                                      },
                                                                      "end": {
                                                                        "line": 151,
                                                                        "column": 31
                                                                      }
                                                                    },
                                                                    "method": false,
                                                                    "shorthand": false,
                                                                    "computed": false,
                                                                    "key": {
                                                                      "type": "Identifier",
                                                                      "start": 4671,
                                                                      "end": 4684,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 151,
                                                                          "column": 14
                                                                        },
                                                                        "end": {
                                                                          "line": 151,
                                                                          "column": 27
                                                                        },
                                                                        "identifierName": "dependency_id"
                                                                      },
                                                                      "name": "dependency_id"
                                                                    },
                                                                    "value": {
                                                                      "type": "Identifier",
                                                                      "start": 4686,
                                                                      "end": 4688,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 151,
                                                                          "column": 29
                                                                        },
                                                                        "end": {
                                                                          "line": 151,
                                                                          "column": 31
                                                                        },
                                                                        "identifierName": "id"
                                                                      },
                                                                      "name": "id"
                                                                    }
                                                                  }
                                                                ]
                                                              }
                                                            ]
                                                          }
                                                        }
                                                      ],
                                                      "directives": []
                                                    },
                                                    "alternate": null
                                                  }
                                                ],
                                                "directives": []
                                              }
                                            }
                                          ]
                                        }
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 4739,
                                        "end": 5097,
                                        "loc": {
                                          "start": {
                                            "line": 156,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 164,
                                            "column": 11
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 4739,
                                          "end": 5096,
                                          "loc": {
                                            "start": {
                                              "line": 156,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 164,
                                              "column": 10
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 4739,
                                            "end": 4745,
                                            "loc": {
                                              "start": {
                                                "line": 156,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 156,
                                                "column": 14
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 4739,
                                              "end": 4740,
                                              "loc": {
                                                "start": {
                                                  "line": 156,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 156,
                                                  "column": 9
                                                },
                                                "identifierName": "_"
                                              },
                                              "name": "_"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 4741,
                                              "end": 4745,
                                              "loc": {
                                                "start": {
                                                  "line": 156,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 156,
                                                  "column": 14
                                                },
                                                "identifierName": "each"
                                              },
                                              "name": "each"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "MemberExpression",
                                              "start": 4746,
                                              "end": 4772,
                                              "loc": {
                                                "start": {
                                                  "line": 156,
                                                  "column": 15
                                                },
                                                "end": {
                                                  "line": 156,
                                                  "column": 41
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 4746,
                                                "end": 4761,
                                                "loc": {
                                                  "start": {
                                                    "line": 156,
                                                    "column": 15
                                                  },
                                                  "end": {
                                                    "line": 156,
                                                    "column": 30
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 4746,
                                                  "end": 4754,
                                                  "loc": {
                                                    "start": {
                                                      "line": 156,
                                                      "column": 15
                                                    },
                                                    "end": {
                                                      "line": 156,
                                                      "column": 23
                                                    },
                                                    "identifierName": "assembly"
                                                  },
                                                  "name": "assembly"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 4755,
                                                  "end": 4761,
                                                  "loc": {
                                                    "start": {
                                                      "line": 156,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 156,
                                                      "column": 30
                                                    },
                                                    "identifierName": "config"
                                                  },
                                                  "name": "config"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 4762,
                                                "end": 4772,
                                                "loc": {
                                                  "start": {
                                                    "line": 156,
                                                    "column": 31
                                                  },
                                                  "end": {
                                                    "line": 156,
                                                    "column": 41
                                                  },
                                                  "identifierName": "components"
                                                },
                                                "name": "components"
                                              },
                                              "computed": false
                                            },
                                            {
                                              "type": "ArrowFunctionExpression",
                                              "start": 4774,
                                              "end": 5095,
                                              "loc": {
                                                "start": {
                                                  "line": 156,
                                                  "column": 43
                                                },
                                                "end": {
                                                  "line": 164,
                                                  "column": 9
                                                }
                                              },
                                              "id": null,
                                              "generator": false,
                                              "expression": false,
                                              "async": false,
                                              "params": [
                                                {
                                                  "type": "Identifier",
                                                  "start": 4774,
                                                  "end": 4776,
                                                  "loc": {
                                                    "start": {
                                                      "line": 156,
                                                      "column": 43
                                                    },
                                                    "end": {
                                                      "line": 156,
                                                      "column": 45
                                                    },
                                                    "identifierName": "id"
                                                  },
                                                  "name": "id"
                                                }
                                              ],
                                              "body": {
                                                "type": "BlockStatement",
                                                "start": 4780,
                                                "end": 5095,
                                                "loc": {
                                                  "start": {
                                                    "line": 156,
                                                    "column": 49
                                                  },
                                                  "end": {
                                                    "line": 164,
                                                    "column": 9
                                                  }
                                                },
                                                "body": [
                                                  {
                                                    "type": "VariableDeclaration",
                                                    "start": 4792,
                                                    "end": 4839,
                                                    "loc": {
                                                      "start": {
                                                        "line": 157,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 157,
                                                        "column": 57
                                                      }
                                                    },
                                                    "declarations": [
                                                      {
                                                        "type": "VariableDeclarator",
                                                        "start": 4796,
                                                        "end": 4838,
                                                        "loc": {
                                                          "start": {
                                                            "line": 157,
                                                            "column": 14
                                                          },
                                                          "end": {
                                                            "line": 157,
                                                            "column": 56
                                                          }
                                                        },
                                                        "id": {
                                                          "type": "Identifier",
                                                          "start": 4796,
                                                          "end": 4802,
                                                          "loc": {
                                                            "start": {
                                                              "line": 157,
                                                              "column": 14
                                                            },
                                                            "end": {
                                                              "line": 157,
                                                              "column": 20
                                                            },
                                                            "identifierName": "entity"
                                                          },
                                                          "name": "entity"
                                                        },
                                                        "init": {
                                                          "type": "CallExpression",
                                                          "start": 4805,
                                                          "end": 4838,
                                                          "loc": {
                                                            "start": {
                                                              "line": 157,
                                                              "column": 23
                                                            },
                                                            "end": {
                                                              "line": 157,
                                                              "column": 56
                                                            }
                                                          },
                                                          "callee": {
                                                            "type": "MemberExpression",
                                                            "start": 4805,
                                                            "end": 4834,
                                                            "loc": {
                                                              "start": {
                                                                "line": 157,
                                                                "column": 23
                                                              },
                                                              "end": {
                                                                "line": 157,
                                                                "column": 52
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "MemberExpression",
                                                              "start": 4805,
                                                              "end": 4823,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 157,
                                                                  "column": 23
                                                                },
                                                                "end": {
                                                                  "line": 157,
                                                                  "column": 41
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "MemberExpression",
                                                                "start": 4805,
                                                                "end": 4814,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 157,
                                                                    "column": 23
                                                                  },
                                                                  "end": {
                                                                    "line": 157,
                                                                    "column": 32
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "ThisExpression",
                                                                  "start": 4805,
                                                                  "end": 4809,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 157,
                                                                      "column": 23
                                                                    },
                                                                    "end": {
                                                                      "line": 157,
                                                                      "column": 27
                                                                    }
                                                                  }
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 4810,
                                                                  "end": 4814,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 157,
                                                                      "column": 28
                                                                    },
                                                                    "end": {
                                                                      "line": 157,
                                                                      "column": 32
                                                                    },
                                                                    "identifierName": "_bid"
                                                                  },
                                                                  "name": "_bid"
                                                                },
                                                                "computed": false
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 4815,
                                                                "end": 4823,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 157,
                                                                    "column": 33
                                                                  },
                                                                  "end": {
                                                                    "line": 157,
                                                                    "column": 41
                                                                  },
                                                                  "identifierName": "entities"
                                                                },
                                                                "name": "entities"
                                                              },
                                                              "computed": false
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 4824,
                                                              "end": 4834,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 157,
                                                                  "column": 42
                                                                },
                                                                "end": {
                                                                  "line": 157,
                                                                  "column": 52
                                                                },
                                                                "identifierName": "components"
                                                              },
                                                              "name": "components"
                                                            },
                                                            "computed": false
                                                          },
                                                          "arguments": [
                                                            {
                                                              "type": "Identifier",
                                                              "start": 4835,
                                                              "end": 4837,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 157,
                                                                  "column": 53
                                                                },
                                                                "end": {
                                                                  "line": 157,
                                                                  "column": 55
                                                                },
                                                                "identifierName": "id"
                                                              },
                                                              "name": "id"
                                                            }
                                                          ]
                                                        }
                                                      }
                                                    ],
                                                    "kind": "var"
                                                  },
                                                  {
                                                    "type": "IfStatement",
                                                    "start": 4850,
                                                    "end": 5085,
                                                    "loc": {
                                                      "start": {
                                                        "line": 158,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 163,
                                                        "column": 11
                                                      }
                                                    },
                                                    "test": {
                                                      "type": "LogicalExpression",
                                                      "start": 4854,
                                                      "end": 4895,
                                                      "loc": {
                                                        "start": {
                                                          "line": 158,
                                                          "column": 14
                                                        },
                                                        "end": {
                                                          "line": 158,
                                                          "column": 55
                                                        }
                                                      },
                                                      "left": {
                                                        "type": "CallExpression",
                                                        "start": 4854,
                                                        "end": 4875,
                                                        "loc": {
                                                          "start": {
                                                            "line": 158,
                                                            "column": 14
                                                          },
                                                          "end": {
                                                            "line": 158,
                                                            "column": 35
                                                          }
                                                        },
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "start": 4854,
                                                          "end": 4867,
                                                          "loc": {
                                                            "start": {
                                                              "line": 158,
                                                              "column": 14
                                                            },
                                                            "end": {
                                                              "line": 158,
                                                              "column": 27
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 4854,
                                                            "end": 4855,
                                                            "loc": {
                                                              "start": {
                                                                "line": 158,
                                                                "column": 14
                                                              },
                                                              "end": {
                                                                "line": 158,
                                                                "column": 15
                                                              },
                                                              "identifierName": "_"
                                                            },
                                                            "name": "_"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 4856,
                                                            "end": 4867,
                                                            "loc": {
                                                              "start": {
                                                                "line": 158,
                                                                "column": 16
                                                              },
                                                              "end": {
                                                                "line": 158,
                                                                "column": 27
                                                              },
                                                              "identifierName": "isUndefined"
                                                            },
                                                            "name": "isUndefined"
                                                          },
                                                          "computed": false
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "Identifier",
                                                            "start": 4868,
                                                            "end": 4874,
                                                            "loc": {
                                                              "start": {
                                                                "line": 158,
                                                                "column": 28
                                                              },
                                                              "end": {
                                                                "line": 158,
                                                                "column": 34
                                                              },
                                                              "identifierName": "entity"
                                                            },
                                                            "name": "entity"
                                                          }
                                                        ]
                                                      },
                                                      "operator": "||",
                                                      "right": {
                                                        "type": "CallExpression",
                                                        "start": 4879,
                                                        "end": 4895,
                                                        "loc": {
                                                          "start": {
                                                            "line": 158,
                                                            "column": 39
                                                          },
                                                          "end": {
                                                            "line": 158,
                                                            "column": 55
                                                          }
                                                        },
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "start": 4879,
                                                          "end": 4887,
                                                          "loc": {
                                                            "start": {
                                                              "line": 158,
                                                              "column": 39
                                                            },
                                                            "end": {
                                                              "line": 158,
                                                              "column": 47
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 4879,
                                                            "end": 4880,
                                                            "loc": {
                                                              "start": {
                                                                "line": 158,
                                                                "column": 39
                                                              },
                                                              "end": {
                                                                "line": 158,
                                                                "column": 40
                                                              },
                                                              "identifierName": "_"
                                                            },
                                                            "name": "_"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 4881,
                                                            "end": 4887,
                                                            "loc": {
                                                              "start": {
                                                                "line": 158,
                                                                "column": 41
                                                              },
                                                              "end": {
                                                                "line": 158,
                                                                "column": 47
                                                              },
                                                              "identifierName": "isNull"
                                                            },
                                                            "name": "isNull"
                                                          },
                                                          "computed": false
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "Identifier",
                                                            "start": 4888,
                                                            "end": 4894,
                                                            "loc": {
                                                              "start": {
                                                                "line": 158,
                                                                "column": 48
                                                              },
                                                              "end": {
                                                                "line": 158,
                                                                "column": 54
                                                              },
                                                              "identifierName": "entity"
                                                            },
                                                            "name": "entity"
                                                          }
                                                        ]
                                                      }
                                                    },
                                                    "consequent": {
                                                      "type": "BlockStatement",
                                                      "start": 4897,
                                                      "end": 5085,
                                                      "loc": {
                                                        "start": {
                                                          "line": 158,
                                                          "column": 57
                                                        },
                                                        "end": {
                                                          "line": 163,
                                                          "column": 11
                                                        }
                                                      },
                                                      "body": [
                                                        {
                                                          "type": "ExpressionStatement",
                                                          "start": 4911,
                                                          "end": 5073,
                                                          "loc": {
                                                            "start": {
                                                              "line": 159,
                                                              "column": 12
                                                            },
                                                            "end": {
                                                              "line": 162,
                                                              "column": 15
                                                            }
                                                          },
                                                          "expression": {
                                                            "type": "CallExpression",
                                                            "start": 4911,
                                                            "end": 5072,
                                                            "loc": {
                                                              "start": {
                                                                "line": 159,
                                                                "column": 12
                                                              },
                                                              "end": {
                                                                "line": 162,
                                                                "column": 14
                                                              }
                                                            },
                                                            "callee": {
                                                              "type": "MemberExpression",
                                                              "start": 4911,
                                                              "end": 4925,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 159,
                                                                  "column": 12
                                                                },
                                                                "end": {
                                                                  "line": 159,
                                                                  "column": 26
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "ThisExpression",
                                                                "start": 4911,
                                                                "end": 4915,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 159,
                                                                    "column": 12
                                                                  },
                                                                  "end": {
                                                                    "line": 159,
                                                                    "column": 16
                                                                  }
                                                                }
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 4916,
                                                                "end": 4925,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 159,
                                                                    "column": 17
                                                                  },
                                                                  "end": {
                                                                    "line": 159,
                                                                    "column": 26
                                                                  },
                                                                  "identifierName": "_logIssue"
                                                                },
                                                                "name": "_logIssue"
                                                              },
                                                              "computed": false
                                                            },
                                                            "arguments": [
                                                              {
                                                                "type": "StringLiteral",
                                                                "start": 4926,
                                                                "end": 4961,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 159,
                                                                    "column": 27
                                                                  },
                                                                  "end": {
                                                                    "line": 159,
                                                                    "column": 62
                                                                  }
                                                                },
                                                                "extra": {
                                                                  "rawValue": "invalid_assembly_entity_reference",
                                                                  "raw": "\"invalid_assembly_entity_reference\""
                                                                },
                                                                "value": "invalid_assembly_entity_reference"
                                                              },
                                                              {
                                                                "type": "Identifier",
                                                                "start": 4963,
                                                                "end": 4971,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 159,
                                                                    "column": 64
                                                                  },
                                                                  "end": {
                                                                    "line": 159,
                                                                    "column": 72
                                                                  },
                                                                  "identifierName": "assembly"
                                                                },
                                                                "name": "assembly"
                                                              },
                                                              {
                                                                "type": "NullLiteral",
                                                                "start": 4973,
                                                                "end": 4977,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 159,
                                                                    "column": 74
                                                                  },
                                                                  "end": {
                                                                    "line": 159,
                                                                    "column": 78
                                                                  }
                                                                }
                                                              },
                                                              {
                                                                "type": "ObjectExpression",
                                                                "start": 4979,
                                                                "end": 5071,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 159,
                                                                    "column": 80
                                                                  },
                                                                  "end": {
                                                                    "line": 162,
                                                                    "column": 13
                                                                  }
                                                                },
                                                                "properties": [
                                                                  {
                                                                    "type": "ObjectProperty",
                                                                    "start": 4995,
                                                                    "end": 5023,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 160,
                                                                        "column": 14
                                                                      },
                                                                      "end": {
                                                                        "line": 160,
                                                                        "column": 42
                                                                      }
                                                                    },
                                                                    "method": false,
                                                                    "shorthand": false,
                                                                    "computed": false,
                                                                    "key": {
                                                                      "type": "Identifier",
                                                                      "start": 4995,
                                                                      "end": 5010,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 160,
                                                                          "column": 14
                                                                        },
                                                                        "end": {
                                                                          "line": 160,
                                                                          "column": 29
                                                                        },
                                                                        "identifierName": "dependency_type"
                                                                      },
                                                                      "name": "dependency_type"
                                                                    },
                                                                    "value": {
                                                                      "type": "StringLiteral",
                                                                      "start": 5012,
                                                                      "end": 5023,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 160,
                                                                          "column": 31
                                                                        },
                                                                        "end": {
                                                                          "line": 160,
                                                                          "column": 42
                                                                        }
                                                                      },
                                                                      "extra": {
                                                                        "rawValue": "component",
                                                                        "raw": "\"component\""
                                                                      },
                                                                      "value": "component"
                                                                    }
                                                                  },
                                                                  {
                                                                    "type": "ObjectProperty",
                                                                    "start": 5039,
                                                                    "end": 5056,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 161,
                                                                        "column": 14
                                                                      },
                                                                      "end": {
                                                                        "line": 161,
                                                                        "column": 31
                                                                      }
                                                                    },
                                                                    "method": false,
                                                                    "shorthand": false,
                                                                    "computed": false,
                                                                    "key": {
                                                                      "type": "Identifier",
                                                                      "start": 5039,
                                                                      "end": 5052,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 161,
                                                                          "column": 14
                                                                        },
                                                                        "end": {
                                                                          "line": 161,
                                                                          "column": 27
                                                                        },
                                                                        "identifierName": "dependency_id"
                                                                      },
                                                                      "name": "dependency_id"
                                                                    },
                                                                    "value": {
                                                                      "type": "Identifier",
                                                                      "start": 5054,
                                                                      "end": 5056,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 161,
                                                                          "column": 29
                                                                        },
                                                                        "end": {
                                                                          "line": 161,
                                                                          "column": 31
                                                                        },
                                                                        "identifierName": "id"
                                                                      },
                                                                      "name": "id"
                                                                    }
                                                                  }
                                                                ]
                                                              }
                                                            ]
                                                          }
                                                        }
                                                      ],
                                                      "directives": []
                                                    },
                                                    "alternate": null
                                                  }
                                                ],
                                                "directives": []
                                              }
                                            }
                                          ]
                                        }
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 5107,
                                        "end": 5456,
                                        "loc": {
                                          "start": {
                                            "line": 166,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 174,
                                            "column": 11
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 5107,
                                          "end": 5455,
                                          "loc": {
                                            "start": {
                                              "line": 166,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 174,
                                              "column": 10
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 5107,
                                            "end": 5113,
                                            "loc": {
                                              "start": {
                                                "line": 166,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 166,
                                                "column": 14
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 5107,
                                              "end": 5108,
                                              "loc": {
                                                "start": {
                                                  "line": 166,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 166,
                                                  "column": 9
                                                },
                                                "identifierName": "_"
                                              },
                                              "name": "_"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 5109,
                                              "end": 5113,
                                              "loc": {
                                                "start": {
                                                  "line": 166,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 166,
                                                  "column": 14
                                                },
                                                "identifierName": "each"
                                              },
                                              "name": "each"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "MemberExpression",
                                              "start": 5114,
                                              "end": 5137,
                                              "loc": {
                                                "start": {
                                                  "line": 166,
                                                  "column": 15
                                                },
                                                "end": {
                                                  "line": 166,
                                                  "column": 38
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 5114,
                                                "end": 5129,
                                                "loc": {
                                                  "start": {
                                                    "line": 166,
                                                    "column": 15
                                                  },
                                                  "end": {
                                                    "line": 166,
                                                    "column": 30
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 5114,
                                                  "end": 5122,
                                                  "loc": {
                                                    "start": {
                                                      "line": 166,
                                                      "column": 15
                                                    },
                                                    "end": {
                                                      "line": 166,
                                                      "column": 23
                                                    },
                                                    "identifierName": "assembly"
                                                  },
                                                  "name": "assembly"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 5123,
                                                  "end": 5129,
                                                  "loc": {
                                                    "start": {
                                                      "line": 166,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 166,
                                                      "column": 30
                                                    },
                                                    "identifierName": "config"
                                                  },
                                                  "name": "config"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 5130,
                                                "end": 5137,
                                                "loc": {
                                                  "start": {
                                                    "line": 166,
                                                    "column": 31
                                                  },
                                                  "end": {
                                                    "line": 166,
                                                    "column": 38
                                                  },
                                                  "identifierName": "metrics"
                                                },
                                                "name": "metrics"
                                              },
                                              "computed": false
                                            },
                                            {
                                              "type": "ArrowFunctionExpression",
                                              "start": 5139,
                                              "end": 5454,
                                              "loc": {
                                                "start": {
                                                  "line": 166,
                                                  "column": 40
                                                },
                                                "end": {
                                                  "line": 174,
                                                  "column": 9
                                                }
                                              },
                                              "id": null,
                                              "generator": false,
                                              "expression": false,
                                              "async": false,
                                              "params": [
                                                {
                                                  "type": "Identifier",
                                                  "start": 5139,
                                                  "end": 5141,
                                                  "loc": {
                                                    "start": {
                                                      "line": 166,
                                                      "column": 40
                                                    },
                                                    "end": {
                                                      "line": 166,
                                                      "column": 42
                                                    },
                                                    "identifierName": "id"
                                                  },
                                                  "name": "id"
                                                }
                                              ],
                                              "body": {
                                                "type": "BlockStatement",
                                                "start": 5145,
                                                "end": 5454,
                                                "loc": {
                                                  "start": {
                                                    "line": 166,
                                                    "column": 46
                                                  },
                                                  "end": {
                                                    "line": 174,
                                                    "column": 9
                                                  }
                                                },
                                                "body": [
                                                  {
                                                    "type": "VariableDeclaration",
                                                    "start": 5157,
                                                    "end": 5201,
                                                    "loc": {
                                                      "start": {
                                                        "line": 167,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 167,
                                                        "column": 54
                                                      }
                                                    },
                                                    "declarations": [
                                                      {
                                                        "type": "VariableDeclarator",
                                                        "start": 5161,
                                                        "end": 5200,
                                                        "loc": {
                                                          "start": {
                                                            "line": 167,
                                                            "column": 14
                                                          },
                                                          "end": {
                                                            "line": 167,
                                                            "column": 53
                                                          }
                                                        },
                                                        "id": {
                                                          "type": "Identifier",
                                                          "start": 5161,
                                                          "end": 5167,
                                                          "loc": {
                                                            "start": {
                                                              "line": 167,
                                                              "column": 14
                                                            },
                                                            "end": {
                                                              "line": 167,
                                                              "column": 20
                                                            },
                                                            "identifierName": "entity"
                                                          },
                                                          "name": "entity"
                                                        },
                                                        "init": {
                                                          "type": "CallExpression",
                                                          "start": 5170,
                                                          "end": 5200,
                                                          "loc": {
                                                            "start": {
                                                              "line": 167,
                                                              "column": 23
                                                            },
                                                            "end": {
                                                              "line": 167,
                                                              "column": 53
                                                            }
                                                          },
                                                          "callee": {
                                                            "type": "MemberExpression",
                                                            "start": 5170,
                                                            "end": 5196,
                                                            "loc": {
                                                              "start": {
                                                                "line": 167,
                                                                "column": 23
                                                              },
                                                              "end": {
                                                                "line": 167,
                                                                "column": 49
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "MemberExpression",
                                                              "start": 5170,
                                                              "end": 5188,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 167,
                                                                  "column": 23
                                                                },
                                                                "end": {
                                                                  "line": 167,
                                                                  "column": 41
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "MemberExpression",
                                                                "start": 5170,
                                                                "end": 5179,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 167,
                                                                    "column": 23
                                                                  },
                                                                  "end": {
                                                                    "line": 167,
                                                                    "column": 32
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "ThisExpression",
                                                                  "start": 5170,
                                                                  "end": 5174,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 167,
                                                                      "column": 23
                                                                    },
                                                                    "end": {
                                                                      "line": 167,
                                                                      "column": 27
                                                                    }
                                                                  }
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 5175,
                                                                  "end": 5179,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 167,
                                                                      "column": 28
                                                                    },
                                                                    "end": {
                                                                      "line": 167,
                                                                      "column": 32
                                                                    },
                                                                    "identifierName": "_bid"
                                                                  },
                                                                  "name": "_bid"
                                                                },
                                                                "computed": false
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 5180,
                                                                "end": 5188,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 167,
                                                                    "column": 33
                                                                  },
                                                                  "end": {
                                                                    "line": 167,
                                                                    "column": 41
                                                                  },
                                                                  "identifierName": "entities"
                                                                },
                                                                "name": "entities"
                                                              },
                                                              "computed": false
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 5189,
                                                              "end": 5196,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 167,
                                                                  "column": 42
                                                                },
                                                                "end": {
                                                                  "line": 167,
                                                                  "column": 49
                                                                },
                                                                "identifierName": "metrics"
                                                              },
                                                              "name": "metrics"
                                                            },
                                                            "computed": false
                                                          },
                                                          "arguments": [
                                                            {
                                                              "type": "Identifier",
                                                              "start": 5197,
                                                              "end": 5199,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 167,
                                                                  "column": 50
                                                                },
                                                                "end": {
                                                                  "line": 167,
                                                                  "column": 52
                                                                },
                                                                "identifierName": "id"
                                                              },
                                                              "name": "id"
                                                            }
                                                          ]
                                                        }
                                                      }
                                                    ],
                                                    "kind": "var"
                                                  },
                                                  {
                                                    "type": "IfStatement",
                                                    "start": 5212,
                                                    "end": 5444,
                                                    "loc": {
                                                      "start": {
                                                        "line": 168,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 173,
                                                        "column": 11
                                                      }
                                                    },
                                                    "test": {
                                                      "type": "LogicalExpression",
                                                      "start": 5216,
                                                      "end": 5257,
                                                      "loc": {
                                                        "start": {
                                                          "line": 168,
                                                          "column": 14
                                                        },
                                                        "end": {
                                                          "line": 168,
                                                          "column": 55
                                                        }
                                                      },
                                                      "left": {
                                                        "type": "CallExpression",
                                                        "start": 5216,
                                                        "end": 5237,
                                                        "loc": {
                                                          "start": {
                                                            "line": 168,
                                                            "column": 14
                                                          },
                                                          "end": {
                                                            "line": 168,
                                                            "column": 35
                                                          }
                                                        },
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "start": 5216,
                                                          "end": 5229,
                                                          "loc": {
                                                            "start": {
                                                              "line": 168,
                                                              "column": 14
                                                            },
                                                            "end": {
                                                              "line": 168,
                                                              "column": 27
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 5216,
                                                            "end": 5217,
                                                            "loc": {
                                                              "start": {
                                                                "line": 168,
                                                                "column": 14
                                                              },
                                                              "end": {
                                                                "line": 168,
                                                                "column": 15
                                                              },
                                                              "identifierName": "_"
                                                            },
                                                            "name": "_"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 5218,
                                                            "end": 5229,
                                                            "loc": {
                                                              "start": {
                                                                "line": 168,
                                                                "column": 16
                                                              },
                                                              "end": {
                                                                "line": 168,
                                                                "column": 27
                                                              },
                                                              "identifierName": "isUndefined"
                                                            },
                                                            "name": "isUndefined"
                                                          },
                                                          "computed": false
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "Identifier",
                                                            "start": 5230,
                                                            "end": 5236,
                                                            "loc": {
                                                              "start": {
                                                                "line": 168,
                                                                "column": 28
                                                              },
                                                              "end": {
                                                                "line": 168,
                                                                "column": 34
                                                              },
                                                              "identifierName": "entity"
                                                            },
                                                            "name": "entity"
                                                          }
                                                        ]
                                                      },
                                                      "operator": "||",
                                                      "right": {
                                                        "type": "CallExpression",
                                                        "start": 5241,
                                                        "end": 5257,
                                                        "loc": {
                                                          "start": {
                                                            "line": 168,
                                                            "column": 39
                                                          },
                                                          "end": {
                                                            "line": 168,
                                                            "column": 55
                                                          }
                                                        },
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "start": 5241,
                                                          "end": 5249,
                                                          "loc": {
                                                            "start": {
                                                              "line": 168,
                                                              "column": 39
                                                            },
                                                            "end": {
                                                              "line": 168,
                                                              "column": 47
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 5241,
                                                            "end": 5242,
                                                            "loc": {
                                                              "start": {
                                                                "line": 168,
                                                                "column": 39
                                                              },
                                                              "end": {
                                                                "line": 168,
                                                                "column": 40
                                                              },
                                                              "identifierName": "_"
                                                            },
                                                            "name": "_"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 5243,
                                                            "end": 5249,
                                                            "loc": {
                                                              "start": {
                                                                "line": 168,
                                                                "column": 41
                                                              },
                                                              "end": {
                                                                "line": 168,
                                                                "column": 47
                                                              },
                                                              "identifierName": "isNull"
                                                            },
                                                            "name": "isNull"
                                                          },
                                                          "computed": false
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "Identifier",
                                                            "start": 5250,
                                                            "end": 5256,
                                                            "loc": {
                                                              "start": {
                                                                "line": 168,
                                                                "column": 48
                                                              },
                                                              "end": {
                                                                "line": 168,
                                                                "column": 54
                                                              },
                                                              "identifierName": "entity"
                                                            },
                                                            "name": "entity"
                                                          }
                                                        ]
                                                      }
                                                    },
                                                    "consequent": {
                                                      "type": "BlockStatement",
                                                      "start": 5259,
                                                      "end": 5444,
                                                      "loc": {
                                                        "start": {
                                                          "line": 168,
                                                          "column": 57
                                                        },
                                                        "end": {
                                                          "line": 173,
                                                          "column": 11
                                                        }
                                                      },
                                                      "body": [
                                                        {
                                                          "type": "ExpressionStatement",
                                                          "start": 5273,
                                                          "end": 5432,
                                                          "loc": {
                                                            "start": {
                                                              "line": 169,
                                                              "column": 12
                                                            },
                                                            "end": {
                                                              "line": 172,
                                                              "column": 15
                                                            }
                                                          },
                                                          "expression": {
                                                            "type": "CallExpression",
                                                            "start": 5273,
                                                            "end": 5431,
                                                            "loc": {
                                                              "start": {
                                                                "line": 169,
                                                                "column": 12
                                                              },
                                                              "end": {
                                                                "line": 172,
                                                                "column": 14
                                                              }
                                                            },
                                                            "callee": {
                                                              "type": "MemberExpression",
                                                              "start": 5273,
                                                              "end": 5287,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 169,
                                                                  "column": 12
                                                                },
                                                                "end": {
                                                                  "line": 169,
                                                                  "column": 26
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "ThisExpression",
                                                                "start": 5273,
                                                                "end": 5277,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 169,
                                                                    "column": 12
                                                                  },
                                                                  "end": {
                                                                    "line": 169,
                                                                    "column": 16
                                                                  }
                                                                }
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 5278,
                                                                "end": 5287,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 169,
                                                                    "column": 17
                                                                  },
                                                                  "end": {
                                                                    "line": 169,
                                                                    "column": 26
                                                                  },
                                                                  "identifierName": "_logIssue"
                                                                },
                                                                "name": "_logIssue"
                                                              },
                                                              "computed": false
                                                            },
                                                            "arguments": [
                                                              {
                                                                "type": "StringLiteral",
                                                                "start": 5288,
                                                                "end": 5323,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 169,
                                                                    "column": 27
                                                                  },
                                                                  "end": {
                                                                    "line": 169,
                                                                    "column": 62
                                                                  }
                                                                },
                                                                "extra": {
                                                                  "rawValue": "invalid_assembly_entity_reference",
                                                                  "raw": "\"invalid_assembly_entity_reference\""
                                                                },
                                                                "value": "invalid_assembly_entity_reference"
                                                              },
                                                              {
                                                                "type": "Identifier",
                                                                "start": 5325,
                                                                "end": 5333,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 169,
                                                                    "column": 64
                                                                  },
                                                                  "end": {
                                                                    "line": 169,
                                                                    "column": 72
                                                                  },
                                                                  "identifierName": "assembly"
                                                                },
                                                                "name": "assembly"
                                                              },
                                                              {
                                                                "type": "NullLiteral",
                                                                "start": 5335,
                                                                "end": 5339,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 169,
                                                                    "column": 74
                                                                  },
                                                                  "end": {
                                                                    "line": 169,
                                                                    "column": 78
                                                                  }
                                                                }
                                                              },
                                                              {
                                                                "type": "ObjectExpression",
                                                                "start": 5341,
                                                                "end": 5430,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 169,
                                                                    "column": 80
                                                                  },
                                                                  "end": {
                                                                    "line": 172,
                                                                    "column": 13
                                                                  }
                                                                },
                                                                "properties": [
                                                                  {
                                                                    "type": "ObjectProperty",
                                                                    "start": 5357,
                                                                    "end": 5382,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 170,
                                                                        "column": 14
                                                                      },
                                                                      "end": {
                                                                        "line": 170,
                                                                        "column": 39
                                                                      }
                                                                    },
                                                                    "method": false,
                                                                    "shorthand": false,
                                                                    "computed": false,
                                                                    "key": {
                                                                      "type": "Identifier",
                                                                      "start": 5357,
                                                                      "end": 5372,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 170,
                                                                          "column": 14
                                                                        },
                                                                        "end": {
                                                                          "line": 170,
                                                                          "column": 29
                                                                        },
                                                                        "identifierName": "dependency_type"
                                                                      },
                                                                      "name": "dependency_type"
                                                                    },
                                                                    "value": {
                                                                      "type": "StringLiteral",
                                                                      "start": 5374,
                                                                      "end": 5382,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 170,
                                                                          "column": 31
                                                                        },
                                                                        "end": {
                                                                          "line": 170,
                                                                          "column": 39
                                                                        }
                                                                      },
                                                                      "extra": {
                                                                        "rawValue": "metric",
                                                                        "raw": "\"metric\""
                                                                      },
                                                                      "value": "metric"
                                                                    }
                                                                  },
                                                                  {
                                                                    "type": "ObjectProperty",
                                                                    "start": 5398,
                                                                    "end": 5415,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 171,
                                                                        "column": 14
                                                                      },
                                                                      "end": {
                                                                        "line": 171,
                                                                        "column": 31
                                                                      }
                                                                    },
                                                                    "method": false,
                                                                    "shorthand": false,
                                                                    "computed": false,
                                                                    "key": {
                                                                      "type": "Identifier",
                                                                      "start": 5398,
                                                                      "end": 5411,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 171,
                                                                          "column": 14
                                                                        },
                                                                        "end": {
                                                                          "line": 171,
                                                                          "column": 27
                                                                        },
                                                                        "identifierName": "dependency_id"
                                                                      },
                                                                      "name": "dependency_id"
                                                                    },
                                                                    "value": {
                                                                      "type": "Identifier",
                                                                      "start": 5413,
                                                                      "end": 5415,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 171,
                                                                          "column": 29
                                                                        },
                                                                        "end": {
                                                                          "line": 171,
                                                                          "column": 31
                                                                        },
                                                                        "identifierName": "id"
                                                                      },
                                                                      "name": "id"
                                                                    }
                                                                  }
                                                                ]
                                                              }
                                                            ]
                                                          }
                                                        }
                                                      ],
                                                      "directives": []
                                                    },
                                                    "alternate": null
                                                  }
                                                ],
                                                "directives": []
                                              }
                                            }
                                          ]
                                        }
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 5466,
                                        "end": 5812,
                                        "loc": {
                                          "start": {
                                            "line": 176,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 184,
                                            "column": 11
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 5466,
                                          "end": 5811,
                                          "loc": {
                                            "start": {
                                              "line": 176,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 184,
                                              "column": 10
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 5466,
                                            "end": 5472,
                                            "loc": {
                                              "start": {
                                                "line": 176,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 176,
                                                "column": 14
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 5466,
                                              "end": 5467,
                                              "loc": {
                                                "start": {
                                                  "line": 176,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 176,
                                                  "column": 9
                                                },
                                                "identifierName": "_"
                                              },
                                              "name": "_"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 5468,
                                              "end": 5472,
                                              "loc": {
                                                "start": {
                                                  "line": 176,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 176,
                                                  "column": 14
                                                },
                                                "identifierName": "each"
                                              },
                                              "name": "each"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "MemberExpression",
                                              "start": 5473,
                                              "end": 5495,
                                              "loc": {
                                                "start": {
                                                  "line": 176,
                                                  "column": 15
                                                },
                                                "end": {
                                                  "line": 176,
                                                  "column": 37
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 5473,
                                                "end": 5488,
                                                "loc": {
                                                  "start": {
                                                    "line": 176,
                                                    "column": 15
                                                  },
                                                  "end": {
                                                    "line": 176,
                                                    "column": 30
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 5473,
                                                  "end": 5481,
                                                  "loc": {
                                                    "start": {
                                                      "line": 176,
                                                      "column": 15
                                                    },
                                                    "end": {
                                                      "line": 176,
                                                      "column": 23
                                                    },
                                                    "identifierName": "assembly"
                                                  },
                                                  "name": "assembly"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 5482,
                                                  "end": 5488,
                                                  "loc": {
                                                    "start": {
                                                      "line": 176,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 176,
                                                      "column": 30
                                                    },
                                                    "identifierName": "config"
                                                  },
                                                  "name": "config"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 5489,
                                                "end": 5495,
                                                "loc": {
                                                  "start": {
                                                    "line": 176,
                                                    "column": 31
                                                  },
                                                  "end": {
                                                    "line": 176,
                                                    "column": 37
                                                  },
                                                  "identifierName": "fields"
                                                },
                                                "name": "fields"
                                              },
                                              "computed": false
                                            },
                                            {
                                              "type": "ArrowFunctionExpression",
                                              "start": 5497,
                                              "end": 5810,
                                              "loc": {
                                                "start": {
                                                  "line": 176,
                                                  "column": 39
                                                },
                                                "end": {
                                                  "line": 184,
                                                  "column": 9
                                                }
                                              },
                                              "id": null,
                                              "generator": false,
                                              "expression": false,
                                              "async": false,
                                              "params": [
                                                {
                                                  "type": "Identifier",
                                                  "start": 5497,
                                                  "end": 5499,
                                                  "loc": {
                                                    "start": {
                                                      "line": 176,
                                                      "column": 39
                                                    },
                                                    "end": {
                                                      "line": 176,
                                                      "column": 41
                                                    },
                                                    "identifierName": "id"
                                                  },
                                                  "name": "id"
                                                }
                                              ],
                                              "body": {
                                                "type": "BlockStatement",
                                                "start": 5503,
                                                "end": 5810,
                                                "loc": {
                                                  "start": {
                                                    "line": 176,
                                                    "column": 45
                                                  },
                                                  "end": {
                                                    "line": 184,
                                                    "column": 9
                                                  }
                                                },
                                                "body": [
                                                  {
                                                    "type": "VariableDeclaration",
                                                    "start": 5515,
                                                    "end": 5558,
                                                    "loc": {
                                                      "start": {
                                                        "line": 177,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 177,
                                                        "column": 53
                                                      }
                                                    },
                                                    "declarations": [
                                                      {
                                                        "type": "VariableDeclarator",
                                                        "start": 5519,
                                                        "end": 5557,
                                                        "loc": {
                                                          "start": {
                                                            "line": 177,
                                                            "column": 14
                                                          },
                                                          "end": {
                                                            "line": 177,
                                                            "column": 52
                                                          }
                                                        },
                                                        "id": {
                                                          "type": "Identifier",
                                                          "start": 5519,
                                                          "end": 5525,
                                                          "loc": {
                                                            "start": {
                                                              "line": 177,
                                                              "column": 14
                                                            },
                                                            "end": {
                                                              "line": 177,
                                                              "column": 20
                                                            },
                                                            "identifierName": "entity"
                                                          },
                                                          "name": "entity"
                                                        },
                                                        "init": {
                                                          "type": "CallExpression",
                                                          "start": 5528,
                                                          "end": 5557,
                                                          "loc": {
                                                            "start": {
                                                              "line": 177,
                                                              "column": 23
                                                            },
                                                            "end": {
                                                              "line": 177,
                                                              "column": 52
                                                            }
                                                          },
                                                          "callee": {
                                                            "type": "MemberExpression",
                                                            "start": 5528,
                                                            "end": 5553,
                                                            "loc": {
                                                              "start": {
                                                                "line": 177,
                                                                "column": 23
                                                              },
                                                              "end": {
                                                                "line": 177,
                                                                "column": 48
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "MemberExpression",
                                                              "start": 5528,
                                                              "end": 5546,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 177,
                                                                  "column": 23
                                                                },
                                                                "end": {
                                                                  "line": 177,
                                                                  "column": 41
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "MemberExpression",
                                                                "start": 5528,
                                                                "end": 5537,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 177,
                                                                    "column": 23
                                                                  },
                                                                  "end": {
                                                                    "line": 177,
                                                                    "column": 32
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "ThisExpression",
                                                                  "start": 5528,
                                                                  "end": 5532,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 177,
                                                                      "column": 23
                                                                    },
                                                                    "end": {
                                                                      "line": 177,
                                                                      "column": 27
                                                                    }
                                                                  }
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 5533,
                                                                  "end": 5537,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 177,
                                                                      "column": 28
                                                                    },
                                                                    "end": {
                                                                      "line": 177,
                                                                      "column": 32
                                                                    },
                                                                    "identifierName": "_bid"
                                                                  },
                                                                  "name": "_bid"
                                                                },
                                                                "computed": false
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 5538,
                                                                "end": 5546,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 177,
                                                                    "column": 33
                                                                  },
                                                                  "end": {
                                                                    "line": 177,
                                                                    "column": 41
                                                                  },
                                                                  "identifierName": "entities"
                                                                },
                                                                "name": "entities"
                                                              },
                                                              "computed": false
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 5547,
                                                              "end": 5553,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 177,
                                                                  "column": 42
                                                                },
                                                                "end": {
                                                                  "line": 177,
                                                                  "column": 48
                                                                },
                                                                "identifierName": "fields"
                                                              },
                                                              "name": "fields"
                                                            },
                                                            "computed": false
                                                          },
                                                          "arguments": [
                                                            {
                                                              "type": "Identifier",
                                                              "start": 5554,
                                                              "end": 5556,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 177,
                                                                  "column": 49
                                                                },
                                                                "end": {
                                                                  "line": 177,
                                                                  "column": 51
                                                                },
                                                                "identifierName": "id"
                                                              },
                                                              "name": "id"
                                                            }
                                                          ]
                                                        }
                                                      }
                                                    ],
                                                    "kind": "var"
                                                  },
                                                  {
                                                    "type": "IfStatement",
                                                    "start": 5569,
                                                    "end": 5800,
                                                    "loc": {
                                                      "start": {
                                                        "line": 178,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 183,
                                                        "column": 11
                                                      }
                                                    },
                                                    "test": {
                                                      "type": "LogicalExpression",
                                                      "start": 5573,
                                                      "end": 5614,
                                                      "loc": {
                                                        "start": {
                                                          "line": 178,
                                                          "column": 14
                                                        },
                                                        "end": {
                                                          "line": 178,
                                                          "column": 55
                                                        }
                                                      },
                                                      "left": {
                                                        "type": "CallExpression",
                                                        "start": 5573,
                                                        "end": 5594,
                                                        "loc": {
                                                          "start": {
                                                            "line": 178,
                                                            "column": 14
                                                          },
                                                          "end": {
                                                            "line": 178,
                                                            "column": 35
                                                          }
                                                        },
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "start": 5573,
                                                          "end": 5586,
                                                          "loc": {
                                                            "start": {
                                                              "line": 178,
                                                              "column": 14
                                                            },
                                                            "end": {
                                                              "line": 178,
                                                              "column": 27
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 5573,
                                                            "end": 5574,
                                                            "loc": {
                                                              "start": {
                                                                "line": 178,
                                                                "column": 14
                                                              },
                                                              "end": {
                                                                "line": 178,
                                                                "column": 15
                                                              },
                                                              "identifierName": "_"
                                                            },
                                                            "name": "_"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 5575,
                                                            "end": 5586,
                                                            "loc": {
                                                              "start": {
                                                                "line": 178,
                                                                "column": 16
                                                              },
                                                              "end": {
                                                                "line": 178,
                                                                "column": 27
                                                              },
                                                              "identifierName": "isUndefined"
                                                            },
                                                            "name": "isUndefined"
                                                          },
                                                          "computed": false
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "Identifier",
                                                            "start": 5587,
                                                            "end": 5593,
                                                            "loc": {
                                                              "start": {
                                                                "line": 178,
                                                                "column": 28
                                                              },
                                                              "end": {
                                                                "line": 178,
                                                                "column": 34
                                                              },
                                                              "identifierName": "entity"
                                                            },
                                                            "name": "entity"
                                                          }
                                                        ]
                                                      },
                                                      "operator": "||",
                                                      "right": {
                                                        "type": "CallExpression",
                                                        "start": 5598,
                                                        "end": 5614,
                                                        "loc": {
                                                          "start": {
                                                            "line": 178,
                                                            "column": 39
                                                          },
                                                          "end": {
                                                            "line": 178,
                                                            "column": 55
                                                          }
                                                        },
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "start": 5598,
                                                          "end": 5606,
                                                          "loc": {
                                                            "start": {
                                                              "line": 178,
                                                              "column": 39
                                                            },
                                                            "end": {
                                                              "line": 178,
                                                              "column": 47
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 5598,
                                                            "end": 5599,
                                                            "loc": {
                                                              "start": {
                                                                "line": 178,
                                                                "column": 39
                                                              },
                                                              "end": {
                                                                "line": 178,
                                                                "column": 40
                                                              },
                                                              "identifierName": "_"
                                                            },
                                                            "name": "_"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 5600,
                                                            "end": 5606,
                                                            "loc": {
                                                              "start": {
                                                                "line": 178,
                                                                "column": 41
                                                              },
                                                              "end": {
                                                                "line": 178,
                                                                "column": 47
                                                              },
                                                              "identifierName": "isNull"
                                                            },
                                                            "name": "isNull"
                                                          },
                                                          "computed": false
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "Identifier",
                                                            "start": 5607,
                                                            "end": 5613,
                                                            "loc": {
                                                              "start": {
                                                                "line": 178,
                                                                "column": 48
                                                              },
                                                              "end": {
                                                                "line": 178,
                                                                "column": 54
                                                              },
                                                              "identifierName": "entity"
                                                            },
                                                            "name": "entity"
                                                          }
                                                        ]
                                                      }
                                                    },
                                                    "consequent": {
                                                      "type": "BlockStatement",
                                                      "start": 5616,
                                                      "end": 5800,
                                                      "loc": {
                                                        "start": {
                                                          "line": 178,
                                                          "column": 57
                                                        },
                                                        "end": {
                                                          "line": 183,
                                                          "column": 11
                                                        }
                                                      },
                                                      "body": [
                                                        {
                                                          "type": "ExpressionStatement",
                                                          "start": 5630,
                                                          "end": 5788,
                                                          "loc": {
                                                            "start": {
                                                              "line": 179,
                                                              "column": 12
                                                            },
                                                            "end": {
                                                              "line": 182,
                                                              "column": 15
                                                            }
                                                          },
                                                          "expression": {
                                                            "type": "CallExpression",
                                                            "start": 5630,
                                                            "end": 5787,
                                                            "loc": {
                                                              "start": {
                                                                "line": 179,
                                                                "column": 12
                                                              },
                                                              "end": {
                                                                "line": 182,
                                                                "column": 14
                                                              }
                                                            },
                                                            "callee": {
                                                              "type": "MemberExpression",
                                                              "start": 5630,
                                                              "end": 5644,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 179,
                                                                  "column": 12
                                                                },
                                                                "end": {
                                                                  "line": 179,
                                                                  "column": 26
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "ThisExpression",
                                                                "start": 5630,
                                                                "end": 5634,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 179,
                                                                    "column": 12
                                                                  },
                                                                  "end": {
                                                                    "line": 179,
                                                                    "column": 16
                                                                  }
                                                                }
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 5635,
                                                                "end": 5644,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 179,
                                                                    "column": 17
                                                                  },
                                                                  "end": {
                                                                    "line": 179,
                                                                    "column": 26
                                                                  },
                                                                  "identifierName": "_logIssue"
                                                                },
                                                                "name": "_logIssue"
                                                              },
                                                              "computed": false
                                                            },
                                                            "arguments": [
                                                              {
                                                                "type": "StringLiteral",
                                                                "start": 5645,
                                                                "end": 5680,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 179,
                                                                    "column": 27
                                                                  },
                                                                  "end": {
                                                                    "line": 179,
                                                                    "column": 62
                                                                  }
                                                                },
                                                                "extra": {
                                                                  "rawValue": "invalid_assembly_entity_reference",
                                                                  "raw": "\"invalid_assembly_entity_reference\""
                                                                },
                                                                "value": "invalid_assembly_entity_reference"
                                                              },
                                                              {
                                                                "type": "Identifier",
                                                                "start": 5682,
                                                                "end": 5690,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 179,
                                                                    "column": 64
                                                                  },
                                                                  "end": {
                                                                    "line": 179,
                                                                    "column": 72
                                                                  },
                                                                  "identifierName": "assembly"
                                                                },
                                                                "name": "assembly"
                                                              },
                                                              {
                                                                "type": "NullLiteral",
                                                                "start": 5692,
                                                                "end": 5696,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 179,
                                                                    "column": 74
                                                                  },
                                                                  "end": {
                                                                    "line": 179,
                                                                    "column": 78
                                                                  }
                                                                }
                                                              },
                                                              {
                                                                "type": "ObjectExpression",
                                                                "start": 5698,
                                                                "end": 5786,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 179,
                                                                    "column": 80
                                                                  },
                                                                  "end": {
                                                                    "line": 182,
                                                                    "column": 13
                                                                  }
                                                                },
                                                                "properties": [
                                                                  {
                                                                    "type": "ObjectProperty",
                                                                    "start": 5714,
                                                                    "end": 5738,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 180,
                                                                        "column": 14
                                                                      },
                                                                      "end": {
                                                                        "line": 180,
                                                                        "column": 38
                                                                      }
                                                                    },
                                                                    "method": false,
                                                                    "shorthand": false,
                                                                    "computed": false,
                                                                    "key": {
                                                                      "type": "Identifier",
                                                                      "start": 5714,
                                                                      "end": 5729,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 180,
                                                                          "column": 14
                                                                        },
                                                                        "end": {
                                                                          "line": 180,
                                                                          "column": 29
                                                                        },
                                                                        "identifierName": "dependency_type"
                                                                      },
                                                                      "name": "dependency_type"
                                                                    },
                                                                    "value": {
                                                                      "type": "StringLiteral",
                                                                      "start": 5731,
                                                                      "end": 5738,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 180,
                                                                          "column": 31
                                                                        },
                                                                        "end": {
                                                                          "line": 180,
                                                                          "column": 38
                                                                        }
                                                                      },
                                                                      "extra": {
                                                                        "rawValue": "field",
                                                                        "raw": "\"field\""
                                                                      },
                                                                      "value": "field"
                                                                    }
                                                                  },
                                                                  {
                                                                    "type": "ObjectProperty",
                                                                    "start": 5754,
                                                                    "end": 5771,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 181,
                                                                        "column": 14
                                                                      },
                                                                      "end": {
                                                                        "line": 181,
                                                                        "column": 31
                                                                      }
                                                                    },
                                                                    "method": false,
                                                                    "shorthand": false,
                                                                    "computed": false,
                                                                    "key": {
                                                                      "type": "Identifier",
                                                                      "start": 5754,
                                                                      "end": 5767,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 181,
                                                                          "column": 14
                                                                        },
                                                                        "end": {
                                                                          "line": 181,
                                                                          "column": 27
                                                                        },
                                                                        "identifierName": "dependency_id"
                                                                      },
                                                                      "name": "dependency_id"
                                                                    },
                                                                    "value": {
                                                                      "type": "Identifier",
                                                                      "start": 5769,
                                                                      "end": 5771,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 181,
                                                                          "column": 29
                                                                        },
                                                                        "end": {
                                                                          "line": 181,
                                                                          "column": 31
                                                                        },
                                                                        "identifierName": "id"
                                                                      },
                                                                      "name": "id"
                                                                    }
                                                                  }
                                                                ]
                                                              }
                                                            ]
                                                          }
                                                        }
                                                      ],
                                                      "directives": []
                                                    },
                                                    "alternate": null
                                                  }
                                                ],
                                                "directives": []
                                              }
                                            }
                                          ]
                                        }
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 5822,
                                        "end": 6185,
                                        "loc": {
                                          "start": {
                                            "line": 186,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 194,
                                            "column": 11
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 5822,
                                          "end": 6184,
                                          "loc": {
                                            "start": {
                                              "line": 186,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 194,
                                              "column": 10
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 5822,
                                            "end": 5828,
                                            "loc": {
                                              "start": {
                                                "line": 186,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 186,
                                                "column": 14
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 5822,
                                              "end": 5823,
                                              "loc": {
                                                "start": {
                                                  "line": 186,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 186,
                                                  "column": 9
                                                },
                                                "identifierName": "_"
                                              },
                                              "name": "_"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 5824,
                                              "end": 5828,
                                              "loc": {
                                                "start": {
                                                  "line": 186,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 186,
                                                  "column": 14
                                                },
                                                "identifierName": "each"
                                              },
                                              "name": "each"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "MemberExpression",
                                              "start": 5829,
                                              "end": 5857,
                                              "loc": {
                                                "start": {
                                                  "line": 186,
                                                  "column": 15
                                                },
                                                "end": {
                                                  "line": 186,
                                                  "column": 43
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 5829,
                                                "end": 5844,
                                                "loc": {
                                                  "start": {
                                                    "line": 186,
                                                    "column": 15
                                                  },
                                                  "end": {
                                                    "line": 186,
                                                    "column": 30
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 5829,
                                                  "end": 5837,
                                                  "loc": {
                                                    "start": {
                                                      "line": 186,
                                                      "column": 15
                                                    },
                                                    "end": {
                                                      "line": 186,
                                                      "column": 23
                                                    },
                                                    "identifierName": "assembly"
                                                  },
                                                  "name": "assembly"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 5838,
                                                  "end": 5844,
                                                  "loc": {
                                                    "start": {
                                                      "line": 186,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 186,
                                                      "column": 30
                                                    },
                                                    "identifierName": "config"
                                                  },
                                                  "name": "config"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 5845,
                                                "end": 5857,
                                                "loc": {
                                                  "start": {
                                                    "line": 186,
                                                    "column": 31
                                                  },
                                                  "end": {
                                                    "line": 186,
                                                    "column": 43
                                                  },
                                                  "identifierName": "field_groups"
                                                },
                                                "name": "field_groups"
                                              },
                                              "computed": false
                                            },
                                            {
                                              "type": "ArrowFunctionExpression",
                                              "start": 5859,
                                              "end": 6183,
                                              "loc": {
                                                "start": {
                                                  "line": 186,
                                                  "column": 45
                                                },
                                                "end": {
                                                  "line": 194,
                                                  "column": 9
                                                }
                                              },
                                              "id": null,
                                              "generator": false,
                                              "expression": false,
                                              "async": false,
                                              "params": [
                                                {
                                                  "type": "Identifier",
                                                  "start": 5859,
                                                  "end": 5861,
                                                  "loc": {
                                                    "start": {
                                                      "line": 186,
                                                      "column": 45
                                                    },
                                                    "end": {
                                                      "line": 186,
                                                      "column": 47
                                                    },
                                                    "identifierName": "id"
                                                  },
                                                  "name": "id"
                                                }
                                              ],
                                              "body": {
                                                "type": "BlockStatement",
                                                "start": 5865,
                                                "end": 6183,
                                                "loc": {
                                                  "start": {
                                                    "line": 186,
                                                    "column": 51
                                                  },
                                                  "end": {
                                                    "line": 194,
                                                    "column": 9
                                                  }
                                                },
                                                "body": [
                                                  {
                                                    "type": "VariableDeclaration",
                                                    "start": 5877,
                                                    "end": 5925,
                                                    "loc": {
                                                      "start": {
                                                        "line": 187,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 187,
                                                        "column": 58
                                                      }
                                                    },
                                                    "declarations": [
                                                      {
                                                        "type": "VariableDeclarator",
                                                        "start": 5881,
                                                        "end": 5924,
                                                        "loc": {
                                                          "start": {
                                                            "line": 187,
                                                            "column": 14
                                                          },
                                                          "end": {
                                                            "line": 187,
                                                            "column": 57
                                                          }
                                                        },
                                                        "id": {
                                                          "type": "Identifier",
                                                          "start": 5881,
                                                          "end": 5887,
                                                          "loc": {
                                                            "start": {
                                                              "line": 187,
                                                              "column": 14
                                                            },
                                                            "end": {
                                                              "line": 187,
                                                              "column": 20
                                                            },
                                                            "identifierName": "entity"
                                                          },
                                                          "name": "entity"
                                                        },
                                                        "init": {
                                                          "type": "CallExpression",
                                                          "start": 5890,
                                                          "end": 5924,
                                                          "loc": {
                                                            "start": {
                                                              "line": 187,
                                                              "column": 23
                                                            },
                                                            "end": {
                                                              "line": 187,
                                                              "column": 57
                                                            }
                                                          },
                                                          "callee": {
                                                            "type": "MemberExpression",
                                                            "start": 5890,
                                                            "end": 5920,
                                                            "loc": {
                                                              "start": {
                                                                "line": 187,
                                                                "column": 23
                                                              },
                                                              "end": {
                                                                "line": 187,
                                                                "column": 53
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "MemberExpression",
                                                              "start": 5890,
                                                              "end": 5908,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 187,
                                                                  "column": 23
                                                                },
                                                                "end": {
                                                                  "line": 187,
                                                                  "column": 41
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "MemberExpression",
                                                                "start": 5890,
                                                                "end": 5899,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 187,
                                                                    "column": 23
                                                                  },
                                                                  "end": {
                                                                    "line": 187,
                                                                    "column": 32
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "ThisExpression",
                                                                  "start": 5890,
                                                                  "end": 5894,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 187,
                                                                      "column": 23
                                                                    },
                                                                    "end": {
                                                                      "line": 187,
                                                                      "column": 27
                                                                    }
                                                                  }
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 5895,
                                                                  "end": 5899,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 187,
                                                                      "column": 28
                                                                    },
                                                                    "end": {
                                                                      "line": 187,
                                                                      "column": 32
                                                                    },
                                                                    "identifierName": "_bid"
                                                                  },
                                                                  "name": "_bid"
                                                                },
                                                                "computed": false
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 5900,
                                                                "end": 5908,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 187,
                                                                    "column": 33
                                                                  },
                                                                  "end": {
                                                                    "line": 187,
                                                                    "column": 41
                                                                  },
                                                                  "identifierName": "entities"
                                                                },
                                                                "name": "entities"
                                                              },
                                                              "computed": false
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 5909,
                                                              "end": 5920,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 187,
                                                                  "column": 42
                                                                },
                                                                "end": {
                                                                  "line": 187,
                                                                  "column": 53
                                                                },
                                                                "identifierName": "fieldGroups"
                                                              },
                                                              "name": "fieldGroups"
                                                            },
                                                            "computed": false
                                                          },
                                                          "arguments": [
                                                            {
                                                              "type": "Identifier",
                                                              "start": 5921,
                                                              "end": 5923,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 187,
                                                                  "column": 54
                                                                },
                                                                "end": {
                                                                  "line": 187,
                                                                  "column": 56
                                                                },
                                                                "identifierName": "id"
                                                              },
                                                              "name": "id"
                                                            }
                                                          ]
                                                        }
                                                      }
                                                    ],
                                                    "kind": "var"
                                                  },
                                                  {
                                                    "type": "IfStatement",
                                                    "start": 5936,
                                                    "end": 6173,
                                                    "loc": {
                                                      "start": {
                                                        "line": 188,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 193,
                                                        "column": 11
                                                      }
                                                    },
                                                    "test": {
                                                      "type": "LogicalExpression",
                                                      "start": 5940,
                                                      "end": 5981,
                                                      "loc": {
                                                        "start": {
                                                          "line": 188,
                                                          "column": 14
                                                        },
                                                        "end": {
                                                          "line": 188,
                                                          "column": 55
                                                        }
                                                      },
                                                      "left": {
                                                        "type": "CallExpression",
                                                        "start": 5940,
                                                        "end": 5961,
                                                        "loc": {
                                                          "start": {
                                                            "line": 188,
                                                            "column": 14
                                                          },
                                                          "end": {
                                                            "line": 188,
                                                            "column": 35
                                                          }
                                                        },
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "start": 5940,
                                                          "end": 5953,
                                                          "loc": {
                                                            "start": {
                                                              "line": 188,
                                                              "column": 14
                                                            },
                                                            "end": {
                                                              "line": 188,
                                                              "column": 27
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 5940,
                                                            "end": 5941,
                                                            "loc": {
                                                              "start": {
                                                                "line": 188,
                                                                "column": 14
                                                              },
                                                              "end": {
                                                                "line": 188,
                                                                "column": 15
                                                              },
                                                              "identifierName": "_"
                                                            },
                                                            "name": "_"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 5942,
                                                            "end": 5953,
                                                            "loc": {
                                                              "start": {
                                                                "line": 188,
                                                                "column": 16
                                                              },
                                                              "end": {
                                                                "line": 188,
                                                                "column": 27
                                                              },
                                                              "identifierName": "isUndefined"
                                                            },
                                                            "name": "isUndefined"
                                                          },
                                                          "computed": false
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "Identifier",
                                                            "start": 5954,
                                                            "end": 5960,
                                                            "loc": {
                                                              "start": {
                                                                "line": 188,
                                                                "column": 28
                                                              },
                                                              "end": {
                                                                "line": 188,
                                                                "column": 34
                                                              },
                                                              "identifierName": "entity"
                                                            },
                                                            "name": "entity"
                                                          }
                                                        ]
                                                      },
                                                      "operator": "||",
                                                      "right": {
                                                        "type": "CallExpression",
                                                        "start": 5965,
                                                        "end": 5981,
                                                        "loc": {
                                                          "start": {
                                                            "line": 188,
                                                            "column": 39
                                                          },
                                                          "end": {
                                                            "line": 188,
                                                            "column": 55
                                                          }
                                                        },
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "start": 5965,
                                                          "end": 5973,
                                                          "loc": {
                                                            "start": {
                                                              "line": 188,
                                                              "column": 39
                                                            },
                                                            "end": {
                                                              "line": 188,
                                                              "column": 47
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 5965,
                                                            "end": 5966,
                                                            "loc": {
                                                              "start": {
                                                                "line": 188,
                                                                "column": 39
                                                              },
                                                              "end": {
                                                                "line": 188,
                                                                "column": 40
                                                              },
                                                              "identifierName": "_"
                                                            },
                                                            "name": "_"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 5967,
                                                            "end": 5973,
                                                            "loc": {
                                                              "start": {
                                                                "line": 188,
                                                                "column": 41
                                                              },
                                                              "end": {
                                                                "line": 188,
                                                                "column": 47
                                                              },
                                                              "identifierName": "isNull"
                                                            },
                                                            "name": "isNull"
                                                          },
                                                          "computed": false
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "Identifier",
                                                            "start": 5974,
                                                            "end": 5980,
                                                            "loc": {
                                                              "start": {
                                                                "line": 188,
                                                                "column": 48
                                                              },
                                                              "end": {
                                                                "line": 188,
                                                                "column": 54
                                                              },
                                                              "identifierName": "entity"
                                                            },
                                                            "name": "entity"
                                                          }
                                                        ]
                                                      }
                                                    },
                                                    "consequent": {
                                                      "type": "BlockStatement",
                                                      "start": 5983,
                                                      "end": 6173,
                                                      "loc": {
                                                        "start": {
                                                          "line": 188,
                                                          "column": 57
                                                        },
                                                        "end": {
                                                          "line": 193,
                                                          "column": 11
                                                        }
                                                      },
                                                      "body": [
                                                        {
                                                          "type": "ExpressionStatement",
                                                          "start": 5997,
                                                          "end": 6161,
                                                          "loc": {
                                                            "start": {
                                                              "line": 189,
                                                              "column": 12
                                                            },
                                                            "end": {
                                                              "line": 192,
                                                              "column": 15
                                                            }
                                                          },
                                                          "expression": {
                                                            "type": "CallExpression",
                                                            "start": 5997,
                                                            "end": 6160,
                                                            "loc": {
                                                              "start": {
                                                                "line": 189,
                                                                "column": 12
                                                              },
                                                              "end": {
                                                                "line": 192,
                                                                "column": 14
                                                              }
                                                            },
                                                            "callee": {
                                                              "type": "MemberExpression",
                                                              "start": 5997,
                                                              "end": 6011,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 189,
                                                                  "column": 12
                                                                },
                                                                "end": {
                                                                  "line": 189,
                                                                  "column": 26
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "ThisExpression",
                                                                "start": 5997,
                                                                "end": 6001,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 189,
                                                                    "column": 12
                                                                  },
                                                                  "end": {
                                                                    "line": 189,
                                                                    "column": 16
                                                                  }
                                                                }
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 6002,
                                                                "end": 6011,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 189,
                                                                    "column": 17
                                                                  },
                                                                  "end": {
                                                                    "line": 189,
                                                                    "column": 26
                                                                  },
                                                                  "identifierName": "_logIssue"
                                                                },
                                                                "name": "_logIssue"
                                                              },
                                                              "computed": false
                                                            },
                                                            "arguments": [
                                                              {
                                                                "type": "StringLiteral",
                                                                "start": 6012,
                                                                "end": 6047,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 189,
                                                                    "column": 27
                                                                  },
                                                                  "end": {
                                                                    "line": 189,
                                                                    "column": 62
                                                                  }
                                                                },
                                                                "extra": {
                                                                  "rawValue": "invalid_assembly_entity_reference",
                                                                  "raw": "\"invalid_assembly_entity_reference\""
                                                                },
                                                                "value": "invalid_assembly_entity_reference"
                                                              },
                                                              {
                                                                "type": "Identifier",
                                                                "start": 6049,
                                                                "end": 6057,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 189,
                                                                    "column": 64
                                                                  },
                                                                  "end": {
                                                                    "line": 189,
                                                                    "column": 72
                                                                  },
                                                                  "identifierName": "assembly"
                                                                },
                                                                "name": "assembly"
                                                              },
                                                              {
                                                                "type": "NullLiteral",
                                                                "start": 6059,
                                                                "end": 6063,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 189,
                                                                    "column": 74
                                                                  },
                                                                  "end": {
                                                                    "line": 189,
                                                                    "column": 78
                                                                  }
                                                                }
                                                              },
                                                              {
                                                                "type": "ObjectExpression",
                                                                "start": 6065,
                                                                "end": 6159,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 189,
                                                                    "column": 80
                                                                  },
                                                                  "end": {
                                                                    "line": 192,
                                                                    "column": 13
                                                                  }
                                                                },
                                                                "properties": [
                                                                  {
                                                                    "type": "ObjectProperty",
                                                                    "start": 6081,
                                                                    "end": 6111,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 190,
                                                                        "column": 14
                                                                      },
                                                                      "end": {
                                                                        "line": 190,
                                                                        "column": 44
                                                                      }
                                                                    },
                                                                    "method": false,
                                                                    "shorthand": false,
                                                                    "computed": false,
                                                                    "key": {
                                                                      "type": "Identifier",
                                                                      "start": 6081,
                                                                      "end": 6096,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 190,
                                                                          "column": 14
                                                                        },
                                                                        "end": {
                                                                          "line": 190,
                                                                          "column": 29
                                                                        },
                                                                        "identifierName": "dependency_type"
                                                                      },
                                                                      "name": "dependency_type"
                                                                    },
                                                                    "value": {
                                                                      "type": "StringLiteral",
                                                                      "start": 6098,
                                                                      "end": 6111,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 190,
                                                                          "column": 31
                                                                        },
                                                                        "end": {
                                                                          "line": 190,
                                                                          "column": 44
                                                                        }
                                                                      },
                                                                      "extra": {
                                                                        "rawValue": "field_group",
                                                                        "raw": "\"field_group\""
                                                                      },
                                                                      "value": "field_group"
                                                                    }
                                                                  },
                                                                  {
                                                                    "type": "ObjectProperty",
                                                                    "start": 6127,
                                                                    "end": 6144,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 191,
                                                                        "column": 14
                                                                      },
                                                                      "end": {
                                                                        "line": 191,
                                                                        "column": 31
                                                                      }
                                                                    },
                                                                    "method": false,
                                                                    "shorthand": false,
                                                                    "computed": false,
                                                                    "key": {
                                                                      "type": "Identifier",
                                                                      "start": 6127,
                                                                      "end": 6140,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 191,
                                                                          "column": 14
                                                                        },
                                                                        "end": {
                                                                          "line": 191,
                                                                          "column": 27
                                                                        },
                                                                        "identifierName": "dependency_id"
                                                                      },
                                                                      "name": "dependency_id"
                                                                    },
                                                                    "value": {
                                                                      "type": "Identifier",
                                                                      "start": 6142,
                                                                      "end": 6144,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 191,
                                                                          "column": 29
                                                                        },
                                                                        "end": {
                                                                          "line": 191,
                                                                          "column": 31
                                                                        },
                                                                        "identifierName": "id"
                                                                      },
                                                                      "name": "id"
                                                                    }
                                                                  }
                                                                ]
                                                              }
                                                            ]
                                                          }
                                                        }
                                                      ],
                                                      "directives": []
                                                    },
                                                    "alternate": null
                                                  }
                                                ],
                                                "directives": []
                                              }
                                            }
                                          ]
                                        }
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 6194,
                                        "end": 6567,
                                        "loc": {
                                          "start": {
                                            "line": 195,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 203,
                                            "column": 11
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 6194,
                                          "end": 6566,
                                          "loc": {
                                            "start": {
                                              "line": 195,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 203,
                                              "column": 10
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 6194,
                                            "end": 6200,
                                            "loc": {
                                              "start": {
                                                "line": 195,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 195,
                                                "column": 14
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 6194,
                                              "end": 6195,
                                              "loc": {
                                                "start": {
                                                  "line": 195,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 195,
                                                  "column": 9
                                                },
                                                "identifierName": "_"
                                              },
                                              "name": "_"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 6196,
                                              "end": 6200,
                                              "loc": {
                                                "start": {
                                                  "line": 195,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 195,
                                                  "column": 14
                                                },
                                                "identifierName": "each"
                                              },
                                              "name": "each"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "MemberExpression",
                                              "start": 6201,
                                              "end": 6236,
                                              "loc": {
                                                "start": {
                                                  "line": 195,
                                                  "column": 15
                                                },
                                                "end": {
                                                  "line": 195,
                                                  "column": 50
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 6201,
                                                "end": 6216,
                                                "loc": {
                                                  "start": {
                                                    "line": 195,
                                                    "column": 15
                                                  },
                                                  "end": {
                                                    "line": 195,
                                                    "column": 30
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 6201,
                                                  "end": 6209,
                                                  "loc": {
                                                    "start": {
                                                      "line": 195,
                                                      "column": 15
                                                    },
                                                    "end": {
                                                      "line": 195,
                                                      "column": 23
                                                    },
                                                    "identifierName": "assembly"
                                                  },
                                                  "name": "assembly"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 6210,
                                                  "end": 6216,
                                                  "loc": {
                                                    "start": {
                                                      "line": 195,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 195,
                                                      "column": 30
                                                    },
                                                    "identifierName": "config"
                                                  },
                                                  "name": "config"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 6217,
                                                "end": 6236,
                                                "loc": {
                                                  "start": {
                                                    "line": 195,
                                                    "column": 31
                                                  },
                                                  "end": {
                                                    "line": 195,
                                                    "column": 50
                                                  },
                                                  "identifierName": "manipulated_metrics"
                                                },
                                                "name": "manipulated_metrics"
                                              },
                                              "computed": false
                                            },
                                            {
                                              "type": "ArrowFunctionExpression",
                                              "start": 6238,
                                              "end": 6565,
                                              "loc": {
                                                "start": {
                                                  "line": 195,
                                                  "column": 52
                                                },
                                                "end": {
                                                  "line": 203,
                                                  "column": 9
                                                }
                                              },
                                              "id": null,
                                              "generator": false,
                                              "expression": false,
                                              "async": false,
                                              "params": [
                                                {
                                                  "type": "Identifier",
                                                  "start": 6238,
                                                  "end": 6240,
                                                  "loc": {
                                                    "start": {
                                                      "line": 195,
                                                      "column": 52
                                                    },
                                                    "end": {
                                                      "line": 195,
                                                      "column": 54
                                                    },
                                                    "identifierName": "id"
                                                  },
                                                  "name": "id"
                                                }
                                              ],
                                              "body": {
                                                "type": "BlockStatement",
                                                "start": 6244,
                                                "end": 6565,
                                                "loc": {
                                                  "start": {
                                                    "line": 195,
                                                    "column": 58
                                                  },
                                                  "end": {
                                                    "line": 203,
                                                    "column": 9
                                                  }
                                                },
                                                "body": [
                                                  {
                                                    "type": "VariableDeclaration",
                                                    "start": 6256,
                                                    "end": 6300,
                                                    "loc": {
                                                      "start": {
                                                        "line": 196,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 196,
                                                        "column": 54
                                                      }
                                                    },
                                                    "declarations": [
                                                      {
                                                        "type": "VariableDeclarator",
                                                        "start": 6260,
                                                        "end": 6299,
                                                        "loc": {
                                                          "start": {
                                                            "line": 196,
                                                            "column": 14
                                                          },
                                                          "end": {
                                                            "line": 196,
                                                            "column": 53
                                                          }
                                                        },
                                                        "id": {
                                                          "type": "Identifier",
                                                          "start": 6260,
                                                          "end": 6266,
                                                          "loc": {
                                                            "start": {
                                                              "line": 196,
                                                              "column": 14
                                                            },
                                                            "end": {
                                                              "line": 196,
                                                              "column": 20
                                                            },
                                                            "identifierName": "entity"
                                                          },
                                                          "name": "entity"
                                                        },
                                                        "init": {
                                                          "type": "CallExpression",
                                                          "start": 6269,
                                                          "end": 6299,
                                                          "loc": {
                                                            "start": {
                                                              "line": 196,
                                                              "column": 23
                                                            },
                                                            "end": {
                                                              "line": 196,
                                                              "column": 53
                                                            }
                                                          },
                                                          "callee": {
                                                            "type": "MemberExpression",
                                                            "start": 6269,
                                                            "end": 6295,
                                                            "loc": {
                                                              "start": {
                                                                "line": 196,
                                                                "column": 23
                                                              },
                                                              "end": {
                                                                "line": 196,
                                                                "column": 49
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "MemberExpression",
                                                              "start": 6269,
                                                              "end": 6287,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 196,
                                                                  "column": 23
                                                                },
                                                                "end": {
                                                                  "line": 196,
                                                                  "column": 41
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "MemberExpression",
                                                                "start": 6269,
                                                                "end": 6278,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 196,
                                                                    "column": 23
                                                                  },
                                                                  "end": {
                                                                    "line": 196,
                                                                    "column": 32
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "ThisExpression",
                                                                  "start": 6269,
                                                                  "end": 6273,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 196,
                                                                      "column": 23
                                                                    },
                                                                    "end": {
                                                                      "line": 196,
                                                                      "column": 27
                                                                    }
                                                                  }
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 6274,
                                                                  "end": 6278,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 196,
                                                                      "column": 28
                                                                    },
                                                                    "end": {
                                                                      "line": 196,
                                                                      "column": 32
                                                                    },
                                                                    "identifierName": "_bid"
                                                                  },
                                                                  "name": "_bid"
                                                                },
                                                                "computed": false
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 6279,
                                                                "end": 6287,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 196,
                                                                    "column": 33
                                                                  },
                                                                  "end": {
                                                                    "line": 196,
                                                                    "column": 41
                                                                  },
                                                                  "identifierName": "entities"
                                                                },
                                                                "name": "entities"
                                                              },
                                                              "computed": false
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 6288,
                                                              "end": 6295,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 196,
                                                                  "column": 42
                                                                },
                                                                "end": {
                                                                  "line": 196,
                                                                  "column": 49
                                                                },
                                                                "identifierName": "metrics"
                                                              },
                                                              "name": "metrics"
                                                            },
                                                            "computed": false
                                                          },
                                                          "arguments": [
                                                            {
                                                              "type": "Identifier",
                                                              "start": 6296,
                                                              "end": 6298,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 196,
                                                                  "column": 50
                                                                },
                                                                "end": {
                                                                  "line": 196,
                                                                  "column": 52
                                                                },
                                                                "identifierName": "id"
                                                              },
                                                              "name": "id"
                                                            }
                                                          ]
                                                        }
                                                      }
                                                    ],
                                                    "kind": "var"
                                                  },
                                                  {
                                                    "type": "IfStatement",
                                                    "start": 6311,
                                                    "end": 6555,
                                                    "loc": {
                                                      "start": {
                                                        "line": 197,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 202,
                                                        "column": 11
                                                      }
                                                    },
                                                    "test": {
                                                      "type": "LogicalExpression",
                                                      "start": 6315,
                                                      "end": 6356,
                                                      "loc": {
                                                        "start": {
                                                          "line": 197,
                                                          "column": 14
                                                        },
                                                        "end": {
                                                          "line": 197,
                                                          "column": 55
                                                        }
                                                      },
                                                      "left": {
                                                        "type": "CallExpression",
                                                        "start": 6315,
                                                        "end": 6336,
                                                        "loc": {
                                                          "start": {
                                                            "line": 197,
                                                            "column": 14
                                                          },
                                                          "end": {
                                                            "line": 197,
                                                            "column": 35
                                                          }
                                                        },
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "start": 6315,
                                                          "end": 6328,
                                                          "loc": {
                                                            "start": {
                                                              "line": 197,
                                                              "column": 14
                                                            },
                                                            "end": {
                                                              "line": 197,
                                                              "column": 27
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 6315,
                                                            "end": 6316,
                                                            "loc": {
                                                              "start": {
                                                                "line": 197,
                                                                "column": 14
                                                              },
                                                              "end": {
                                                                "line": 197,
                                                                "column": 15
                                                              },
                                                              "identifierName": "_"
                                                            },
                                                            "name": "_"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 6317,
                                                            "end": 6328,
                                                            "loc": {
                                                              "start": {
                                                                "line": 197,
                                                                "column": 16
                                                              },
                                                              "end": {
                                                                "line": 197,
                                                                "column": 27
                                                              },
                                                              "identifierName": "isUndefined"
                                                            },
                                                            "name": "isUndefined"
                                                          },
                                                          "computed": false
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "Identifier",
                                                            "start": 6329,
                                                            "end": 6335,
                                                            "loc": {
                                                              "start": {
                                                                "line": 197,
                                                                "column": 28
                                                              },
                                                              "end": {
                                                                "line": 197,
                                                                "column": 34
                                                              },
                                                              "identifierName": "entity"
                                                            },
                                                            "name": "entity"
                                                          }
                                                        ]
                                                      },
                                                      "operator": "||",
                                                      "right": {
                                                        "type": "CallExpression",
                                                        "start": 6340,
                                                        "end": 6356,
                                                        "loc": {
                                                          "start": {
                                                            "line": 197,
                                                            "column": 39
                                                          },
                                                          "end": {
                                                            "line": 197,
                                                            "column": 55
                                                          }
                                                        },
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "start": 6340,
                                                          "end": 6348,
                                                          "loc": {
                                                            "start": {
                                                              "line": 197,
                                                              "column": 39
                                                            },
                                                            "end": {
                                                              "line": 197,
                                                              "column": 47
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 6340,
                                                            "end": 6341,
                                                            "loc": {
                                                              "start": {
                                                                "line": 197,
                                                                "column": 39
                                                              },
                                                              "end": {
                                                                "line": 197,
                                                                "column": 40
                                                              },
                                                              "identifierName": "_"
                                                            },
                                                            "name": "_"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 6342,
                                                            "end": 6348,
                                                            "loc": {
                                                              "start": {
                                                                "line": 197,
                                                                "column": 41
                                                              },
                                                              "end": {
                                                                "line": 197,
                                                                "column": 47
                                                              },
                                                              "identifierName": "isNull"
                                                            },
                                                            "name": "isNull"
                                                          },
                                                          "computed": false
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "Identifier",
                                                            "start": 6349,
                                                            "end": 6355,
                                                            "loc": {
                                                              "start": {
                                                                "line": 197,
                                                                "column": 48
                                                              },
                                                              "end": {
                                                                "line": 197,
                                                                "column": 54
                                                              },
                                                              "identifierName": "entity"
                                                            },
                                                            "name": "entity"
                                                          }
                                                        ]
                                                      }
                                                    },
                                                    "consequent": {
                                                      "type": "BlockStatement",
                                                      "start": 6358,
                                                      "end": 6555,
                                                      "loc": {
                                                        "start": {
                                                          "line": 197,
                                                          "column": 57
                                                        },
                                                        "end": {
                                                          "line": 202,
                                                          "column": 11
                                                        }
                                                      },
                                                      "body": [
                                                        {
                                                          "type": "ExpressionStatement",
                                                          "start": 6372,
                                                          "end": 6543,
                                                          "loc": {
                                                            "start": {
                                                              "line": 198,
                                                              "column": 12
                                                            },
                                                            "end": {
                                                              "line": 201,
                                                              "column": 15
                                                            }
                                                          },
                                                          "expression": {
                                                            "type": "CallExpression",
                                                            "start": 6372,
                                                            "end": 6542,
                                                            "loc": {
                                                              "start": {
                                                                "line": 198,
                                                                "column": 12
                                                              },
                                                              "end": {
                                                                "line": 201,
                                                                "column": 14
                                                              }
                                                            },
                                                            "callee": {
                                                              "type": "MemberExpression",
                                                              "start": 6372,
                                                              "end": 6386,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 198,
                                                                  "column": 12
                                                                },
                                                                "end": {
                                                                  "line": 198,
                                                                  "column": 26
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "ThisExpression",
                                                                "start": 6372,
                                                                "end": 6376,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 198,
                                                                    "column": 12
                                                                  },
                                                                  "end": {
                                                                    "line": 198,
                                                                    "column": 16
                                                                  }
                                                                }
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 6377,
                                                                "end": 6386,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 198,
                                                                    "column": 17
                                                                  },
                                                                  "end": {
                                                                    "line": 198,
                                                                    "column": 26
                                                                  },
                                                                  "identifierName": "_logIssue"
                                                                },
                                                                "name": "_logIssue"
                                                              },
                                                              "computed": false
                                                            },
                                                            "arguments": [
                                                              {
                                                                "type": "StringLiteral",
                                                                "start": 6387,
                                                                "end": 6422,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 198,
                                                                    "column": 27
                                                                  },
                                                                  "end": {
                                                                    "line": 198,
                                                                    "column": 62
                                                                  }
                                                                },
                                                                "extra": {
                                                                  "rawValue": "invalid_assembly_entity_reference",
                                                                  "raw": "\"invalid_assembly_entity_reference\""
                                                                },
                                                                "value": "invalid_assembly_entity_reference"
                                                              },
                                                              {
                                                                "type": "Identifier",
                                                                "start": 6424,
                                                                "end": 6432,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 198,
                                                                    "column": 64
                                                                  },
                                                                  "end": {
                                                                    "line": 198,
                                                                    "column": 72
                                                                  },
                                                                  "identifierName": "assembly"
                                                                },
                                                                "name": "assembly"
                                                              },
                                                              {
                                                                "type": "NullLiteral",
                                                                "start": 6434,
                                                                "end": 6438,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 198,
                                                                    "column": 74
                                                                  },
                                                                  "end": {
                                                                    "line": 198,
                                                                    "column": 78
                                                                  }
                                                                }
                                                              },
                                                              {
                                                                "type": "ObjectExpression",
                                                                "start": 6440,
                                                                "end": 6541,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 198,
                                                                    "column": 80
                                                                  },
                                                                  "end": {
                                                                    "line": 201,
                                                                    "column": 13
                                                                  }
                                                                },
                                                                "properties": [
                                                                  {
                                                                    "type": "ObjectProperty",
                                                                    "start": 6456,
                                                                    "end": 6493,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 199,
                                                                        "column": 14
                                                                      },
                                                                      "end": {
                                                                        "line": 199,
                                                                        "column": 51
                                                                      }
                                                                    },
                                                                    "method": false,
                                                                    "shorthand": false,
                                                                    "computed": false,
                                                                    "key": {
                                                                      "type": "Identifier",
                                                                      "start": 6456,
                                                                      "end": 6471,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 199,
                                                                          "column": 14
                                                                        },
                                                                        "end": {
                                                                          "line": 199,
                                                                          "column": 29
                                                                        },
                                                                        "identifierName": "dependency_type"
                                                                      },
                                                                      "name": "dependency_type"
                                                                    },
                                                                    "value": {
                                                                      "type": "StringLiteral",
                                                                      "start": 6473,
                                                                      "end": 6493,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 199,
                                                                          "column": 31
                                                                        },
                                                                        "end": {
                                                                          "line": 199,
                                                                          "column": 51
                                                                        }
                                                                      },
                                                                      "extra": {
                                                                        "rawValue": "manipulated_metric",
                                                                        "raw": "\"manipulated_metric\""
                                                                      },
                                                                      "value": "manipulated_metric"
                                                                    }
                                                                  },
                                                                  {
                                                                    "type": "ObjectProperty",
                                                                    "start": 6509,
                                                                    "end": 6526,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 200,
                                                                        "column": 14
                                                                      },
                                                                      "end": {
                                                                        "line": 200,
                                                                        "column": 31
                                                                      }
                                                                    },
                                                                    "method": false,
                                                                    "shorthand": false,
                                                                    "computed": false,
                                                                    "key": {
                                                                      "type": "Identifier",
                                                                      "start": 6509,
                                                                      "end": 6522,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 200,
                                                                          "column": 14
                                                                        },
                                                                        "end": {
                                                                          "line": 200,
                                                                          "column": 27
                                                                        },
                                                                        "identifierName": "dependency_id"
                                                                      },
                                                                      "name": "dependency_id"
                                                                    },
                                                                    "value": {
                                                                      "type": "Identifier",
                                                                      "start": 6524,
                                                                      "end": 6526,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 200,
                                                                          "column": 29
                                                                        },
                                                                        "end": {
                                                                          "line": 200,
                                                                          "column": 31
                                                                        },
                                                                        "identifierName": "id"
                                                                      },
                                                                      "name": "id"
                                                                    }
                                                                  }
                                                                ]
                                                              }
                                                            ]
                                                          }
                                                        }
                                                      ],
                                                      "directives": []
                                                    },
                                                    "alternate": null
                                                  }
                                                ],
                                                "directives": []
                                              }
                                            }
                                          ]
                                        }
                                      }
                                    ],
                                    "directives": []
                                  },
                                  "handler": {
                                    "type": "CatchClause",
                                    "start": 6576,
                                    "end": 6659,
                                    "loc": {
                                      "start": {
                                        "line": 204,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 206,
                                        "column": 7
                                      }
                                    },
                                    "param": {
                                      "type": "Identifier",
                                      "start": 6583,
                                      "end": 6586,
                                      "loc": {
                                        "start": {
                                          "line": 204,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 204,
                                          "column": 18
                                        },
                                        "identifierName": "err"
                                      },
                                      "name": "err"
                                    },
                                    "body": {
                                      "type": "BlockStatement",
                                      "start": 6588,
                                      "end": 6659,
                                      "loc": {
                                        "start": {
                                          "line": 204,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 206,
                                          "column": 7
                                        }
                                      },
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "start": 6598,
                                          "end": 6651,
                                          "loc": {
                                            "start": {
                                              "line": 205,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 205,
                                              "column": 61
                                            }
                                          },
                                          "expression": {
                                            "type": "CallExpression",
                                            "start": 6598,
                                            "end": 6650,
                                            "loc": {
                                              "start": {
                                                "line": 205,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 205,
                                                "column": 60
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 6598,
                                              "end": 6612,
                                              "loc": {
                                                "start": {
                                                  "line": 205,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 205,
                                                  "column": 22
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 6598,
                                                "end": 6602,
                                                "loc": {
                                                  "start": {
                                                    "line": 205,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 205,
                                                    "column": 12
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 6603,
                                                "end": 6612,
                                                "loc": {
                                                  "start": {
                                                    "line": 205,
                                                    "column": 13
                                                  },
                                                  "end": {
                                                    "line": 205,
                                                    "column": 22
                                                  },
                                                  "identifierName": "_logIssue"
                                                },
                                                "name": "_logIssue"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "StringLiteral",
                                                "start": 6613,
                                                "end": 6628,
                                                "loc": {
                                                  "start": {
                                                    "line": 205,
                                                    "column": 23
                                                  },
                                                  "end": {
                                                    "line": 205,
                                                    "column": 38
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": "unknown_error",
                                                  "raw": "\"unknown_error\""
                                                },
                                                "value": "unknown_error"
                                              },
                                              {
                                                "type": "Identifier",
                                                "start": 6630,
                                                "end": 6638,
                                                "loc": {
                                                  "start": {
                                                    "line": 205,
                                                    "column": 40
                                                  },
                                                  "end": {
                                                    "line": 205,
                                                    "column": 48
                                                  },
                                                  "identifierName": "assembly"
                                                },
                                                "name": "assembly"
                                              },
                                              {
                                                "type": "NullLiteral",
                                                "start": 6640,
                                                "end": 6644,
                                                "loc": {
                                                  "start": {
                                                    "line": 205,
                                                    "column": 50
                                                  },
                                                  "end": {
                                                    "line": 205,
                                                    "column": 54
                                                  }
                                                }
                                              },
                                              {
                                                "type": "Identifier",
                                                "start": 6646,
                                                "end": 6649,
                                                "loc": {
                                                  "start": {
                                                    "line": 205,
                                                    "column": 56
                                                  },
                                                  "end": {
                                                    "line": 205,
                                                    "column": 59
                                                  },
                                                  "identifierName": "err"
                                                },
                                                "name": "err"
                                              }
                                            ]
                                          }
                                        }
                                      ],
                                      "directives": []
                                    }
                                  },
                                  "guardedHandlers": [],
                                  "finalizer": null
                                }
                              ],
                              "directives": []
                            }
                          }
                        ]
                      }
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 6675,
                "end": 6947,
                "loc": {
                  "start": {
                    "line": 210,
                    "column": 2
                  },
                  "end": {
                    "line": 219,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 6675,
                  "end": 6683,
                  "loc": {
                    "start": {
                      "line": 210,
                      "column": 2
                    },
                    "end": {
                      "line": 210,
                      "column": 10
                    },
                    "identifierName": "_testAll"
                  },
                  "name": "_testAll"
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 6686,
                  "end": 6947,
                  "loc": {
                    "start": {
                      "line": 210,
                      "column": 13
                    },
                    "end": {
                      "line": 219,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 6692,
                      "end": 6717,
                      "loc": {
                        "start": {
                          "line": 211,
                          "column": 4
                        },
                        "end": {
                          "line": 211,
                          "column": 29
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 6692,
                        "end": 6716,
                        "loc": {
                          "start": {
                            "line": 211,
                            "column": 4
                          },
                          "end": {
                            "line": 211,
                            "column": 28
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 6692,
                          "end": 6714,
                          "loc": {
                            "start": {
                              "line": 211,
                              "column": 4
                            },
                            "end": {
                              "line": 211,
                              "column": 26
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 6692,
                            "end": 6696,
                            "loc": {
                              "start": {
                                "line": 211,
                                "column": 4
                              },
                              "end": {
                                "line": 211,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 6697,
                            "end": 6714,
                            "loc": {
                              "start": {
                                "line": 211,
                                "column": 9
                              },
                              "end": {
                                "line": 211,
                                "column": 26
                              },
                              "identifierName": "_runLineItemTests"
                            },
                            "name": "_runLineItemTests"
                          },
                          "computed": false
                        },
                        "arguments": []
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 6722,
                      "end": 6744,
                      "loc": {
                        "start": {
                          "line": 212,
                          "column": 4
                        },
                        "end": {
                          "line": 212,
                          "column": 26
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 6722,
                        "end": 6743,
                        "loc": {
                          "start": {
                            "line": 212,
                            "column": 4
                          },
                          "end": {
                            "line": 212,
                            "column": 25
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 6722,
                          "end": 6741,
                          "loc": {
                            "start": {
                              "line": 212,
                              "column": 4
                            },
                            "end": {
                              "line": 212,
                              "column": 23
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 6722,
                            "end": 6726,
                            "loc": {
                              "start": {
                                "line": 212,
                                "column": 4
                              },
                              "end": {
                                "line": 212,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 6727,
                            "end": 6741,
                            "loc": {
                              "start": {
                                "line": 212,
                                "column": 9
                              },
                              "end": {
                                "line": 212,
                                "column": 23
                              },
                              "identifierName": "_runFieldTests"
                            },
                            "name": "_runFieldTests"
                          },
                          "computed": false
                        },
                        "arguments": []
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 6749,
                      "end": 6776,
                      "loc": {
                        "start": {
                          "line": 213,
                          "column": 4
                        },
                        "end": {
                          "line": 213,
                          "column": 31
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 6749,
                        "end": 6775,
                        "loc": {
                          "start": {
                            "line": 213,
                            "column": 4
                          },
                          "end": {
                            "line": 213,
                            "column": 30
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 6749,
                          "end": 6773,
                          "loc": {
                            "start": {
                              "line": 213,
                              "column": 4
                            },
                            "end": {
                              "line": 213,
                              "column": 28
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 6749,
                            "end": 6753,
                            "loc": {
                              "start": {
                                "line": 213,
                                "column": 4
                              },
                              "end": {
                                "line": 213,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 6754,
                            "end": 6773,
                            "loc": {
                              "start": {
                                "line": 213,
                                "column": 9
                              },
                              "end": {
                                "line": 213,
                                "column": 28
                              },
                              "identifierName": "_runFieldGroupTests"
                            },
                            "name": "_runFieldGroupTests"
                          },
                          "computed": false
                        },
                        "arguments": []
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 6781,
                      "end": 6804,
                      "loc": {
                        "start": {
                          "line": 214,
                          "column": 4
                        },
                        "end": {
                          "line": 214,
                          "column": 27
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 6781,
                        "end": 6803,
                        "loc": {
                          "start": {
                            "line": 214,
                            "column": 4
                          },
                          "end": {
                            "line": 214,
                            "column": 26
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 6781,
                          "end": 6801,
                          "loc": {
                            "start": {
                              "line": 214,
                              "column": 4
                            },
                            "end": {
                              "line": 214,
                              "column": 24
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 6781,
                            "end": 6785,
                            "loc": {
                              "start": {
                                "line": 214,
                                "column": 4
                              },
                              "end": {
                                "line": 214,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 6786,
                            "end": 6801,
                            "loc": {
                              "start": {
                                "line": 214,
                                "column": 9
                              },
                              "end": {
                                "line": 214,
                                "column": 24
                              },
                              "identifierName": "_runMetricTests"
                            },
                            "name": "_runMetricTests"
                          },
                          "computed": false
                        },
                        "arguments": []
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 6809,
                      "end": 6835,
                      "loc": {
                        "start": {
                          "line": 215,
                          "column": 4
                        },
                        "end": {
                          "line": 215,
                          "column": 30
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 6809,
                        "end": 6834,
                        "loc": {
                          "start": {
                            "line": 215,
                            "column": 4
                          },
                          "end": {
                            "line": 215,
                            "column": 29
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 6809,
                          "end": 6832,
                          "loc": {
                            "start": {
                              "line": 215,
                              "column": 4
                            },
                            "end": {
                              "line": 215,
                              "column": 27
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 6809,
                            "end": 6813,
                            "loc": {
                              "start": {
                                "line": 215,
                                "column": 4
                              },
                              "end": {
                                "line": 215,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 6814,
                            "end": 6832,
                            "loc": {
                              "start": {
                                "line": 215,
                                "column": 9
                              },
                              "end": {
                                "line": 215,
                                "column": 27
                              },
                              "identifierName": "_runComponentTests"
                            },
                            "name": "_runComponentTests"
                          },
                          "computed": false
                        },
                        "arguments": []
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 6840,
                      "end": 6869,
                      "loc": {
                        "start": {
                          "line": 216,
                          "column": 4
                        },
                        "end": {
                          "line": 216,
                          "column": 33
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 6840,
                        "end": 6868,
                        "loc": {
                          "start": {
                            "line": 216,
                            "column": 4
                          },
                          "end": {
                            "line": 216,
                            "column": 32
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 6840,
                          "end": 6866,
                          "loc": {
                            "start": {
                              "line": 216,
                              "column": 4
                            },
                            "end": {
                              "line": 216,
                              "column": 30
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 6840,
                            "end": 6844,
                            "loc": {
                              "start": {
                                "line": 216,
                                "column": 4
                              },
                              "end": {
                                "line": 216,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 6845,
                            "end": 6866,
                            "loc": {
                              "start": {
                                "line": 216,
                                "column": 9
                              },
                              "end": {
                                "line": 216,
                                "column": 30
                              },
                              "identifierName": "_runDynamicGroupTests"
                            },
                            "name": "_runDynamicGroupTests"
                          },
                          "computed": false
                        },
                        "arguments": []
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 6874,
                      "end": 6898,
                      "loc": {
                        "start": {
                          "line": 217,
                          "column": 4
                        },
                        "end": {
                          "line": 217,
                          "column": 28
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 6874,
                        "end": 6897,
                        "loc": {
                          "start": {
                            "line": 217,
                            "column": 4
                          },
                          "end": {
                            "line": 217,
                            "column": 27
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 6874,
                          "end": 6895,
                          "loc": {
                            "start": {
                              "line": 217,
                              "column": 4
                            },
                            "end": {
                              "line": 217,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 6874,
                            "end": 6878,
                            "loc": {
                              "start": {
                                "line": 217,
                                "column": 4
                              },
                              "end": {
                                "line": 217,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 6879,
                            "end": 6895,
                            "loc": {
                              "start": {
                                "line": 217,
                                "column": 9
                              },
                              "end": {
                                "line": 217,
                                "column": 25
                              },
                              "identifierName": "_runAssemblyTest"
                            },
                            "name": "_runAssemblyTest"
                          },
                          "computed": false
                        },
                        "arguments": []
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 6903,
                      "end": 6943,
                      "loc": {
                        "start": {
                          "line": 218,
                          "column": 4
                        },
                        "end": {
                          "line": 218,
                          "column": 44
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 6903,
                        "end": 6942,
                        "loc": {
                          "start": {
                            "line": 218,
                            "column": 4
                          },
                          "end": {
                            "line": 218,
                            "column": 43
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 6903,
                          "end": 6940,
                          "loc": {
                            "start": {
                              "line": 218,
                              "column": 4
                            },
                            "end": {
                              "line": 218,
                              "column": 41
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 6903,
                            "end": 6907,
                            "loc": {
                              "start": {
                                "line": 218,
                                "column": 4
                              },
                              "end": {
                                "line": 218,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 6908,
                            "end": 6940,
                            "loc": {
                              "start": {
                                "line": 218,
                                "column": 9
                              },
                              "end": {
                                "line": 218,
                                "column": 41
                              },
                              "identifierName": "_testForLiDupesInComponentGroups"
                            },
                            "name": "_testForLiDupesInComponentGroups"
                          },
                          "computed": false
                        },
                        "arguments": []
                      }
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 6951,
                "end": 7318,
                "loc": {
                  "start": {
                    "line": 221,
                    "column": 2
                  },
                  "end": {
                    "line": 232,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 6951,
                  "end": 6978,
                  "loc": {
                    "start": {
                      "line": 221,
                      "column": 2
                    },
                    "end": {
                      "line": 221,
                      "column": 29
                    },
                    "identifierName": "_testIsFieldAssignedToGroup"
                  },
                  "name": "_testIsFieldAssignedToGroup"
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 6979,
                    "end": 6994,
                    "loc": {
                      "start": {
                        "line": 221,
                        "column": 30
                      },
                      "end": {
                        "line": 221,
                        "column": 45
                      },
                      "identifierName": "sourceBidEntity"
                    },
                    "name": "sourceBidEntity"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 6996,
                  "end": 7318,
                  "loc": {
                    "start": {
                      "line": 221,
                      "column": 47
                    },
                    "end": {
                      "line": 232,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 7002,
                      "end": 7025,
                      "loc": {
                        "start": {
                          "line": 222,
                          "column": 4
                        },
                        "end": {
                          "line": 222,
                          "column": 27
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 7006,
                          "end": 7024,
                          "loc": {
                            "start": {
                              "line": 222,
                              "column": 8
                            },
                            "end": {
                              "line": 222,
                              "column": 26
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 7006,
                            "end": 7016,
                            "loc": {
                              "start": {
                                "line": 222,
                                "column": 8
                              },
                              "end": {
                                "line": 222,
                                "column": 18
                              },
                              "identifierName": "isIncluded"
                            },
                            "name": "isIncluded"
                          },
                          "init": {
                            "type": "BooleanLiteral",
                            "start": 7019,
                            "end": 7024,
                            "loc": {
                              "start": {
                                "line": 222,
                                "column": 21
                              },
                              "end": {
                                "line": 222,
                                "column": 26
                              }
                            },
                            "value": false
                          }
                        }
                      ],
                      "kind": "var"
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 7030,
                      "end": 7225,
                      "loc": {
                        "start": {
                          "line": 223,
                          "column": 4
                        },
                        "end": {
                          "line": 227,
                          "column": 7
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 7030,
                        "end": 7224,
                        "loc": {
                          "start": {
                            "line": 223,
                            "column": 4
                          },
                          "end": {
                            "line": 227,
                            "column": 6
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 7030,
                          "end": 7036,
                          "loc": {
                            "start": {
                              "line": 223,
                              "column": 4
                            },
                            "end": {
                              "line": 223,
                              "column": 10
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 7030,
                            "end": 7031,
                            "loc": {
                              "start": {
                                "line": 223,
                                "column": 4
                              },
                              "end": {
                                "line": 223,
                                "column": 5
                              },
                              "identifierName": "_"
                            },
                            "name": "_"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 7032,
                            "end": 7036,
                            "loc": {
                              "start": {
                                "line": 223,
                                "column": 6
                              },
                              "end": {
                                "line": 223,
                                "column": 10
                              },
                              "identifierName": "each"
                            },
                            "name": "each"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "CallExpression",
                            "start": 7037,
                            "end": 7069,
                            "loc": {
                              "start": {
                                "line": 223,
                                "column": 11
                              },
                              "end": {
                                "line": 223,
                                "column": 43
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 7037,
                              "end": 7067,
                              "loc": {
                                "start": {
                                  "line": 223,
                                  "column": 11
                                },
                                "end": {
                                  "line": 223,
                                  "column": 41
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 7037,
                                "end": 7055,
                                "loc": {
                                  "start": {
                                    "line": 223,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 223,
                                    "column": 29
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 7037,
                                  "end": 7046,
                                  "loc": {
                                    "start": {
                                      "line": 223,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 223,
                                      "column": 20
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 7037,
                                    "end": 7041,
                                    "loc": {
                                      "start": {
                                        "line": 223,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 223,
                                        "column": 15
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7042,
                                    "end": 7046,
                                    "loc": {
                                      "start": {
                                        "line": 223,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 223,
                                        "column": 20
                                      },
                                      "identifierName": "_bid"
                                    },
                                    "name": "_bid"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 7047,
                                  "end": 7055,
                                  "loc": {
                                    "start": {
                                      "line": 223,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 223,
                                      "column": 29
                                    },
                                    "identifierName": "entities"
                                  },
                                  "name": "entities"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 7056,
                                "end": 7067,
                                "loc": {
                                  "start": {
                                    "line": 223,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 223,
                                    "column": 41
                                  },
                                  "identifierName": "fieldGroups"
                                },
                                "name": "fieldGroups"
                              },
                              "computed": false
                            },
                            "arguments": []
                          },
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 7071,
                            "end": 7223,
                            "loc": {
                              "start": {
                                "line": 223,
                                "column": 45
                              },
                              "end": {
                                "line": 227,
                                "column": 5
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 7071,
                                "end": 7081,
                                "loc": {
                                  "start": {
                                    "line": 223,
                                    "column": 45
                                  },
                                  "end": {
                                    "line": 223,
                                    "column": 55
                                  },
                                  "identifierName": "fieldGroup"
                                },
                                "name": "fieldGroup"
                              }
                            ],
                            "body": {
                              "type": "BlockStatement",
                              "start": 7085,
                              "end": 7223,
                              "loc": {
                                "start": {
                                  "line": 223,
                                  "column": 59
                                },
                                "end": {
                                  "line": 227,
                                  "column": 5
                                }
                              },
                              "body": [
                                {
                                  "type": "IfStatement",
                                  "start": 7093,
                                  "end": 7217,
                                  "loc": {
                                    "start": {
                                      "line": 224,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 226,
                                      "column": 26
                                    }
                                  },
                                  "test": {
                                    "type": "UnaryExpression",
                                    "start": 7097,
                                    "end": 7108,
                                    "loc": {
                                      "start": {
                                        "line": 224,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 224,
                                        "column": 21
                                      }
                                    },
                                    "operator": "!",
                                    "prefix": true,
                                    "argument": {
                                      "type": "Identifier",
                                      "start": 7098,
                                      "end": 7108,
                                      "loc": {
                                        "start": {
                                          "line": 224,
                                          "column": 11
                                        },
                                        "end": {
                                          "line": 224,
                                          "column": 21
                                        },
                                        "identifierName": "isIncluded"
                                      },
                                      "name": "isIncluded"
                                    },
                                    "extra": {
                                      "parenthesizedArgument": false
                                    }
                                  },
                                  "consequent": {
                                    "type": "BlockStatement",
                                    "start": 7110,
                                    "end": 7198,
                                    "loc": {
                                      "start": {
                                        "line": 224,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 226,
                                        "column": 7
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 7120,
                                        "end": 7190,
                                        "loc": {
                                          "start": {
                                            "line": 225,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 225,
                                            "column": 78
                                          }
                                        },
                                        "expression": {
                                          "type": "AssignmentExpression",
                                          "start": 7120,
                                          "end": 7189,
                                          "loc": {
                                            "start": {
                                              "line": 225,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 225,
                                              "column": 77
                                            }
                                          },
                                          "operator": "=",
                                          "left": {
                                            "type": "Identifier",
                                            "start": 7120,
                                            "end": 7130,
                                            "loc": {
                                              "start": {
                                                "line": 225,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 225,
                                                "column": 18
                                              },
                                              "identifierName": "isIncluded"
                                            },
                                            "name": "isIncluded"
                                          },
                                          "right": {
                                            "type": "CallExpression",
                                            "start": 7133,
                                            "end": 7189,
                                            "loc": {
                                              "start": {
                                                "line": 225,
                                                "column": 21
                                              },
                                              "end": {
                                                "line": 225,
                                                "column": 77
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 7133,
                                              "end": 7143,
                                              "loc": {
                                                "start": {
                                                  "line": 225,
                                                  "column": 21
                                                },
                                                "end": {
                                                  "line": 225,
                                                  "column": 31
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 7133,
                                                "end": 7134,
                                                "loc": {
                                                  "start": {
                                                    "line": 225,
                                                    "column": 21
                                                  },
                                                  "end": {
                                                    "line": 225,
                                                    "column": 22
                                                  },
                                                  "identifierName": "_"
                                                },
                                                "name": "_"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 7135,
                                                "end": 7143,
                                                "loc": {
                                                  "start": {
                                                    "line": 225,
                                                    "column": 23
                                                  },
                                                  "end": {
                                                    "line": 225,
                                                    "column": 31
                                                  },
                                                  "identifierName": "includes"
                                                },
                                                "name": "includes"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "start": 7144,
                                                "end": 7168,
                                                "loc": {
                                                  "start": {
                                                    "line": 225,
                                                    "column": 32
                                                  },
                                                  "end": {
                                                    "line": 225,
                                                    "column": 56
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 7144,
                                                  "end": 7161,
                                                  "loc": {
                                                    "start": {
                                                      "line": 225,
                                                      "column": 32
                                                    },
                                                    "end": {
                                                      "line": 225,
                                                      "column": 49
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 7144,
                                                    "end": 7154,
                                                    "loc": {
                                                      "start": {
                                                        "line": 225,
                                                        "column": 32
                                                      },
                                                      "end": {
                                                        "line": 225,
                                                        "column": 42
                                                      },
                                                      "identifierName": "fieldGroup"
                                                    },
                                                    "name": "fieldGroup"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 7155,
                                                    "end": 7161,
                                                    "loc": {
                                                      "start": {
                                                        "line": 225,
                                                        "column": 43
                                                      },
                                                      "end": {
                                                        "line": 225,
                                                        "column": 49
                                                      },
                                                      "identifierName": "config"
                                                    },
                                                    "name": "config"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 7162,
                                                  "end": 7168,
                                                  "loc": {
                                                    "start": {
                                                      "line": 225,
                                                      "column": 50
                                                    },
                                                    "end": {
                                                      "line": 225,
                                                      "column": 56
                                                    },
                                                    "identifierName": "fields"
                                                  },
                                                  "name": "fields"
                                                },
                                                "computed": false
                                              },
                                              {
                                                "type": "MemberExpression",
                                                "start": 7170,
                                                "end": 7188,
                                                "loc": {
                                                  "start": {
                                                    "line": 225,
                                                    "column": 58
                                                  },
                                                  "end": {
                                                    "line": 225,
                                                    "column": 76
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 7170,
                                                  "end": 7185,
                                                  "loc": {
                                                    "start": {
                                                      "line": 225,
                                                      "column": 58
                                                    },
                                                    "end": {
                                                      "line": 225,
                                                      "column": 73
                                                    },
                                                    "identifierName": "sourceBidEntity"
                                                  },
                                                  "name": "sourceBidEntity"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 7186,
                                                  "end": 7188,
                                                  "loc": {
                                                    "start": {
                                                      "line": 225,
                                                      "column": 74
                                                    },
                                                    "end": {
                                                      "line": 225,
                                                      "column": 76
                                                    },
                                                    "identifierName": "id"
                                                  },
                                                  "name": "id"
                                                },
                                                "computed": false
                                              }
                                            ]
                                          }
                                        }
                                      }
                                    ],
                                    "directives": []
                                  },
                                  "alternate": {
                                    "type": "ReturnStatement",
                                    "start": 7204,
                                    "end": 7217,
                                    "loc": {
                                      "start": {
                                        "line": 226,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 226,
                                        "column": 26
                                      }
                                    },
                                    "argument": {
                                      "type": "BooleanLiteral",
                                      "start": 7211,
                                      "end": 7216,
                                      "loc": {
                                        "start": {
                                          "line": 226,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 226,
                                          "column": 25
                                        }
                                      },
                                      "value": false
                                    }
                                  }
                                }
                              ],
                              "directives": []
                            }
                          }
                        ]
                      }
                    },
                    {
                      "type": "IfStatement",
                      "start": 7231,
                      "end": 7314,
                      "loc": {
                        "start": {
                          "line": 229,
                          "column": 4
                        },
                        "end": {
                          "line": 231,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "UnaryExpression",
                        "start": 7235,
                        "end": 7246,
                        "loc": {
                          "start": {
                            "line": 229,
                            "column": 8
                          },
                          "end": {
                            "line": 229,
                            "column": 19
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "Identifier",
                          "start": 7236,
                          "end": 7246,
                          "loc": {
                            "start": {
                              "line": 229,
                              "column": 9
                            },
                            "end": {
                              "line": 229,
                              "column": 19
                            },
                            "identifierName": "isIncluded"
                          },
                          "name": "isIncluded"
                        },
                        "extra": {
                          "parenthesizedArgument": false
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 7248,
                        "end": 7314,
                        "loc": {
                          "start": {
                            "line": 229,
                            "column": 21
                          },
                          "end": {
                            "line": 231,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 7256,
                            "end": 7308,
                            "loc": {
                              "start": {
                                "line": 230,
                                "column": 6
                              },
                              "end": {
                                "line": 230,
                                "column": 58
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 7256,
                              "end": 7307,
                              "loc": {
                                "start": {
                                  "line": 230,
                                  "column": 6
                                },
                                "end": {
                                  "line": 230,
                                  "column": 57
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 7256,
                                "end": 7270,
                                "loc": {
                                  "start": {
                                    "line": 230,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 230,
                                    "column": 20
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 7256,
                                  "end": 7260,
                                  "loc": {
                                    "start": {
                                      "line": 230,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 230,
                                      "column": 10
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 7261,
                                  "end": 7270,
                                  "loc": {
                                    "start": {
                                      "line": 230,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 230,
                                      "column": 20
                                    },
                                    "identifierName": "_logIssue"
                                  },
                                  "name": "_logIssue"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "StringLiteral",
                                  "start": 7271,
                                  "end": 7289,
                                  "loc": {
                                    "start": {
                                      "line": 230,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 230,
                                      "column": 39
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "unassigned_field",
                                    "raw": "\"unassigned_field\""
                                  },
                                  "value": "unassigned_field"
                                },
                                {
                                  "type": "Identifier",
                                  "start": 7291,
                                  "end": 7306,
                                  "loc": {
                                    "start": {
                                      "line": 230,
                                      "column": 41
                                    },
                                    "end": {
                                      "line": 230,
                                      "column": 56
                                    },
                                    "identifierName": "sourceBidEntity"
                                  },
                                  "name": "sourceBidEntity"
                                }
                              ]
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 7322,
                "end": 7697,
                "loc": {
                  "start": {
                    "line": 234,
                    "column": 2
                  },
                  "end": {
                    "line": 244,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 7322,
                  "end": 7348,
                  "loc": {
                    "start": {
                      "line": 234,
                      "column": 2
                    },
                    "end": {
                      "line": 234,
                      "column": 28
                    },
                    "identifierName": "_testListFieldHasDatatable"
                  },
                  "name": "_testListFieldHasDatatable"
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 7349,
                    "end": 7364,
                    "loc": {
                      "start": {
                        "line": 234,
                        "column": 29
                      },
                      "end": {
                        "line": 234,
                        "column": 44
                      },
                      "identifierName": "sourceBidEntity"
                    },
                    "name": "sourceBidEntity"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 7366,
                  "end": 7697,
                  "loc": {
                    "start": {
                      "line": 234,
                      "column": 46
                    },
                    "end": {
                      "line": 244,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 7372,
                      "end": 7458,
                      "loc": {
                        "start": {
                          "line": 235,
                          "column": 4
                        },
                        "end": {
                          "line": 238,
                          "column": 31
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 7378,
                          "end": 7457,
                          "loc": {
                            "start": {
                              "line": 235,
                              "column": 10
                            },
                            "end": {
                              "line": 238,
                              "column": 30
                            }
                          },
                          "id": {
                            "type": "ObjectPattern",
                            "start": 7378,
                            "end": 7432,
                            "loc": {
                              "start": {
                                "line": 235,
                                "column": 10
                              },
                              "end": {
                                "line": 238,
                                "column": 5
                              }
                            },
                            "properties": [
                              {
                                "type": "ObjectProperty",
                                "start": 7386,
                                "end": 7390,
                                "loc": {
                                  "start": {
                                    "line": 236,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 236,
                                    "column": 10
                                  }
                                },
                                "method": false,
                                "shorthand": true,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 7386,
                                  "end": 7390,
                                  "loc": {
                                    "start": {
                                      "line": 236,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 236,
                                      "column": 10
                                    },
                                    "identifierName": "type"
                                  },
                                  "name": "type"
                                },
                                "value": {
                                  "type": "Identifier",
                                  "start": 7386,
                                  "end": 7390,
                                  "loc": {
                                    "start": {
                                      "line": 236,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 236,
                                      "column": 10
                                    },
                                    "identifierName": "type"
                                  },
                                  "name": "type"
                                },
                                "extra": {
                                  "shorthand": true
                                }
                              },
                              {
                                "type": "ObjectProperty",
                                "start": 7398,
                                "end": 7425,
                                "loc": {
                                  "start": {
                                    "line": 237,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 237,
                                    "column": 33
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 7398,
                                  "end": 7410,
                                  "loc": {
                                    "start": {
                                      "line": 237,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 237,
                                      "column": 18
                                    },
                                    "identifierName": "dependencies"
                                  },
                                  "name": "dependencies"
                                },
                                "value": {
                                  "type": "ObjectPattern",
                                  "start": 7412,
                                  "end": 7425,
                                  "loc": {
                                    "start": {
                                      "line": 237,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 237,
                                      "column": 33
                                    }
                                  },
                                  "properties": [
                                    {
                                      "type": "ObjectProperty",
                                      "start": 7414,
                                      "end": 7423,
                                      "loc": {
                                        "start": {
                                          "line": 237,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 237,
                                          "column": 31
                                        }
                                      },
                                      "method": false,
                                      "shorthand": true,
                                      "computed": false,
                                      "key": {
                                        "type": "Identifier",
                                        "start": 7414,
                                        "end": 7423,
                                        "loc": {
                                          "start": {
                                            "line": 237,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 237,
                                            "column": 31
                                          },
                                          "identifierName": "datatable"
                                        },
                                        "name": "datatable"
                                      },
                                      "value": {
                                        "type": "Identifier",
                                        "start": 7414,
                                        "end": 7423,
                                        "loc": {
                                          "start": {
                                            "line": 237,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 237,
                                            "column": 31
                                          },
                                          "identifierName": "datatable"
                                        },
                                        "name": "datatable"
                                      },
                                      "extra": {
                                        "shorthand": true
                                      }
                                    }
                                  ]
                                }
                              }
                            ]
                          },
                          "init": {
                            "type": "MemberExpression",
                            "start": 7435,
                            "end": 7457,
                            "loc": {
                              "start": {
                                "line": 238,
                                "column": 8
                              },
                              "end": {
                                "line": 238,
                                "column": 30
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 7435,
                              "end": 7450,
                              "loc": {
                                "start": {
                                  "line": 238,
                                  "column": 8
                                },
                                "end": {
                                  "line": 238,
                                  "column": 23
                                },
                                "identifierName": "sourceBidEntity"
                              },
                              "name": "sourceBidEntity"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 7451,
                              "end": 7457,
                              "loc": {
                                "start": {
                                  "line": 238,
                                  "column": 24
                                },
                                "end": {
                                  "line": 238,
                                  "column": 30
                                },
                                "identifierName": "config"
                              },
                              "name": "config"
                            },
                            "computed": false
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "IfStatement",
                      "start": 7463,
                      "end": 7693,
                      "loc": {
                        "start": {
                          "line": 239,
                          "column": 4
                        },
                        "end": {
                          "line": 243,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "LogicalExpression",
                        "start": 7467,
                        "end": 7525,
                        "loc": {
                          "start": {
                            "line": 239,
                            "column": 8
                          },
                          "end": {
                            "line": 239,
                            "column": 66
                          }
                        },
                        "left": {
                          "type": "BinaryExpression",
                          "start": 7467,
                          "end": 7482,
                          "loc": {
                            "start": {
                              "line": 239,
                              "column": 8
                            },
                            "end": {
                              "line": 239,
                              "column": 23
                            }
                          },
                          "left": {
                            "type": "Identifier",
                            "start": 7467,
                            "end": 7471,
                            "loc": {
                              "start": {
                                "line": 239,
                                "column": 8
                              },
                              "end": {
                                "line": 239,
                                "column": 12
                              },
                              "identifierName": "type"
                            },
                            "name": "type"
                          },
                          "operator": "===",
                          "right": {
                            "type": "StringLiteral",
                            "start": 7476,
                            "end": 7482,
                            "loc": {
                              "start": {
                                "line": 239,
                                "column": 17
                              },
                              "end": {
                                "line": 239,
                                "column": 23
                              }
                            },
                            "extra": {
                              "rawValue": "list",
                              "raw": "\"list\""
                            },
                            "value": "list"
                          }
                        },
                        "operator": "&&",
                        "right": {
                          "type": "UnaryExpression",
                          "start": 7486,
                          "end": 7525,
                          "loc": {
                            "start": {
                              "line": 239,
                              "column": 27
                            },
                            "end": {
                              "line": 239,
                              "column": 66
                            }
                          },
                          "operator": "!",
                          "prefix": true,
                          "argument": {
                            "type": "LogicalExpression",
                            "start": 7488,
                            "end": 7524,
                            "loc": {
                              "start": {
                                "line": 239,
                                "column": 29
                              },
                              "end": {
                                "line": 239,
                                "column": 65
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 7488,
                              "end": 7497,
                              "loc": {
                                "start": {
                                  "line": 239,
                                  "column": 29
                                },
                                "end": {
                                  "line": 239,
                                  "column": 38
                                },
                                "identifierName": "datatable"
                              },
                              "name": "datatable"
                            },
                            "operator": "&&",
                            "right": {
                              "type": "MemberExpression",
                              "start": 7501,
                              "end": 7524,
                              "loc": {
                                "start": {
                                  "line": 239,
                                  "column": 42
                                },
                                "end": {
                                  "line": 239,
                                  "column": 65
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 7501,
                                "end": 7510,
                                "loc": {
                                  "start": {
                                    "line": 239,
                                    "column": 42
                                  },
                                  "end": {
                                    "line": 239,
                                    "column": 51
                                  },
                                  "identifierName": "datatable"
                                },
                                "name": "datatable"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 7511,
                                "end": 7524,
                                "loc": {
                                  "start": {
                                    "line": 239,
                                    "column": 52
                                  },
                                  "end": {
                                    "line": 239,
                                    "column": 65
                                  },
                                  "identifierName": "bid_entity_id"
                                },
                                "name": "bid_entity_id"
                              },
                              "computed": false
                            },
                            "extra": {
                              "parenthesized": true,
                              "parenStart": 7487
                            }
                          },
                          "extra": {
                            "parenthesizedArgument": false
                          }
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 7527,
                        "end": 7693,
                        "loc": {
                          "start": {
                            "line": 239,
                            "column": 68
                          },
                          "end": {
                            "line": 243,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 7535,
                            "end": 7687,
                            "loc": {
                              "start": {
                                "line": 240,
                                "column": 6
                              },
                              "end": {
                                "line": 242,
                                "column": 9
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 7535,
                              "end": 7686,
                              "loc": {
                                "start": {
                                  "line": 240,
                                  "column": 6
                                },
                                "end": {
                                  "line": 242,
                                  "column": 8
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 7535,
                                "end": 7549,
                                "loc": {
                                  "start": {
                                    "line": 240,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 240,
                                    "column": 20
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 7535,
                                  "end": 7539,
                                  "loc": {
                                    "start": {
                                      "line": 240,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 240,
                                      "column": 10
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 7540,
                                  "end": 7549,
                                  "loc": {
                                    "start": {
                                      "line": 240,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 240,
                                      "column": 20
                                    },
                                    "identifierName": "_logIssue"
                                  },
                                  "name": "_logIssue"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "StringLiteral",
                                  "start": 7550,
                                  "end": 7591,
                                  "loc": {
                                    "start": {
                                      "line": 240,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 240,
                                      "column": 62
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "list_field_missing_datatable_dependency",
                                    "raw": "\"list_field_missing_datatable_dependency\""
                                  },
                                  "value": "list_field_missing_datatable_dependency"
                                },
                                {
                                  "type": "Identifier",
                                  "start": 7593,
                                  "end": 7608,
                                  "loc": {
                                    "start": {
                                      "line": 240,
                                      "column": 64
                                    },
                                    "end": {
                                      "line": 240,
                                      "column": 79
                                    },
                                    "identifierName": "sourceBidEntity"
                                  },
                                  "name": "sourceBidEntity"
                                },
                                {
                                  "type": "Identifier",
                                  "start": 7610,
                                  "end": 7619,
                                  "loc": {
                                    "start": {
                                      "line": 240,
                                      "column": 81
                                    },
                                    "end": {
                                      "line": 240,
                                      "column": 90
                                    },
                                    "identifierName": "datatable"
                                  },
                                  "name": "datatable"
                                },
                                {
                                  "type": "ObjectExpression",
                                  "start": 7621,
                                  "end": 7685,
                                  "loc": {
                                    "start": {
                                      "line": 240,
                                      "column": 92
                                    },
                                    "end": {
                                      "line": 242,
                                      "column": 7
                                    }
                                  },
                                  "properties": [
                                    {
                                      "type": "ObjectProperty",
                                      "start": 7631,
                                      "end": 7676,
                                      "loc": {
                                        "start": {
                                          "line": 241,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 241,
                                          "column": 53
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "key": {
                                        "type": "Identifier",
                                        "start": 7631,
                                        "end": 7663,
                                        "loc": {
                                          "start": {
                                            "line": 241,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 241,
                                            "column": 40
                                          },
                                          "identifierName": "source_bid_entity_dependency_key"
                                        },
                                        "name": "source_bid_entity_dependency_key"
                                      },
                                      "value": {
                                        "type": "StringLiteral",
                                        "start": 7665,
                                        "end": 7676,
                                        "loc": {
                                          "start": {
                                            "line": 241,
                                            "column": 42
                                          },
                                          "end": {
                                            "line": 241,
                                            "column": 53
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "datatable",
                                          "raw": "\"datatable\""
                                        },
                                        "value": "datatable"
                                      }
                                    }
                                  ]
                                }
                              ]
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 7701,
                "end": 8227,
                "loc": {
                  "start": {
                    "line": 246,
                    "column": 2
                  },
                  "end": {
                    "line": 259,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 7701,
                  "end": 7729,
                  "loc": {
                    "start": {
                      "line": 246,
                      "column": 2
                    },
                    "end": {
                      "line": 246,
                      "column": 30
                    },
                    "identifierName": "_testMetricFormulaReferences"
                  },
                  "name": "_testMetricFormulaReferences"
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 7730,
                    "end": 7745,
                    "loc": {
                      "start": {
                        "line": 246,
                        "column": 31
                      },
                      "end": {
                        "line": 246,
                        "column": 46
                      },
                      "identifierName": "sourceBidEntity"
                    },
                    "name": "sourceBidEntity"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 7747,
                  "end": 8227,
                  "loc": {
                    "start": {
                      "line": 246,
                      "column": 48
                    },
                    "end": {
                      "line": 259,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 7753,
                      "end": 7769,
                      "loc": {
                        "start": {
                          "line": 247,
                          "column": 4
                        },
                        "end": {
                          "line": 247,
                          "column": 20
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 7757,
                          "end": 7768,
                          "loc": {
                            "start": {
                              "line": 247,
                              "column": 8
                            },
                            "end": {
                              "line": 247,
                              "column": 19
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 7757,
                            "end": 7763,
                            "loc": {
                              "start": {
                                "line": 247,
                                "column": 8
                              },
                              "end": {
                                "line": 247,
                                "column": 14
                              },
                              "identifierName": "params"
                            },
                            "name": "params"
                          },
                          "init": {
                            "type": "ObjectExpression",
                            "start": 7766,
                            "end": 7768,
                            "loc": {
                              "start": {
                                "line": 247,
                                "column": 17
                              },
                              "end": {
                                "line": 247,
                                "column": 19
                              }
                            },
                            "properties": []
                          }
                        }
                      ],
                      "kind": "var"
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 7774,
                      "end": 7932,
                      "loc": {
                        "start": {
                          "line": 248,
                          "column": 4
                        },
                        "end": {
                          "line": 252,
                          "column": 7
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 7774,
                        "end": 7931,
                        "loc": {
                          "start": {
                            "line": 248,
                            "column": 4
                          },
                          "end": {
                            "line": 252,
                            "column": 6
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 7774,
                          "end": 7780,
                          "loc": {
                            "start": {
                              "line": 248,
                              "column": 4
                            },
                            "end": {
                              "line": 248,
                              "column": 10
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 7774,
                            "end": 7775,
                            "loc": {
                              "start": {
                                "line": 248,
                                "column": 4
                              },
                              "end": {
                                "line": 248,
                                "column": 5
                              },
                              "identifierName": "_"
                            },
                            "name": "_"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 7776,
                            "end": 7780,
                            "loc": {
                              "start": {
                                "line": 248,
                                "column": 6
                              },
                              "end": {
                                "line": 248,
                                "column": 10
                              },
                              "identifierName": "each"
                            },
                            "name": "each"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "MemberExpression",
                            "start": 7781,
                            "end": 7816,
                            "loc": {
                              "start": {
                                "line": 248,
                                "column": 11
                              },
                              "end": {
                                "line": 248,
                                "column": 46
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 7781,
                              "end": 7803,
                              "loc": {
                                "start": {
                                  "line": 248,
                                  "column": 11
                                },
                                "end": {
                                  "line": 248,
                                  "column": 33
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 7781,
                                "end": 7796,
                                "loc": {
                                  "start": {
                                    "line": 248,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 248,
                                    "column": 26
                                  },
                                  "identifierName": "sourceBidEntity"
                                },
                                "name": "sourceBidEntity"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 7797,
                                "end": 7803,
                                "loc": {
                                  "start": {
                                    "line": 248,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 248,
                                    "column": 33
                                  },
                                  "identifierName": "config"
                                },
                                "name": "config"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 7804,
                              "end": 7816,
                              "loc": {
                                "start": {
                                  "line": 248,
                                  "column": 34
                                },
                                "end": {
                                  "line": 248,
                                  "column": 46
                                },
                                "identifierName": "dependencies"
                              },
                              "name": "dependencies"
                            },
                            "computed": false
                          },
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 7818,
                            "end": 7930,
                            "loc": {
                              "start": {
                                "line": 248,
                                "column": 48
                              },
                              "end": {
                                "line": 252,
                                "column": 5
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 7819,
                                "end": 7824,
                                "loc": {
                                  "start": {
                                    "line": 248,
                                    "column": 49
                                  },
                                  "end": {
                                    "line": 248,
                                    "column": 54
                                  },
                                  "identifierName": "value"
                                },
                                "name": "value"
                              },
                              {
                                "type": "Identifier",
                                "start": 7826,
                                "end": 7829,
                                "loc": {
                                  "start": {
                                    "line": 248,
                                    "column": 56
                                  },
                                  "end": {
                                    "line": 248,
                                    "column": 59
                                  },
                                  "identifierName": "key"
                                },
                                "name": "key"
                              }
                            ],
                            "body": {
                              "type": "BlockStatement",
                              "start": 7834,
                              "end": 7930,
                              "loc": {
                                "start": {
                                  "line": 248,
                                  "column": 64
                                },
                                "end": {
                                  "line": 252,
                                  "column": 5
                                }
                              },
                              "body": [
                                {
                                  "type": "IfStatement",
                                  "start": 7842,
                                  "end": 7924,
                                  "loc": {
                                    "start": {
                                      "line": 249,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 251,
                                      "column": 7
                                    }
                                  },
                                  "test": {
                                    "type": "LogicalExpression",
                                    "start": 7846,
                                    "end": 7888,
                                    "loc": {
                                      "start": {
                                        "line": 249,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 249,
                                        "column": 52
                                      }
                                    },
                                    "left": {
                                      "type": "UnaryExpression",
                                      "start": 7846,
                                      "end": 7863,
                                      "loc": {
                                        "start": {
                                          "line": 249,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 249,
                                          "column": 27
                                        }
                                      },
                                      "operator": "!",
                                      "prefix": true,
                                      "argument": {
                                        "type": "CallExpression",
                                        "start": 7847,
                                        "end": 7863,
                                        "loc": {
                                          "start": {
                                            "line": 249,
                                            "column": 11
                                          },
                                          "end": {
                                            "line": 249,
                                            "column": 27
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 7847,
                                          "end": 7856,
                                          "loc": {
                                            "start": {
                                              "line": 249,
                                              "column": 11
                                            },
                                            "end": {
                                              "line": 249,
                                              "column": 20
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 7847,
                                            "end": 7848,
                                            "loc": {
                                              "start": {
                                                "line": 249,
                                                "column": 11
                                              },
                                              "end": {
                                                "line": 249,
                                                "column": 12
                                              },
                                              "identifierName": "_"
                                            },
                                            "name": "_"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 7849,
                                            "end": 7856,
                                            "loc": {
                                              "start": {
                                                "line": 249,
                                                "column": 13
                                              },
                                              "end": {
                                                "line": 249,
                                                "column": 20
                                              },
                                              "identifierName": "isEmpty"
                                            },
                                            "name": "isEmpty"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 7857,
                                            "end": 7862,
                                            "loc": {
                                              "start": {
                                                "line": 249,
                                                "column": 21
                                              },
                                              "end": {
                                                "line": 249,
                                                "column": 26
                                              },
                                              "identifierName": "value"
                                            },
                                            "name": "value"
                                          }
                                        ]
                                      },
                                      "extra": {
                                        "parenthesizedArgument": false
                                      }
                                    },
                                    "operator": "&&",
                                    "right": {
                                      "type": "UnaryExpression",
                                      "start": 7867,
                                      "end": 7888,
                                      "loc": {
                                        "start": {
                                          "line": 249,
                                          "column": 31
                                        },
                                        "end": {
                                          "line": 249,
                                          "column": 52
                                        }
                                      },
                                      "operator": "!",
                                      "prefix": true,
                                      "argument": {
                                        "type": "CallExpression",
                                        "start": 7868,
                                        "end": 7888,
                                        "loc": {
                                          "start": {
                                            "line": 249,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 249,
                                            "column": 52
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 7868,
                                          "end": 7876,
                                          "loc": {
                                            "start": {
                                              "line": 249,
                                              "column": 32
                                            },
                                            "end": {
                                              "line": 249,
                                              "column": 40
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 7868,
                                            "end": 7869,
                                            "loc": {
                                              "start": {
                                                "line": 249,
                                                "column": 32
                                              },
                                              "end": {
                                                "line": 249,
                                                "column": 33
                                              },
                                              "identifierName": "_"
                                            },
                                            "name": "_"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 7870,
                                            "end": 7876,
                                            "loc": {
                                              "start": {
                                                "line": 249,
                                                "column": 34
                                              },
                                              "end": {
                                                "line": 249,
                                                "column": 40
                                              },
                                              "identifierName": "isNull"
                                            },
                                            "name": "isNull"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "MemberExpression",
                                            "start": 7877,
                                            "end": 7887,
                                            "loc": {
                                              "start": {
                                                "line": 249,
                                                "column": 41
                                              },
                                              "end": {
                                                "line": 249,
                                                "column": 51
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 7877,
                                              "end": 7882,
                                              "loc": {
                                                "start": {
                                                  "line": 249,
                                                  "column": 41
                                                },
                                                "end": {
                                                  "line": 249,
                                                  "column": 46
                                                },
                                                "identifierName": "value"
                                              },
                                              "name": "value"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 7883,
                                              "end": 7887,
                                              "loc": {
                                                "start": {
                                                  "line": 249,
                                                  "column": 47
                                                },
                                                "end": {
                                                  "line": 249,
                                                  "column": 51
                                                },
                                                "identifierName": "type"
                                              },
                                              "name": "type"
                                            },
                                            "computed": false
                                          }
                                        ]
                                      },
                                      "extra": {
                                        "parenthesizedArgument": false
                                      }
                                    }
                                  },
                                  "consequent": {
                                    "type": "BlockStatement",
                                    "start": 7890,
                                    "end": 7924,
                                    "loc": {
                                      "start": {
                                        "line": 249,
                                        "column": 54
                                      },
                                      "end": {
                                        "line": 251,
                                        "column": 7
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 7900,
                                        "end": 7916,
                                        "loc": {
                                          "start": {
                                            "line": 250,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 250,
                                            "column": 24
                                          }
                                        },
                                        "expression": {
                                          "type": "AssignmentExpression",
                                          "start": 7900,
                                          "end": 7915,
                                          "loc": {
                                            "start": {
                                              "line": 250,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 250,
                                              "column": 23
                                            }
                                          },
                                          "operator": "=",
                                          "left": {
                                            "type": "MemberExpression",
                                            "start": 7900,
                                            "end": 7911,
                                            "loc": {
                                              "start": {
                                                "line": 250,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 250,
                                                "column": 19
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 7900,
                                              "end": 7906,
                                              "loc": {
                                                "start": {
                                                  "line": 250,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 250,
                                                  "column": 14
                                                },
                                                "identifierName": "params"
                                              },
                                              "name": "params"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 7907,
                                              "end": 7910,
                                              "loc": {
                                                "start": {
                                                  "line": 250,
                                                  "column": 15
                                                },
                                                "end": {
                                                  "line": 250,
                                                  "column": 18
                                                },
                                                "identifierName": "key"
                                              },
                                              "name": "key"
                                            },
                                            "computed": true
                                          },
                                          "right": {
                                            "type": "NumericLiteral",
                                            "start": 7914,
                                            "end": 7915,
                                            "loc": {
                                              "start": {
                                                "line": 250,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 250,
                                                "column": 23
                                              }
                                            },
                                            "extra": {
                                              "rawValue": 1,
                                              "raw": "1"
                                            },
                                            "value": 1
                                          }
                                        }
                                      }
                                    ],
                                    "directives": []
                                  },
                                  "alternate": null
                                }
                              ],
                              "directives": []
                            }
                          }
                        ]
                      }
                    },
                    {
                      "type": "IfStatement",
                      "start": 7937,
                      "end": 8223,
                      "loc": {
                        "start": {
                          "line": 253,
                          "column": 4
                        },
                        "end": {
                          "line": 258,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "UnaryExpression",
                        "start": 7941,
                        "end": 8005,
                        "loc": {
                          "start": {
                            "line": 253,
                            "column": 8
                          },
                          "end": {
                            "line": 253,
                            "column": 72
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "CallExpression",
                          "start": 7942,
                          "end": 8005,
                          "loc": {
                            "start": {
                              "line": 253,
                              "column": 9
                            },
                            "end": {
                              "line": 253,
                              "column": 72
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 7942,
                            "end": 7965,
                            "loc": {
                              "start": {
                                "line": 253,
                                "column": 9
                              },
                              "end": {
                                "line": 253,
                                "column": 32
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 7942,
                              "end": 7949,
                              "loc": {
                                "start": {
                                  "line": 253,
                                  "column": 9
                                },
                                "end": {
                                  "line": 253,
                                  "column": 16
                                },
                                "identifierName": "Helpers"
                              },
                              "name": "Helpers"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 7950,
                              "end": 7965,
                              "loc": {
                                "start": {
                                  "line": 253,
                                  "column": 17
                                },
                                "end": {
                                  "line": 253,
                                  "column": 32
                                },
                                "identifierName": "validateFormula"
                              },
                              "name": "validateFormula"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "MemberExpression",
                              "start": 7966,
                              "end": 7996,
                              "loc": {
                                "start": {
                                  "line": 253,
                                  "column": 33
                                },
                                "end": {
                                  "line": 253,
                                  "column": 63
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 7966,
                                "end": 7988,
                                "loc": {
                                  "start": {
                                    "line": 253,
                                    "column": 33
                                  },
                                  "end": {
                                    "line": 253,
                                    "column": 55
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 7966,
                                  "end": 7981,
                                  "loc": {
                                    "start": {
                                      "line": 253,
                                      "column": 33
                                    },
                                    "end": {
                                      "line": 253,
                                      "column": 48
                                    },
                                    "identifierName": "sourceBidEntity"
                                  },
                                  "name": "sourceBidEntity"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 7982,
                                  "end": 7988,
                                  "loc": {
                                    "start": {
                                      "line": 253,
                                      "column": 49
                                    },
                                    "end": {
                                      "line": 253,
                                      "column": 55
                                    },
                                    "identifierName": "config"
                                  },
                                  "name": "config"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 7989,
                                "end": 7996,
                                "loc": {
                                  "start": {
                                    "line": 253,
                                    "column": 56
                                  },
                                  "end": {
                                    "line": 253,
                                    "column": 63
                                  },
                                  "identifierName": "formula"
                                },
                                "name": "formula"
                              },
                              "computed": false
                            },
                            {
                              "type": "Identifier",
                              "start": 7998,
                              "end": 8004,
                              "loc": {
                                "start": {
                                  "line": 253,
                                  "column": 65
                                },
                                "end": {
                                  "line": 253,
                                  "column": 71
                                },
                                "identifierName": "params"
                              },
                              "name": "params"
                            }
                          ]
                        },
                        "extra": {
                          "parenthesizedArgument": false
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 8007,
                        "end": 8223,
                        "loc": {
                          "start": {
                            "line": 253,
                            "column": 74
                          },
                          "end": {
                            "line": 258,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 8015,
                            "end": 8217,
                            "loc": {
                              "start": {
                                "line": 254,
                                "column": 6
                              },
                              "end": {
                                "line": 257,
                                "column": 9
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 8015,
                              "end": 8216,
                              "loc": {
                                "start": {
                                  "line": 254,
                                  "column": 6
                                },
                                "end": {
                                  "line": 257,
                                  "column": 8
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 8015,
                                "end": 8029,
                                "loc": {
                                  "start": {
                                    "line": 254,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 254,
                                    "column": 20
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 8015,
                                  "end": 8019,
                                  "loc": {
                                    "start": {
                                      "line": 254,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 254,
                                      "column": 10
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 8020,
                                  "end": 8029,
                                  "loc": {
                                    "start": {
                                      "line": 254,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 254,
                                      "column": 20
                                    },
                                    "identifierName": "_logIssue"
                                  },
                                  "name": "_logIssue"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "StringLiteral",
                                  "start": 8030,
                                  "end": 8065,
                                  "loc": {
                                    "start": {
                                      "line": 254,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 254,
                                      "column": 56
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "invalid_metric_formula_dependency",
                                    "raw": "\"invalid_metric_formula_dependency\""
                                  },
                                  "value": "invalid_metric_formula_dependency"
                                },
                                {
                                  "type": "Identifier",
                                  "start": 8067,
                                  "end": 8082,
                                  "loc": {
                                    "start": {
                                      "line": 254,
                                      "column": 58
                                    },
                                    "end": {
                                      "line": 254,
                                      "column": 73
                                    },
                                    "identifierName": "sourceBidEntity"
                                  },
                                  "name": "sourceBidEntity"
                                },
                                {
                                  "type": "NullLiteral",
                                  "start": 8084,
                                  "end": 8088,
                                  "loc": {
                                    "start": {
                                      "line": 254,
                                      "column": 75
                                    },
                                    "end": {
                                      "line": 254,
                                      "column": 79
                                    }
                                  }
                                },
                                {
                                  "type": "ObjectExpression",
                                  "start": 8090,
                                  "end": 8215,
                                  "loc": {
                                    "start": {
                                      "line": 254,
                                      "column": 81
                                    },
                                    "end": {
                                      "line": 257,
                                      "column": 7
                                    }
                                  },
                                  "properties": [
                                    {
                                      "type": "ObjectProperty",
                                      "start": 8100,
                                      "end": 8139,
                                      "loc": {
                                        "start": {
                                          "line": 255,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 255,
                                          "column": 47
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "key": {
                                        "type": "Identifier",
                                        "start": 8100,
                                        "end": 8107,
                                        "loc": {
                                          "start": {
                                            "line": 255,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 255,
                                            "column": 15
                                          },
                                          "identifierName": "formula"
                                        },
                                        "name": "formula"
                                      },
                                      "value": {
                                        "type": "MemberExpression",
                                        "start": 8109,
                                        "end": 8139,
                                        "loc": {
                                          "start": {
                                            "line": 255,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 255,
                                            "column": 47
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 8109,
                                          "end": 8131,
                                          "loc": {
                                            "start": {
                                              "line": 255,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 255,
                                              "column": 39
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 8109,
                                            "end": 8124,
                                            "loc": {
                                              "start": {
                                                "line": 255,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 255,
                                                "column": 32
                                              },
                                              "identifierName": "sourceBidEntity"
                                            },
                                            "name": "sourceBidEntity"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 8125,
                                            "end": 8131,
                                            "loc": {
                                              "start": {
                                                "line": 255,
                                                "column": 33
                                              },
                                              "end": {
                                                "line": 255,
                                                "column": 39
                                              },
                                              "identifierName": "config"
                                            },
                                            "name": "config"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 8132,
                                          "end": 8139,
                                          "loc": {
                                            "start": {
                                              "line": 255,
                                              "column": 40
                                            },
                                            "end": {
                                              "line": 255,
                                              "column": 47
                                            },
                                            "identifierName": "formula"
                                          },
                                          "name": "formula"
                                        },
                                        "computed": false
                                      }
                                    },
                                    {
                                      "type": "ObjectProperty",
                                      "start": 8149,
                                      "end": 8206,
                                      "loc": {
                                        "start": {
                                          "line": 256,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 256,
                                          "column": 65
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "key": {
                                        "type": "Identifier",
                                        "start": 8149,
                                        "end": 8169,
                                        "loc": {
                                          "start": {
                                            "line": 256,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 256,
                                            "column": 28
                                          },
                                          "identifierName": "formula_dependencies"
                                        },
                                        "name": "formula_dependencies"
                                      },
                                      "value": {
                                        "type": "MemberExpression",
                                        "start": 8171,
                                        "end": 8206,
                                        "loc": {
                                          "start": {
                                            "line": 256,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 256,
                                            "column": 65
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 8171,
                                          "end": 8193,
                                          "loc": {
                                            "start": {
                                              "line": 256,
                                              "column": 30
                                            },
                                            "end": {
                                              "line": 256,
                                              "column": 52
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 8171,
                                            "end": 8186,
                                            "loc": {
                                              "start": {
                                                "line": 256,
                                                "column": 30
                                              },
                                              "end": {
                                                "line": 256,
                                                "column": 45
                                              },
                                              "identifierName": "sourceBidEntity"
                                            },
                                            "name": "sourceBidEntity"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 8187,
                                            "end": 8193,
                                            "loc": {
                                              "start": {
                                                "line": 256,
                                                "column": 46
                                              },
                                              "end": {
                                                "line": 256,
                                                "column": 52
                                              },
                                              "identifierName": "config"
                                            },
                                            "name": "config"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 8194,
                                          "end": 8206,
                                          "loc": {
                                            "start": {
                                              "line": 256,
                                              "column": 53
                                            },
                                            "end": {
                                              "line": 256,
                                              "column": 65
                                            },
                                            "identifierName": "dependencies"
                                          },
                                          "name": "dependencies"
                                        },
                                        "computed": false
                                      }
                                    }
                                  ]
                                }
                              ]
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 8231,
                "end": 9705,
                "loc": {
                  "start": {
                    "line": 261,
                    "column": 2
                  },
                  "end": {
                    "line": 298,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 8231,
                  "end": 8255,
                  "loc": {
                    "start": {
                      "line": 261,
                      "column": 2
                    },
                    "end": {
                      "line": 261,
                      "column": 26
                    },
                    "identifierName": "_testMetricManipulations"
                  },
                  "name": "_testMetricManipulations"
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 8256,
                    "end": 8271,
                    "loc": {
                      "start": {
                        "line": 261,
                        "column": 27
                      },
                      "end": {
                        "line": 261,
                        "column": 42
                      },
                      "identifierName": "sourceBidEntity"
                    },
                    "name": "sourceBidEntity"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 8273,
                  "end": 9705,
                  "loc": {
                    "start": {
                      "line": 261,
                      "column": 44
                    },
                    "end": {
                      "line": 298,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 8279,
                      "end": 9701,
                      "loc": {
                        "start": {
                          "line": 262,
                          "column": 4
                        },
                        "end": {
                          "line": 297,
                          "column": 7
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 8279,
                        "end": 9700,
                        "loc": {
                          "start": {
                            "line": 262,
                            "column": 4
                          },
                          "end": {
                            "line": 297,
                            "column": 6
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 8279,
                          "end": 8285,
                          "loc": {
                            "start": {
                              "line": 262,
                              "column": 4
                            },
                            "end": {
                              "line": 262,
                              "column": 10
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 8279,
                            "end": 8280,
                            "loc": {
                              "start": {
                                "line": 262,
                                "column": 4
                              },
                              "end": {
                                "line": 262,
                                "column": 5
                              },
                              "identifierName": "_"
                            },
                            "name": "_"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 8281,
                            "end": 8285,
                            "loc": {
                              "start": {
                                "line": 262,
                                "column": 6
                              },
                              "end": {
                                "line": 262,
                                "column": 10
                              },
                              "identifierName": "each"
                            },
                            "name": "each"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "MemberExpression",
                            "start": 8286,
                            "end": 8322,
                            "loc": {
                              "start": {
                                "line": 262,
                                "column": 11
                              },
                              "end": {
                                "line": 262,
                                "column": 47
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 8286,
                              "end": 8308,
                              "loc": {
                                "start": {
                                  "line": 262,
                                  "column": 11
                                },
                                "end": {
                                  "line": 262,
                                  "column": 33
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 8286,
                                "end": 8301,
                                "loc": {
                                  "start": {
                                    "line": 262,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 262,
                                    "column": 26
                                  },
                                  "identifierName": "sourceBidEntity"
                                },
                                "name": "sourceBidEntity"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 8302,
                                "end": 8308,
                                "loc": {
                                  "start": {
                                    "line": 262,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 262,
                                    "column": 33
                                  },
                                  "identifierName": "config"
                                },
                                "name": "config"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 8309,
                              "end": 8322,
                              "loc": {
                                "start": {
                                  "line": 262,
                                  "column": 34
                                },
                                "end": {
                                  "line": 262,
                                  "column": 47
                                },
                                "identifierName": "manipulations"
                              },
                              "name": "manipulations"
                            },
                            "computed": false
                          },
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 8324,
                            "end": 9699,
                            "loc": {
                              "start": {
                                "line": 262,
                                "column": 49
                              },
                              "end": {
                                "line": 297,
                                "column": 5
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 8324,
                                "end": 8342,
                                "loc": {
                                  "start": {
                                    "line": 262,
                                    "column": 49
                                  },
                                  "end": {
                                    "line": 262,
                                    "column": 67
                                  },
                                  "identifierName": "metricManipulation"
                                },
                                "name": "metricManipulation"
                              }
                            ],
                            "body": {
                              "type": "BlockStatement",
                              "start": 8346,
                              "end": 9699,
                              "loc": {
                                "start": {
                                  "line": 262,
                                  "column": 71
                                },
                                "end": {
                                  "line": 297,
                                  "column": 5
                                }
                              },
                              "body": [
                                {
                                  "type": "IfStatement",
                                  "start": 8425,
                                  "end": 8795,
                                  "loc": {
                                    "start": {
                                      "line": 265,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 273,
                                      "column": 7
                                    }
                                  },
                                  "test": {
                                    "type": "MemberExpression",
                                    "start": 8429,
                                    "end": 8459,
                                    "loc": {
                                      "start": {
                                        "line": 265,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 265,
                                        "column": 40
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 8429,
                                      "end": 8447,
                                      "loc": {
                                        "start": {
                                          "line": 265,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 265,
                                          "column": 28
                                        },
                                        "identifierName": "metricManipulation"
                                      },
                                      "name": "metricManipulation",
                                      "leadingComments": null
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 8448,
                                      "end": 8459,
                                      "loc": {
                                        "start": {
                                          "line": 265,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 265,
                                          "column": 40
                                        },
                                        "identifierName": "assembly_id"
                                      },
                                      "name": "assembly_id"
                                    },
                                    "computed": false,
                                    "leadingComments": null
                                  },
                                  "consequent": {
                                    "type": "BlockStatement",
                                    "start": 8461,
                                    "end": 8795,
                                    "loc": {
                                      "start": {
                                        "line": 265,
                                        "column": 42
                                      },
                                      "end": {
                                        "line": 273,
                                        "column": 7
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "VariableDeclaration",
                                        "start": 8471,
                                        "end": 8566,
                                        "loc": {
                                          "start": {
                                            "line": 266,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 266,
                                            "column": 103
                                          }
                                        },
                                        "declarations": [
                                          {
                                            "type": "VariableDeclarator",
                                            "start": 8475,
                                            "end": 8565,
                                            "loc": {
                                              "start": {
                                                "line": 266,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 266,
                                                "column": 102
                                              }
                                            },
                                            "id": {
                                              "type": "Identifier",
                                              "start": 8475,
                                              "end": 8501,
                                              "loc": {
                                                "start": {
                                                  "line": 266,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 266,
                                                  "column": 38
                                                },
                                                "identifierName": "metricManipulationAssembly"
                                              },
                                              "name": "metricManipulationAssembly"
                                            },
                                            "init": {
                                              "type": "CallExpression",
                                              "start": 8504,
                                              "end": 8565,
                                              "loc": {
                                                "start": {
                                                  "line": 266,
                                                  "column": 41
                                                },
                                                "end": {
                                                  "line": 266,
                                                  "column": 102
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 8504,
                                                "end": 8533,
                                                "loc": {
                                                  "start": {
                                                    "line": 266,
                                                    "column": 41
                                                  },
                                                  "end": {
                                                    "line": 266,
                                                    "column": 70
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 8504,
                                                  "end": 8522,
                                                  "loc": {
                                                    "start": {
                                                      "line": 266,
                                                      "column": 41
                                                    },
                                                    "end": {
                                                      "line": 266,
                                                      "column": 59
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 8504,
                                                    "end": 8513,
                                                    "loc": {
                                                      "start": {
                                                        "line": 266,
                                                        "column": 41
                                                      },
                                                      "end": {
                                                        "line": 266,
                                                        "column": 50
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "ThisExpression",
                                                      "start": 8504,
                                                      "end": 8508,
                                                      "loc": {
                                                        "start": {
                                                          "line": 266,
                                                          "column": 41
                                                        },
                                                        "end": {
                                                          "line": 266,
                                                          "column": 45
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 8509,
                                                      "end": 8513,
                                                      "loc": {
                                                        "start": {
                                                          "line": 266,
                                                          "column": 46
                                                        },
                                                        "end": {
                                                          "line": 266,
                                                          "column": 50
                                                        },
                                                        "identifierName": "_bid"
                                                      },
                                                      "name": "_bid"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 8514,
                                                    "end": 8522,
                                                    "loc": {
                                                      "start": {
                                                        "line": 266,
                                                        "column": 51
                                                      },
                                                      "end": {
                                                        "line": 266,
                                                        "column": 59
                                                      },
                                                      "identifierName": "entities"
                                                    },
                                                    "name": "entities"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 8523,
                                                  "end": 8533,
                                                  "loc": {
                                                    "start": {
                                                      "line": 266,
                                                      "column": 60
                                                    },
                                                    "end": {
                                                      "line": 266,
                                                      "column": 70
                                                    },
                                                    "identifierName": "assemblies"
                                                  },
                                                  "name": "assemblies"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "MemberExpression",
                                                  "start": 8534,
                                                  "end": 8564,
                                                  "loc": {
                                                    "start": {
                                                      "line": 266,
                                                      "column": 71
                                                    },
                                                    "end": {
                                                      "line": 266,
                                                      "column": 101
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 8534,
                                                    "end": 8552,
                                                    "loc": {
                                                      "start": {
                                                        "line": 266,
                                                        "column": 71
                                                      },
                                                      "end": {
                                                        "line": 266,
                                                        "column": 89
                                                      },
                                                      "identifierName": "metricManipulation"
                                                    },
                                                    "name": "metricManipulation"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 8553,
                                                    "end": 8564,
                                                    "loc": {
                                                      "start": {
                                                        "line": 266,
                                                        "column": 90
                                                      },
                                                      "end": {
                                                        "line": 266,
                                                        "column": 101
                                                      },
                                                      "identifierName": "assembly_id"
                                                    },
                                                    "name": "assembly_id"
                                                  },
                                                  "computed": false
                                                }
                                              ]
                                            }
                                          }
                                        ],
                                        "kind": "let"
                                      },
                                      {
                                        "type": "IfStatement",
                                        "start": 8576,
                                        "end": 8787,
                                        "loc": {
                                          "start": {
                                            "line": 268,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 272,
                                            "column": 9
                                          }
                                        },
                                        "test": {
                                          "type": "UnaryExpression",
                                          "start": 8580,
                                          "end": 8607,
                                          "loc": {
                                            "start": {
                                              "line": 268,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 268,
                                              "column": 39
                                            }
                                          },
                                          "operator": "!",
                                          "prefix": true,
                                          "argument": {
                                            "type": "Identifier",
                                            "start": 8581,
                                            "end": 8607,
                                            "loc": {
                                              "start": {
                                                "line": 268,
                                                "column": 13
                                              },
                                              "end": {
                                                "line": 268,
                                                "column": 39
                                              },
                                              "identifierName": "metricManipulationAssembly"
                                            },
                                            "name": "metricManipulationAssembly"
                                          },
                                          "extra": {
                                            "parenthesizedArgument": false
                                          }
                                        },
                                        "consequent": {
                                          "type": "BlockStatement",
                                          "start": 8609,
                                          "end": 8787,
                                          "loc": {
                                            "start": {
                                              "line": 268,
                                              "column": 41
                                            },
                                            "end": {
                                              "line": 272,
                                              "column": 9
                                            }
                                          },
                                          "body": [
                                            {
                                              "type": "ExpressionStatement",
                                              "start": 8621,
                                              "end": 8777,
                                              "loc": {
                                                "start": {
                                                  "line": 269,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 271,
                                                  "column": 13
                                                }
                                              },
                                              "expression": {
                                                "type": "CallExpression",
                                                "start": 8621,
                                                "end": 8776,
                                                "loc": {
                                                  "start": {
                                                    "line": 269,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 271,
                                                    "column": 12
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 8621,
                                                  "end": 8635,
                                                  "loc": {
                                                    "start": {
                                                      "line": 269,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 269,
                                                      "column": 24
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "ThisExpression",
                                                    "start": 8621,
                                                    "end": 8625,
                                                    "loc": {
                                                      "start": {
                                                        "line": 269,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 269,
                                                        "column": 14
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 8626,
                                                    "end": 8635,
                                                    "loc": {
                                                      "start": {
                                                        "line": 269,
                                                        "column": 15
                                                      },
                                                      "end": {
                                                        "line": 269,
                                                        "column": 24
                                                      },
                                                      "identifierName": "_logIssue"
                                                    },
                                                    "name": "_logIssue"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "StringLiteral",
                                                    "start": 8636,
                                                    "end": 8684,
                                                    "loc": {
                                                      "start": {
                                                        "line": 269,
                                                        "column": 25
                                                      },
                                                      "end": {
                                                        "line": 269,
                                                        "column": 73
                                                      }
                                                    },
                                                    "extra": {
                                                      "rawValue": "invalid_metric_manipulation_assembly_reference",
                                                      "raw": "\"invalid_metric_manipulation_assembly_reference\""
                                                    },
                                                    "value": "invalid_metric_manipulation_assembly_reference"
                                                  },
                                                  {
                                                    "type": "Identifier",
                                                    "start": 8686,
                                                    "end": 8701,
                                                    "loc": {
                                                      "start": {
                                                        "line": 269,
                                                        "column": 75
                                                      },
                                                      "end": {
                                                        "line": 269,
                                                        "column": 90
                                                      },
                                                      "identifierName": "sourceBidEntity"
                                                    },
                                                    "name": "sourceBidEntity"
                                                  },
                                                  {
                                                    "type": "NullLiteral",
                                                    "start": 8703,
                                                    "end": 8707,
                                                    "loc": {
                                                      "start": {
                                                        "line": 269,
                                                        "column": 92
                                                      },
                                                      "end": {
                                                        "line": 269,
                                                        "column": 96
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "ObjectExpression",
                                                    "start": 8709,
                                                    "end": 8775,
                                                    "loc": {
                                                      "start": {
                                                        "line": 269,
                                                        "column": 98
                                                      },
                                                      "end": {
                                                        "line": 271,
                                                        "column": 11
                                                      }
                                                    },
                                                    "properties": [
                                                      {
                                                        "type": "ObjectProperty",
                                                        "start": 8723,
                                                        "end": 8762,
                                                        "loc": {
                                                          "start": {
                                                            "line": 270,
                                                            "column": 12
                                                          },
                                                          "end": {
                                                            "line": 270,
                                                            "column": 51
                                                          }
                                                        },
                                                        "method": false,
                                                        "shorthand": false,
                                                        "computed": false,
                                                        "key": {
                                                          "type": "Identifier",
                                                          "start": 8723,
                                                          "end": 8742,
                                                          "loc": {
                                                            "start": {
                                                              "line": 270,
                                                              "column": 12
                                                            },
                                                            "end": {
                                                              "line": 270,
                                                              "column": 31
                                                            },
                                                            "identifierName": "metric_manipulation"
                                                          },
                                                          "name": "metric_manipulation"
                                                        },
                                                        "value": {
                                                          "type": "Identifier",
                                                          "start": 8744,
                                                          "end": 8762,
                                                          "loc": {
                                                            "start": {
                                                              "line": 270,
                                                              "column": 33
                                                            },
                                                            "end": {
                                                              "line": 270,
                                                              "column": 51
                                                            },
                                                            "identifierName": "metricManipulation"
                                                          },
                                                          "name": "metricManipulation"
                                                        }
                                                      }
                                                    ]
                                                  }
                                                ]
                                              }
                                            }
                                          ],
                                          "directives": []
                                        },
                                        "alternate": null
                                      }
                                    ],
                                    "directives": [],
                                    "trailingComments": null
                                  },
                                  "alternate": null,
                                  "leadingComments": [
                                    {
                                      "type": "CommentLine",
                                      "value": "First test to ensure metric manipultion has a valid assembly.",
                                      "start": 8354,
                                      "end": 8417,
                                      "loc": {
                                        "start": {
                                          "line": 263,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 263,
                                          "column": 69
                                        }
                                      }
                                    }
                                  ],
                                  "trailingComments": [
                                    {
                                      "type": "CommentLine",
                                      "value": "Test metric manipulation dependencies.",
                                      "start": 8803,
                                      "end": 8843,
                                      "loc": {
                                        "start": {
                                          "line": 275,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 275,
                                          "column": 46
                                        }
                                      }
                                    }
                                  ]
                                },
                                {
                                  "type": "VariableDeclaration",
                                  "start": 8850,
                                  "end": 8894,
                                  "loc": {
                                    "start": {
                                      "line": 276,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 278,
                                      "column": 8
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 8854,
                                      "end": 8893,
                                      "loc": {
                                        "start": {
                                          "line": 276,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 278,
                                          "column": 7
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 8854,
                                        "end": 8860,
                                        "loc": {
                                          "start": {
                                            "line": 276,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 276,
                                            "column": 16
                                          },
                                          "identifierName": "params"
                                        },
                                        "name": "params",
                                        "leadingComments": null
                                      },
                                      "init": {
                                        "type": "ObjectExpression",
                                        "start": 8863,
                                        "end": 8893,
                                        "loc": {
                                          "start": {
                                            "line": 276,
                                            "column": 19
                                          },
                                          "end": {
                                            "line": 278,
                                            "column": 7
                                          }
                                        },
                                        "properties": [
                                          {
                                            "type": "ObjectProperty",
                                            "start": 8873,
                                            "end": 8884,
                                            "loc": {
                                              "start": {
                                                "line": 277,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 277,
                                                "column": 19
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 8873,
                                              "end": 8881,
                                              "loc": {
                                                "start": {
                                                  "line": 277,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 277,
                                                  "column": 16
                                                },
                                                "identifierName": "original"
                                              },
                                              "name": "original"
                                            },
                                            "value": {
                                              "type": "NumericLiteral",
                                              "start": 8883,
                                              "end": 8884,
                                              "loc": {
                                                "start": {
                                                  "line": 277,
                                                  "column": 18
                                                },
                                                "end": {
                                                  "line": 277,
                                                  "column": 19
                                                }
                                              },
                                              "extra": {
                                                "rawValue": 1,
                                                "raw": "1"
                                              },
                                              "value": 1
                                            }
                                          }
                                        ]
                                      },
                                      "leadingComments": null
                                    }
                                  ],
                                  "kind": "let",
                                  "leadingComments": [
                                    {
                                      "type": "CommentLine",
                                      "value": "Test metric manipulation dependencies.",
                                      "start": 8803,
                                      "end": 8843,
                                      "loc": {
                                        "start": {
                                          "line": 275,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 275,
                                          "column": 46
                                        }
                                      }
                                    }
                                  ]
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 8901,
                                  "end": 9220,
                                  "loc": {
                                    "start": {
                                      "line": 279,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 286,
                                      "column": 9
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 8901,
                                    "end": 9219,
                                    "loc": {
                                      "start": {
                                        "line": 279,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 286,
                                        "column": 8
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 8901,
                                      "end": 8907,
                                      "loc": {
                                        "start": {
                                          "line": 279,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 279,
                                          "column": 12
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 8901,
                                        "end": 8902,
                                        "loc": {
                                          "start": {
                                            "line": 279,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 279,
                                            "column": 7
                                          },
                                          "identifierName": "_"
                                        },
                                        "name": "_"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 8903,
                                        "end": 8907,
                                        "loc": {
                                          "start": {
                                            "line": 279,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 279,
                                            "column": 12
                                          },
                                          "identifierName": "each"
                                        },
                                        "name": "each"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "start": 8908,
                                        "end": 8939,
                                        "loc": {
                                          "start": {
                                            "line": 279,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 279,
                                            "column": 44
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 8908,
                                          "end": 8926,
                                          "loc": {
                                            "start": {
                                              "line": 279,
                                              "column": 13
                                            },
                                            "end": {
                                              "line": 279,
                                              "column": 31
                                            },
                                            "identifierName": "metricManipulation"
                                          },
                                          "name": "metricManipulation"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 8927,
                                          "end": 8939,
                                          "loc": {
                                            "start": {
                                              "line": 279,
                                              "column": 32
                                            },
                                            "end": {
                                              "line": 279,
                                              "column": 44
                                            },
                                            "identifierName": "dependencies"
                                          },
                                          "name": "dependencies"
                                        },
                                        "computed": false
                                      },
                                      {
                                        "type": "ArrowFunctionExpression",
                                        "start": 8941,
                                        "end": 9218,
                                        "loc": {
                                          "start": {
                                            "line": 279,
                                            "column": 46
                                          },
                                          "end": {
                                            "line": 286,
                                            "column": 7
                                          }
                                        },
                                        "id": null,
                                        "generator": false,
                                        "expression": false,
                                        "async": false,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "start": 8942,
                                            "end": 8947,
                                            "loc": {
                                              "start": {
                                                "line": 279,
                                                "column": 47
                                              },
                                              "end": {
                                                "line": 279,
                                                "column": 52
                                              },
                                              "identifierName": "value"
                                            },
                                            "name": "value"
                                          },
                                          {
                                            "type": "Identifier",
                                            "start": 8949,
                                            "end": 8952,
                                            "loc": {
                                              "start": {
                                                "line": 279,
                                                "column": 54
                                              },
                                              "end": {
                                                "line": 279,
                                                "column": 57
                                              },
                                              "identifierName": "key"
                                            },
                                            "name": "key"
                                          }
                                        ],
                                        "body": {
                                          "type": "BlockStatement",
                                          "start": 8957,
                                          "end": 9218,
                                          "loc": {
                                            "start": {
                                              "line": 279,
                                              "column": 62
                                            },
                                            "end": {
                                              "line": 286,
                                              "column": 7
                                            }
                                          },
                                          "body": [
                                            {
                                              "type": "ExpressionStatement",
                                              "start": 8967,
                                              "end": 8983,
                                              "loc": {
                                                "start": {
                                                  "line": 280,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 280,
                                                  "column": 24
                                                }
                                              },
                                              "expression": {
                                                "type": "AssignmentExpression",
                                                "start": 8967,
                                                "end": 8982,
                                                "loc": {
                                                  "start": {
                                                    "line": 280,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 280,
                                                    "column": 23
                                                  }
                                                },
                                                "operator": "=",
                                                "left": {
                                                  "type": "MemberExpression",
                                                  "start": 8967,
                                                  "end": 8978,
                                                  "loc": {
                                                    "start": {
                                                      "line": 280,
                                                      "column": 8
                                                    },
                                                    "end": {
                                                      "line": 280,
                                                      "column": 19
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 8967,
                                                    "end": 8973,
                                                    "loc": {
                                                      "start": {
                                                        "line": 280,
                                                        "column": 8
                                                      },
                                                      "end": {
                                                        "line": 280,
                                                        "column": 14
                                                      },
                                                      "identifierName": "params"
                                                    },
                                                    "name": "params"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 8974,
                                                    "end": 8977,
                                                    "loc": {
                                                      "start": {
                                                        "line": 280,
                                                        "column": 15
                                                      },
                                                      "end": {
                                                        "line": 280,
                                                        "column": 18
                                                      },
                                                      "identifierName": "key"
                                                    },
                                                    "name": "key"
                                                  },
                                                  "computed": true
                                                },
                                                "right": {
                                                  "type": "NumericLiteral",
                                                  "start": 8981,
                                                  "end": 8982,
                                                  "loc": {
                                                    "start": {
                                                      "line": 280,
                                                      "column": 22
                                                    },
                                                    "end": {
                                                      "line": 280,
                                                      "column": 23
                                                    }
                                                  },
                                                  "extra": {
                                                    "rawValue": 1,
                                                    "raw": "1"
                                                  },
                                                  "value": 1
                                                }
                                              }
                                            },
                                            {
                                              "type": "IfStatement",
                                              "start": 8992,
                                              "end": 9210,
                                              "loc": {
                                                "start": {
                                                  "line": 281,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 285,
                                                  "column": 9
                                                }
                                              },
                                              "test": {
                                                "type": "UnaryExpression",
                                                "start": 8996,
                                                "end": 9039,
                                                "loc": {
                                                  "start": {
                                                    "line": 281,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 281,
                                                    "column": 55
                                                  }
                                                },
                                                "operator": "!",
                                                "prefix": true,
                                                "argument": {
                                                  "type": "CallExpression",
                                                  "start": 8997,
                                                  "end": 9039,
                                                  "loc": {
                                                    "start": {
                                                      "line": 281,
                                                      "column": 13
                                                    },
                                                    "end": {
                                                      "line": 281,
                                                      "column": 55
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "start": 8997,
                                                    "end": 9032,
                                                    "loc": {
                                                      "start": {
                                                        "line": 281,
                                                        "column": 13
                                                      },
                                                      "end": {
                                                        "line": 281,
                                                        "column": 48
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "start": 8997,
                                                      "end": 9015,
                                                      "loc": {
                                                        "start": {
                                                          "line": 281,
                                                          "column": 13
                                                        },
                                                        "end": {
                                                          "line": 281,
                                                          "column": 31
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "start": 8997,
                                                        "end": 9006,
                                                        "loc": {
                                                          "start": {
                                                            "line": 281,
                                                            "column": 13
                                                          },
                                                          "end": {
                                                            "line": 281,
                                                            "column": 22
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "ThisExpression",
                                                          "start": 8997,
                                                          "end": 9001,
                                                          "loc": {
                                                            "start": {
                                                              "line": 281,
                                                              "column": 13
                                                            },
                                                            "end": {
                                                              "line": 281,
                                                              "column": 17
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 9002,
                                                          "end": 9006,
                                                          "loc": {
                                                            "start": {
                                                              "line": 281,
                                                              "column": 18
                                                            },
                                                            "end": {
                                                              "line": 281,
                                                              "column": 22
                                                            },
                                                            "identifierName": "_bid"
                                                          },
                                                          "name": "_bid"
                                                        },
                                                        "computed": false
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 9007,
                                                        "end": 9015,
                                                        "loc": {
                                                          "start": {
                                                            "line": 281,
                                                            "column": 23
                                                          },
                                                          "end": {
                                                            "line": 281,
                                                            "column": 31
                                                          },
                                                          "identifierName": "entities"
                                                        },
                                                        "name": "entities"
                                                      },
                                                      "computed": false
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 9016,
                                                      "end": 9032,
                                                      "loc": {
                                                        "start": {
                                                          "line": 281,
                                                          "column": 32
                                                        },
                                                        "end": {
                                                          "line": 281,
                                                          "column": 48
                                                        },
                                                        "identifierName": "dependencyExists"
                                                      },
                                                      "name": "dependencyExists"
                                                    },
                                                    "computed": false
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "Identifier",
                                                      "start": 9033,
                                                      "end": 9038,
                                                      "loc": {
                                                        "start": {
                                                          "line": 281,
                                                          "column": 49
                                                        },
                                                        "end": {
                                                          "line": 281,
                                                          "column": 54
                                                        },
                                                        "identifierName": "value"
                                                      },
                                                      "name": "value"
                                                    }
                                                  ]
                                                },
                                                "extra": {
                                                  "parenthesizedArgument": false
                                                }
                                              },
                                              "consequent": {
                                                "type": "BlockStatement",
                                                "start": 9041,
                                                "end": 9210,
                                                "loc": {
                                                  "start": {
                                                    "line": 281,
                                                    "column": 57
                                                  },
                                                  "end": {
                                                    "line": 285,
                                                    "column": 9
                                                  }
                                                },
                                                "body": [
                                                  {
                                                    "type": "ExpressionStatement",
                                                    "start": 9053,
                                                    "end": 9200,
                                                    "loc": {
                                                      "start": {
                                                        "line": 282,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 284,
                                                        "column": 13
                                                      }
                                                    },
                                                    "expression": {
                                                      "type": "CallExpression",
                                                      "start": 9053,
                                                      "end": 9199,
                                                      "loc": {
                                                        "start": {
                                                          "line": 282,
                                                          "column": 10
                                                        },
                                                        "end": {
                                                          "line": 284,
                                                          "column": 12
                                                        }
                                                      },
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "start": 9053,
                                                        "end": 9067,
                                                        "loc": {
                                                          "start": {
                                                            "line": 282,
                                                            "column": 10
                                                          },
                                                          "end": {
                                                            "line": 282,
                                                            "column": 24
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "ThisExpression",
                                                          "start": 9053,
                                                          "end": 9057,
                                                          "loc": {
                                                            "start": {
                                                              "line": 282,
                                                              "column": 10
                                                            },
                                                            "end": {
                                                              "line": 282,
                                                              "column": 14
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 9058,
                                                          "end": 9067,
                                                          "loc": {
                                                            "start": {
                                                              "line": 282,
                                                              "column": 15
                                                            },
                                                            "end": {
                                                              "line": 282,
                                                              "column": 24
                                                            },
                                                            "identifierName": "_logIssue"
                                                          },
                                                          "name": "_logIssue"
                                                        },
                                                        "computed": false
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "StringLiteral",
                                                          "start": 9068,
                                                          "end": 9108,
                                                          "loc": {
                                                            "start": {
                                                              "line": 282,
                                                              "column": 25
                                                            },
                                                            "end": {
                                                              "line": 282,
                                                              "column": 65
                                                            }
                                                          },
                                                          "extra": {
                                                            "rawValue": "invalid_metric_manipulation_dependency",
                                                            "raw": "\"invalid_metric_manipulation_dependency\""
                                                          },
                                                          "value": "invalid_metric_manipulation_dependency"
                                                        },
                                                        {
                                                          "type": "Identifier",
                                                          "start": 9110,
                                                          "end": 9125,
                                                          "loc": {
                                                            "start": {
                                                              "line": 282,
                                                              "column": 67
                                                            },
                                                            "end": {
                                                              "line": 282,
                                                              "column": 82
                                                            },
                                                            "identifierName": "sourceBidEntity"
                                                          },
                                                          "name": "sourceBidEntity"
                                                        },
                                                        {
                                                          "type": "Identifier",
                                                          "start": 9127,
                                                          "end": 9132,
                                                          "loc": {
                                                            "start": {
                                                              "line": 282,
                                                              "column": 84
                                                            },
                                                            "end": {
                                                              "line": 282,
                                                              "column": 89
                                                            },
                                                            "identifierName": "value"
                                                          },
                                                          "name": "value"
                                                        },
                                                        {
                                                          "type": "ObjectExpression",
                                                          "start": 9134,
                                                          "end": 9198,
                                                          "loc": {
                                                            "start": {
                                                              "line": 282,
                                                              "column": 91
                                                            },
                                                            "end": {
                                                              "line": 284,
                                                              "column": 11
                                                            }
                                                          },
                                                          "properties": [
                                                            {
                                                              "type": "ObjectProperty",
                                                              "start": 9148,
                                                              "end": 9185,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 283,
                                                                  "column": 12
                                                                },
                                                                "end": {
                                                                  "line": 283,
                                                                  "column": 49
                                                                }
                                                              },
                                                              "method": false,
                                                              "shorthand": false,
                                                              "computed": false,
                                                              "key": {
                                                                "type": "Identifier",
                                                                "start": 9148,
                                                                "end": 9180,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 283,
                                                                    "column": 12
                                                                  },
                                                                  "end": {
                                                                    "line": 283,
                                                                    "column": 44
                                                                  },
                                                                  "identifierName": "source_bid_entity_dependency_key"
                                                                },
                                                                "name": "source_bid_entity_dependency_key"
                                                              },
                                                              "value": {
                                                                "type": "Identifier",
                                                                "start": 9182,
                                                                "end": 9185,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 283,
                                                                    "column": 46
                                                                  },
                                                                  "end": {
                                                                    "line": 283,
                                                                    "column": 49
                                                                  },
                                                                  "identifierName": "key"
                                                                },
                                                                "name": "key"
                                                              }
                                                            }
                                                          ]
                                                        }
                                                      ]
                                                    }
                                                  }
                                                ],
                                                "directives": []
                                              },
                                              "alternate": null
                                            }
                                          ],
                                          "directives": []
                                        }
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "IfStatement",
                                  "start": 9227,
                                  "end": 9693,
                                  "loc": {
                                    "start": {
                                      "line": 287,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 296,
                                      "column": 7
                                    }
                                  },
                                  "test": {
                                    "type": "UnaryExpression",
                                    "start": 9231,
                                    "end": 9291,
                                    "loc": {
                                      "start": {
                                        "line": 287,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 287,
                                        "column": 70
                                      }
                                    },
                                    "operator": "!",
                                    "prefix": true,
                                    "argument": {
                                      "type": "CallExpression",
                                      "start": 9232,
                                      "end": 9291,
                                      "loc": {
                                        "start": {
                                          "line": 287,
                                          "column": 11
                                        },
                                        "end": {
                                          "line": 287,
                                          "column": 70
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 9232,
                                        "end": 9255,
                                        "loc": {
                                          "start": {
                                            "line": 287,
                                            "column": 11
                                          },
                                          "end": {
                                            "line": 287,
                                            "column": 34
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 9232,
                                          "end": 9239,
                                          "loc": {
                                            "start": {
                                              "line": 287,
                                              "column": 11
                                            },
                                            "end": {
                                              "line": 287,
                                              "column": 18
                                            },
                                            "identifierName": "Helpers"
                                          },
                                          "name": "Helpers"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 9240,
                                          "end": 9255,
                                          "loc": {
                                            "start": {
                                              "line": 287,
                                              "column": 19
                                            },
                                            "end": {
                                              "line": 287,
                                              "column": 34
                                            },
                                            "identifierName": "validateFormula"
                                          },
                                          "name": "validateFormula"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "MemberExpression",
                                          "start": 9256,
                                          "end": 9282,
                                          "loc": {
                                            "start": {
                                              "line": 287,
                                              "column": 35
                                            },
                                            "end": {
                                              "line": 287,
                                              "column": 61
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 9256,
                                            "end": 9274,
                                            "loc": {
                                              "start": {
                                                "line": 287,
                                                "column": 35
                                              },
                                              "end": {
                                                "line": 287,
                                                "column": 53
                                              },
                                              "identifierName": "metricManipulation"
                                            },
                                            "name": "metricManipulation"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 9275,
                                            "end": 9282,
                                            "loc": {
                                              "start": {
                                                "line": 287,
                                                "column": 54
                                              },
                                              "end": {
                                                "line": 287,
                                                "column": 61
                                              },
                                              "identifierName": "formula"
                                            },
                                            "name": "formula"
                                          },
                                          "computed": false
                                        },
                                        {
                                          "type": "Identifier",
                                          "start": 9284,
                                          "end": 9290,
                                          "loc": {
                                            "start": {
                                              "line": 287,
                                              "column": 63
                                            },
                                            "end": {
                                              "line": 287,
                                              "column": 69
                                            },
                                            "identifierName": "params"
                                          },
                                          "name": "params"
                                        }
                                      ]
                                    },
                                    "extra": {
                                      "parenthesizedArgument": false
                                    }
                                  },
                                  "consequent": {
                                    "type": "BlockStatement",
                                    "start": 9293,
                                    "end": 9693,
                                    "loc": {
                                      "start": {
                                        "line": 287,
                                        "column": 72
                                      },
                                      "end": {
                                        "line": 296,
                                        "column": 7
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "VariableDeclaration",
                                        "start": 9303,
                                        "end": 9366,
                                        "loc": {
                                          "start": {
                                            "line": 288,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 288,
                                            "column": 71
                                          }
                                        },
                                        "declarations": [
                                          {
                                            "type": "VariableDeclarator",
                                            "start": 9307,
                                            "end": 9365,
                                            "loc": {
                                              "start": {
                                                "line": 288,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 288,
                                                "column": 70
                                              }
                                            },
                                            "id": {
                                              "type": "Identifier",
                                              "start": 9307,
                                              "end": 9313,
                                              "loc": {
                                                "start": {
                                                  "line": 288,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 288,
                                                  "column": 18
                                                },
                                                "identifierName": "metric"
                                              },
                                              "name": "metric"
                                            },
                                            "init": {
                                              "type": "CallExpression",
                                              "start": 9316,
                                              "end": 9365,
                                              "loc": {
                                                "start": {
                                                  "line": 288,
                                                  "column": 21
                                                },
                                                "end": {
                                                  "line": 288,
                                                  "column": 70
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 9316,
                                                "end": 9342,
                                                "loc": {
                                                  "start": {
                                                    "line": 288,
                                                    "column": 21
                                                  },
                                                  "end": {
                                                    "line": 288,
                                                    "column": 47
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 9316,
                                                  "end": 9334,
                                                  "loc": {
                                                    "start": {
                                                      "line": 288,
                                                      "column": 21
                                                    },
                                                    "end": {
                                                      "line": 288,
                                                      "column": 39
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 9316,
                                                    "end": 9325,
                                                    "loc": {
                                                      "start": {
                                                        "line": 288,
                                                        "column": 21
                                                      },
                                                      "end": {
                                                        "line": 288,
                                                        "column": 30
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "ThisExpression",
                                                      "start": 9316,
                                                      "end": 9320,
                                                      "loc": {
                                                        "start": {
                                                          "line": 288,
                                                          "column": 21
                                                        },
                                                        "end": {
                                                          "line": 288,
                                                          "column": 25
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 9321,
                                                      "end": 9325,
                                                      "loc": {
                                                        "start": {
                                                          "line": 288,
                                                          "column": 26
                                                        },
                                                        "end": {
                                                          "line": 288,
                                                          "column": 30
                                                        },
                                                        "identifierName": "_bid"
                                                      },
                                                      "name": "_bid"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 9326,
                                                    "end": 9334,
                                                    "loc": {
                                                      "start": {
                                                        "line": 288,
                                                        "column": 31
                                                      },
                                                      "end": {
                                                        "line": 288,
                                                        "column": 39
                                                      },
                                                      "identifierName": "entities"
                                                    },
                                                    "name": "entities"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 9335,
                                                  "end": 9342,
                                                  "loc": {
                                                    "start": {
                                                      "line": 288,
                                                      "column": 40
                                                    },
                                                    "end": {
                                                      "line": 288,
                                                      "column": 47
                                                    },
                                                    "identifierName": "metrics"
                                                  },
                                                  "name": "metrics"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "MemberExpression",
                                                  "start": 9343,
                                                  "end": 9364,
                                                  "loc": {
                                                    "start": {
                                                      "line": 288,
                                                      "column": 48
                                                    },
                                                    "end": {
                                                      "line": 288,
                                                      "column": 69
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 9343,
                                                    "end": 9361,
                                                    "loc": {
                                                      "start": {
                                                        "line": 288,
                                                        "column": 48
                                                      },
                                                      "end": {
                                                        "line": 288,
                                                        "column": 66
                                                      },
                                                      "identifierName": "metricManipulation"
                                                    },
                                                    "name": "metricManipulation"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 9362,
                                                    "end": 9364,
                                                    "loc": {
                                                      "start": {
                                                        "line": 288,
                                                        "column": 67
                                                      },
                                                      "end": {
                                                        "line": 288,
                                                        "column": 69
                                                      },
                                                      "identifierName": "id"
                                                    },
                                                    "name": "id"
                                                  },
                                                  "computed": false
                                                }
                                              ]
                                            }
                                          }
                                        ],
                                        "kind": "var"
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 9376,
                                        "end": 9685,
                                        "loc": {
                                          "start": {
                                            "line": 290,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 295,
                                            "column": 11
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 9376,
                                          "end": 9684,
                                          "loc": {
                                            "start": {
                                              "line": 290,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 295,
                                              "column": 10
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 9376,
                                            "end": 9390,
                                            "loc": {
                                              "start": {
                                                "line": 290,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 290,
                                                "column": 22
                                              }
                                            },
                                            "object": {
                                              "type": "ThisExpression",
                                              "start": 9376,
                                              "end": 9380,
                                              "loc": {
                                                "start": {
                                                  "line": 290,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 290,
                                                  "column": 12
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 9381,
                                              "end": 9390,
                                              "loc": {
                                                "start": {
                                                  "line": 290,
                                                  "column": 13
                                                },
                                                "end": {
                                                  "line": 290,
                                                  "column": 22
                                                },
                                                "identifierName": "_logIssue"
                                              },
                                              "name": "_logIssue"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "StringLiteral",
                                              "start": 9391,
                                              "end": 9439,
                                              "loc": {
                                                "start": {
                                                  "line": 290,
                                                  "column": 23
                                                },
                                                "end": {
                                                  "line": 290,
                                                  "column": 71
                                                }
                                              },
                                              "extra": {
                                                "rawValue": "invalid_metric_manipulation_formula_dependency",
                                                "raw": "\"invalid_metric_manipulation_formula_dependency\""
                                              },
                                              "value": "invalid_metric_manipulation_formula_dependency"
                                            },
                                            {
                                              "type": "Identifier",
                                              "start": 9441,
                                              "end": 9456,
                                              "loc": {
                                                "start": {
                                                  "line": 290,
                                                  "column": 73
                                                },
                                                "end": {
                                                  "line": 290,
                                                  "column": 88
                                                },
                                                "identifierName": "sourceBidEntity"
                                              },
                                              "name": "sourceBidEntity"
                                            },
                                            {
                                              "type": "NullLiteral",
                                              "start": 9458,
                                              "end": 9462,
                                              "loc": {
                                                "start": {
                                                  "line": 290,
                                                  "column": 90
                                                },
                                                "end": {
                                                  "line": 290,
                                                  "column": 94
                                                }
                                              }
                                            },
                                            {
                                              "type": "ObjectExpression",
                                              "start": 9464,
                                              "end": 9683,
                                              "loc": {
                                                "start": {
                                                  "line": 290,
                                                  "column": 96
                                                },
                                                "end": {
                                                  "line": 295,
                                                  "column": 9
                                                }
                                              },
                                              "properties": [
                                                {
                                                  "type": "ObjectProperty",
                                                  "start": 9476,
                                                  "end": 9515,
                                                  "loc": {
                                                    "start": {
                                                      "line": 291,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 291,
                                                      "column": 49
                                                    }
                                                  },
                                                  "method": false,
                                                  "shorthand": false,
                                                  "computed": false,
                                                  "key": {
                                                    "type": "Identifier",
                                                    "start": 9476,
                                                    "end": 9501,
                                                    "loc": {
                                                      "start": {
                                                        "line": 291,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 291,
                                                        "column": 35
                                                      },
                                                      "identifierName": "manipulation_metric_title"
                                                    },
                                                    "name": "manipulation_metric_title"
                                                  },
                                                  "value": {
                                                    "type": "MemberExpression",
                                                    "start": 9503,
                                                    "end": 9515,
                                                    "loc": {
                                                      "start": {
                                                        "line": 291,
                                                        "column": 37
                                                      },
                                                      "end": {
                                                        "line": 291,
                                                        "column": 49
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 9503,
                                                      "end": 9509,
                                                      "loc": {
                                                        "start": {
                                                          "line": 291,
                                                          "column": 37
                                                        },
                                                        "end": {
                                                          "line": 291,
                                                          "column": 43
                                                        },
                                                        "identifierName": "metric"
                                                      },
                                                      "name": "metric"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 9510,
                                                      "end": 9515,
                                                      "loc": {
                                                        "start": {
                                                          "line": 291,
                                                          "column": 44
                                                        },
                                                        "end": {
                                                          "line": 291,
                                                          "column": 49
                                                        },
                                                        "identifierName": "title"
                                                      },
                                                      "name": "title"
                                                    },
                                                    "computed": false
                                                  }
                                                },
                                                {
                                                  "type": "ObjectProperty",
                                                  "start": 9527,
                                                  "end": 9560,
                                                  "loc": {
                                                    "start": {
                                                      "line": 292,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 292,
                                                      "column": 43
                                                    }
                                                  },
                                                  "method": false,
                                                  "shorthand": false,
                                                  "computed": false,
                                                  "key": {
                                                    "type": "Identifier",
                                                    "start": 9527,
                                                    "end": 9549,
                                                    "loc": {
                                                      "start": {
                                                        "line": 292,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 292,
                                                        "column": 32
                                                      },
                                                      "identifierName": "manipulation_metric_id"
                                                    },
                                                    "name": "manipulation_metric_id"
                                                  },
                                                  "value": {
                                                    "type": "MemberExpression",
                                                    "start": 9551,
                                                    "end": 9560,
                                                    "loc": {
                                                      "start": {
                                                        "line": 292,
                                                        "column": 34
                                                      },
                                                      "end": {
                                                        "line": 292,
                                                        "column": 43
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 9551,
                                                      "end": 9557,
                                                      "loc": {
                                                        "start": {
                                                          "line": 292,
                                                          "column": 34
                                                        },
                                                        "end": {
                                                          "line": 292,
                                                          "column": 40
                                                        },
                                                        "identifierName": "metric"
                                                      },
                                                      "name": "metric"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 9558,
                                                      "end": 9560,
                                                      "loc": {
                                                        "start": {
                                                          "line": 292,
                                                          "column": 41
                                                        },
                                                        "end": {
                                                          "line": 292,
                                                          "column": 43
                                                        },
                                                        "identifierName": "id"
                                                      },
                                                      "name": "id"
                                                    },
                                                    "computed": false
                                                  }
                                                },
                                                {
                                                  "type": "ObjectProperty",
                                                  "start": 9572,
                                                  "end": 9607,
                                                  "loc": {
                                                    "start": {
                                                      "line": 293,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 293,
                                                      "column": 45
                                                    }
                                                  },
                                                  "method": false,
                                                  "shorthand": false,
                                                  "computed": false,
                                                  "key": {
                                                    "type": "Identifier",
                                                    "start": 9572,
                                                    "end": 9579,
                                                    "loc": {
                                                      "start": {
                                                        "line": 293,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 293,
                                                        "column": 17
                                                      },
                                                      "identifierName": "formula"
                                                    },
                                                    "name": "formula"
                                                  },
                                                  "value": {
                                                    "type": "MemberExpression",
                                                    "start": 9581,
                                                    "end": 9607,
                                                    "loc": {
                                                      "start": {
                                                        "line": 293,
                                                        "column": 19
                                                      },
                                                      "end": {
                                                        "line": 293,
                                                        "column": 45
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 9581,
                                                      "end": 9599,
                                                      "loc": {
                                                        "start": {
                                                          "line": 293,
                                                          "column": 19
                                                        },
                                                        "end": {
                                                          "line": 293,
                                                          "column": 37
                                                        },
                                                        "identifierName": "metricManipulation"
                                                      },
                                                      "name": "metricManipulation"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 9600,
                                                      "end": 9607,
                                                      "loc": {
                                                        "start": {
                                                          "line": 293,
                                                          "column": 38
                                                        },
                                                        "end": {
                                                          "line": 293,
                                                          "column": 45
                                                        },
                                                        "identifierName": "formula"
                                                      },
                                                      "name": "formula"
                                                    },
                                                    "computed": false
                                                  }
                                                },
                                                {
                                                  "type": "ObjectProperty",
                                                  "start": 9619,
                                                  "end": 9672,
                                                  "loc": {
                                                    "start": {
                                                      "line": 294,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 294,
                                                      "column": 63
                                                    }
                                                  },
                                                  "method": false,
                                                  "shorthand": false,
                                                  "computed": false,
                                                  "key": {
                                                    "type": "Identifier",
                                                    "start": 9619,
                                                    "end": 9639,
                                                    "loc": {
                                                      "start": {
                                                        "line": 294,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 294,
                                                        "column": 30
                                                      },
                                                      "identifierName": "formula_dependencies"
                                                    },
                                                    "name": "formula_dependencies"
                                                  },
                                                  "value": {
                                                    "type": "MemberExpression",
                                                    "start": 9641,
                                                    "end": 9672,
                                                    "loc": {
                                                      "start": {
                                                        "line": 294,
                                                        "column": 32
                                                      },
                                                      "end": {
                                                        "line": 294,
                                                        "column": 63
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 9641,
                                                      "end": 9659,
                                                      "loc": {
                                                        "start": {
                                                          "line": 294,
                                                          "column": 32
                                                        },
                                                        "end": {
                                                          "line": 294,
                                                          "column": 50
                                                        },
                                                        "identifierName": "metricManipulation"
                                                      },
                                                      "name": "metricManipulation"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 9660,
                                                      "end": 9672,
                                                      "loc": {
                                                        "start": {
                                                          "line": 294,
                                                          "column": 51
                                                        },
                                                        "end": {
                                                          "line": 294,
                                                          "column": 63
                                                        },
                                                        "identifierName": "dependencies"
                                                      },
                                                      "name": "dependencies"
                                                    },
                                                    "computed": false
                                                  }
                                                }
                                              ]
                                            }
                                          ]
                                        }
                                      }
                                    ],
                                    "directives": []
                                  },
                                  "alternate": null
                                }
                              ],
                              "directives": []
                            }
                          }
                        ]
                      }
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 9709,
                "end": 11495,
                "loc": {
                  "start": {
                    "line": 300,
                    "column": 2
                  },
                  "end": {
                    "line": 356,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 9709,
                  "end": 9738,
                  "loc": {
                    "start": {
                      "line": 300,
                      "column": 2
                    },
                    "end": {
                      "line": 300,
                      "column": 31
                    },
                    "identifierName": "_testLineItemRuleCompleteness"
                  },
                  "name": "_testLineItemRuleCompleteness"
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 9739,
                    "end": 9754,
                    "loc": {
                      "start": {
                        "line": 300,
                        "column": 32
                      },
                      "end": {
                        "line": 300,
                        "column": 47
                      },
                      "identifierName": "sourceBidEntity"
                    },
                    "name": "sourceBidEntity"
                  },
                  {
                    "type": "Identifier",
                    "start": 9756,
                    "end": 9760,
                    "loc": {
                      "start": {
                        "line": 300,
                        "column": 49
                      },
                      "end": {
                        "line": 300,
                        "column": 53
                      },
                      "identifierName": "rule"
                    },
                    "name": "rule"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 9762,
                  "end": 11495,
                  "loc": {
                    "start": {
                      "line": 300,
                      "column": 55
                    },
                    "end": {
                      "line": 356,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 9768,
                      "end": 9793,
                      "loc": {
                        "start": {
                          "line": 301,
                          "column": 4
                        },
                        "end": {
                          "line": 301,
                          "column": 29
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 9772,
                          "end": 9792,
                          "loc": {
                            "start": {
                              "line": 301,
                              "column": 8
                            },
                            "end": {
                              "line": 301,
                              "column": 28
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 9772,
                            "end": 9784,
                            "loc": {
                              "start": {
                                "line": 301,
                                "column": 8
                              },
                              "end": {
                                "line": 301,
                                "column": 20
                              },
                              "identifierName": "isIncomplete"
                            },
                            "name": "isIncomplete"
                          },
                          "init": {
                            "type": "BooleanLiteral",
                            "start": 9787,
                            "end": 9792,
                            "loc": {
                              "start": {
                                "line": 301,
                                "column": 23
                              },
                              "end": {
                                "line": 301,
                                "column": 28
                              }
                            },
                            "value": false
                          }
                        }
                      ],
                      "kind": "var"
                    },
                    {
                      "type": "IfStatement",
                      "start": 9799,
                      "end": 10109,
                      "loc": {
                        "start": {
                          "line": 303,
                          "column": 4
                        },
                        "end": {
                          "line": 311,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 9803,
                        "end": 9835,
                        "loc": {
                          "start": {
                            "line": 303,
                            "column": 8
                          },
                          "end": {
                            "line": 303,
                            "column": 40
                          }
                        },
                        "left": {
                          "type": "MemberExpression",
                          "start": 9803,
                          "end": 9812,
                          "loc": {
                            "start": {
                              "line": 303,
                              "column": 8
                            },
                            "end": {
                              "line": 303,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 9803,
                            "end": 9807,
                            "loc": {
                              "start": {
                                "line": 303,
                                "column": 8
                              },
                              "end": {
                                "line": 303,
                                "column": 12
                              },
                              "identifierName": "rule"
                            },
                            "name": "rule"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 9808,
                            "end": 9812,
                            "loc": {
                              "start": {
                                "line": 303,
                                "column": 13
                              },
                              "end": {
                                "line": 303,
                                "column": 17
                              },
                              "identifierName": "type"
                            },
                            "name": "type"
                          },
                          "computed": false
                        },
                        "operator": "===",
                        "right": {
                          "type": "StringLiteral",
                          "start": 9817,
                          "end": 9835,
                          "loc": {
                            "start": {
                              "line": 303,
                              "column": 22
                            },
                            "end": {
                              "line": 303,
                              "column": 40
                            }
                          },
                          "extra": {
                            "rawValue": "value_expression",
                            "raw": "\"value_expression\""
                          },
                          "value": "value_expression"
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 9837,
                        "end": 10109,
                        "loc": {
                          "start": {
                            "line": 303,
                            "column": 42
                          },
                          "end": {
                            "line": 311,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 9845,
                            "end": 10103,
                            "loc": {
                              "start": {
                                "line": 304,
                                "column": 6
                              },
                              "end": {
                                "line": 310,
                                "column": 38
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 9845,
                              "end": 10102,
                              "loc": {
                                "start": {
                                  "line": 304,
                                  "column": 6
                                },
                                "end": {
                                  "line": 310,
                                  "column": 37
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "Identifier",
                                "start": 9845,
                                "end": 9857,
                                "loc": {
                                  "start": {
                                    "line": 304,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 304,
                                    "column": 18
                                  },
                                  "identifierName": "isIncomplete"
                                },
                                "name": "isIncomplete"
                              },
                              "right": {
                                "type": "LogicalExpression",
                                "start": 9868,
                                "end": 10102,
                                "loc": {
                                  "start": {
                                    "line": 305,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 310,
                                    "column": 37
                                  }
                                },
                                "left": {
                                  "type": "LogicalExpression",
                                  "start": 9868,
                                  "end": 10061,
                                  "loc": {
                                    "start": {
                                      "line": 305,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 309,
                                      "column": 39
                                    }
                                  },
                                  "left": {
                                    "type": "LogicalExpression",
                                    "start": 9868,
                                    "end": 10018,
                                    "loc": {
                                      "start": {
                                        "line": 305,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 308,
                                        "column": 40
                                      }
                                    },
                                    "left": {
                                      "type": "LogicalExpression",
                                      "start": 9868,
                                      "end": 9974,
                                      "loc": {
                                        "start": {
                                          "line": 305,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 307,
                                          "column": 35
                                        }
                                      },
                                      "left": {
                                        "type": "LogicalExpression",
                                        "start": 9868,
                                        "end": 9935,
                                        "loc": {
                                          "start": {
                                            "line": 305,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 306,
                                            "column": 33
                                          }
                                        },
                                        "left": {
                                          "type": "CallExpression",
                                          "start": 9868,
                                          "end": 9898,
                                          "loc": {
                                            "start": {
                                              "line": 305,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 305,
                                              "column": 38
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 9868,
                                            "end": 9881,
                                            "loc": {
                                              "start": {
                                                "line": 305,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 305,
                                                "column": 21
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 9868,
                                              "end": 9869,
                                              "loc": {
                                                "start": {
                                                  "line": 305,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 305,
                                                  "column": 9
                                                },
                                                "identifierName": "_"
                                              },
                                              "name": "_"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 9870,
                                              "end": 9881,
                                              "loc": {
                                                "start": {
                                                  "line": 305,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 305,
                                                  "column": 21
                                                },
                                                "identifierName": "isUndefined"
                                              },
                                              "name": "isUndefined"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "MemberExpression",
                                              "start": 9882,
                                              "end": 9897,
                                              "loc": {
                                                "start": {
                                                  "line": 305,
                                                  "column": 22
                                                },
                                                "end": {
                                                  "line": 305,
                                                  "column": 37
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 9882,
                                                "end": 9886,
                                                "loc": {
                                                  "start": {
                                                    "line": 305,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 305,
                                                    "column": 26
                                                  },
                                                  "identifierName": "rule"
                                                },
                                                "name": "rule"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 9887,
                                                "end": 9897,
                                                "loc": {
                                                  "start": {
                                                    "line": 305,
                                                    "column": 27
                                                  },
                                                  "end": {
                                                    "line": 305,
                                                    "column": 37
                                                  },
                                                  "identifierName": "expression"
                                                },
                                                "name": "expression"
                                              },
                                              "computed": false
                                            }
                                          ]
                                        },
                                        "operator": "||",
                                        "right": {
                                          "type": "CallExpression",
                                          "start": 9910,
                                          "end": 9935,
                                          "loc": {
                                            "start": {
                                              "line": 306,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 306,
                                              "column": 33
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 9910,
                                            "end": 9918,
                                            "loc": {
                                              "start": {
                                                "line": 306,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 306,
                                                "column": 16
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 9910,
                                              "end": 9911,
                                              "loc": {
                                                "start": {
                                                  "line": 306,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 306,
                                                  "column": 9
                                                },
                                                "identifierName": "_"
                                              },
                                              "name": "_"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 9912,
                                              "end": 9918,
                                              "loc": {
                                                "start": {
                                                  "line": 306,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 306,
                                                  "column": 16
                                                },
                                                "identifierName": "isNull"
                                              },
                                              "name": "isNull"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "MemberExpression",
                                              "start": 9919,
                                              "end": 9934,
                                              "loc": {
                                                "start": {
                                                  "line": 306,
                                                  "column": 17
                                                },
                                                "end": {
                                                  "line": 306,
                                                  "column": 32
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 9919,
                                                "end": 9923,
                                                "loc": {
                                                  "start": {
                                                    "line": 306,
                                                    "column": 17
                                                  },
                                                  "end": {
                                                    "line": 306,
                                                    "column": 21
                                                  },
                                                  "identifierName": "rule"
                                                },
                                                "name": "rule"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 9924,
                                                "end": 9934,
                                                "loc": {
                                                  "start": {
                                                    "line": 306,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 306,
                                                    "column": 32
                                                  },
                                                  "identifierName": "expression"
                                                },
                                                "name": "expression"
                                              },
                                              "computed": false
                                            }
                                          ]
                                        }
                                      },
                                      "operator": "||",
                                      "right": {
                                        "type": "BinaryExpression",
                                        "start": 9947,
                                        "end": 9974,
                                        "loc": {
                                          "start": {
                                            "line": 307,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 307,
                                            "column": 35
                                          }
                                        },
                                        "left": {
                                          "type": "MemberExpression",
                                          "start": 9947,
                                          "end": 9969,
                                          "loc": {
                                            "start": {
                                              "line": 307,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 307,
                                              "column": 30
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 9947,
                                            "end": 9962,
                                            "loc": {
                                              "start": {
                                                "line": 307,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 307,
                                                "column": 23
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 9947,
                                              "end": 9951,
                                              "loc": {
                                                "start": {
                                                  "line": 307,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 307,
                                                  "column": 12
                                                },
                                                "identifierName": "rule"
                                              },
                                              "name": "rule"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 9952,
                                              "end": 9962,
                                              "loc": {
                                                "start": {
                                                  "line": 307,
                                                  "column": 13
                                                },
                                                "end": {
                                                  "line": 307,
                                                  "column": 23
                                                },
                                                "identifierName": "expression"
                                              },
                                              "name": "expression"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 9963,
                                            "end": 9969,
                                            "loc": {
                                              "start": {
                                                "line": 307,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 307,
                                                "column": 30
                                              },
                                              "identifierName": "length"
                                            },
                                            "name": "length"
                                          },
                                          "computed": false
                                        },
                                        "operator": "==",
                                        "right": {
                                          "type": "NumericLiteral",
                                          "start": 9973,
                                          "end": 9974,
                                          "loc": {
                                            "start": {
                                              "line": 307,
                                              "column": 34
                                            },
                                            "end": {
                                              "line": 307,
                                              "column": 35
                                            }
                                          },
                                          "extra": {
                                            "rawValue": 0,
                                            "raw": "0"
                                          },
                                          "value": 0
                                        }
                                      }
                                    },
                                    "operator": "||",
                                    "right": {
                                      "type": "CallExpression",
                                      "start": 9986,
                                      "end": 10018,
                                      "loc": {
                                        "start": {
                                          "line": 308,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 308,
                                          "column": 40
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 9986,
                                        "end": 9999,
                                        "loc": {
                                          "start": {
                                            "line": 308,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 308,
                                            "column": 21
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 9986,
                                          "end": 9987,
                                          "loc": {
                                            "start": {
                                              "line": 308,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 308,
                                              "column": 9
                                            },
                                            "identifierName": "_"
                                          },
                                          "name": "_"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 9988,
                                          "end": 9999,
                                          "loc": {
                                            "start": {
                                              "line": 308,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 308,
                                              "column": 21
                                            },
                                            "identifierName": "isUndefined"
                                          },
                                          "name": "isUndefined"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "MemberExpression",
                                          "start": 10000,
                                          "end": 10017,
                                          "loc": {
                                            "start": {
                                              "line": 308,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 308,
                                              "column": 39
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 10000,
                                            "end": 10004,
                                            "loc": {
                                              "start": {
                                                "line": 308,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 308,
                                                "column": 26
                                              },
                                              "identifierName": "rule"
                                            },
                                            "name": "rule"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 10005,
                                            "end": 10017,
                                            "loc": {
                                              "start": {
                                                "line": 308,
                                                "column": 27
                                              },
                                              "end": {
                                                "line": 308,
                                                "column": 39
                                              },
                                              "identifierName": "dependencies"
                                            },
                                            "name": "dependencies"
                                          },
                                          "computed": false
                                        }
                                      ]
                                    }
                                  },
                                  "operator": "||",
                                  "right": {
                                    "type": "CallExpression",
                                    "start": 10030,
                                    "end": 10061,
                                    "loc": {
                                      "start": {
                                        "line": 309,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 309,
                                        "column": 39
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 10030,
                                      "end": 10043,
                                      "loc": {
                                        "start": {
                                          "line": 309,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 309,
                                          "column": 21
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 10030,
                                        "end": 10031,
                                        "loc": {
                                          "start": {
                                            "line": 309,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 309,
                                            "column": 9
                                          },
                                          "identifierName": "_"
                                        },
                                        "name": "_"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 10032,
                                        "end": 10043,
                                        "loc": {
                                          "start": {
                                            "line": 309,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 309,
                                            "column": 21
                                          },
                                          "identifierName": "isUndefined"
                                        },
                                        "name": "isUndefined"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "start": 10044,
                                        "end": 10060,
                                        "loc": {
                                          "start": {
                                            "line": 309,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 309,
                                            "column": 38
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 10044,
                                          "end": 10048,
                                          "loc": {
                                            "start": {
                                              "line": 309,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 309,
                                              "column": 26
                                            },
                                            "identifierName": "rule"
                                          },
                                          "name": "rule"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 10049,
                                          "end": 10060,
                                          "loc": {
                                            "start": {
                                              "line": 309,
                                              "column": 27
                                            },
                                            "end": {
                                              "line": 309,
                                              "column": 38
                                            },
                                            "identifierName": "activate_on"
                                          },
                                          "name": "activate_on"
                                        },
                                        "computed": false
                                      }
                                    ]
                                  }
                                },
                                "operator": "||",
                                "right": {
                                  "type": "BinaryExpression",
                                  "start": 10073,
                                  "end": 10102,
                                  "loc": {
                                    "start": {
                                      "line": 310,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 310,
                                      "column": 37
                                    }
                                  },
                                  "left": {
                                    "type": "MemberExpression",
                                    "start": 10073,
                                    "end": 10097,
                                    "loc": {
                                      "start": {
                                        "line": 310,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 310,
                                        "column": 32
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 10073,
                                      "end": 10090,
                                      "loc": {
                                        "start": {
                                          "line": 310,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 310,
                                          "column": 25
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 10073,
                                        "end": 10077,
                                        "loc": {
                                          "start": {
                                            "line": 310,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 310,
                                            "column": 12
                                          },
                                          "identifierName": "rule"
                                        },
                                        "name": "rule"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 10078,
                                        "end": 10090,
                                        "loc": {
                                          "start": {
                                            "line": 310,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 310,
                                            "column": 25
                                          },
                                          "identifierName": "dependencies"
                                        },
                                        "name": "dependencies"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 10091,
                                      "end": 10097,
                                      "loc": {
                                        "start": {
                                          "line": 310,
                                          "column": 26
                                        },
                                        "end": {
                                          "line": 310,
                                          "column": 32
                                        },
                                        "identifierName": "length"
                                      },
                                      "name": "length"
                                    },
                                    "computed": false
                                  },
                                  "operator": "==",
                                  "right": {
                                    "type": "NumericLiteral",
                                    "start": 10101,
                                    "end": 10102,
                                    "loc": {
                                      "start": {
                                        "line": 310,
                                        "column": 36
                                      },
                                      "end": {
                                        "line": 310,
                                        "column": 37
                                      }
                                    },
                                    "extra": {
                                      "rawValue": 0,
                                      "raw": "0"
                                    },
                                    "value": 0
                                  }
                                }
                              }
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    },
                    {
                      "type": "IfStatement",
                      "start": 10115,
                      "end": 10448,
                      "loc": {
                        "start": {
                          "line": 313,
                          "column": 4
                        },
                        "end": {
                          "line": 322,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 10119,
                        "end": 10147,
                        "loc": {
                          "start": {
                            "line": 313,
                            "column": 8
                          },
                          "end": {
                            "line": 313,
                            "column": 36
                          }
                        },
                        "left": {
                          "type": "MemberExpression",
                          "start": 10119,
                          "end": 10128,
                          "loc": {
                            "start": {
                              "line": 313,
                              "column": 8
                            },
                            "end": {
                              "line": 313,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 10119,
                            "end": 10123,
                            "loc": {
                              "start": {
                                "line": 313,
                                "column": 8
                              },
                              "end": {
                                "line": 313,
                                "column": 12
                              },
                              "identifierName": "rule"
                            },
                            "name": "rule"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 10124,
                            "end": 10128,
                            "loc": {
                              "start": {
                                "line": 313,
                                "column": 13
                              },
                              "end": {
                                "line": 313,
                                "column": 17
                              },
                              "identifierName": "type"
                            },
                            "name": "type"
                          },
                          "computed": false
                        },
                        "operator": "===",
                        "right": {
                          "type": "StringLiteral",
                          "start": 10133,
                          "end": 10147,
                          "loc": {
                            "start": {
                              "line": 313,
                              "column": 22
                            },
                            "end": {
                              "line": 313,
                              "column": 36
                            }
                          },
                          "extra": {
                            "rawValue": "toggle_field",
                            "raw": "\"toggle_field\""
                          },
                          "value": "toggle_field"
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 10149,
                        "end": 10448,
                        "loc": {
                          "start": {
                            "line": 313,
                            "column": 38
                          },
                          "end": {
                            "line": 322,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 10157,
                            "end": 10313,
                            "loc": {
                              "start": {
                                "line": 314,
                                "column": 6
                              },
                              "end": {
                                "line": 317,
                                "column": 40
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 10157,
                              "end": 10312,
                              "loc": {
                                "start": {
                                  "line": 314,
                                  "column": 6
                                },
                                "end": {
                                  "line": 317,
                                  "column": 39
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "Identifier",
                                "start": 10157,
                                "end": 10169,
                                "loc": {
                                  "start": {
                                    "line": 314,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 314,
                                    "column": 18
                                  },
                                  "identifierName": "isIncomplete"
                                },
                                "name": "isIncomplete"
                              },
                              "right": {
                                "type": "LogicalExpression",
                                "start": 10180,
                                "end": 10312,
                                "loc": {
                                  "start": {
                                    "line": 315,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 317,
                                    "column": 39
                                  }
                                },
                                "left": {
                                  "type": "LogicalExpression",
                                  "start": 10180,
                                  "end": 10269,
                                  "loc": {
                                    "start": {
                                      "line": 315,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 316,
                                      "column": 53
                                    }
                                  },
                                  "left": {
                                    "type": "CallExpression",
                                    "start": 10180,
                                    "end": 10212,
                                    "loc": {
                                      "start": {
                                        "line": 315,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 315,
                                        "column": 40
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 10180,
                                      "end": 10193,
                                      "loc": {
                                        "start": {
                                          "line": 315,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 315,
                                          "column": 21
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 10180,
                                        "end": 10181,
                                        "loc": {
                                          "start": {
                                            "line": 315,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 315,
                                            "column": 9
                                          },
                                          "identifierName": "_"
                                        },
                                        "name": "_"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 10182,
                                        "end": 10193,
                                        "loc": {
                                          "start": {
                                            "line": 315,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 315,
                                            "column": 21
                                          },
                                          "identifierName": "isUndefined"
                                        },
                                        "name": "isUndefined"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "start": 10194,
                                        "end": 10211,
                                        "loc": {
                                          "start": {
                                            "line": 315,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 315,
                                            "column": 39
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 10194,
                                          "end": 10198,
                                          "loc": {
                                            "start": {
                                              "line": 315,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 315,
                                              "column": 26
                                            },
                                            "identifierName": "rule"
                                          },
                                          "name": "rule"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 10199,
                                          "end": 10211,
                                          "loc": {
                                            "start": {
                                              "line": 315,
                                              "column": 27
                                            },
                                            "end": {
                                              "line": 315,
                                              "column": 39
                                            },
                                            "identifierName": "dependencies"
                                          },
                                          "name": "dependencies"
                                        },
                                        "computed": false
                                      }
                                    ]
                                  },
                                  "operator": "||",
                                  "right": {
                                    "type": "CallExpression",
                                    "start": 10224,
                                    "end": 10269,
                                    "loc": {
                                      "start": {
                                        "line": 316,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 316,
                                        "column": 53
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 10224,
                                      "end": 10237,
                                      "loc": {
                                        "start": {
                                          "line": 316,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 316,
                                          "column": 21
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 10224,
                                        "end": 10225,
                                        "loc": {
                                          "start": {
                                            "line": 316,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 316,
                                            "column": 9
                                          },
                                          "identifierName": "_"
                                        },
                                        "name": "_"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 10226,
                                        "end": 10237,
                                        "loc": {
                                          "start": {
                                            "line": 316,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 316,
                                            "column": 21
                                          },
                                          "identifierName": "isUndefined"
                                        },
                                        "name": "isUndefined"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "start": 10238,
                                        "end": 10268,
                                        "loc": {
                                          "start": {
                                            "line": 316,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 316,
                                            "column": 52
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 10238,
                                          "end": 10255,
                                          "loc": {
                                            "start": {
                                              "line": 316,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 316,
                                              "column": 39
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 10238,
                                            "end": 10242,
                                            "loc": {
                                              "start": {
                                                "line": 316,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 316,
                                                "column": 26
                                              },
                                              "identifierName": "rule"
                                            },
                                            "name": "rule"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 10243,
                                            "end": 10255,
                                            "loc": {
                                              "start": {
                                                "line": 316,
                                                "column": 27
                                              },
                                              "end": {
                                                "line": 316,
                                                "column": 39
                                              },
                                              "identifierName": "dependencies"
                                            },
                                            "name": "dependencies"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 10256,
                                          "end": 10268,
                                          "loc": {
                                            "start": {
                                              "line": 316,
                                              "column": 40
                                            },
                                            "end": {
                                              "line": 316,
                                              "column": 52
                                            },
                                            "identifierName": "toggle_field"
                                          },
                                          "name": "toggle_field"
                                        },
                                        "computed": false
                                      }
                                    ]
                                  }
                                },
                                "operator": "||",
                                "right": {
                                  "type": "CallExpression",
                                  "start": 10281,
                                  "end": 10312,
                                  "loc": {
                                    "start": {
                                      "line": 317,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 317,
                                      "column": 39
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 10281,
                                    "end": 10294,
                                    "loc": {
                                      "start": {
                                        "line": 317,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 317,
                                        "column": 21
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 10281,
                                      "end": 10282,
                                      "loc": {
                                        "start": {
                                          "line": 317,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 317,
                                          "column": 9
                                        },
                                        "identifierName": "_"
                                      },
                                      "name": "_"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 10283,
                                      "end": 10294,
                                      "loc": {
                                        "start": {
                                          "line": 317,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 317,
                                          "column": 21
                                        },
                                        "identifierName": "isUndefined"
                                      },
                                      "name": "isUndefined"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "MemberExpression",
                                      "start": 10295,
                                      "end": 10311,
                                      "loc": {
                                        "start": {
                                          "line": 317,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 317,
                                          "column": 38
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 10295,
                                        "end": 10299,
                                        "loc": {
                                          "start": {
                                            "line": 317,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 317,
                                            "column": 26
                                          },
                                          "identifierName": "rule"
                                        },
                                        "name": "rule"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 10300,
                                        "end": 10311,
                                        "loc": {
                                          "start": {
                                            "line": 317,
                                            "column": 27
                                          },
                                          "end": {
                                            "line": 317,
                                            "column": 38
                                          },
                                          "identifierName": "activate_on"
                                        },
                                        "name": "activate_on"
                                      },
                                      "computed": false
                                    }
                                  ]
                                }
                              }
                            }
                          },
                          {
                            "type": "IfStatement",
                            "start": 10321,
                            "end": 10442,
                            "loc": {
                              "start": {
                                "line": 319,
                                "column": 6
                              },
                              "end": {
                                "line": 321,
                                "column": 7
                              }
                            },
                            "test": {
                              "type": "UnaryExpression",
                              "start": 10325,
                              "end": 10338,
                              "loc": {
                                "start": {
                                  "line": 319,
                                  "column": 10
                                },
                                "end": {
                                  "line": 319,
                                  "column": 23
                                }
                              },
                              "operator": "!",
                              "prefix": true,
                              "argument": {
                                "type": "Identifier",
                                "start": 10326,
                                "end": 10338,
                                "loc": {
                                  "start": {
                                    "line": 319,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 319,
                                    "column": 23
                                  },
                                  "identifierName": "isIncomplete"
                                },
                                "name": "isIncomplete"
                              },
                              "extra": {
                                "parenthesizedArgument": false
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 10340,
                              "end": 10442,
                              "loc": {
                                "start": {
                                  "line": 319,
                                  "column": 25
                                },
                                "end": {
                                  "line": 321,
                                  "column": 7
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 10350,
                                  "end": 10434,
                                  "loc": {
                                    "start": {
                                      "line": 320,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 320,
                                      "column": 92
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 10350,
                                    "end": 10433,
                                    "loc": {
                                      "start": {
                                        "line": 320,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 320,
                                        "column": 91
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "Identifier",
                                      "start": 10350,
                                      "end": 10362,
                                      "loc": {
                                        "start": {
                                          "line": 320,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 320,
                                          "column": 20
                                        },
                                        "identifierName": "isIncomplete"
                                      },
                                      "name": "isIncomplete"
                                    },
                                    "right": {
                                      "type": "UnaryExpression",
                                      "start": 10365,
                                      "end": 10433,
                                      "loc": {
                                        "start": {
                                          "line": 320,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 320,
                                          "column": 91
                                        }
                                      },
                                      "operator": "!",
                                      "prefix": true,
                                      "argument": {
                                        "type": "CallExpression",
                                        "start": 10366,
                                        "end": 10433,
                                        "loc": {
                                          "start": {
                                            "line": 320,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 320,
                                            "column": 91
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 10366,
                                          "end": 10401,
                                          "loc": {
                                            "start": {
                                              "line": 320,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 320,
                                              "column": 59
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 10366,
                                            "end": 10384,
                                            "loc": {
                                              "start": {
                                                "line": 320,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 320,
                                                "column": 42
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 10366,
                                              "end": 10375,
                                              "loc": {
                                                "start": {
                                                  "line": 320,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 320,
                                                  "column": 33
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 10366,
                                                "end": 10370,
                                                "loc": {
                                                  "start": {
                                                    "line": 320,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 320,
                                                    "column": 28
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 10371,
                                                "end": 10375,
                                                "loc": {
                                                  "start": {
                                                    "line": 320,
                                                    "column": 29
                                                  },
                                                  "end": {
                                                    "line": 320,
                                                    "column": 33
                                                  },
                                                  "identifierName": "_bid"
                                                },
                                                "name": "_bid"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 10376,
                                              "end": 10384,
                                              "loc": {
                                                "start": {
                                                  "line": 320,
                                                  "column": 34
                                                },
                                                "end": {
                                                  "line": 320,
                                                  "column": 42
                                                },
                                                "identifierName": "entities"
                                              },
                                              "name": "entities"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 10385,
                                            "end": 10401,
                                            "loc": {
                                              "start": {
                                                "line": 320,
                                                "column": 43
                                              },
                                              "end": {
                                                "line": 320,
                                                "column": 59
                                              },
                                              "identifierName": "dependencyExists"
                                            },
                                            "name": "dependencyExists"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "MemberExpression",
                                            "start": 10402,
                                            "end": 10432,
                                            "loc": {
                                              "start": {
                                                "line": 320,
                                                "column": 60
                                              },
                                              "end": {
                                                "line": 320,
                                                "column": 90
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 10402,
                                              "end": 10419,
                                              "loc": {
                                                "start": {
                                                  "line": 320,
                                                  "column": 60
                                                },
                                                "end": {
                                                  "line": 320,
                                                  "column": 77
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 10402,
                                                "end": 10406,
                                                "loc": {
                                                  "start": {
                                                    "line": 320,
                                                    "column": 60
                                                  },
                                                  "end": {
                                                    "line": 320,
                                                    "column": 64
                                                  },
                                                  "identifierName": "rule"
                                                },
                                                "name": "rule"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 10407,
                                                "end": 10419,
                                                "loc": {
                                                  "start": {
                                                    "line": 320,
                                                    "column": 65
                                                  },
                                                  "end": {
                                                    "line": 320,
                                                    "column": 77
                                                  },
                                                  "identifierName": "dependencies"
                                                },
                                                "name": "dependencies"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 10420,
                                              "end": 10432,
                                              "loc": {
                                                "start": {
                                                  "line": 320,
                                                  "column": 78
                                                },
                                                "end": {
                                                  "line": 320,
                                                  "column": 90
                                                },
                                                "identifierName": "toggle_field"
                                              },
                                              "name": "toggle_field"
                                            },
                                            "computed": false
                                          }
                                        ]
                                      },
                                      "extra": {
                                        "parenthesizedArgument": false
                                      }
                                    }
                                  }
                                }
                              ],
                              "directives": []
                            },
                            "alternate": null
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    },
                    {
                      "type": "IfStatement",
                      "start": 10454,
                      "end": 11355,
                      "loc": {
                        "start": {
                          "line": 324,
                          "column": 4
                        },
                        "end": {
                          "line": 349,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 10458,
                        "end": 10484,
                        "loc": {
                          "start": {
                            "line": 324,
                            "column": 8
                          },
                          "end": {
                            "line": 324,
                            "column": 34
                          }
                        },
                        "left": {
                          "type": "MemberExpression",
                          "start": 10458,
                          "end": 10467,
                          "loc": {
                            "start": {
                              "line": 324,
                              "column": 8
                            },
                            "end": {
                              "line": 324,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 10458,
                            "end": 10462,
                            "loc": {
                              "start": {
                                "line": 324,
                                "column": 8
                              },
                              "end": {
                                "line": 324,
                                "column": 12
                              },
                              "identifierName": "rule"
                            },
                            "name": "rule"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 10463,
                            "end": 10467,
                            "loc": {
                              "start": {
                                "line": 324,
                                "column": 13
                              },
                              "end": {
                                "line": 324,
                                "column": 17
                              },
                              "identifierName": "type"
                            },
                            "name": "type"
                          },
                          "computed": false
                        },
                        "operator": "===",
                        "right": {
                          "type": "StringLiteral",
                          "start": 10472,
                          "end": 10484,
                          "loc": {
                            "start": {
                              "line": 324,
                              "column": 22
                            },
                            "end": {
                              "line": 324,
                              "column": 34
                            }
                          },
                          "extra": {
                            "rawValue": "list_field",
                            "raw": "\"list_field\""
                          },
                          "value": "list_field"
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 10486,
                        "end": 11355,
                        "loc": {
                          "start": {
                            "line": 324,
                            "column": 36
                          },
                          "end": {
                            "line": 349,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 10494,
                            "end": 10692,
                            "loc": {
                              "start": {
                                "line": 325,
                                "column": 6
                              },
                              "end": {
                                "line": 329,
                                "column": 40
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 10494,
                              "end": 10691,
                              "loc": {
                                "start": {
                                  "line": 325,
                                  "column": 6
                                },
                                "end": {
                                  "line": 329,
                                  "column": 39
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "Identifier",
                                "start": 10494,
                                "end": 10506,
                                "loc": {
                                  "start": {
                                    "line": 325,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 325,
                                    "column": 18
                                  },
                                  "identifierName": "isIncomplete"
                                },
                                "name": "isIncomplete"
                              },
                              "right": {
                                "type": "LogicalExpression",
                                "start": 10517,
                                "end": 10691,
                                "loc": {
                                  "start": {
                                    "line": 326,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 329,
                                    "column": 39
                                  }
                                },
                                "left": {
                                  "type": "LogicalExpression",
                                  "start": 10517,
                                  "end": 10648,
                                  "loc": {
                                    "start": {
                                      "line": 326,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 328,
                                      "column": 40
                                    }
                                  },
                                  "left": {
                                    "type": "LogicalExpression",
                                    "start": 10517,
                                    "end": 10604,
                                    "loc": {
                                      "start": {
                                        "line": 326,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 327,
                                        "column": 51
                                      }
                                    },
                                    "left": {
                                      "type": "CallExpression",
                                      "start": 10517,
                                      "end": 10549,
                                      "loc": {
                                        "start": {
                                          "line": 326,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 326,
                                          "column": 40
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 10517,
                                        "end": 10530,
                                        "loc": {
                                          "start": {
                                            "line": 326,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 326,
                                            "column": 21
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 10517,
                                          "end": 10518,
                                          "loc": {
                                            "start": {
                                              "line": 326,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 326,
                                              "column": 9
                                            },
                                            "identifierName": "_"
                                          },
                                          "name": "_"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 10519,
                                          "end": 10530,
                                          "loc": {
                                            "start": {
                                              "line": 326,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 326,
                                              "column": 21
                                            },
                                            "identifierName": "isUndefined"
                                          },
                                          "name": "isUndefined"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "MemberExpression",
                                          "start": 10531,
                                          "end": 10548,
                                          "loc": {
                                            "start": {
                                              "line": 326,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 326,
                                              "column": 39
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 10531,
                                            "end": 10535,
                                            "loc": {
                                              "start": {
                                                "line": 326,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 326,
                                                "column": 26
                                              },
                                              "identifierName": "rule"
                                            },
                                            "name": "rule"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 10536,
                                            "end": 10548,
                                            "loc": {
                                              "start": {
                                                "line": 326,
                                                "column": 27
                                              },
                                              "end": {
                                                "line": 326,
                                                "column": 39
                                              },
                                              "identifierName": "dependencies"
                                            },
                                            "name": "dependencies"
                                          },
                                          "computed": false
                                        }
                                      ]
                                    },
                                    "operator": "||",
                                    "right": {
                                      "type": "CallExpression",
                                      "start": 10561,
                                      "end": 10604,
                                      "loc": {
                                        "start": {
                                          "line": 327,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 327,
                                          "column": 51
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 10561,
                                        "end": 10574,
                                        "loc": {
                                          "start": {
                                            "line": 327,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 327,
                                            "column": 21
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 10561,
                                          "end": 10562,
                                          "loc": {
                                            "start": {
                                              "line": 327,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 327,
                                              "column": 9
                                            },
                                            "identifierName": "_"
                                          },
                                          "name": "_"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 10563,
                                          "end": 10574,
                                          "loc": {
                                            "start": {
                                              "line": 327,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 327,
                                              "column": 21
                                            },
                                            "identifierName": "isUndefined"
                                          },
                                          "name": "isUndefined"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "MemberExpression",
                                          "start": 10575,
                                          "end": 10603,
                                          "loc": {
                                            "start": {
                                              "line": 327,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 327,
                                              "column": 50
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 10575,
                                            "end": 10592,
                                            "loc": {
                                              "start": {
                                                "line": 327,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 327,
                                                "column": 39
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 10575,
                                              "end": 10579,
                                              "loc": {
                                                "start": {
                                                  "line": 327,
                                                  "column": 22
                                                },
                                                "end": {
                                                  "line": 327,
                                                  "column": 26
                                                },
                                                "identifierName": "rule"
                                              },
                                              "name": "rule"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 10580,
                                              "end": 10592,
                                              "loc": {
                                                "start": {
                                                  "line": 327,
                                                  "column": 27
                                                },
                                                "end": {
                                                  "line": 327,
                                                  "column": 39
                                                },
                                                "identifierName": "dependencies"
                                              },
                                              "name": "dependencies"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 10593,
                                            "end": 10603,
                                            "loc": {
                                              "start": {
                                                "line": 327,
                                                "column": 40
                                              },
                                              "end": {
                                                "line": 327,
                                                "column": 50
                                              },
                                              "identifierName": "list_field"
                                            },
                                            "name": "list_field"
                                          },
                                          "computed": false
                                        }
                                      ]
                                    }
                                  },
                                  "operator": "||",
                                  "right": {
                                    "type": "CallExpression",
                                    "start": 10616,
                                    "end": 10648,
                                    "loc": {
                                      "start": {
                                        "line": 328,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 328,
                                        "column": 40
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 10616,
                                      "end": 10629,
                                      "loc": {
                                        "start": {
                                          "line": 328,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 328,
                                          "column": 21
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 10616,
                                        "end": 10617,
                                        "loc": {
                                          "start": {
                                            "line": 328,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 328,
                                            "column": 9
                                          },
                                          "identifierName": "_"
                                        },
                                        "name": "_"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 10618,
                                        "end": 10629,
                                        "loc": {
                                          "start": {
                                            "line": 328,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 328,
                                            "column": 21
                                          },
                                          "identifierName": "isUndefined"
                                        },
                                        "name": "isUndefined"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "start": 10630,
                                        "end": 10647,
                                        "loc": {
                                          "start": {
                                            "line": 328,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 328,
                                            "column": 39
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 10630,
                                          "end": 10634,
                                          "loc": {
                                            "start": {
                                              "line": 328,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 328,
                                              "column": 26
                                            },
                                            "identifierName": "rule"
                                          },
                                          "name": "rule"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 10635,
                                          "end": 10647,
                                          "loc": {
                                            "start": {
                                              "line": 328,
                                              "column": 27
                                            },
                                            "end": {
                                              "line": 328,
                                              "column": 39
                                            },
                                            "identifierName": "list_options"
                                          },
                                          "name": "list_options"
                                        },
                                        "computed": false
                                      }
                                    ]
                                  }
                                },
                                "operator": "||",
                                "right": {
                                  "type": "CallExpression",
                                  "start": 10660,
                                  "end": 10691,
                                  "loc": {
                                    "start": {
                                      "line": 329,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 329,
                                      "column": 39
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 10660,
                                    "end": 10673,
                                    "loc": {
                                      "start": {
                                        "line": 329,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 329,
                                        "column": 21
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 10660,
                                      "end": 10661,
                                      "loc": {
                                        "start": {
                                          "line": 329,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 329,
                                          "column": 9
                                        },
                                        "identifierName": "_"
                                      },
                                      "name": "_"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 10662,
                                      "end": 10673,
                                      "loc": {
                                        "start": {
                                          "line": 329,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 329,
                                          "column": 21
                                        },
                                        "identifierName": "isUndefined"
                                      },
                                      "name": "isUndefined"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "MemberExpression",
                                      "start": 10674,
                                      "end": 10690,
                                      "loc": {
                                        "start": {
                                          "line": 329,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 329,
                                          "column": 38
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 10674,
                                        "end": 10678,
                                        "loc": {
                                          "start": {
                                            "line": 329,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 329,
                                            "column": 26
                                          },
                                          "identifierName": "rule"
                                        },
                                        "name": "rule"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 10679,
                                        "end": 10690,
                                        "loc": {
                                          "start": {
                                            "line": 329,
                                            "column": 27
                                          },
                                          "end": {
                                            "line": 329,
                                            "column": 38
                                          },
                                          "identifierName": "activate_on"
                                        },
                                        "name": "activate_on"
                                      },
                                      "computed": false
                                    }
                                  ]
                                }
                              }
                            }
                          },
                          {
                            "type": "IfStatement",
                            "start": 10700,
                            "end": 11349,
                            "loc": {
                              "start": {
                                "line": 331,
                                "column": 6
                              },
                              "end": {
                                "line": 348,
                                "column": 7
                              }
                            },
                            "test": {
                              "type": "UnaryExpression",
                              "start": 10704,
                              "end": 10717,
                              "loc": {
                                "start": {
                                  "line": 331,
                                  "column": 10
                                },
                                "end": {
                                  "line": 331,
                                  "column": 23
                                }
                              },
                              "operator": "!",
                              "prefix": true,
                              "argument": {
                                "type": "Identifier",
                                "start": 10705,
                                "end": 10717,
                                "loc": {
                                  "start": {
                                    "line": 331,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 331,
                                    "column": 23
                                  },
                                  "identifierName": "isIncomplete"
                                },
                                "name": "isIncomplete"
                              },
                              "extra": {
                                "parenthesizedArgument": false
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 10719,
                              "end": 11349,
                              "loc": {
                                "start": {
                                  "line": 331,
                                  "column": 25
                                },
                                "end": {
                                  "line": 348,
                                  "column": 7
                                }
                              },
                              "body": [
                                {
                                  "type": "VariableDeclaration",
                                  "start": 10729,
                                  "end": 10804,
                                  "loc": {
                                    "start": {
                                      "line": 332,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 332,
                                      "column": 83
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 10733,
                                      "end": 10803,
                                      "loc": {
                                        "start": {
                                          "line": 332,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 332,
                                          "column": 82
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 10733,
                                        "end": 10738,
                                        "loc": {
                                          "start": {
                                            "line": 332,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 332,
                                            "column": 17
                                          },
                                          "identifierName": "field"
                                        },
                                        "name": "field"
                                      },
                                      "init": {
                                        "type": "CallExpression",
                                        "start": 10741,
                                        "end": 10803,
                                        "loc": {
                                          "start": {
                                            "line": 332,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 332,
                                            "column": 82
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 10741,
                                          "end": 10773,
                                          "loc": {
                                            "start": {
                                              "line": 332,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 332,
                                              "column": 52
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 10741,
                                            "end": 10759,
                                            "loc": {
                                              "start": {
                                                "line": 332,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 332,
                                                "column": 38
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 10741,
                                              "end": 10750,
                                              "loc": {
                                                "start": {
                                                  "line": 332,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 332,
                                                  "column": 29
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 10741,
                                                "end": 10745,
                                                "loc": {
                                                  "start": {
                                                    "line": 332,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 332,
                                                    "column": 24
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 10746,
                                                "end": 10750,
                                                "loc": {
                                                  "start": {
                                                    "line": 332,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 332,
                                                    "column": 29
                                                  },
                                                  "identifierName": "_bid"
                                                },
                                                "name": "_bid"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 10751,
                                              "end": 10759,
                                              "loc": {
                                                "start": {
                                                  "line": 332,
                                                  "column": 30
                                                },
                                                "end": {
                                                  "line": 332,
                                                  "column": 38
                                                },
                                                "identifierName": "entities"
                                              },
                                              "name": "entities"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 10760,
                                            "end": 10773,
                                            "loc": {
                                              "start": {
                                                "line": 332,
                                                "column": 39
                                              },
                                              "end": {
                                                "line": 332,
                                                "column": 52
                                              },
                                              "identifierName": "getDependency"
                                            },
                                            "name": "getDependency"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "MemberExpression",
                                            "start": 10774,
                                            "end": 10802,
                                            "loc": {
                                              "start": {
                                                "line": 332,
                                                "column": 53
                                              },
                                              "end": {
                                                "line": 332,
                                                "column": 81
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 10774,
                                              "end": 10791,
                                              "loc": {
                                                "start": {
                                                  "line": 332,
                                                  "column": 53
                                                },
                                                "end": {
                                                  "line": 332,
                                                  "column": 70
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 10774,
                                                "end": 10778,
                                                "loc": {
                                                  "start": {
                                                    "line": 332,
                                                    "column": 53
                                                  },
                                                  "end": {
                                                    "line": 332,
                                                    "column": 57
                                                  },
                                                  "identifierName": "rule"
                                                },
                                                "name": "rule"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 10779,
                                                "end": 10791,
                                                "loc": {
                                                  "start": {
                                                    "line": 332,
                                                    "column": 58
                                                  },
                                                  "end": {
                                                    "line": 332,
                                                    "column": 70
                                                  },
                                                  "identifierName": "dependencies"
                                                },
                                                "name": "dependencies"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 10792,
                                              "end": 10802,
                                              "loc": {
                                                "start": {
                                                  "line": 332,
                                                  "column": 71
                                                },
                                                "end": {
                                                  "line": 332,
                                                  "column": 81
                                                },
                                                "identifierName": "list_field"
                                              },
                                              "name": "list_field"
                                            },
                                            "computed": false
                                          }
                                        ]
                                      }
                                    }
                                  ],
                                  "kind": "let"
                                },
                                {
                                  "type": "IfStatement",
                                  "start": 10813,
                                  "end": 11341,
                                  "loc": {
                                    "start": {
                                      "line": 333,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 347,
                                      "column": 35
                                    }
                                  },
                                  "test": {
                                    "type": "Identifier",
                                    "start": 10817,
                                    "end": 10822,
                                    "loc": {
                                      "start": {
                                        "line": 333,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 333,
                                        "column": 17
                                      },
                                      "identifierName": "field"
                                    },
                                    "name": "field"
                                  },
                                  "consequent": {
                                    "type": "BlockStatement",
                                    "start": 10824,
                                    "end": 11315,
                                    "loc": {
                                      "start": {
                                        "line": 333,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 347,
                                        "column": 9
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "VariableDeclaration",
                                        "start": 10836,
                                        "end": 10866,
                                        "loc": {
                                          "start": {
                                            "line": 334,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 334,
                                            "column": 40
                                          }
                                        },
                                        "declarations": [
                                          {
                                            "type": "VariableDeclarator",
                                            "start": 10840,
                                            "end": 10865,
                                            "loc": {
                                              "start": {
                                                "line": 334,
                                                "column": 14
                                              },
                                              "end": {
                                                "line": 334,
                                                "column": 39
                                              }
                                            },
                                            "id": {
                                              "type": "Identifier",
                                              "start": 10840,
                                              "end": 10842,
                                              "loc": {
                                                "start": {
                                                  "line": 334,
                                                  "column": 14
                                                },
                                                "end": {
                                                  "line": 334,
                                                  "column": 16
                                                },
                                                "identifierName": "dt"
                                              },
                                              "name": "dt"
                                            },
                                            "init": {
                                              "type": "CallExpression",
                                              "start": 10845,
                                              "end": 10865,
                                              "loc": {
                                                "start": {
                                                  "line": 334,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 334,
                                                  "column": 39
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 10845,
                                                "end": 10863,
                                                "loc": {
                                                  "start": {
                                                    "line": 334,
                                                    "column": 19
                                                  },
                                                  "end": {
                                                    "line": 334,
                                                    "column": 37
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 10845,
                                                  "end": 10850,
                                                  "loc": {
                                                    "start": {
                                                      "line": 334,
                                                      "column": 19
                                                    },
                                                    "end": {
                                                      "line": 334,
                                                      "column": 24
                                                    },
                                                    "identifierName": "field"
                                                  },
                                                  "name": "field"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 10851,
                                                  "end": 10863,
                                                  "loc": {
                                                    "start": {
                                                      "line": 334,
                                                      "column": 25
                                                    },
                                                    "end": {
                                                      "line": 334,
                                                      "column": 37
                                                    },
                                                    "identifierName": "getDatatable"
                                                  },
                                                  "name": "getDatatable"
                                                },
                                                "computed": false
                                              },
                                              "arguments": []
                                            }
                                          }
                                        ],
                                        "kind": "let"
                                      },
                                      {
                                        "type": "IfStatement",
                                        "start": 10878,
                                        "end": 11305,
                                        "loc": {
                                          "start": {
                                            "line": 336,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 346,
                                            "column": 37
                                          }
                                        },
                                        "test": {
                                          "type": "Identifier",
                                          "start": 10882,
                                          "end": 10884,
                                          "loc": {
                                            "start": {
                                              "line": 336,
                                              "column": 14
                                            },
                                            "end": {
                                              "line": 336,
                                              "column": 16
                                            },
                                            "identifierName": "dt"
                                          },
                                          "name": "dt"
                                        },
                                        "consequent": {
                                          "type": "BlockStatement",
                                          "start": 10886,
                                          "end": 11279,
                                          "loc": {
                                            "start": {
                                              "line": 336,
                                              "column": 18
                                            },
                                            "end": {
                                              "line": 346,
                                              "column": 11
                                            }
                                          },
                                          "body": [
                                            {
                                              "type": "VariableDeclaration",
                                              "start": 10900,
                                              "end": 10956,
                                              "loc": {
                                                "start": {
                                                  "line": 337,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 337,
                                                  "column": 68
                                                }
                                              },
                                              "declarations": [
                                                {
                                                  "type": "VariableDeclarator",
                                                  "start": 10904,
                                                  "end": 10955,
                                                  "loc": {
                                                    "start": {
                                                      "line": 337,
                                                      "column": 16
                                                    },
                                                    "end": {
                                                      "line": 337,
                                                      "column": 67
                                                    }
                                                  },
                                                  "id": {
                                                    "type": "Identifier",
                                                    "start": 10904,
                                                    "end": 10912,
                                                    "loc": {
                                                      "start": {
                                                        "line": 337,
                                                        "column": 16
                                                      },
                                                      "end": {
                                                        "line": 337,
                                                        "column": 24
                                                      },
                                                      "identifierName": "dtRowIds"
                                                    },
                                                    "name": "dtRowIds"
                                                  },
                                                  "init": {
                                                    "type": "CallExpression",
                                                    "start": 10915,
                                                    "end": 10955,
                                                    "loc": {
                                                      "start": {
                                                        "line": 337,
                                                        "column": 27
                                                      },
                                                      "end": {
                                                        "line": 337,
                                                        "column": 67
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 10915,
                                                      "end": 10934,
                                                      "loc": {
                                                        "start": {
                                                          "line": 337,
                                                          "column": 27
                                                        },
                                                        "end": {
                                                          "line": 337,
                                                          "column": 46
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "CallExpression",
                                                        "start": 10915,
                                                        "end": 10930,
                                                        "loc": {
                                                          "start": {
                                                            "line": 337,
                                                            "column": 27
                                                          },
                                                          "end": {
                                                            "line": 337,
                                                            "column": 42
                                                          }
                                                        },
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "start": 10915,
                                                          "end": 10928,
                                                          "loc": {
                                                            "start": {
                                                              "line": 337,
                                                              "column": 27
                                                            },
                                                            "end": {
                                                              "line": 337,
                                                              "column": 40
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 10915,
                                                            "end": 10917,
                                                            "loc": {
                                                              "start": {
                                                                "line": 337,
                                                                "column": 27
                                                              },
                                                              "end": {
                                                                "line": 337,
                                                                "column": 29
                                                              },
                                                              "identifierName": "dt"
                                                            },
                                                            "name": "dt"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 10918,
                                                            "end": 10928,
                                                            "loc": {
                                                              "start": {
                                                                "line": 337,
                                                                "column": 30
                                                              },
                                                              "end": {
                                                                "line": 337,
                                                                "column": 40
                                                              },
                                                              "identifierName": "getOptions"
                                                            },
                                                            "name": "getOptions"
                                                          },
                                                          "computed": false
                                                        },
                                                        "arguments": []
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 10931,
                                                        "end": 10934,
                                                        "loc": {
                                                          "start": {
                                                            "line": 337,
                                                            "column": 43
                                                          },
                                                          "end": {
                                                            "line": 337,
                                                            "column": 46
                                                          },
                                                          "identifierName": "map"
                                                        },
                                                        "name": "map"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "ArrowFunctionExpression",
                                                        "start": 10935,
                                                        "end": 10954,
                                                        "loc": {
                                                          "start": {
                                                            "line": 337,
                                                            "column": 47
                                                          },
                                                          "end": {
                                                            "line": 337,
                                                            "column": 66
                                                          }
                                                        },
                                                        "id": null,
                                                        "generator": false,
                                                        "expression": true,
                                                        "async": false,
                                                        "params": [
                                                          {
                                                            "type": "Identifier",
                                                            "start": 10935,
                                                            "end": 10939,
                                                            "loc": {
                                                              "start": {
                                                                "line": 337,
                                                                "column": 47
                                                              },
                                                              "end": {
                                                                "line": 337,
                                                                "column": 51
                                                              },
                                                              "identifierName": "item"
                                                            },
                                                            "name": "item"
                                                          }
                                                        ],
                                                        "body": {
                                                          "type": "MemberExpression",
                                                          "start": 10943,
                                                          "end": 10954,
                                                          "loc": {
                                                            "start": {
                                                              "line": 337,
                                                              "column": 55
                                                            },
                                                            "end": {
                                                              "line": 337,
                                                              "column": 66
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 10943,
                                                            "end": 10947,
                                                            "loc": {
                                                              "start": {
                                                                "line": 337,
                                                                "column": 55
                                                              },
                                                              "end": {
                                                                "line": 337,
                                                                "column": 59
                                                              },
                                                              "identifierName": "item"
                                                            },
                                                            "name": "item"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 10948,
                                                            "end": 10954,
                                                            "loc": {
                                                              "start": {
                                                                "line": 337,
                                                                "column": 60
                                                              },
                                                              "end": {
                                                                "line": 337,
                                                                "column": 66
                                                              },
                                                              "identifierName": "row_id"
                                                            },
                                                            "name": "row_id"
                                                          },
                                                          "computed": false
                                                        }
                                                      }
                                                    ]
                                                  }
                                                }
                                              ],
                                              "kind": "let"
                                            },
                                            {
                                              "type": "ExpressionStatement",
                                              "start": 10969,
                                              "end": 11267,
                                              "loc": {
                                                "start": {
                                                  "line": 338,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 345,
                                                  "column": 15
                                                }
                                              },
                                              "expression": {
                                                "type": "CallExpression",
                                                "start": 10969,
                                                "end": 11266,
                                                "loc": {
                                                  "start": {
                                                    "line": 338,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 345,
                                                    "column": 14
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 10969,
                                                  "end": 10975,
                                                  "loc": {
                                                    "start": {
                                                      "line": 338,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 338,
                                                      "column": 18
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 10969,
                                                    "end": 10970,
                                                    "loc": {
                                                      "start": {
                                                        "line": 338,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 338,
                                                        "column": 13
                                                      },
                                                      "identifierName": "_"
                                                    },
                                                    "name": "_"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 10971,
                                                    "end": 10975,
                                                    "loc": {
                                                      "start": {
                                                        "line": 338,
                                                        "column": 14
                                                      },
                                                      "end": {
                                                        "line": 338,
                                                        "column": 18
                                                      },
                                                      "identifierName": "each"
                                                    },
                                                    "name": "each"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "MemberExpression",
                                                    "start": 10976,
                                                    "end": 10993,
                                                    "loc": {
                                                      "start": {
                                                        "line": 338,
                                                        "column": 19
                                                      },
                                                      "end": {
                                                        "line": 338,
                                                        "column": 36
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 10976,
                                                      "end": 10980,
                                                      "loc": {
                                                        "start": {
                                                          "line": 338,
                                                          "column": 19
                                                        },
                                                        "end": {
                                                          "line": 338,
                                                          "column": 23
                                                        },
                                                        "identifierName": "rule"
                                                      },
                                                      "name": "rule"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 10981,
                                                      "end": 10993,
                                                      "loc": {
                                                        "start": {
                                                          "line": 338,
                                                          "column": 24
                                                        },
                                                        "end": {
                                                          "line": 338,
                                                          "column": 36
                                                        },
                                                        "identifierName": "list_options"
                                                      },
                                                      "name": "list_options"
                                                    },
                                                    "computed": false
                                                  },
                                                  {
                                                    "type": "ArrowFunctionExpression",
                                                    "start": 10995,
                                                    "end": 11265,
                                                    "loc": {
                                                      "start": {
                                                        "line": 338,
                                                        "column": 38
                                                      },
                                                      "end": {
                                                        "line": 345,
                                                        "column": 13
                                                      }
                                                    },
                                                    "id": null,
                                                    "generator": false,
                                                    "expression": false,
                                                    "async": false,
                                                    "params": [
                                                      {
                                                        "type": "Identifier",
                                                        "start": 10995,
                                                        "end": 11003,
                                                        "loc": {
                                                          "start": {
                                                            "line": 338,
                                                            "column": 38
                                                          },
                                                          "end": {
                                                            "line": 338,
                                                            "column": 46
                                                          },
                                                          "identifierName": "optionId"
                                                        },
                                                        "name": "optionId"
                                                      }
                                                    ],
                                                    "body": {
                                                      "type": "BlockStatement",
                                                      "start": 11007,
                                                      "end": 11265,
                                                      "loc": {
                                                        "start": {
                                                          "line": 338,
                                                          "column": 50
                                                        },
                                                        "end": {
                                                          "line": 345,
                                                          "column": 13
                                                        }
                                                      },
                                                      "body": [
                                                        {
                                                          "type": "IfStatement",
                                                          "start": 11023,
                                                          "end": 11251,
                                                          "loc": {
                                                            "start": {
                                                              "line": 339,
                                                              "column": 14
                                                            },
                                                            "end": {
                                                              "line": 344,
                                                              "column": 15
                                                            }
                                                          },
                                                          "test": {
                                                            "type": "BinaryExpression",
                                                            "start": 11027,
                                                            "end": 11057,
                                                            "loc": {
                                                              "start": {
                                                                "line": 339,
                                                                "column": 18
                                                              },
                                                              "end": {
                                                                "line": 339,
                                                                "column": 48
                                                              }
                                                            },
                                                            "left": {
                                                              "type": "CallExpression",
                                                              "start": 11027,
                                                              "end": 11053,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 339,
                                                                  "column": 18
                                                                },
                                                                "end": {
                                                                  "line": 339,
                                                                  "column": 44
                                                                }
                                                              },
                                                              "callee": {
                                                                "type": "MemberExpression",
                                                                "start": 11027,
                                                                "end": 11043,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 339,
                                                                    "column": 18
                                                                  },
                                                                  "end": {
                                                                    "line": 339,
                                                                    "column": 34
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 11027,
                                                                  "end": 11035,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 339,
                                                                      "column": 18
                                                                    },
                                                                    "end": {
                                                                      "line": 339,
                                                                      "column": 26
                                                                    },
                                                                    "identifierName": "dtRowIds"
                                                                  },
                                                                  "name": "dtRowIds"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 11036,
                                                                  "end": 11043,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 339,
                                                                      "column": 27
                                                                    },
                                                                    "end": {
                                                                      "line": 339,
                                                                      "column": 34
                                                                    },
                                                                    "identifierName": "indexOf"
                                                                  },
                                                                  "name": "indexOf"
                                                                },
                                                                "computed": false
                                                              },
                                                              "arguments": [
                                                                {
                                                                  "type": "Identifier",
                                                                  "start": 11044,
                                                                  "end": 11052,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 339,
                                                                      "column": 35
                                                                    },
                                                                    "end": {
                                                                      "line": 339,
                                                                      "column": 43
                                                                    },
                                                                    "identifierName": "optionId"
                                                                  },
                                                                  "name": "optionId"
                                                                }
                                                              ]
                                                            },
                                                            "operator": "<",
                                                            "right": {
                                                              "type": "NumericLiteral",
                                                              "start": 11056,
                                                              "end": 11057,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 339,
                                                                  "column": 47
                                                                },
                                                                "end": {
                                                                  "line": 339,
                                                                  "column": 48
                                                                }
                                                              },
                                                              "extra": {
                                                                "rawValue": 0,
                                                                "raw": "0"
                                                              },
                                                              "value": 0
                                                            }
                                                          },
                                                          "consequent": {
                                                            "type": "BlockStatement",
                                                            "start": 11059,
                                                            "end": 11251,
                                                            "loc": {
                                                              "start": {
                                                                "line": 339,
                                                                "column": 50
                                                              },
                                                              "end": {
                                                                "line": 344,
                                                                "column": 15
                                                              }
                                                            },
                                                            "body": [
                                                              {
                                                                "type": "ExpressionStatement",
                                                                "start": 11077,
                                                                "end": 11205,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 340,
                                                                    "column": 16
                                                                  },
                                                                  "end": {
                                                                    "line": 342,
                                                                    "column": 19
                                                                  }
                                                                },
                                                                "expression": {
                                                                  "type": "CallExpression",
                                                                  "start": 11077,
                                                                  "end": 11204,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 340,
                                                                      "column": 16
                                                                    },
                                                                    "end": {
                                                                      "line": 342,
                                                                      "column": 18
                                                                    }
                                                                  },
                                                                  "callee": {
                                                                    "type": "MemberExpression",
                                                                    "start": 11077,
                                                                    "end": 11091,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 340,
                                                                        "column": 16
                                                                      },
                                                                      "end": {
                                                                        "line": 340,
                                                                        "column": 30
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "ThisExpression",
                                                                      "start": 11077,
                                                                      "end": 11081,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 340,
                                                                          "column": 16
                                                                        },
                                                                        "end": {
                                                                          "line": 340,
                                                                          "column": 20
                                                                        }
                                                                      }
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 11082,
                                                                      "end": 11091,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 340,
                                                                          "column": 21
                                                                        },
                                                                        "end": {
                                                                          "line": 340,
                                                                          "column": 30
                                                                        },
                                                                        "identifierName": "_logIssue"
                                                                      },
                                                                      "name": "_logIssue"
                                                                    },
                                                                    "computed": false
                                                                  },
                                                                  "arguments": [
                                                                    {
                                                                      "type": "StringLiteral",
                                                                      "start": 11092,
                                                                      "end": 11129,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 340,
                                                                          "column": 31
                                                                        },
                                                                        "end": {
                                                                          "line": 340,
                                                                          "column": 68
                                                                        }
                                                                      },
                                                                      "extra": {
                                                                        "rawValue": "non_existent_dt_rows_line_item_rule",
                                                                        "raw": "\"non_existent_dt_rows_line_item_rule\""
                                                                      },
                                                                      "value": "non_existent_dt_rows_line_item_rule"
                                                                    },
                                                                    {
                                                                      "type": "Identifier",
                                                                      "start": 11131,
                                                                      "end": 11146,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 340,
                                                                          "column": 70
                                                                        },
                                                                        "end": {
                                                                          "line": 340,
                                                                          "column": 85
                                                                        },
                                                                        "identifierName": "sourceBidEntity"
                                                                      },
                                                                      "name": "sourceBidEntity"
                                                                    },
                                                                    {
                                                                      "type": "NullLiteral",
                                                                      "start": 11148,
                                                                      "end": 11152,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 340,
                                                                          "column": 87
                                                                        },
                                                                        "end": {
                                                                          "line": 340,
                                                                          "column": 91
                                                                        }
                                                                      }
                                                                    },
                                                                    {
                                                                      "type": "ObjectExpression",
                                                                      "start": 11154,
                                                                      "end": 11203,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 340,
                                                                          "column": 93
                                                                        },
                                                                        "end": {
                                                                          "line": 342,
                                                                          "column": 17
                                                                        }
                                                                      },
                                                                      "properties": [
                                                                        {
                                                                          "type": "ObjectProperty",
                                                                          "start": 11174,
                                                                          "end": 11184,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 341,
                                                                              "column": 18
                                                                            },
                                                                            "end": {
                                                                              "line": 341,
                                                                              "column": 28
                                                                            }
                                                                          },
                                                                          "method": false,
                                                                          "shorthand": false,
                                                                          "computed": false,
                                                                          "key": {
                                                                            "type": "Identifier",
                                                                            "start": 11174,
                                                                            "end": 11178,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 341,
                                                                                "column": 18
                                                                              },
                                                                              "end": {
                                                                                "line": 341,
                                                                                "column": 22
                                                                              },
                                                                              "identifierName": "rule"
                                                                            },
                                                                            "name": "rule"
                                                                          },
                                                                          "value": {
                                                                            "type": "Identifier",
                                                                            "start": 11180,
                                                                            "end": 11184,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 341,
                                                                                "column": 24
                                                                              },
                                                                              "end": {
                                                                                "line": 341,
                                                                                "column": 28
                                                                              },
                                                                              "identifierName": "rule"
                                                                            },
                                                                            "name": "rule"
                                                                          }
                                                                        }
                                                                      ]
                                                                    }
                                                                  ]
                                                                }
                                                              },
                                                              {
                                                                "type": "ReturnStatement",
                                                                "start": 11222,
                                                                "end": 11235,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 343,
                                                                    "column": 16
                                                                  },
                                                                  "end": {
                                                                    "line": 343,
                                                                    "column": 29
                                                                  }
                                                                },
                                                                "argument": {
                                                                  "type": "BooleanLiteral",
                                                                  "start": 11229,
                                                                  "end": 11234,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 343,
                                                                      "column": 23
                                                                    },
                                                                    "end": {
                                                                      "line": 343,
                                                                      "column": 28
                                                                    }
                                                                  },
                                                                  "value": false
                                                                }
                                                              }
                                                            ],
                                                            "directives": []
                                                          },
                                                          "alternate": null
                                                        }
                                                      ],
                                                      "directives": []
                                                    }
                                                  }
                                                ]
                                              }
                                            }
                                          ],
                                          "directives": []
                                        },
                                        "alternate": {
                                          "type": "ExpressionStatement",
                                          "start": 11285,
                                          "end": 11305,
                                          "loc": {
                                            "start": {
                                              "line": 346,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 346,
                                              "column": 37
                                            }
                                          },
                                          "expression": {
                                            "type": "AssignmentExpression",
                                            "start": 11285,
                                            "end": 11304,
                                            "loc": {
                                              "start": {
                                                "line": 346,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 346,
                                                "column": 36
                                              }
                                            },
                                            "operator": "=",
                                            "left": {
                                              "type": "Identifier",
                                              "start": 11285,
                                              "end": 11297,
                                              "loc": {
                                                "start": {
                                                  "line": 346,
                                                  "column": 17
                                                },
                                                "end": {
                                                  "line": 346,
                                                  "column": 29
                                                },
                                                "identifierName": "isIncomplete"
                                              },
                                              "name": "isIncomplete"
                                            },
                                            "right": {
                                              "type": "BooleanLiteral",
                                              "start": 11300,
                                              "end": 11304,
                                              "loc": {
                                                "start": {
                                                  "line": 346,
                                                  "column": 32
                                                },
                                                "end": {
                                                  "line": 346,
                                                  "column": 36
                                                }
                                              },
                                              "value": true
                                            }
                                          }
                                        }
                                      }
                                    ],
                                    "directives": []
                                  },
                                  "alternate": {
                                    "type": "ExpressionStatement",
                                    "start": 11321,
                                    "end": 11341,
                                    "loc": {
                                      "start": {
                                        "line": 347,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 347,
                                        "column": 35
                                      }
                                    },
                                    "expression": {
                                      "type": "AssignmentExpression",
                                      "start": 11321,
                                      "end": 11340,
                                      "loc": {
                                        "start": {
                                          "line": 347,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 347,
                                          "column": 34
                                        }
                                      },
                                      "operator": "=",
                                      "left": {
                                        "type": "Identifier",
                                        "start": 11321,
                                        "end": 11333,
                                        "loc": {
                                          "start": {
                                            "line": 347,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 347,
                                            "column": 27
                                          },
                                          "identifierName": "isIncomplete"
                                        },
                                        "name": "isIncomplete"
                                      },
                                      "right": {
                                        "type": "BooleanLiteral",
                                        "start": 11336,
                                        "end": 11340,
                                        "loc": {
                                          "start": {
                                            "line": 347,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 347,
                                            "column": 34
                                          }
                                        },
                                        "value": true
                                      }
                                    }
                                  }
                                }
                              ],
                              "directives": []
                            },
                            "alternate": null
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    },
                    {
                      "type": "IfStatement",
                      "start": 11361,
                      "end": 11491,
                      "loc": {
                        "start": {
                          "line": 351,
                          "column": 4
                        },
                        "end": {
                          "line": 355,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "Identifier",
                        "start": 11365,
                        "end": 11377,
                        "loc": {
                          "start": {
                            "line": 351,
                            "column": 8
                          },
                          "end": {
                            "line": 351,
                            "column": 20
                          },
                          "identifierName": "isIncomplete"
                        },
                        "name": "isIncomplete"
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 11379,
                        "end": 11491,
                        "loc": {
                          "start": {
                            "line": 351,
                            "column": 22
                          },
                          "end": {
                            "line": 355,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 11387,
                            "end": 11485,
                            "loc": {
                              "start": {
                                "line": 352,
                                "column": 6
                              },
                              "end": {
                                "line": 354,
                                "column": 9
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 11387,
                              "end": 11484,
                              "loc": {
                                "start": {
                                  "line": 352,
                                  "column": 6
                                },
                                "end": {
                                  "line": 354,
                                  "column": 8
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 11387,
                                "end": 11401,
                                "loc": {
                                  "start": {
                                    "line": 352,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 352,
                                    "column": 20
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 11387,
                                  "end": 11391,
                                  "loc": {
                                    "start": {
                                      "line": 352,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 352,
                                      "column": 10
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 11392,
                                  "end": 11401,
                                  "loc": {
                                    "start": {
                                      "line": 352,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 352,
                                      "column": 20
                                    },
                                    "identifierName": "_logIssue"
                                  },
                                  "name": "_logIssue"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "StringLiteral",
                                  "start": 11402,
                                  "end": 11429,
                                  "loc": {
                                    "start": {
                                      "line": 352,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 352,
                                      "column": 48
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "incomplete_line_item_rule",
                                    "raw": "\"incomplete_line_item_rule\""
                                  },
                                  "value": "incomplete_line_item_rule"
                                },
                                {
                                  "type": "Identifier",
                                  "start": 11431,
                                  "end": 11446,
                                  "loc": {
                                    "start": {
                                      "line": 352,
                                      "column": 50
                                    },
                                    "end": {
                                      "line": 352,
                                      "column": 65
                                    },
                                    "identifierName": "sourceBidEntity"
                                  },
                                  "name": "sourceBidEntity"
                                },
                                {
                                  "type": "NullLiteral",
                                  "start": 11448,
                                  "end": 11452,
                                  "loc": {
                                    "start": {
                                      "line": 352,
                                      "column": 67
                                    },
                                    "end": {
                                      "line": 352,
                                      "column": 71
                                    }
                                  }
                                },
                                {
                                  "type": "ObjectExpression",
                                  "start": 11454,
                                  "end": 11483,
                                  "loc": {
                                    "start": {
                                      "line": 352,
                                      "column": 73
                                    },
                                    "end": {
                                      "line": 354,
                                      "column": 7
                                    }
                                  },
                                  "properties": [
                                    {
                                      "type": "ObjectProperty",
                                      "start": 11464,
                                      "end": 11474,
                                      "loc": {
                                        "start": {
                                          "line": 353,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 353,
                                          "column": 18
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "key": {
                                        "type": "Identifier",
                                        "start": 11464,
                                        "end": 11468,
                                        "loc": {
                                          "start": {
                                            "line": 353,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 353,
                                            "column": 12
                                          },
                                          "identifierName": "rule"
                                        },
                                        "name": "rule"
                                      },
                                      "value": {
                                        "type": "Identifier",
                                        "start": 11470,
                                        "end": 11474,
                                        "loc": {
                                          "start": {
                                            "line": 353,
                                            "column": 14
                                          },
                                          "end": {
                                            "line": 353,
                                            "column": 18
                                          },
                                          "identifierName": "rule"
                                        },
                                        "name": "rule"
                                      }
                                    }
                                  ]
                                }
                              ]
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 11499,
                "end": 11936,
                "loc": {
                  "start": {
                    "line": 358,
                    "column": 2
                  },
                  "end": {
                    "line": 372,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 11499,
                  "end": 11523,
                  "loc": {
                    "start": {
                      "line": 358,
                      "column": 2
                    },
                    "end": {
                      "line": 358,
                      "column": 26
                    },
                    "identifierName": "_testLineItemRuleFormula"
                  },
                  "name": "_testLineItemRuleFormula"
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 11524,
                    "end": 11539,
                    "loc": {
                      "start": {
                        "line": 358,
                        "column": 27
                      },
                      "end": {
                        "line": 358,
                        "column": 42
                      },
                      "identifierName": "sourceBidEntity"
                    },
                    "name": "sourceBidEntity"
                  },
                  {
                    "type": "Identifier",
                    "start": 11541,
                    "end": 11545,
                    "loc": {
                      "start": {
                        "line": 358,
                        "column": 44
                      },
                      "end": {
                        "line": 358,
                        "column": 48
                      },
                      "identifierName": "rule"
                    },
                    "name": "rule"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 11547,
                  "end": 11936,
                  "loc": {
                    "start": {
                      "line": 358,
                      "column": 50
                    },
                    "end": {
                      "line": 372,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 11553,
                      "end": 11569,
                      "loc": {
                        "start": {
                          "line": 359,
                          "column": 4
                        },
                        "end": {
                          "line": 359,
                          "column": 20
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 11557,
                          "end": 11568,
                          "loc": {
                            "start": {
                              "line": 359,
                              "column": 8
                            },
                            "end": {
                              "line": 359,
                              "column": 19
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 11557,
                            "end": 11563,
                            "loc": {
                              "start": {
                                "line": 359,
                                "column": 8
                              },
                              "end": {
                                "line": 359,
                                "column": 14
                              },
                              "identifierName": "params"
                            },
                            "name": "params"
                          },
                          "init": {
                            "type": "ObjectExpression",
                            "start": 11566,
                            "end": 11568,
                            "loc": {
                              "start": {
                                "line": 359,
                                "column": 17
                              },
                              "end": {
                                "line": 359,
                                "column": 19
                              }
                            },
                            "properties": []
                          }
                        }
                      ],
                      "kind": "var"
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 11575,
                      "end": 11662,
                      "loc": {
                        "start": {
                          "line": 361,
                          "column": 4
                        },
                        "end": {
                          "line": 363,
                          "column": 7
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 11575,
                        "end": 11661,
                        "loc": {
                          "start": {
                            "line": 361,
                            "column": 4
                          },
                          "end": {
                            "line": 363,
                            "column": 6
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 11575,
                          "end": 11581,
                          "loc": {
                            "start": {
                              "line": 361,
                              "column": 4
                            },
                            "end": {
                              "line": 361,
                              "column": 10
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 11575,
                            "end": 11576,
                            "loc": {
                              "start": {
                                "line": 361,
                                "column": 4
                              },
                              "end": {
                                "line": 361,
                                "column": 5
                              },
                              "identifierName": "_"
                            },
                            "name": "_"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 11577,
                            "end": 11581,
                            "loc": {
                              "start": {
                                "line": 361,
                                "column": 6
                              },
                              "end": {
                                "line": 361,
                                "column": 10
                              },
                              "identifierName": "each"
                            },
                            "name": "each"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "MemberExpression",
                            "start": 11582,
                            "end": 11599,
                            "loc": {
                              "start": {
                                "line": 361,
                                "column": 11
                              },
                              "end": {
                                "line": 361,
                                "column": 28
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 11582,
                              "end": 11586,
                              "loc": {
                                "start": {
                                  "line": 361,
                                  "column": 11
                                },
                                "end": {
                                  "line": 361,
                                  "column": 15
                                },
                                "identifierName": "rule"
                              },
                              "name": "rule"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 11587,
                              "end": 11599,
                              "loc": {
                                "start": {
                                  "line": 361,
                                  "column": 16
                                },
                                "end": {
                                  "line": 361,
                                  "column": 28
                                },
                                "identifierName": "dependencies"
                              },
                              "name": "dependencies"
                            },
                            "computed": false
                          },
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 11601,
                            "end": 11660,
                            "loc": {
                              "start": {
                                "line": 361,
                                "column": 30
                              },
                              "end": {
                                "line": 363,
                                "column": 5
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 11602,
                                "end": 11620,
                                "loc": {
                                  "start": {
                                    "line": 361,
                                    "column": 31
                                  },
                                  "end": {
                                    "line": 361,
                                    "column": 49
                                  },
                                  "identifierName": "dependencyContract"
                                },
                                "name": "dependencyContract"
                              },
                              {
                                "type": "Identifier",
                                "start": 11622,
                                "end": 11625,
                                "loc": {
                                  "start": {
                                    "line": 361,
                                    "column": 51
                                  },
                                  "end": {
                                    "line": 361,
                                    "column": 54
                                  },
                                  "identifierName": "key"
                                },
                                "name": "key"
                              }
                            ],
                            "body": {
                              "type": "BlockStatement",
                              "start": 11630,
                              "end": 11660,
                              "loc": {
                                "start": {
                                  "line": 361,
                                  "column": 59
                                },
                                "end": {
                                  "line": 363,
                                  "column": 5
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 11638,
                                  "end": 11654,
                                  "loc": {
                                    "start": {
                                      "line": 362,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 362,
                                      "column": 22
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 11638,
                                    "end": 11653,
                                    "loc": {
                                      "start": {
                                        "line": 362,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 362,
                                        "column": 21
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 11638,
                                      "end": 11649,
                                      "loc": {
                                        "start": {
                                          "line": 362,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 362,
                                          "column": 17
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 11638,
                                        "end": 11644,
                                        "loc": {
                                          "start": {
                                            "line": 362,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 362,
                                            "column": 12
                                          },
                                          "identifierName": "params"
                                        },
                                        "name": "params"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 11645,
                                        "end": 11648,
                                        "loc": {
                                          "start": {
                                            "line": 362,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 362,
                                            "column": 16
                                          },
                                          "identifierName": "key"
                                        },
                                        "name": "key"
                                      },
                                      "computed": true
                                    },
                                    "right": {
                                      "type": "NumericLiteral",
                                      "start": 11652,
                                      "end": 11653,
                                      "loc": {
                                        "start": {
                                          "line": 362,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 362,
                                          "column": 21
                                        }
                                      },
                                      "extra": {
                                        "rawValue": 1,
                                        "raw": "1"
                                      },
                                      "value": 1
                                    }
                                  }
                                }
                              ],
                              "directives": []
                            }
                          }
                        ]
                      }
                    },
                    {
                      "type": "IfStatement",
                      "start": 11668,
                      "end": 11932,
                      "loc": {
                        "start": {
                          "line": 365,
                          "column": 4
                        },
                        "end": {
                          "line": 371,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "UnaryExpression",
                        "start": 11672,
                        "end": 11721,
                        "loc": {
                          "start": {
                            "line": 365,
                            "column": 8
                          },
                          "end": {
                            "line": 365,
                            "column": 57
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "CallExpression",
                          "start": 11673,
                          "end": 11721,
                          "loc": {
                            "start": {
                              "line": 365,
                              "column": 9
                            },
                            "end": {
                              "line": 365,
                              "column": 57
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 11673,
                            "end": 11696,
                            "loc": {
                              "start": {
                                "line": 365,
                                "column": 9
                              },
                              "end": {
                                "line": 365,
                                "column": 32
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 11673,
                              "end": 11680,
                              "loc": {
                                "start": {
                                  "line": 365,
                                  "column": 9
                                },
                                "end": {
                                  "line": 365,
                                  "column": 16
                                },
                                "identifierName": "Helpers"
                              },
                              "name": "Helpers"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 11681,
                              "end": 11696,
                              "loc": {
                                "start": {
                                  "line": 365,
                                  "column": 17
                                },
                                "end": {
                                  "line": 365,
                                  "column": 32
                                },
                                "identifierName": "validateFormula"
                              },
                              "name": "validateFormula"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "MemberExpression",
                              "start": 11697,
                              "end": 11712,
                              "loc": {
                                "start": {
                                  "line": 365,
                                  "column": 33
                                },
                                "end": {
                                  "line": 365,
                                  "column": 48
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 11697,
                                "end": 11701,
                                "loc": {
                                  "start": {
                                    "line": 365,
                                    "column": 33
                                  },
                                  "end": {
                                    "line": 365,
                                    "column": 37
                                  },
                                  "identifierName": "rule"
                                },
                                "name": "rule"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 11702,
                                "end": 11712,
                                "loc": {
                                  "start": {
                                    "line": 365,
                                    "column": 38
                                  },
                                  "end": {
                                    "line": 365,
                                    "column": 48
                                  },
                                  "identifierName": "expression"
                                },
                                "name": "expression"
                              },
                              "computed": false
                            },
                            {
                              "type": "Identifier",
                              "start": 11714,
                              "end": 11720,
                              "loc": {
                                "start": {
                                  "line": 365,
                                  "column": 50
                                },
                                "end": {
                                  "line": 365,
                                  "column": 56
                                },
                                "identifierName": "params"
                              },
                              "name": "params"
                            }
                          ]
                        },
                        "extra": {
                          "parenthesizedArgument": false
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 11723,
                        "end": 11932,
                        "loc": {
                          "start": {
                            "line": 365,
                            "column": 59
                          },
                          "end": {
                            "line": 371,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 11731,
                            "end": 11926,
                            "loc": {
                              "start": {
                                "line": 366,
                                "column": 6
                              },
                              "end": {
                                "line": 370,
                                "column": 9
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 11731,
                              "end": 11925,
                              "loc": {
                                "start": {
                                  "line": 366,
                                  "column": 6
                                },
                                "end": {
                                  "line": 370,
                                  "column": 8
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 11731,
                                "end": 11745,
                                "loc": {
                                  "start": {
                                    "line": 366,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 366,
                                    "column": 20
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 11731,
                                  "end": 11735,
                                  "loc": {
                                    "start": {
                                      "line": 366,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 366,
                                      "column": 10
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 11736,
                                  "end": 11745,
                                  "loc": {
                                    "start": {
                                      "line": 366,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 366,
                                      "column": 20
                                    },
                                    "identifierName": "_logIssue"
                                  },
                                  "name": "_logIssue"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "StringLiteral",
                                  "start": 11746,
                                  "end": 11781,
                                  "loc": {
                                    "start": {
                                      "line": 366,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 366,
                                      "column": 56
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "invalid_line_item_rule_expression",
                                    "raw": "\"invalid_line_item_rule_expression\""
                                  },
                                  "value": "invalid_line_item_rule_expression"
                                },
                                {
                                  "type": "Identifier",
                                  "start": 11783,
                                  "end": 11798,
                                  "loc": {
                                    "start": {
                                      "line": 366,
                                      "column": 58
                                    },
                                    "end": {
                                      "line": 366,
                                      "column": 73
                                    },
                                    "identifierName": "sourceBidEntity"
                                  },
                                  "name": "sourceBidEntity"
                                },
                                {
                                  "type": "NullLiteral",
                                  "start": 11800,
                                  "end": 11804,
                                  "loc": {
                                    "start": {
                                      "line": 366,
                                      "column": 75
                                    },
                                    "end": {
                                      "line": 366,
                                      "column": 79
                                    }
                                  }
                                },
                                {
                                  "type": "ObjectExpression",
                                  "start": 11806,
                                  "end": 11924,
                                  "loc": {
                                    "start": {
                                      "line": 366,
                                      "column": 81
                                    },
                                    "end": {
                                      "line": 370,
                                      "column": 7
                                    }
                                  },
                                  "properties": [
                                    {
                                      "type": "ObjectProperty",
                                      "start": 11816,
                                      "end": 11843,
                                      "loc": {
                                        "start": {
                                          "line": 367,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 367,
                                          "column": 35
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "key": {
                                        "type": "Identifier",
                                        "start": 11816,
                                        "end": 11826,
                                        "loc": {
                                          "start": {
                                            "line": 367,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 367,
                                            "column": 18
                                          },
                                          "identifierName": "expression"
                                        },
                                        "name": "expression"
                                      },
                                      "value": {
                                        "type": "MemberExpression",
                                        "start": 11828,
                                        "end": 11843,
                                        "loc": {
                                          "start": {
                                            "line": 367,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 367,
                                            "column": 35
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 11828,
                                          "end": 11832,
                                          "loc": {
                                            "start": {
                                              "line": 367,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 367,
                                              "column": 24
                                            },
                                            "identifierName": "rule"
                                          },
                                          "name": "rule"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 11833,
                                          "end": 11843,
                                          "loc": {
                                            "start": {
                                              "line": 367,
                                              "column": 25
                                            },
                                            "end": {
                                              "line": 367,
                                              "column": 35
                                            },
                                            "identifierName": "expression"
                                          },
                                          "name": "expression"
                                        },
                                        "computed": false
                                      }
                                    },
                                    {
                                      "type": "ObjectProperty",
                                      "start": 11853,
                                      "end": 11895,
                                      "loc": {
                                        "start": {
                                          "line": 368,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 368,
                                          "column": 50
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "key": {
                                        "type": "Identifier",
                                        "start": 11853,
                                        "end": 11876,
                                        "loc": {
                                          "start": {
                                            "line": 368,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 368,
                                            "column": 31
                                          },
                                          "identifierName": "expression_dependencies"
                                        },
                                        "name": "expression_dependencies"
                                      },
                                      "value": {
                                        "type": "MemberExpression",
                                        "start": 11878,
                                        "end": 11895,
                                        "loc": {
                                          "start": {
                                            "line": 368,
                                            "column": 33
                                          },
                                          "end": {
                                            "line": 368,
                                            "column": 50
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 11878,
                                          "end": 11882,
                                          "loc": {
                                            "start": {
                                              "line": 368,
                                              "column": 33
                                            },
                                            "end": {
                                              "line": 368,
                                              "column": 37
                                            },
                                            "identifierName": "rule"
                                          },
                                          "name": "rule"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 11883,
                                          "end": 11895,
                                          "loc": {
                                            "start": {
                                              "line": 368,
                                              "column": 38
                                            },
                                            "end": {
                                              "line": 368,
                                              "column": 50
                                            },
                                            "identifierName": "dependencies"
                                          },
                                          "name": "dependencies"
                                        },
                                        "computed": false
                                      }
                                    },
                                    {
                                      "type": "ObjectProperty",
                                      "start": 11905,
                                      "end": 11915,
                                      "loc": {
                                        "start": {
                                          "line": 369,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 369,
                                          "column": 18
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "key": {
                                        "type": "Identifier",
                                        "start": 11905,
                                        "end": 11909,
                                        "loc": {
                                          "start": {
                                            "line": 369,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 369,
                                            "column": 12
                                          },
                                          "identifierName": "rule"
                                        },
                                        "name": "rule"
                                      },
                                      "value": {
                                        "type": "Identifier",
                                        "start": 11911,
                                        "end": 11915,
                                        "loc": {
                                          "start": {
                                            "line": 369,
                                            "column": 14
                                          },
                                          "end": {
                                            "line": 369,
                                            "column": 18
                                          },
                                          "identifierName": "rule"
                                        },
                                        "name": "rule"
                                      }
                                    }
                                  ]
                                }
                              ]
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 11940,
                "end": 12818,
                "loc": {
                  "start": {
                    "line": 374,
                    "column": 2
                  },
                  "end": {
                    "line": 397,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 11940,
                  "end": 11976,
                  "loc": {
                    "start": {
                      "line": 374,
                      "column": 2
                    },
                    "end": {
                      "line": 374,
                      "column": 38
                    },
                    "identifierName": "_testLineItemScalarFormulaReferences"
                  },
                  "name": "_testLineItemScalarFormulaReferences"
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 11977,
                    "end": 11992,
                    "loc": {
                      "start": {
                        "line": 374,
                        "column": 39
                      },
                      "end": {
                        "line": 374,
                        "column": 54
                      },
                      "identifierName": "sourceBidEntity"
                    },
                    "name": "sourceBidEntity"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 11994,
                  "end": 12818,
                  "loc": {
                    "start": {
                      "line": 374,
                      "column": 56
                    },
                    "end": {
                      "line": 397,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 12000,
                      "end": 12027,
                      "loc": {
                        "start": {
                          "line": 375,
                          "column": 4
                        },
                        "end": {
                          "line": 375,
                          "column": 31
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 12004,
                          "end": 12026,
                          "loc": {
                            "start": {
                              "line": 375,
                              "column": 8
                            },
                            "end": {
                              "line": 375,
                              "column": 30
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 12004,
                            "end": 12010,
                            "loc": {
                              "start": {
                                "line": 375,
                                "column": 8
                              },
                              "end": {
                                "line": 375,
                                "column": 14
                              },
                              "identifierName": "params"
                            },
                            "name": "params"
                          },
                          "init": {
                            "type": "ObjectExpression",
                            "start": 12013,
                            "end": 12026,
                            "loc": {
                              "start": {
                                "line": 375,
                                "column": 17
                              },
                              "end": {
                                "line": 375,
                                "column": 30
                              }
                            },
                            "properties": [
                              {
                                "type": "ObjectProperty",
                                "start": 12015,
                                "end": 12024,
                                "loc": {
                                  "start": {
                                    "line": 375,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 375,
                                    "column": 28
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 12015,
                                  "end": 12021,
                                  "loc": {
                                    "start": {
                                      "line": 375,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 375,
                                      "column": 25
                                    },
                                    "identifierName": "workup"
                                  },
                                  "name": "workup"
                                },
                                "value": {
                                  "type": "NumericLiteral",
                                  "start": 12023,
                                  "end": 12024,
                                  "loc": {
                                    "start": {
                                      "line": 375,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 375,
                                      "column": 28
                                    }
                                  },
                                  "extra": {
                                    "rawValue": 1,
                                    "raw": "1"
                                  },
                                  "value": 1
                                }
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "var"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 12033,
                      "end": 12166,
                      "loc": {
                        "start": {
                          "line": 377,
                          "column": 4
                        },
                        "end": {
                          "line": 379,
                          "column": 7
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 12037,
                          "end": 12165,
                          "loc": {
                            "start": {
                              "line": 377,
                              "column": 8
                            },
                            "end": {
                              "line": 379,
                              "column": 6
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 12037,
                            "end": 12052,
                            "loc": {
                              "start": {
                                "line": 377,
                                "column": 8
                              },
                              "end": {
                                "line": 377,
                                "column": 23
                              },
                              "identifierName": "scalarContracts"
                            },
                            "name": "scalarContracts"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 12055,
                            "end": 12165,
                            "loc": {
                              "start": {
                                "line": 377,
                                "column": 26
                              },
                              "end": {
                                "line": 379,
                                "column": 6
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 12055,
                              "end": 12063,
                              "loc": {
                                "start": {
                                  "line": 377,
                                  "column": 26
                                },
                                "end": {
                                  "line": 377,
                                  "column": 34
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 12055,
                                "end": 12056,
                                "loc": {
                                  "start": {
                                    "line": 377,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 377,
                                    "column": 27
                                  },
                                  "identifierName": "_"
                                },
                                "name": "_"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 12057,
                                "end": 12063,
                                "loc": {
                                  "start": {
                                    "line": 377,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 377,
                                    "column": 34
                                  },
                                  "identifierName": "pickBy"
                                },
                                "name": "pickBy"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "MemberExpression",
                                "start": 12064,
                                "end": 12099,
                                "loc": {
                                  "start": {
                                    "line": 377,
                                    "column": 35
                                  },
                                  "end": {
                                    "line": 377,
                                    "column": 70
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 12064,
                                  "end": 12086,
                                  "loc": {
                                    "start": {
                                      "line": 377,
                                      "column": 35
                                    },
                                    "end": {
                                      "line": 377,
                                      "column": 57
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 12064,
                                    "end": 12079,
                                    "loc": {
                                      "start": {
                                        "line": 377,
                                        "column": 35
                                      },
                                      "end": {
                                        "line": 377,
                                        "column": 50
                                      },
                                      "identifierName": "sourceBidEntity"
                                    },
                                    "name": "sourceBidEntity"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 12080,
                                    "end": 12086,
                                    "loc": {
                                      "start": {
                                        "line": 377,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 377,
                                        "column": 57
                                      },
                                      "identifierName": "config"
                                    },
                                    "name": "config"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 12087,
                                  "end": 12099,
                                  "loc": {
                                    "start": {
                                      "line": 377,
                                      "column": 58
                                    },
                                    "end": {
                                      "line": 377,
                                      "column": 70
                                    },
                                    "identifierName": "dependencies"
                                  },
                                  "name": "dependencies"
                                },
                                "computed": false
                              },
                              {
                                "type": "ArrowFunctionExpression",
                                "start": 12101,
                                "end": 12164,
                                "loc": {
                                  "start": {
                                    "line": 377,
                                    "column": 72
                                  },
                                  "end": {
                                    "line": 379,
                                    "column": 5
                                  }
                                },
                                "id": null,
                                "generator": false,
                                "expression": false,
                                "async": false,
                                "params": [
                                  {
                                    "type": "Identifier",
                                    "start": 12102,
                                    "end": 12104,
                                    "loc": {
                                      "start": {
                                        "line": 377,
                                        "column": 73
                                      },
                                      "end": {
                                        "line": 377,
                                        "column": 75
                                      },
                                      "identifierName": "el"
                                    },
                                    "name": "el"
                                  },
                                  {
                                    "type": "Identifier",
                                    "start": 12106,
                                    "end": 12109,
                                    "loc": {
                                      "start": {
                                        "line": 377,
                                        "column": 77
                                      },
                                      "end": {
                                        "line": 377,
                                        "column": 80
                                      },
                                      "identifierName": "key"
                                    },
                                    "name": "key"
                                  }
                                ],
                                "body": {
                                  "type": "BlockStatement",
                                  "start": 12114,
                                  "end": 12164,
                                  "loc": {
                                    "start": {
                                      "line": 377,
                                      "column": 85
                                    },
                                    "end": {
                                      "line": 379,
                                      "column": 5
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "ReturnStatement",
                                      "start": 12122,
                                      "end": 12158,
                                      "loc": {
                                        "start": {
                                          "line": 378,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 378,
                                          "column": 42
                                        }
                                      },
                                      "argument": {
                                        "type": "BinaryExpression",
                                        "start": 12129,
                                        "end": 12157,
                                        "loc": {
                                          "start": {
                                            "line": 378,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 378,
                                            "column": 41
                                          }
                                        },
                                        "left": {
                                          "type": "CallExpression",
                                          "start": 12129,
                                          "end": 12151,
                                          "loc": {
                                            "start": {
                                              "line": 378,
                                              "column": 13
                                            },
                                            "end": {
                                              "line": 378,
                                              "column": 35
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 12129,
                                            "end": 12140,
                                            "loc": {
                                              "start": {
                                                "line": 378,
                                                "column": 13
                                              },
                                              "end": {
                                                "line": 378,
                                                "column": 24
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 12129,
                                              "end": 12132,
                                              "loc": {
                                                "start": {
                                                  "line": 378,
                                                  "column": 13
                                                },
                                                "end": {
                                                  "line": 378,
                                                  "column": 16
                                                },
                                                "identifierName": "key"
                                              },
                                              "name": "key"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 12133,
                                              "end": 12140,
                                              "loc": {
                                                "start": {
                                                  "line": 378,
                                                  "column": 17
                                                },
                                                "end": {
                                                  "line": 378,
                                                  "column": 24
                                                },
                                                "identifierName": "indexOf"
                                              },
                                              "name": "indexOf"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "StringLiteral",
                                              "start": 12141,
                                              "end": 12150,
                                              "loc": {
                                                "start": {
                                                  "line": 378,
                                                  "column": 25
                                                },
                                                "end": {
                                                  "line": 378,
                                                  "column": 34
                                                }
                                              },
                                              "extra": {
                                                "rawValue": "scalar_",
                                                "raw": "\"scalar_\""
                                              },
                                              "value": "scalar_"
                                            }
                                          ]
                                        },
                                        "operator": "===",
                                        "right": {
                                          "type": "NumericLiteral",
                                          "start": 12156,
                                          "end": 12157,
                                          "loc": {
                                            "start": {
                                              "line": 378,
                                              "column": 40
                                            },
                                            "end": {
                                              "line": 378,
                                              "column": 41
                                            }
                                          },
                                          "extra": {
                                            "rawValue": 0,
                                            "raw": "0"
                                          },
                                          "value": 0
                                        }
                                      }
                                    }
                                  ],
                                  "directives": []
                                }
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "var"
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 12172,
                      "end": 12267,
                      "loc": {
                        "start": {
                          "line": 381,
                          "column": 4
                        },
                        "end": {
                          "line": 383,
                          "column": 7
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 12172,
                        "end": 12266,
                        "loc": {
                          "start": {
                            "line": 381,
                            "column": 4
                          },
                          "end": {
                            "line": 383,
                            "column": 6
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 12172,
                          "end": 12178,
                          "loc": {
                            "start": {
                              "line": 381,
                              "column": 4
                            },
                            "end": {
                              "line": 381,
                              "column": 10
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 12172,
                            "end": 12173,
                            "loc": {
                              "start": {
                                "line": 381,
                                "column": 4
                              },
                              "end": {
                                "line": 381,
                                "column": 5
                              },
                              "identifierName": "_"
                            },
                            "name": "_"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 12174,
                            "end": 12178,
                            "loc": {
                              "start": {
                                "line": 381,
                                "column": 6
                              },
                              "end": {
                                "line": 381,
                                "column": 10
                              },
                              "identifierName": "each"
                            },
                            "name": "each"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 12179,
                            "end": 12194,
                            "loc": {
                              "start": {
                                "line": 381,
                                "column": 11
                              },
                              "end": {
                                "line": 381,
                                "column": 26
                              },
                              "identifierName": "scalarContracts"
                            },
                            "name": "scalarContracts"
                          },
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 12196,
                            "end": 12265,
                            "loc": {
                              "start": {
                                "line": 381,
                                "column": 28
                              },
                              "end": {
                                "line": 383,
                                "column": 5
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 12197,
                                "end": 12215,
                                "loc": {
                                  "start": {
                                    "line": 381,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 381,
                                    "column": 47
                                  },
                                  "identifierName": "dependencyContract"
                                },
                                "name": "dependencyContract"
                              },
                              {
                                "type": "Identifier",
                                "start": 12217,
                                "end": 12220,
                                "loc": {
                                  "start": {
                                    "line": 381,
                                    "column": 49
                                  },
                                  "end": {
                                    "line": 381,
                                    "column": 52
                                  },
                                  "identifierName": "key"
                                },
                                "name": "key"
                              }
                            ],
                            "body": {
                              "type": "BlockStatement",
                              "start": 12225,
                              "end": 12265,
                              "loc": {
                                "start": {
                                  "line": 381,
                                  "column": 57
                                },
                                "end": {
                                  "line": 383,
                                  "column": 5
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 12233,
                                  "end": 12259,
                                  "loc": {
                                    "start": {
                                      "line": 382,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 382,
                                      "column": 32
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 12233,
                                    "end": 12258,
                                    "loc": {
                                      "start": {
                                        "line": 382,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 382,
                                        "column": 31
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 12233,
                                      "end": 12254,
                                      "loc": {
                                        "start": {
                                          "line": 382,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 382,
                                          "column": 27
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 12233,
                                        "end": 12239,
                                        "loc": {
                                          "start": {
                                            "line": 382,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 382,
                                            "column": 12
                                          },
                                          "identifierName": "params"
                                        },
                                        "name": "params"
                                      },
                                      "property": {
                                        "type": "CallExpression",
                                        "start": 12240,
                                        "end": 12253,
                                        "loc": {
                                          "start": {
                                            "line": 382,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 382,
                                            "column": 26
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 12240,
                                          "end": 12250,
                                          "loc": {
                                            "start": {
                                              "line": 382,
                                              "column": 13
                                            },
                                            "end": {
                                              "line": 382,
                                              "column": 23
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 12240,
                                            "end": 12243,
                                            "loc": {
                                              "start": {
                                                "line": 382,
                                                "column": 13
                                              },
                                              "end": {
                                                "line": 382,
                                                "column": 16
                                              },
                                              "identifierName": "key"
                                            },
                                            "name": "key"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 12244,
                                            "end": 12250,
                                            "loc": {
                                              "start": {
                                                "line": 382,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 382,
                                                "column": 23
                                              },
                                              "identifierName": "charAt"
                                            },
                                            "name": "charAt"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "NumericLiteral",
                                            "start": 12251,
                                            "end": 12252,
                                            "loc": {
                                              "start": {
                                                "line": 382,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 382,
                                                "column": 25
                                              }
                                            },
                                            "extra": {
                                              "rawValue": 7,
                                              "raw": "7"
                                            },
                                            "value": 7
                                          }
                                        ]
                                      },
                                      "computed": true
                                    },
                                    "right": {
                                      "type": "NumericLiteral",
                                      "start": 12257,
                                      "end": 12258,
                                      "loc": {
                                        "start": {
                                          "line": 382,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 382,
                                          "column": 31
                                        }
                                      },
                                      "extra": {
                                        "rawValue": 1,
                                        "raw": "1"
                                      },
                                      "value": 1
                                    }
                                  }
                                }
                              ],
                              "directives": []
                            }
                          }
                        ]
                      },
                      "trailingComments": [
                        {
                          "type": "CommentLine",
                          "value": "Due to upgrading to multi reference scalars, the original scalar is simply x.",
                          "start": 12273,
                          "end": 12352,
                          "loc": {
                            "start": {
                              "line": 385,
                              "column": 4
                            },
                            "end": {
                              "line": 385,
                              "column": 83
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "IfStatement",
                      "start": 12357,
                      "end": 12539,
                      "loc": {
                        "start": {
                          "line": 386,
                          "column": 4
                        },
                        "end": {
                          "line": 389,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "CallExpression",
                        "start": 12361,
                        "end": 12440,
                        "loc": {
                          "start": {
                            "line": 386,
                            "column": 8
                          },
                          "end": {
                            "line": 386,
                            "column": 87
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 12361,
                          "end": 12396,
                          "loc": {
                            "start": {
                              "line": 386,
                              "column": 8
                            },
                            "end": {
                              "line": 386,
                              "column": 43
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 12361,
                            "end": 12379,
                            "loc": {
                              "start": {
                                "line": 386,
                                "column": 8
                              },
                              "end": {
                                "line": 386,
                                "column": 26
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 12361,
                              "end": 12370,
                              "loc": {
                                "start": {
                                  "line": 386,
                                  "column": 8
                                },
                                "end": {
                                  "line": 386,
                                  "column": 17
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 12361,
                                "end": 12365,
                                "loc": {
                                  "start": {
                                    "line": 386,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 386,
                                    "column": 12
                                  }
                                },
                                "leadingComments": null
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 12366,
                                "end": 12370,
                                "loc": {
                                  "start": {
                                    "line": 386,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 386,
                                    "column": 17
                                  },
                                  "identifierName": "_bid"
                                },
                                "name": "_bid"
                              },
                              "computed": false,
                              "leadingComments": null
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 12371,
                              "end": 12379,
                              "loc": {
                                "start": {
                                  "line": 386,
                                  "column": 18
                                },
                                "end": {
                                  "line": 386,
                                  "column": 26
                                },
                                "identifierName": "entities"
                              },
                              "name": "entities"
                            },
                            "computed": false,
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 12380,
                            "end": 12396,
                            "loc": {
                              "start": {
                                "line": 386,
                                "column": 27
                              },
                              "end": {
                                "line": 386,
                                "column": 43
                              },
                              "identifierName": "dependencyExists"
                            },
                            "name": "dependencyExists"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "arguments": [
                          {
                            "type": "MemberExpression",
                            "start": 12397,
                            "end": 12439,
                            "loc": {
                              "start": {
                                "line": 386,
                                "column": 44
                              },
                              "end": {
                                "line": 386,
                                "column": 86
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 12397,
                              "end": 12432,
                              "loc": {
                                "start": {
                                  "line": 386,
                                  "column": 44
                                },
                                "end": {
                                  "line": 386,
                                  "column": 79
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 12397,
                                "end": 12419,
                                "loc": {
                                  "start": {
                                    "line": 386,
                                    "column": 44
                                  },
                                  "end": {
                                    "line": 386,
                                    "column": 66
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 12397,
                                  "end": 12412,
                                  "loc": {
                                    "start": {
                                      "line": 386,
                                      "column": 44
                                    },
                                    "end": {
                                      "line": 386,
                                      "column": 59
                                    },
                                    "identifierName": "sourceBidEntity"
                                  },
                                  "name": "sourceBidEntity"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 12413,
                                  "end": 12419,
                                  "loc": {
                                    "start": {
                                      "line": 386,
                                      "column": 60
                                    },
                                    "end": {
                                      "line": 386,
                                      "column": 66
                                    },
                                    "identifierName": "config"
                                  },
                                  "name": "config"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 12420,
                                "end": 12432,
                                "loc": {
                                  "start": {
                                    "line": 386,
                                    "column": 67
                                  },
                                  "end": {
                                    "line": 386,
                                    "column": 79
                                  },
                                  "identifierName": "dependencies"
                                },
                                "name": "dependencies"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 12433,
                              "end": 12439,
                              "loc": {
                                "start": {
                                  "line": 386,
                                  "column": 80
                                },
                                "end": {
                                  "line": 386,
                                  "column": 86
                                },
                                "identifierName": "scalar"
                              },
                              "name": "scalar"
                            },
                            "computed": false
                          }
                        ],
                        "leadingComments": null
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 12442,
                        "end": 12539,
                        "loc": {
                          "start": {
                            "line": 386,
                            "column": 89
                          },
                          "end": {
                            "line": 389,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 12450,
                            "end": 12513,
                            "loc": {
                              "start": {
                                "line": 387,
                                "column": 6
                              },
                              "end": {
                                "line": 387,
                                "column": 69
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 12450,
                              "end": 12512,
                              "loc": {
                                "start": {
                                  "line": 387,
                                  "column": 6
                                },
                                "end": {
                                  "line": 387,
                                  "column": 68
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 12450,
                                "end": 12467,
                                "loc": {
                                  "start": {
                                    "line": 387,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 387,
                                    "column": 23
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 12450,
                                  "end": 12465,
                                  "loc": {
                                    "start": {
                                      "line": 387,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 387,
                                      "column": 21
                                    },
                                    "identifierName": "scalarContracts"
                                  },
                                  "name": "scalarContracts"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 12466,
                                  "end": 12467,
                                  "loc": {
                                    "start": {
                                      "line": 387,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 387,
                                      "column": 23
                                    },
                                    "identifierName": "x"
                                  },
                                  "name": "x"
                                },
                                "computed": false
                              },
                              "right": {
                                "type": "MemberExpression",
                                "start": 12470,
                                "end": 12512,
                                "loc": {
                                  "start": {
                                    "line": 387,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 387,
                                    "column": 68
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 12470,
                                  "end": 12505,
                                  "loc": {
                                    "start": {
                                      "line": 387,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 387,
                                      "column": 61
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 12470,
                                    "end": 12492,
                                    "loc": {
                                      "start": {
                                        "line": 387,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 387,
                                        "column": 48
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 12470,
                                      "end": 12485,
                                      "loc": {
                                        "start": {
                                          "line": 387,
                                          "column": 26
                                        },
                                        "end": {
                                          "line": 387,
                                          "column": 41
                                        },
                                        "identifierName": "sourceBidEntity"
                                      },
                                      "name": "sourceBidEntity"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 12486,
                                      "end": 12492,
                                      "loc": {
                                        "start": {
                                          "line": 387,
                                          "column": 42
                                        },
                                        "end": {
                                          "line": 387,
                                          "column": 48
                                        },
                                        "identifierName": "config"
                                      },
                                      "name": "config"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 12493,
                                    "end": 12505,
                                    "loc": {
                                      "start": {
                                        "line": 387,
                                        "column": 49
                                      },
                                      "end": {
                                        "line": 387,
                                        "column": 61
                                      },
                                      "identifierName": "dependencies"
                                    },
                                    "name": "dependencies"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 12506,
                                  "end": 12512,
                                  "loc": {
                                    "start": {
                                      "line": 387,
                                      "column": 62
                                    },
                                    "end": {
                                      "line": 387,
                                      "column": 68
                                    },
                                    "identifierName": "scalar"
                                  },
                                  "name": "scalar"
                                },
                                "computed": false
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 12520,
                            "end": 12533,
                            "loc": {
                              "start": {
                                "line": 388,
                                "column": 6
                              },
                              "end": {
                                "line": 388,
                                "column": 19
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 12520,
                              "end": 12532,
                              "loc": {
                                "start": {
                                  "line": 388,
                                  "column": 6
                                },
                                "end": {
                                  "line": 388,
                                  "column": 18
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 12520,
                                "end": 12528,
                                "loc": {
                                  "start": {
                                    "line": 388,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 388,
                                    "column": 14
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 12520,
                                  "end": 12526,
                                  "loc": {
                                    "start": {
                                      "line": 388,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 388,
                                      "column": 12
                                    },
                                    "identifierName": "params"
                                  },
                                  "name": "params"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 12527,
                                  "end": 12528,
                                  "loc": {
                                    "start": {
                                      "line": 388,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 388,
                                      "column": 14
                                    },
                                    "identifierName": "x"
                                  },
                                  "name": "x"
                                },
                                "computed": false
                              },
                              "right": {
                                "type": "NumericLiteral",
                                "start": 12531,
                                "end": 12532,
                                "loc": {
                                  "start": {
                                    "line": 388,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 388,
                                    "column": 18
                                  }
                                },
                                "extra": {
                                  "rawValue": 1,
                                  "raw": "1"
                                },
                                "value": 1
                              }
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null,
                      "leadingComments": [
                        {
                          "type": "CommentLine",
                          "value": "Due to upgrading to multi reference scalars, the original scalar is simply x.",
                          "start": 12273,
                          "end": 12352,
                          "loc": {
                            "start": {
                              "line": 385,
                              "column": 4
                            },
                            "end": {
                              "line": 385,
                              "column": 83
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "IfStatement",
                      "start": 12545,
                      "end": 12814,
                      "loc": {
                        "start": {
                          "line": 391,
                          "column": 4
                        },
                        "end": {
                          "line": 396,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "UnaryExpression",
                        "start": 12549,
                        "end": 12613,
                        "loc": {
                          "start": {
                            "line": 391,
                            "column": 8
                          },
                          "end": {
                            "line": 391,
                            "column": 72
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "CallExpression",
                          "start": 12550,
                          "end": 12613,
                          "loc": {
                            "start": {
                              "line": 391,
                              "column": 9
                            },
                            "end": {
                              "line": 391,
                              "column": 72
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 12550,
                            "end": 12573,
                            "loc": {
                              "start": {
                                "line": 391,
                                "column": 9
                              },
                              "end": {
                                "line": 391,
                                "column": 32
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 12550,
                              "end": 12557,
                              "loc": {
                                "start": {
                                  "line": 391,
                                  "column": 9
                                },
                                "end": {
                                  "line": 391,
                                  "column": 16
                                },
                                "identifierName": "Helpers"
                              },
                              "name": "Helpers"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 12558,
                              "end": 12573,
                              "loc": {
                                "start": {
                                  "line": 391,
                                  "column": 17
                                },
                                "end": {
                                  "line": 391,
                                  "column": 32
                                },
                                "identifierName": "validateFormula"
                              },
                              "name": "validateFormula"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "MemberExpression",
                              "start": 12574,
                              "end": 12604,
                              "loc": {
                                "start": {
                                  "line": 391,
                                  "column": 33
                                },
                                "end": {
                                  "line": 391,
                                  "column": 63
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 12574,
                                "end": 12596,
                                "loc": {
                                  "start": {
                                    "line": 391,
                                    "column": 33
                                  },
                                  "end": {
                                    "line": 391,
                                    "column": 55
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 12574,
                                  "end": 12589,
                                  "loc": {
                                    "start": {
                                      "line": 391,
                                      "column": 33
                                    },
                                    "end": {
                                      "line": 391,
                                      "column": 48
                                    },
                                    "identifierName": "sourceBidEntity"
                                  },
                                  "name": "sourceBidEntity"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 12590,
                                  "end": 12596,
                                  "loc": {
                                    "start": {
                                      "line": 391,
                                      "column": 49
                                    },
                                    "end": {
                                      "line": 391,
                                      "column": 55
                                    },
                                    "identifierName": "config"
                                  },
                                  "name": "config"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 12597,
                                "end": 12604,
                                "loc": {
                                  "start": {
                                    "line": 391,
                                    "column": 56
                                  },
                                  "end": {
                                    "line": 391,
                                    "column": 63
                                  },
                                  "identifierName": "formula"
                                },
                                "name": "formula"
                              },
                              "computed": false
                            },
                            {
                              "type": "Identifier",
                              "start": 12606,
                              "end": 12612,
                              "loc": {
                                "start": {
                                  "line": 391,
                                  "column": 65
                                },
                                "end": {
                                  "line": 391,
                                  "column": 71
                                },
                                "identifierName": "params"
                              },
                              "name": "params"
                            }
                          ]
                        },
                        "extra": {
                          "parenthesizedArgument": false
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 12615,
                        "end": 12814,
                        "loc": {
                          "start": {
                            "line": 391,
                            "column": 74
                          },
                          "end": {
                            "line": 396,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 12623,
                            "end": 12808,
                            "loc": {
                              "start": {
                                "line": 392,
                                "column": 6
                              },
                              "end": {
                                "line": 395,
                                "column": 9
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 12623,
                              "end": 12807,
                              "loc": {
                                "start": {
                                  "line": 392,
                                  "column": 6
                                },
                                "end": {
                                  "line": 395,
                                  "column": 8
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 12623,
                                "end": 12637,
                                "loc": {
                                  "start": {
                                    "line": 392,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 392,
                                    "column": 20
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 12623,
                                  "end": 12627,
                                  "loc": {
                                    "start": {
                                      "line": 392,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 392,
                                      "column": 10
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 12628,
                                  "end": 12637,
                                  "loc": {
                                    "start": {
                                      "line": 392,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 392,
                                      "column": 20
                                    },
                                    "identifierName": "_logIssue"
                                  },
                                  "name": "_logIssue"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "StringLiteral",
                                  "start": 12638,
                                  "end": 12676,
                                  "loc": {
                                    "start": {
                                      "line": 392,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 392,
                                      "column": 59
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "invalid_line_item_formula_dependency",
                                    "raw": "\"invalid_line_item_formula_dependency\""
                                  },
                                  "value": "invalid_line_item_formula_dependency"
                                },
                                {
                                  "type": "Identifier",
                                  "start": 12678,
                                  "end": 12693,
                                  "loc": {
                                    "start": {
                                      "line": 392,
                                      "column": 61
                                    },
                                    "end": {
                                      "line": 392,
                                      "column": 76
                                    },
                                    "identifierName": "sourceBidEntity"
                                  },
                                  "name": "sourceBidEntity"
                                },
                                {
                                  "type": "NullLiteral",
                                  "start": 12695,
                                  "end": 12699,
                                  "loc": {
                                    "start": {
                                      "line": 392,
                                      "column": 78
                                    },
                                    "end": {
                                      "line": 392,
                                      "column": 82
                                    }
                                  }
                                },
                                {
                                  "type": "ObjectExpression",
                                  "start": 12701,
                                  "end": 12806,
                                  "loc": {
                                    "start": {
                                      "line": 392,
                                      "column": 84
                                    },
                                    "end": {
                                      "line": 395,
                                      "column": 7
                                    }
                                  },
                                  "properties": [
                                    {
                                      "type": "ObjectProperty",
                                      "start": 12711,
                                      "end": 12750,
                                      "loc": {
                                        "start": {
                                          "line": 393,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 393,
                                          "column": 47
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "key": {
                                        "type": "Identifier",
                                        "start": 12711,
                                        "end": 12718,
                                        "loc": {
                                          "start": {
                                            "line": 393,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 393,
                                            "column": 15
                                          },
                                          "identifierName": "formula"
                                        },
                                        "name": "formula"
                                      },
                                      "value": {
                                        "type": "MemberExpression",
                                        "start": 12720,
                                        "end": 12750,
                                        "loc": {
                                          "start": {
                                            "line": 393,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 393,
                                            "column": 47
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 12720,
                                          "end": 12742,
                                          "loc": {
                                            "start": {
                                              "line": 393,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 393,
                                              "column": 39
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 12720,
                                            "end": 12735,
                                            "loc": {
                                              "start": {
                                                "line": 393,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 393,
                                                "column": 32
                                              },
                                              "identifierName": "sourceBidEntity"
                                            },
                                            "name": "sourceBidEntity"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 12736,
                                            "end": 12742,
                                            "loc": {
                                              "start": {
                                                "line": 393,
                                                "column": 33
                                              },
                                              "end": {
                                                "line": 393,
                                                "column": 39
                                              },
                                              "identifierName": "config"
                                            },
                                            "name": "config"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 12743,
                                          "end": 12750,
                                          "loc": {
                                            "start": {
                                              "line": 393,
                                              "column": 40
                                            },
                                            "end": {
                                              "line": 393,
                                              "column": 47
                                            },
                                            "identifierName": "formula"
                                          },
                                          "name": "formula"
                                        },
                                        "computed": false
                                      }
                                    },
                                    {
                                      "type": "ObjectProperty",
                                      "start": 12760,
                                      "end": 12797,
                                      "loc": {
                                        "start": {
                                          "line": 394,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 394,
                                          "column": 45
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "key": {
                                        "type": "Identifier",
                                        "start": 12760,
                                        "end": 12780,
                                        "loc": {
                                          "start": {
                                            "line": 394,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 394,
                                            "column": 28
                                          },
                                          "identifierName": "formula_dependencies"
                                        },
                                        "name": "formula_dependencies"
                                      },
                                      "value": {
                                        "type": "Identifier",
                                        "start": 12782,
                                        "end": 12797,
                                        "loc": {
                                          "start": {
                                            "line": 394,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 394,
                                            "column": 45
                                          },
                                          "identifierName": "scalarContracts"
                                        },
                                        "name": "scalarContracts"
                                      }
                                    }
                                  ]
                                }
                              ]
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 12822,
                "end": 13961,
                "loc": {
                  "start": {
                    "line": 399,
                    "column": 2
                  },
                  "end": {
                    "line": 421,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 12822,
                  "end": 12841,
                  "loc": {
                    "start": {
                      "line": 399,
                      "column": 2
                    },
                    "end": {
                      "line": 399,
                      "column": 21
                    },
                    "identifierName": "_testLineItemWorkup"
                  },
                  "name": "_testLineItemWorkup"
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 12842,
                    "end": 12857,
                    "loc": {
                      "start": {
                        "line": 399,
                        "column": 22
                      },
                      "end": {
                        "line": 399,
                        "column": 37
                      },
                      "identifierName": "sourceBidEntity"
                    },
                    "name": "sourceBidEntity"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 12859,
                  "end": 13961,
                  "loc": {
                    "start": {
                      "line": 399,
                      "column": 39
                    },
                    "end": {
                      "line": 421,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 12865,
                      "end": 13024,
                      "loc": {
                        "start": {
                          "line": 400,
                          "column": 4
                        },
                        "end": {
                          "line": 403,
                          "column": 49
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 12871,
                          "end": 13023,
                          "loc": {
                            "start": {
                              "line": 400,
                              "column": 10
                            },
                            "end": {
                              "line": 403,
                              "column": 48
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 12871,
                            "end": 12889,
                            "loc": {
                              "start": {
                                "line": 400,
                                "column": 10
                              },
                              "end": {
                                "line": 400,
                                "column": 28
                              },
                              "identifierName": "hasFieldDependency"
                            },
                            "name": "hasFieldDependency"
                          },
                          "init": {
                            "type": "LogicalExpression",
                            "start": 12898,
                            "end": 13023,
                            "loc": {
                              "start": {
                                "line": 401,
                                "column": 6
                              },
                              "end": {
                                "line": 403,
                                "column": 48
                              }
                            },
                            "left": {
                              "type": "LogicalExpression",
                              "start": 12898,
                              "end": 12971,
                              "loc": {
                                "start": {
                                  "line": 401,
                                  "column": 6
                                },
                                "end": {
                                  "line": 402,
                                  "column": 39
                                }
                              },
                              "left": {
                                "type": "MemberExpression",
                                "start": 12898,
                                "end": 12928,
                                "loc": {
                                  "start": {
                                    "line": 401,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 401,
                                    "column": 36
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 12898,
                                  "end": 12920,
                                  "loc": {
                                    "start": {
                                      "line": 401,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 401,
                                      "column": 28
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 12898,
                                    "end": 12913,
                                    "loc": {
                                      "start": {
                                        "line": 401,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 401,
                                        "column": 21
                                      },
                                      "identifierName": "sourceBidEntity"
                                    },
                                    "name": "sourceBidEntity"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 12914,
                                    "end": 12920,
                                    "loc": {
                                      "start": {
                                        "line": 401,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 401,
                                        "column": 28
                                      },
                                      "identifierName": "config"
                                    },
                                    "name": "config"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 12921,
                                  "end": 12928,
                                  "loc": {
                                    "start": {
                                      "line": 401,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 401,
                                      "column": 36
                                    },
                                    "identifierName": "workups"
                                  },
                                  "name": "workups"
                                },
                                "computed": false
                              },
                              "operator": "&&",
                              "right": {
                                "type": "MemberExpression",
                                "start": 12938,
                                "end": 12971,
                                "loc": {
                                  "start": {
                                    "line": 402,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 402,
                                    "column": 39
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 12938,
                                  "end": 12968,
                                  "loc": {
                                    "start": {
                                      "line": 402,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 402,
                                      "column": 36
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 12938,
                                    "end": 12960,
                                    "loc": {
                                      "start": {
                                        "line": 402,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 402,
                                        "column": 28
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 12938,
                                      "end": 12953,
                                      "loc": {
                                        "start": {
                                          "line": 402,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 402,
                                          "column": 21
                                        },
                                        "identifierName": "sourceBidEntity"
                                      },
                                      "name": "sourceBidEntity"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 12954,
                                      "end": 12960,
                                      "loc": {
                                        "start": {
                                          "line": 402,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 402,
                                          "column": 28
                                        },
                                        "identifierName": "config"
                                      },
                                      "name": "config"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 12961,
                                    "end": 12968,
                                    "loc": {
                                      "start": {
                                        "line": 402,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 402,
                                        "column": 36
                                      },
                                      "identifierName": "workups"
                                    },
                                    "name": "workups"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "NumericLiteral",
                                  "start": 12969,
                                  "end": 12970,
                                  "loc": {
                                    "start": {
                                      "line": 402,
                                      "column": 37
                                    },
                                    "end": {
                                      "line": 402,
                                      "column": 38
                                    }
                                  },
                                  "extra": {
                                    "rawValue": 0,
                                    "raw": "0"
                                  },
                                  "value": 0
                                },
                                "computed": true
                              }
                            },
                            "operator": "&&",
                            "right": {
                              "type": "MemberExpression",
                              "start": 12981,
                              "end": 13023,
                              "loc": {
                                "start": {
                                  "line": 403,
                                  "column": 6
                                },
                                "end": {
                                  "line": 403,
                                  "column": 48
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 12981,
                                "end": 13014,
                                "loc": {
                                  "start": {
                                    "line": 403,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 403,
                                    "column": 39
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 12981,
                                  "end": 13011,
                                  "loc": {
                                    "start": {
                                      "line": 403,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 403,
                                      "column": 36
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 12981,
                                    "end": 13003,
                                    "loc": {
                                      "start": {
                                        "line": 403,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 403,
                                        "column": 28
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 12981,
                                      "end": 12996,
                                      "loc": {
                                        "start": {
                                          "line": 403,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 403,
                                          "column": 21
                                        },
                                        "identifierName": "sourceBidEntity"
                                      },
                                      "name": "sourceBidEntity"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 12997,
                                      "end": 13003,
                                      "loc": {
                                        "start": {
                                          "line": 403,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 403,
                                          "column": 28
                                        },
                                        "identifierName": "config"
                                      },
                                      "name": "config"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 13004,
                                    "end": 13011,
                                    "loc": {
                                      "start": {
                                        "line": 403,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 403,
                                        "column": 36
                                      },
                                      "identifierName": "workups"
                                    },
                                    "name": "workups"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "NumericLiteral",
                                  "start": 13012,
                                  "end": 13013,
                                  "loc": {
                                    "start": {
                                      "line": 403,
                                      "column": 37
                                    },
                                    "end": {
                                      "line": 403,
                                      "column": 38
                                    }
                                  },
                                  "extra": {
                                    "rawValue": 0,
                                    "raw": "0"
                                  },
                                  "value": 0
                                },
                                "computed": true
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 13015,
                                "end": 13023,
                                "loc": {
                                  "start": {
                                    "line": 403,
                                    "column": 40
                                  },
                                  "end": {
                                    "line": 403,
                                    "column": 48
                                  },
                                  "identifierName": "field_id"
                                },
                                "name": "field_id"
                              },
                              "computed": false
                            }
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "IfStatement",
                      "start": 13029,
                      "end": 13957,
                      "loc": {
                        "start": {
                          "line": 404,
                          "column": 4
                        },
                        "end": {
                          "line": 420,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "Identifier",
                        "start": 13033,
                        "end": 13051,
                        "loc": {
                          "start": {
                            "line": 404,
                            "column": 8
                          },
                          "end": {
                            "line": 404,
                            "column": 26
                          },
                          "identifierName": "hasFieldDependency"
                        },
                        "name": "hasFieldDependency"
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 13053,
                        "end": 13957,
                        "loc": {
                          "start": {
                            "line": 404,
                            "column": 28
                          },
                          "end": {
                            "line": 420,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "VariableDeclaration",
                            "start": 13061,
                            "end": 13155,
                            "loc": {
                              "start": {
                                "line": 405,
                                "column": 6
                              },
                              "end": {
                                "line": 405,
                                "column": 100
                              }
                            },
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "start": 13067,
                                "end": 13154,
                                "loc": {
                                  "start": {
                                    "line": 405,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 405,
                                    "column": 99
                                  }
                                },
                                "id": {
                                  "type": "Identifier",
                                  "start": 13067,
                                  "end": 13075,
                                  "loc": {
                                    "start": {
                                      "line": 405,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 405,
                                      "column": 20
                                    },
                                    "identifierName": "contract"
                                  },
                                  "name": "contract"
                                },
                                "init": {
                                  "type": "ObjectExpression",
                                  "start": 13078,
                                  "end": 13154,
                                  "loc": {
                                    "start": {
                                      "line": 405,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 405,
                                      "column": 99
                                    }
                                  },
                                  "properties": [
                                    {
                                      "type": "ObjectProperty",
                                      "start": 13080,
                                      "end": 13093,
                                      "loc": {
                                        "start": {
                                          "line": 405,
                                          "column": 25
                                        },
                                        "end": {
                                          "line": 405,
                                          "column": 38
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "key": {
                                        "type": "Identifier",
                                        "start": 13080,
                                        "end": 13084,
                                        "loc": {
                                          "start": {
                                            "line": 405,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 405,
                                            "column": 29
                                          },
                                          "identifierName": "type"
                                        },
                                        "name": "type"
                                      },
                                      "value": {
                                        "type": "StringLiteral",
                                        "start": 13086,
                                        "end": 13093,
                                        "loc": {
                                          "start": {
                                            "line": 405,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 405,
                                            "column": 38
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "field",
                                          "raw": "\"field\""
                                        },
                                        "value": "field"
                                      }
                                    },
                                    {
                                      "type": "ObjectProperty",
                                      "start": 13095,
                                      "end": 13152,
                                      "loc": {
                                        "start": {
                                          "line": 405,
                                          "column": 40
                                        },
                                        "end": {
                                          "line": 405,
                                          "column": 97
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "key": {
                                        "type": "Identifier",
                                        "start": 13095,
                                        "end": 13108,
                                        "loc": {
                                          "start": {
                                            "line": 405,
                                            "column": 40
                                          },
                                          "end": {
                                            "line": 405,
                                            "column": 53
                                          },
                                          "identifierName": "bid_entity_id"
                                        },
                                        "name": "bid_entity_id"
                                      },
                                      "value": {
                                        "type": "MemberExpression",
                                        "start": 13110,
                                        "end": 13152,
                                        "loc": {
                                          "start": {
                                            "line": 405,
                                            "column": 55
                                          },
                                          "end": {
                                            "line": 405,
                                            "column": 97
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 13110,
                                          "end": 13143,
                                          "loc": {
                                            "start": {
                                              "line": 405,
                                              "column": 55
                                            },
                                            "end": {
                                              "line": 405,
                                              "column": 88
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 13110,
                                            "end": 13140,
                                            "loc": {
                                              "start": {
                                                "line": 405,
                                                "column": 55
                                              },
                                              "end": {
                                                "line": 405,
                                                "column": 85
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 13110,
                                              "end": 13132,
                                              "loc": {
                                                "start": {
                                                  "line": 405,
                                                  "column": 55
                                                },
                                                "end": {
                                                  "line": 405,
                                                  "column": 77
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 13110,
                                                "end": 13125,
                                                "loc": {
                                                  "start": {
                                                    "line": 405,
                                                    "column": 55
                                                  },
                                                  "end": {
                                                    "line": 405,
                                                    "column": 70
                                                  },
                                                  "identifierName": "sourceBidEntity"
                                                },
                                                "name": "sourceBidEntity"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 13126,
                                                "end": 13132,
                                                "loc": {
                                                  "start": {
                                                    "line": 405,
                                                    "column": 71
                                                  },
                                                  "end": {
                                                    "line": 405,
                                                    "column": 77
                                                  },
                                                  "identifierName": "config"
                                                },
                                                "name": "config"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 13133,
                                              "end": 13140,
                                              "loc": {
                                                "start": {
                                                  "line": 405,
                                                  "column": 78
                                                },
                                                "end": {
                                                  "line": 405,
                                                  "column": 85
                                                },
                                                "identifierName": "workups"
                                              },
                                              "name": "workups"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "NumericLiteral",
                                            "start": 13141,
                                            "end": 13142,
                                            "loc": {
                                              "start": {
                                                "line": 405,
                                                "column": 86
                                              },
                                              "end": {
                                                "line": 405,
                                                "column": 87
                                              }
                                            },
                                            "extra": {
                                              "rawValue": 0,
                                              "raw": "0"
                                            },
                                            "value": 0
                                          },
                                          "computed": true
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 13144,
                                          "end": 13152,
                                          "loc": {
                                            "start": {
                                              "line": 405,
                                              "column": 89
                                            },
                                            "end": {
                                              "line": 405,
                                              "column": 97
                                            },
                                            "identifierName": "field_id"
                                          },
                                          "name": "field_id"
                                        },
                                        "computed": false
                                      }
                                    }
                                  ]
                                }
                              }
                            ],
                            "kind": "const"
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 13162,
                            "end": 13229,
                            "loc": {
                              "start": {
                                "line": 406,
                                "column": 6
                              },
                              "end": {
                                "line": 406,
                                "column": 73
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 13162,
                              "end": 13228,
                              "loc": {
                                "start": {
                                  "line": 406,
                                  "column": 6
                                },
                                "end": {
                                  "line": 406,
                                  "column": 72
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 13162,
                                "end": 13191,
                                "loc": {
                                  "start": {
                                    "line": 406,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 406,
                                    "column": 35
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 13162,
                                  "end": 13166,
                                  "loc": {
                                    "start": {
                                      "line": 406,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 406,
                                      "column": 10
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 13167,
                                  "end": 13191,
                                  "loc": {
                                    "start": {
                                      "line": 406,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 406,
                                      "column": 35
                                    },
                                    "identifierName": "_testDependencyExistence"
                                  },
                                  "name": "_testDependencyExistence"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 13192,
                                  "end": 13207,
                                  "loc": {
                                    "start": {
                                      "line": 406,
                                      "column": 36
                                    },
                                    "end": {
                                      "line": 406,
                                      "column": 51
                                    },
                                    "identifierName": "sourceBidEntity"
                                  },
                                  "name": "sourceBidEntity"
                                },
                                {
                                  "type": "Identifier",
                                  "start": 13209,
                                  "end": 13217,
                                  "loc": {
                                    "start": {
                                      "line": 406,
                                      "column": 53
                                    },
                                    "end": {
                                      "line": 406,
                                      "column": 61
                                    },
                                    "identifierName": "contract"
                                  },
                                  "name": "contract"
                                },
                                {
                                  "type": "StringLiteral",
                                  "start": 13219,
                                  "end": 13227,
                                  "loc": {
                                    "start": {
                                      "line": 406,
                                      "column": 63
                                    },
                                    "end": {
                                      "line": 406,
                                      "column": 71
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "WORKUP",
                                    "raw": "\"WORKUP\""
                                  },
                                  "value": "WORKUP"
                                }
                              ]
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 13236,
                            "end": 13331,
                            "loc": {
                              "start": {
                                "line": 407,
                                "column": 6
                              },
                              "end": {
                                "line": 407,
                                "column": 101
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 13236,
                              "end": 13330,
                              "loc": {
                                "start": {
                                  "line": 407,
                                  "column": 6
                                },
                                "end": {
                                  "line": 407,
                                  "column": 100
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 13236,
                                "end": 13269,
                                "loc": {
                                  "start": {
                                    "line": 407,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 407,
                                    "column": 39
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 13236,
                                  "end": 13240,
                                  "loc": {
                                    "start": {
                                      "line": 407,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 407,
                                      "column": 10
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 13241,
                                  "end": 13269,
                                  "loc": {
                                    "start": {
                                      "line": 407,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 407,
                                      "column": 39
                                    },
                                    "identifierName": "_testLineItemWorkupFieldType"
                                  },
                                  "name": "_testLineItemWorkupFieldType"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 13270,
                                  "end": 13285,
                                  "loc": {
                                    "start": {
                                      "line": 407,
                                      "column": 40
                                    },
                                    "end": {
                                      "line": 407,
                                      "column": 55
                                    },
                                    "identifierName": "sourceBidEntity"
                                  },
                                  "name": "sourceBidEntity"
                                },
                                {
                                  "type": "MemberExpression",
                                  "start": 13287,
                                  "end": 13329,
                                  "loc": {
                                    "start": {
                                      "line": 407,
                                      "column": 57
                                    },
                                    "end": {
                                      "line": 407,
                                      "column": 99
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 13287,
                                    "end": 13320,
                                    "loc": {
                                      "start": {
                                        "line": 407,
                                        "column": 57
                                      },
                                      "end": {
                                        "line": 407,
                                        "column": 90
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 13287,
                                      "end": 13317,
                                      "loc": {
                                        "start": {
                                          "line": 407,
                                          "column": 57
                                        },
                                        "end": {
                                          "line": 407,
                                          "column": 87
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 13287,
                                        "end": 13309,
                                        "loc": {
                                          "start": {
                                            "line": 407,
                                            "column": 57
                                          },
                                          "end": {
                                            "line": 407,
                                            "column": 79
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 13287,
                                          "end": 13302,
                                          "loc": {
                                            "start": {
                                              "line": 407,
                                              "column": 57
                                            },
                                            "end": {
                                              "line": 407,
                                              "column": 72
                                            },
                                            "identifierName": "sourceBidEntity"
                                          },
                                          "name": "sourceBidEntity"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 13303,
                                          "end": 13309,
                                          "loc": {
                                            "start": {
                                              "line": 407,
                                              "column": 73
                                            },
                                            "end": {
                                              "line": 407,
                                              "column": 79
                                            },
                                            "identifierName": "config"
                                          },
                                          "name": "config"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 13310,
                                        "end": 13317,
                                        "loc": {
                                          "start": {
                                            "line": 407,
                                            "column": 80
                                          },
                                          "end": {
                                            "line": 407,
                                            "column": 87
                                          },
                                          "identifierName": "workups"
                                        },
                                        "name": "workups"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "NumericLiteral",
                                      "start": 13318,
                                      "end": 13319,
                                      "loc": {
                                        "start": {
                                          "line": 407,
                                          "column": 88
                                        },
                                        "end": {
                                          "line": 407,
                                          "column": 89
                                        }
                                      },
                                      "extra": {
                                        "rawValue": 0,
                                        "raw": "0"
                                      },
                                      "value": 0
                                    },
                                    "computed": true
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 13321,
                                    "end": 13329,
                                    "loc": {
                                      "start": {
                                        "line": 407,
                                        "column": 91
                                      },
                                      "end": {
                                        "line": 407,
                                        "column": 99
                                      },
                                      "identifierName": "field_id"
                                    },
                                    "name": "field_id"
                                  },
                                  "computed": false
                                }
                              ]
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 13338,
                            "end": 13413,
                            "loc": {
                              "start": {
                                "line": 408,
                                "column": 6
                              },
                              "end": {
                                "line": 408,
                                "column": 81
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 13338,
                              "end": 13412,
                              "loc": {
                                "start": {
                                  "line": 408,
                                  "column": 6
                                },
                                "end": {
                                  "line": 408,
                                  "column": 80
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 13338,
                                "end": 13375,
                                "loc": {
                                  "start": {
                                    "line": 408,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 408,
                                    "column": 43
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 13338,
                                  "end": 13342,
                                  "loc": {
                                    "start": {
                                      "line": 408,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 408,
                                      "column": 10
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 13343,
                                  "end": 13375,
                                  "loc": {
                                    "start": {
                                      "line": 408,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 408,
                                      "column": 43
                                    },
                                    "identifierName": "_testDependencyAssemblySafeGuard"
                                  },
                                  "name": "_testDependencyAssemblySafeGuard"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 13376,
                                  "end": 13391,
                                  "loc": {
                                    "start": {
                                      "line": 408,
                                      "column": 44
                                    },
                                    "end": {
                                      "line": 408,
                                      "column": 59
                                    },
                                    "identifierName": "sourceBidEntity"
                                  },
                                  "name": "sourceBidEntity"
                                },
                                {
                                  "type": "Identifier",
                                  "start": 13393,
                                  "end": 13401,
                                  "loc": {
                                    "start": {
                                      "line": 408,
                                      "column": 61
                                    },
                                    "end": {
                                      "line": 408,
                                      "column": 69
                                    },
                                    "identifierName": "contract"
                                  },
                                  "name": "contract"
                                },
                                {
                                  "type": "StringLiteral",
                                  "start": 13403,
                                  "end": 13411,
                                  "loc": {
                                    "start": {
                                      "line": 408,
                                      "column": 71
                                    },
                                    "end": {
                                      "line": 408,
                                      "column": 79
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "WORKUP",
                                    "raw": "\"WORKUP\""
                                  },
                                  "value": "WORKUP"
                                }
                              ]
                            },
                            "trailingComments": [
                              {
                                "type": "CommentLine",
                                "value": " test each workup item has valid reference datatable column",
                                "start": 13421,
                                "end": 13482,
                                "loc": {
                                  "start": {
                                    "line": 410,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 410,
                                    "column": 67
                                  }
                                }
                              }
                            ]
                          },
                          {
                            "type": "IfStatement",
                            "start": 13489,
                            "end": 13951,
                            "loc": {
                              "start": {
                                "line": 411,
                                "column": 6
                              },
                              "end": {
                                "line": 419,
                                "column": 7
                              }
                            },
                            "test": {
                              "type": "LogicalExpression",
                              "start": 13493,
                              "end": 13582,
                              "loc": {
                                "start": {
                                  "line": 411,
                                  "column": 10
                                },
                                "end": {
                                  "line": 411,
                                  "column": 99
                                }
                              },
                              "left": {
                                "type": "MemberExpression",
                                "start": 13493,
                                "end": 13532,
                                "loc": {
                                  "start": {
                                    "line": 411,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 411,
                                    "column": 49
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 13493,
                                  "end": 13526,
                                  "loc": {
                                    "start": {
                                      "line": 411,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 411,
                                      "column": 43
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 13493,
                                    "end": 13523,
                                    "loc": {
                                      "start": {
                                        "line": 411,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 411,
                                        "column": 40
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 13493,
                                      "end": 13515,
                                      "loc": {
                                        "start": {
                                          "line": 411,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 411,
                                          "column": 32
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 13493,
                                        "end": 13508,
                                        "loc": {
                                          "start": {
                                            "line": 411,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 411,
                                            "column": 25
                                          },
                                          "identifierName": "sourceBidEntity"
                                        },
                                        "name": "sourceBidEntity",
                                        "leadingComments": null
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 13509,
                                        "end": 13515,
                                        "loc": {
                                          "start": {
                                            "line": 411,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 411,
                                            "column": 32
                                          },
                                          "identifierName": "config"
                                        },
                                        "name": "config"
                                      },
                                      "computed": false,
                                      "leadingComments": null
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 13516,
                                      "end": 13523,
                                      "loc": {
                                        "start": {
                                          "line": 411,
                                          "column": 33
                                        },
                                        "end": {
                                          "line": 411,
                                          "column": 40
                                        },
                                        "identifierName": "workups"
                                      },
                                      "name": "workups"
                                    },
                                    "computed": false,
                                    "leadingComments": null
                                  },
                                  "property": {
                                    "type": "NumericLiteral",
                                    "start": 13524,
                                    "end": 13525,
                                    "loc": {
                                      "start": {
                                        "line": 411,
                                        "column": 41
                                      },
                                      "end": {
                                        "line": 411,
                                        "column": 42
                                      }
                                    },
                                    "extra": {
                                      "rawValue": 0,
                                      "raw": "0"
                                    },
                                    "value": 0
                                  },
                                  "computed": true,
                                  "leadingComments": null
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 13527,
                                  "end": 13532,
                                  "loc": {
                                    "start": {
                                      "line": 411,
                                      "column": 44
                                    },
                                    "end": {
                                      "line": 411,
                                      "column": 49
                                    },
                                    "identifierName": "items"
                                  },
                                  "name": "items"
                                },
                                "computed": false,
                                "leadingComments": null
                              },
                              "operator": "&&",
                              "right": {
                                "type": "MemberExpression",
                                "start": 13536,
                                "end": 13582,
                                "loc": {
                                  "start": {
                                    "line": 411,
                                    "column": 53
                                  },
                                  "end": {
                                    "line": 411,
                                    "column": 99
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 13536,
                                  "end": 13575,
                                  "loc": {
                                    "start": {
                                      "line": 411,
                                      "column": 53
                                    },
                                    "end": {
                                      "line": 411,
                                      "column": 92
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 13536,
                                    "end": 13569,
                                    "loc": {
                                      "start": {
                                        "line": 411,
                                        "column": 53
                                      },
                                      "end": {
                                        "line": 411,
                                        "column": 86
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 13536,
                                      "end": 13566,
                                      "loc": {
                                        "start": {
                                          "line": 411,
                                          "column": 53
                                        },
                                        "end": {
                                          "line": 411,
                                          "column": 83
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 13536,
                                        "end": 13558,
                                        "loc": {
                                          "start": {
                                            "line": 411,
                                            "column": 53
                                          },
                                          "end": {
                                            "line": 411,
                                            "column": 75
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 13536,
                                          "end": 13551,
                                          "loc": {
                                            "start": {
                                              "line": 411,
                                              "column": 53
                                            },
                                            "end": {
                                              "line": 411,
                                              "column": 68
                                            },
                                            "identifierName": "sourceBidEntity"
                                          },
                                          "name": "sourceBidEntity"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 13552,
                                          "end": 13558,
                                          "loc": {
                                            "start": {
                                              "line": 411,
                                              "column": 69
                                            },
                                            "end": {
                                              "line": 411,
                                              "column": 75
                                            },
                                            "identifierName": "config"
                                          },
                                          "name": "config"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 13559,
                                        "end": 13566,
                                        "loc": {
                                          "start": {
                                            "line": 411,
                                            "column": 76
                                          },
                                          "end": {
                                            "line": 411,
                                            "column": 83
                                          },
                                          "identifierName": "workups"
                                        },
                                        "name": "workups"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "NumericLiteral",
                                      "start": 13567,
                                      "end": 13568,
                                      "loc": {
                                        "start": {
                                          "line": 411,
                                          "column": 84
                                        },
                                        "end": {
                                          "line": 411,
                                          "column": 85
                                        }
                                      },
                                      "extra": {
                                        "rawValue": 0,
                                        "raw": "0"
                                      },
                                      "value": 0
                                    },
                                    "computed": true
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 13570,
                                    "end": 13575,
                                    "loc": {
                                      "start": {
                                        "line": 411,
                                        "column": 87
                                      },
                                      "end": {
                                        "line": 411,
                                        "column": 92
                                      },
                                      "identifierName": "items"
                                    },
                                    "name": "items"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 13576,
                                  "end": 13582,
                                  "loc": {
                                    "start": {
                                      "line": 411,
                                      "column": 93
                                    },
                                    "end": {
                                      "line": 411,
                                      "column": 99
                                    },
                                    "identifierName": "length"
                                  },
                                  "name": "length"
                                },
                                "computed": false
                              },
                              "leadingComments": null
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 13584,
                              "end": 13951,
                              "loc": {
                                "start": {
                                  "line": 411,
                                  "column": 101
                                },
                                "end": {
                                  "line": 419,
                                  "column": 7
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 13594,
                                  "end": 13943,
                                  "loc": {
                                    "start": {
                                      "line": 412,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 418,
                                      "column": 11
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 13594,
                                    "end": 13942,
                                    "loc": {
                                      "start": {
                                        "line": 412,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 418,
                                        "column": 10
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 13594,
                                      "end": 13641,
                                      "loc": {
                                        "start": {
                                          "line": 412,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 412,
                                          "column": 55
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 13594,
                                        "end": 13633,
                                        "loc": {
                                          "start": {
                                            "line": 412,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 412,
                                            "column": 47
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 13594,
                                          "end": 13627,
                                          "loc": {
                                            "start": {
                                              "line": 412,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 412,
                                              "column": 41
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 13594,
                                            "end": 13624,
                                            "loc": {
                                              "start": {
                                                "line": 412,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 412,
                                                "column": 38
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 13594,
                                              "end": 13616,
                                              "loc": {
                                                "start": {
                                                  "line": 412,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 412,
                                                  "column": 30
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 13594,
                                                "end": 13609,
                                                "loc": {
                                                  "start": {
                                                    "line": 412,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 412,
                                                    "column": 23
                                                  },
                                                  "identifierName": "sourceBidEntity"
                                                },
                                                "name": "sourceBidEntity"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 13610,
                                                "end": 13616,
                                                "loc": {
                                                  "start": {
                                                    "line": 412,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 412,
                                                    "column": 30
                                                  },
                                                  "identifierName": "config"
                                                },
                                                "name": "config"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 13617,
                                              "end": 13624,
                                              "loc": {
                                                "start": {
                                                  "line": 412,
                                                  "column": 31
                                                },
                                                "end": {
                                                  "line": 412,
                                                  "column": 38
                                                },
                                                "identifierName": "workups"
                                              },
                                              "name": "workups"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "NumericLiteral",
                                            "start": 13625,
                                            "end": 13626,
                                            "loc": {
                                              "start": {
                                                "line": 412,
                                                "column": 39
                                              },
                                              "end": {
                                                "line": 412,
                                                "column": 40
                                              }
                                            },
                                            "extra": {
                                              "rawValue": 0,
                                              "raw": "0"
                                            },
                                            "value": 0
                                          },
                                          "computed": true
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 13628,
                                          "end": 13633,
                                          "loc": {
                                            "start": {
                                              "line": 412,
                                              "column": 42
                                            },
                                            "end": {
                                              "line": 412,
                                              "column": 47
                                            },
                                            "identifierName": "items"
                                          },
                                          "name": "items"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 13634,
                                        "end": 13641,
                                        "loc": {
                                          "start": {
                                            "line": 412,
                                            "column": 48
                                          },
                                          "end": {
                                            "line": 412,
                                            "column": 55
                                          },
                                          "identifierName": "forEach"
                                        },
                                        "name": "forEach"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "ArrowFunctionExpression",
                                        "start": 13642,
                                        "end": 13941,
                                        "loc": {
                                          "start": {
                                            "line": 412,
                                            "column": 56
                                          },
                                          "end": {
                                            "line": 418,
                                            "column": 9
                                          }
                                        },
                                        "id": null,
                                        "generator": false,
                                        "expression": false,
                                        "async": false,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "start": 13643,
                                            "end": 13647,
                                            "loc": {
                                              "start": {
                                                "line": 412,
                                                "column": 57
                                              },
                                              "end": {
                                                "line": 412,
                                                "column": 61
                                              },
                                              "identifierName": "item"
                                            },
                                            "name": "item"
                                          },
                                          {
                                            "type": "Identifier",
                                            "start": 13649,
                                            "end": 13650,
                                            "loc": {
                                              "start": {
                                                "line": 412,
                                                "column": 63
                                              },
                                              "end": {
                                                "line": 412,
                                                "column": 64
                                              },
                                              "identifierName": "i"
                                            },
                                            "name": "i"
                                          }
                                        ],
                                        "body": {
                                          "type": "BlockStatement",
                                          "start": 13655,
                                          "end": 13941,
                                          "loc": {
                                            "start": {
                                              "line": 412,
                                              "column": 69
                                            },
                                            "end": {
                                              "line": 418,
                                              "column": 9
                                            }
                                          },
                                          "body": [
                                            {
                                              "type": "IfStatement",
                                              "start": 13667,
                                              "end": 13931,
                                              "loc": {
                                                "start": {
                                                  "line": 413,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 417,
                                                  "column": 11
                                                }
                                              },
                                              "test": {
                                                "type": "MemberExpression",
                                                "start": 13671,
                                                "end": 13692,
                                                "loc": {
                                                  "start": {
                                                    "line": 413,
                                                    "column": 14
                                                  },
                                                  "end": {
                                                    "line": 413,
                                                    "column": 35
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 13671,
                                                  "end": 13675,
                                                  "loc": {
                                                    "start": {
                                                      "line": 413,
                                                      "column": 14
                                                    },
                                                    "end": {
                                                      "line": 413,
                                                      "column": 18
                                                    },
                                                    "identifierName": "item"
                                                  },
                                                  "name": "item"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 13676,
                                                  "end": 13692,
                                                  "loc": {
                                                    "start": {
                                                      "line": 413,
                                                      "column": 19
                                                    },
                                                    "end": {
                                                      "line": 413,
                                                      "column": 35
                                                    },
                                                    "identifierName": "per_quantity_ref"
                                                  },
                                                  "name": "per_quantity_ref"
                                                },
                                                "computed": false
                                              },
                                              "consequent": {
                                                "type": "BlockStatement",
                                                "start": 13694,
                                                "end": 13931,
                                                "loc": {
                                                  "start": {
                                                    "line": 413,
                                                    "column": 37
                                                  },
                                                  "end": {
                                                    "line": 417,
                                                    "column": 11
                                                  }
                                                },
                                                "body": [
                                                  {
                                                    "type": "VariableDeclaration",
                                                    "start": 13708,
                                                    "end": 13775,
                                                    "loc": {
                                                      "start": {
                                                        "line": 414,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 414,
                                                        "column": 79
                                                      }
                                                    },
                                                    "declarations": [
                                                      {
                                                        "type": "VariableDeclarator",
                                                        "start": 13714,
                                                        "end": 13774,
                                                        "loc": {
                                                          "start": {
                                                            "line": 414,
                                                            "column": 18
                                                          },
                                                          "end": {
                                                            "line": 414,
                                                            "column": 78
                                                          }
                                                        },
                                                        "id": {
                                                          "type": "Identifier",
                                                          "start": 13714,
                                                          "end": 13726,
                                                          "loc": {
                                                            "start": {
                                                              "line": 414,
                                                              "column": 18
                                                            },
                                                            "end": {
                                                              "line": 414,
                                                              "column": 30
                                                            },
                                                            "identifierName": "itemContract"
                                                          },
                                                          "name": "itemContract"
                                                        },
                                                        "init": {
                                                          "type": "ObjectExpression",
                                                          "start": 13729,
                                                          "end": 13774,
                                                          "loc": {
                                                            "start": {
                                                              "line": 414,
                                                              "column": 33
                                                            },
                                                            "end": {
                                                              "line": 414,
                                                              "column": 78
                                                            }
                                                          },
                                                          "properties": [
                                                            {
                                                              "type": "SpreadProperty",
                                                              "start": 13731,
                                                              "end": 13742,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 414,
                                                                  "column": 35
                                                                },
                                                                "end": {
                                                                  "line": 414,
                                                                  "column": 46
                                                                }
                                                              },
                                                              "argument": {
                                                                "type": "Identifier",
                                                                "start": 13734,
                                                                "end": 13742,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 414,
                                                                    "column": 38
                                                                  },
                                                                  "end": {
                                                                    "line": 414,
                                                                    "column": 46
                                                                  },
                                                                  "identifierName": "contract"
                                                                },
                                                                "name": "contract"
                                                              }
                                                            },
                                                            {
                                                              "type": "ObjectProperty",
                                                              "start": 13744,
                                                              "end": 13772,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 414,
                                                                  "column": 48
                                                                },
                                                                "end": {
                                                                  "line": 414,
                                                                  "column": 76
                                                                }
                                                              },
                                                              "method": false,
                                                              "shorthand": false,
                                                              "computed": false,
                                                              "key": {
                                                                "type": "Identifier",
                                                                "start": 13744,
                                                                "end": 13749,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 414,
                                                                    "column": 48
                                                                  },
                                                                  "end": {
                                                                    "line": 414,
                                                                    "column": 53
                                                                  },
                                                                  "identifierName": "field"
                                                                },
                                                                "name": "field"
                                                              },
                                                              "value": {
                                                                "type": "MemberExpression",
                                                                "start": 13751,
                                                                "end": 13772,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 414,
                                                                    "column": 55
                                                                  },
                                                                  "end": {
                                                                    "line": 414,
                                                                    "column": 76
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 13751,
                                                                  "end": 13755,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 414,
                                                                      "column": 55
                                                                    },
                                                                    "end": {
                                                                      "line": 414,
                                                                      "column": 59
                                                                    },
                                                                    "identifierName": "item"
                                                                  },
                                                                  "name": "item"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 13756,
                                                                  "end": 13772,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 414,
                                                                      "column": 60
                                                                    },
                                                                    "end": {
                                                                      "line": 414,
                                                                      "column": 76
                                                                    },
                                                                    "identifierName": "per_quantity_ref"
                                                                  },
                                                                  "name": "per_quantity_ref"
                                                                },
                                                                "computed": false
                                                              }
                                                            }
                                                          ]
                                                        }
                                                      }
                                                    ],
                                                    "kind": "const"
                                                  },
                                                  {
                                                    "type": "VariableDeclaration",
                                                    "start": 13788,
                                                    "end": 13834,
                                                    "loc": {
                                                      "start": {
                                                        "line": 415,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 415,
                                                        "column": 58
                                                      }
                                                    },
                                                    "declarations": [
                                                      {
                                                        "type": "VariableDeclarator",
                                                        "start": 13794,
                                                        "end": 13833,
                                                        "loc": {
                                                          "start": {
                                                            "line": 415,
                                                            "column": 18
                                                          },
                                                          "end": {
                                                            "line": 415,
                                                            "column": 57
                                                          }
                                                        },
                                                        "id": {
                                                          "type": "Identifier",
                                                          "start": 13794,
                                                          "end": 13801,
                                                          "loc": {
                                                            "start": {
                                                              "line": 415,
                                                              "column": 18
                                                            },
                                                            "end": {
                                                              "line": 415,
                                                              "column": 25
                                                            },
                                                            "identifierName": "itemKey"
                                                          },
                                                          "name": "itemKey"
                                                        },
                                                        "init": {
                                                          "type": "TemplateLiteral",
                                                          "start": 13804,
                                                          "end": 13833,
                                                          "loc": {
                                                            "start": {
                                                              "line": 415,
                                                              "column": 28
                                                            },
                                                            "end": {
                                                              "line": 415,
                                                              "column": 57
                                                            }
                                                          },
                                                          "expressions": [
                                                            {
                                                              "type": "LogicalExpression",
                                                              "start": 13815,
                                                              "end": 13830,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 415,
                                                                  "column": 39
                                                                },
                                                                "end": {
                                                                  "line": 415,
                                                                  "column": 54
                                                                }
                                                              },
                                                              "left": {
                                                                "type": "MemberExpression",
                                                                "start": 13815,
                                                                "end": 13825,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 415,
                                                                    "column": 39
                                                                  },
                                                                  "end": {
                                                                    "line": 415,
                                                                    "column": 49
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 13815,
                                                                  "end": 13819,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 415,
                                                                      "column": 39
                                                                    },
                                                                    "end": {
                                                                      "line": 415,
                                                                      "column": 43
                                                                    },
                                                                    "identifierName": "item"
                                                                  },
                                                                  "name": "item"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 13820,
                                                                  "end": 13825,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 415,
                                                                      "column": 44
                                                                    },
                                                                    "end": {
                                                                      "line": 415,
                                                                      "column": 49
                                                                    },
                                                                    "identifierName": "title"
                                                                  },
                                                                  "name": "title"
                                                                },
                                                                "computed": false
                                                              },
                                                              "operator": "||",
                                                              "right": {
                                                                "type": "Identifier",
                                                                "start": 13829,
                                                                "end": 13830,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 415,
                                                                    "column": 53
                                                                  },
                                                                  "end": {
                                                                    "line": 415,
                                                                    "column": 54
                                                                  },
                                                                  "identifierName": "i"
                                                                },
                                                                "name": "i"
                                                              }
                                                            }
                                                          ],
                                                          "quasis": [
                                                            {
                                                              "type": "TemplateElement",
                                                              "start": 13805,
                                                              "end": 13813,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 415,
                                                                  "column": 29
                                                                },
                                                                "end": {
                                                                  "line": 415,
                                                                  "column": 37
                                                                }
                                                              },
                                                              "value": {
                                                                "raw": "WORKUP (",
                                                                "cooked": "WORKUP ("
                                                              },
                                                              "tail": false
                                                            },
                                                            {
                                                              "type": "TemplateElement",
                                                              "start": 13831,
                                                              "end": 13832,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 415,
                                                                  "column": 55
                                                                },
                                                                "end": {
                                                                  "line": 415,
                                                                  "column": 56
                                                                }
                                                              },
                                                              "value": {
                                                                "raw": ")",
                                                                "cooked": ")"
                                                              },
                                                              "tail": true
                                                            }
                                                          ]
                                                        }
                                                      }
                                                    ],
                                                    "kind": "const"
                                                  },
                                                  {
                                                    "type": "ExpressionStatement",
                                                    "start": 13847,
                                                    "end": 13919,
                                                    "loc": {
                                                      "start": {
                                                        "line": 416,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 416,
                                                        "column": 84
                                                      }
                                                    },
                                                    "expression": {
                                                      "type": "CallExpression",
                                                      "start": 13847,
                                                      "end": 13918,
                                                      "loc": {
                                                        "start": {
                                                          "line": 416,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 416,
                                                          "column": 83
                                                        }
                                                      },
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "start": 13847,
                                                        "end": 13878,
                                                        "loc": {
                                                          "start": {
                                                            "line": 416,
                                                            "column": 12
                                                          },
                                                          "end": {
                                                            "line": 416,
                                                            "column": 43
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "ThisExpression",
                                                          "start": 13847,
                                                          "end": 13851,
                                                          "loc": {
                                                            "start": {
                                                              "line": 416,
                                                              "column": 12
                                                            },
                                                            "end": {
                                                              "line": 416,
                                                              "column": 16
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 13852,
                                                          "end": 13878,
                                                          "loc": {
                                                            "start": {
                                                              "line": 416,
                                                              "column": 17
                                                            },
                                                            "end": {
                                                              "line": 416,
                                                              "column": 43
                                                            },
                                                            "identifierName": "_testLineItemDatatableLink"
                                                          },
                                                          "name": "_testLineItemDatatableLink"
                                                        },
                                                        "computed": false
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "Identifier",
                                                          "start": 13879,
                                                          "end": 13894,
                                                          "loc": {
                                                            "start": {
                                                              "line": 416,
                                                              "column": 44
                                                            },
                                                            "end": {
                                                              "line": 416,
                                                              "column": 59
                                                            },
                                                            "identifierName": "sourceBidEntity"
                                                          },
                                                          "name": "sourceBidEntity"
                                                        },
                                                        {
                                                          "type": "Identifier",
                                                          "start": 13896,
                                                          "end": 13908,
                                                          "loc": {
                                                            "start": {
                                                              "line": 416,
                                                              "column": 61
                                                            },
                                                            "end": {
                                                              "line": 416,
                                                              "column": 73
                                                            },
                                                            "identifierName": "itemContract"
                                                          },
                                                          "name": "itemContract"
                                                        },
                                                        {
                                                          "type": "Identifier",
                                                          "start": 13910,
                                                          "end": 13917,
                                                          "loc": {
                                                            "start": {
                                                              "line": 416,
                                                              "column": 75
                                                            },
                                                            "end": {
                                                              "line": 416,
                                                              "column": 82
                                                            },
                                                            "identifierName": "itemKey"
                                                          },
                                                          "name": "itemKey"
                                                        }
                                                      ]
                                                    }
                                                  }
                                                ],
                                                "directives": []
                                              },
                                              "alternate": null
                                            }
                                          ],
                                          "directives": []
                                        }
                                      }
                                    ]
                                  }
                                }
                              ],
                              "directives": []
                            },
                            "alternate": null,
                            "leadingComments": [
                              {
                                "type": "CommentLine",
                                "value": " test each workup item has valid reference datatable column",
                                "start": 13421,
                                "end": 13482,
                                "loc": {
                                  "start": {
                                    "line": 410,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 410,
                                    "column": 67
                                  }
                                }
                              }
                            ]
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 13965,
                "end": 14344,
                "loc": {
                  "start": {
                    "line": 423,
                    "column": 2
                  },
                  "end": {
                    "line": 435,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 13965,
                  "end": 13993,
                  "loc": {
                    "start": {
                      "line": 423,
                      "column": 2
                    },
                    "end": {
                      "line": 423,
                      "column": 30
                    },
                    "identifierName": "_testLineItemWorkupFieldType"
                  },
                  "name": "_testLineItemWorkupFieldType"
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 13994,
                    "end": 14009,
                    "loc": {
                      "start": {
                        "line": 423,
                        "column": 31
                      },
                      "end": {
                        "line": 423,
                        "column": 46
                      },
                      "identifierName": "sourceBidEntity"
                    },
                    "name": "sourceBidEntity"
                  },
                  {
                    "type": "Identifier",
                    "start": 14011,
                    "end": 14018,
                    "loc": {
                      "start": {
                        "line": 423,
                        "column": 48
                      },
                      "end": {
                        "line": 423,
                        "column": 55
                      },
                      "identifierName": "fieldId"
                    },
                    "name": "fieldId"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 14020,
                  "end": 14344,
                  "loc": {
                    "start": {
                      "line": 423,
                      "column": 57
                    },
                    "end": {
                      "line": 435,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 14026,
                      "end": 14075,
                      "loc": {
                        "start": {
                          "line": 424,
                          "column": 4
                        },
                        "end": {
                          "line": 424,
                          "column": 53
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 14032,
                          "end": 14074,
                          "loc": {
                            "start": {
                              "line": 424,
                              "column": 10
                            },
                            "end": {
                              "line": 424,
                              "column": 52
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 14032,
                            "end": 14037,
                            "loc": {
                              "start": {
                                "line": 424,
                                "column": 10
                              },
                              "end": {
                                "line": 424,
                                "column": 15
                              },
                              "identifierName": "field"
                            },
                            "name": "field"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 14040,
                            "end": 14074,
                            "loc": {
                              "start": {
                                "line": 424,
                                "column": 18
                              },
                              "end": {
                                "line": 424,
                                "column": 52
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 14040,
                              "end": 14065,
                              "loc": {
                                "start": {
                                  "line": 424,
                                  "column": 18
                                },
                                "end": {
                                  "line": 424,
                                  "column": 43
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 14040,
                                "end": 14058,
                                "loc": {
                                  "start": {
                                    "line": 424,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 424,
                                    "column": 36
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 14040,
                                  "end": 14049,
                                  "loc": {
                                    "start": {
                                      "line": 424,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 424,
                                      "column": 27
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 14040,
                                    "end": 14044,
                                    "loc": {
                                      "start": {
                                        "line": 424,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 424,
                                        "column": 22
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 14045,
                                    "end": 14049,
                                    "loc": {
                                      "start": {
                                        "line": 424,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 424,
                                        "column": 27
                                      },
                                      "identifierName": "_bid"
                                    },
                                    "name": "_bid"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 14050,
                                  "end": 14058,
                                  "loc": {
                                    "start": {
                                      "line": 424,
                                      "column": 28
                                    },
                                    "end": {
                                      "line": 424,
                                      "column": 36
                                    },
                                    "identifierName": "entities"
                                  },
                                  "name": "entities"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 14059,
                                "end": 14065,
                                "loc": {
                                  "start": {
                                    "line": 424,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 424,
                                    "column": 43
                                  },
                                  "identifierName": "fields"
                                },
                                "name": "fields"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 14066,
                                "end": 14073,
                                "loc": {
                                  "start": {
                                    "line": 424,
                                    "column": 44
                                  },
                                  "end": {
                                    "line": 424,
                                    "column": 51
                                  },
                                  "identifierName": "fieldId"
                                },
                                "name": "fieldId"
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "IfStatement",
                      "start": 14080,
                      "end": 14340,
                      "loc": {
                        "start": {
                          "line": 425,
                          "column": 4
                        },
                        "end": {
                          "line": 434,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "Identifier",
                        "start": 14084,
                        "end": 14089,
                        "loc": {
                          "start": {
                            "line": 425,
                            "column": 8
                          },
                          "end": {
                            "line": 425,
                            "column": 13
                          },
                          "identifierName": "field"
                        },
                        "name": "field"
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 14091,
                        "end": 14340,
                        "loc": {
                          "start": {
                            "line": 425,
                            "column": 15
                          },
                          "end": {
                            "line": 434,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "IfStatement",
                            "start": 14099,
                            "end": 14334,
                            "loc": {
                              "start": {
                                "line": 426,
                                "column": 6
                              },
                              "end": {
                                "line": 433,
                                "column": 7
                              }
                            },
                            "test": {
                              "type": "BinaryExpression",
                              "start": 14103,
                              "end": 14129,
                              "loc": {
                                "start": {
                                  "line": 426,
                                  "column": 10
                                },
                                "end": {
                                  "line": 426,
                                  "column": 36
                                }
                              },
                              "left": {
                                "type": "MemberExpression",
                                "start": 14103,
                                "end": 14118,
                                "loc": {
                                  "start": {
                                    "line": 426,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 426,
                                    "column": 25
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 14103,
                                  "end": 14108,
                                  "loc": {
                                    "start": {
                                      "line": 426,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 426,
                                      "column": 15
                                    },
                                    "identifierName": "field"
                                  },
                                  "name": "field"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 14109,
                                  "end": 14118,
                                  "loc": {
                                    "start": {
                                      "line": 426,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 426,
                                      "column": 25
                                    },
                                    "identifierName": "fieldType"
                                  },
                                  "name": "fieldType"
                                },
                                "computed": false
                              },
                              "operator": "!==",
                              "right": {
                                "type": "StringLiteral",
                                "start": 14123,
                                "end": 14129,
                                "loc": {
                                  "start": {
                                    "line": 426,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 426,
                                    "column": 36
                                  }
                                },
                                "extra": {
                                  "rawValue": "list",
                                  "raw": "\"list\""
                                },
                                "value": "list"
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 14131,
                              "end": 14334,
                              "loc": {
                                "start": {
                                  "line": 426,
                                  "column": 38
                                },
                                "end": {
                                  "line": 433,
                                  "column": 7
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 14141,
                                  "end": 14326,
                                  "loc": {
                                    "start": {
                                      "line": 427,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 432,
                                      "column": 10
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 14141,
                                    "end": 14325,
                                    "loc": {
                                      "start": {
                                        "line": 427,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 432,
                                        "column": 9
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 14141,
                                      "end": 14155,
                                      "loc": {
                                        "start": {
                                          "line": 427,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 427,
                                          "column": 22
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 14141,
                                        "end": 14145,
                                        "loc": {
                                          "start": {
                                            "line": 427,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 427,
                                            "column": 12
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 14146,
                                        "end": 14155,
                                        "loc": {
                                          "start": {
                                            "line": 427,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 427,
                                            "column": 22
                                          },
                                          "identifierName": "_logIssue"
                                        },
                                        "name": "_logIssue"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "StringLiteral",
                                        "start": 14167,
                                        "end": 14192,
                                        "loc": {
                                          "start": {
                                            "line": 428,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 428,
                                            "column": 35
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "workup_field_wrong_type",
                                          "raw": "\"workup_field_wrong_type\""
                                        },
                                        "value": "workup_field_wrong_type"
                                      },
                                      {
                                        "type": "Identifier",
                                        "start": 14204,
                                        "end": 14219,
                                        "loc": {
                                          "start": {
                                            "line": 429,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 429,
                                            "column": 25
                                          },
                                          "identifierName": "sourceBidEntity"
                                        },
                                        "name": "sourceBidEntity"
                                      },
                                      {
                                        "type": "ObjectExpression",
                                        "start": 14231,
                                        "end": 14272,
                                        "loc": {
                                          "start": {
                                            "line": 430,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 430,
                                            "column": 51
                                          }
                                        },
                                        "properties": [
                                          {
                                            "type": "ObjectProperty",
                                            "start": 14233,
                                            "end": 14246,
                                            "loc": {
                                              "start": {
                                                "line": 430,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 430,
                                                "column": 25
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 14233,
                                              "end": 14237,
                                              "loc": {
                                                "start": {
                                                  "line": 430,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 430,
                                                  "column": 16
                                                },
                                                "identifierName": "type"
                                              },
                                              "name": "type"
                                            },
                                            "value": {
                                              "type": "StringLiteral",
                                              "start": 14239,
                                              "end": 14246,
                                              "loc": {
                                                "start": {
                                                  "line": 430,
                                                  "column": 18
                                                },
                                                "end": {
                                                  "line": 430,
                                                  "column": 25
                                                }
                                              },
                                              "extra": {
                                                "rawValue": "field",
                                                "raw": "\"field\""
                                              },
                                              "value": "field"
                                            }
                                          },
                                          {
                                            "type": "ObjectProperty",
                                            "start": 14248,
                                            "end": 14270,
                                            "loc": {
                                              "start": {
                                                "line": 430,
                                                "column": 27
                                              },
                                              "end": {
                                                "line": 430,
                                                "column": 49
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 14248,
                                              "end": 14261,
                                              "loc": {
                                                "start": {
                                                  "line": 430,
                                                  "column": 27
                                                },
                                                "end": {
                                                  "line": 430,
                                                  "column": 40
                                                },
                                                "identifierName": "bid_entity_id"
                                              },
                                              "name": "bid_entity_id"
                                            },
                                            "value": {
                                              "type": "Identifier",
                                              "start": 14263,
                                              "end": 14270,
                                              "loc": {
                                                "start": {
                                                  "line": 430,
                                                  "column": 42
                                                },
                                                "end": {
                                                  "line": 430,
                                                  "column": 49
                                                },
                                                "identifierName": "fieldId"
                                              },
                                              "name": "fieldId"
                                            }
                                          }
                                        ]
                                      },
                                      {
                                        "type": "ObjectExpression",
                                        "start": 14284,
                                        "end": 14315,
                                        "loc": {
                                          "start": {
                                            "line": 431,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 431,
                                            "column": 41
                                          }
                                        },
                                        "properties": [
                                          {
                                            "type": "ObjectProperty",
                                            "start": 14286,
                                            "end": 14313,
                                            "loc": {
                                              "start": {
                                                "line": 431,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 431,
                                                "column": 39
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 14286,
                                              "end": 14296,
                                              "loc": {
                                                "start": {
                                                  "line": 431,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 431,
                                                  "column": 22
                                                },
                                                "identifierName": "field_type"
                                              },
                                              "name": "field_type"
                                            },
                                            "value": {
                                              "type": "MemberExpression",
                                              "start": 14298,
                                              "end": 14313,
                                              "loc": {
                                                "start": {
                                                  "line": 431,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 431,
                                                  "column": 39
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 14298,
                                                "end": 14303,
                                                "loc": {
                                                  "start": {
                                                    "line": 431,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 431,
                                                    "column": 29
                                                  },
                                                  "identifierName": "field"
                                                },
                                                "name": "field"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 14304,
                                                "end": 14313,
                                                "loc": {
                                                  "start": {
                                                    "line": 431,
                                                    "column": 30
                                                  },
                                                  "end": {
                                                    "line": 431,
                                                    "column": 39
                                                  },
                                                  "identifierName": "fieldType"
                                                },
                                                "name": "fieldType"
                                              },
                                              "computed": false
                                            }
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                }
                              ],
                              "directives": []
                            },
                            "alternate": null
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 14348,
                "end": 14521,
                "loc": {
                  "start": {
                    "line": 437,
                    "column": 2
                  },
                  "end": {
                    "line": 441,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 14348,
                  "end": 14374,
                  "loc": {
                    "start": {
                      "line": 437,
                      "column": 2
                    },
                    "end": {
                      "line": 437,
                      "column": 28
                    },
                    "identifierName": "_testLineItemRuleListField"
                  },
                  "name": "_testLineItemRuleListField"
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 14375,
                    "end": 14390,
                    "loc": {
                      "start": {
                        "line": 437,
                        "column": 29
                      },
                      "end": {
                        "line": 437,
                        "column": 44
                      },
                      "identifierName": "sourceBidEntity"
                    },
                    "name": "sourceBidEntity"
                  },
                  {
                    "type": "Identifier",
                    "start": 14392,
                    "end": 14396,
                    "loc": {
                      "start": {
                        "line": 437,
                        "column": 46
                      },
                      "end": {
                        "line": 437,
                        "column": 50
                      },
                      "identifierName": "rule"
                    },
                    "name": "rule"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 14398,
                  "end": 14521,
                  "loc": {
                    "start": {
                      "line": 437,
                      "column": 52
                    },
                    "end": {
                      "line": 441,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 14404,
                      "end": 14517,
                      "loc": {
                        "start": {
                          "line": 438,
                          "column": 4
                        },
                        "end": {
                          "line": 440,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "CallExpression",
                        "start": 14408,
                        "end": 14440,
                        "loc": {
                          "start": {
                            "line": 438,
                            "column": 8
                          },
                          "end": {
                            "line": 438,
                            "column": 40
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 14408,
                          "end": 14421,
                          "loc": {
                            "start": {
                              "line": 438,
                              "column": 8
                            },
                            "end": {
                              "line": 438,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 14408,
                            "end": 14409,
                            "loc": {
                              "start": {
                                "line": 438,
                                "column": 8
                              },
                              "end": {
                                "line": 438,
                                "column": 9
                              },
                              "identifierName": "_"
                            },
                            "name": "_"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 14410,
                            "end": 14421,
                            "loc": {
                              "start": {
                                "line": 438,
                                "column": 10
                              },
                              "end": {
                                "line": 438,
                                "column": 21
                              },
                              "identifierName": "isUndefined"
                            },
                            "name": "isUndefined"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "MemberExpression",
                            "start": 14422,
                            "end": 14439,
                            "loc": {
                              "start": {
                                "line": 438,
                                "column": 22
                              },
                              "end": {
                                "line": 438,
                                "column": 39
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 14422,
                              "end": 14426,
                              "loc": {
                                "start": {
                                  "line": 438,
                                  "column": 22
                                },
                                "end": {
                                  "line": 438,
                                  "column": 26
                                },
                                "identifierName": "rule"
                              },
                              "name": "rule"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 14427,
                              "end": 14439,
                              "loc": {
                                "start": {
                                  "line": 438,
                                  "column": 27
                                },
                                "end": {
                                  "line": 438,
                                  "column": 39
                                },
                                "identifierName": "dependencies"
                              },
                              "name": "dependencies"
                            },
                            "computed": false
                          }
                        ]
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 14442,
                        "end": 14517,
                        "loc": {
                          "start": {
                            "line": 438,
                            "column": 42
                          },
                          "end": {
                            "line": 440,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 14450,
                            "end": 14511,
                            "loc": {
                              "start": {
                                "line": 439,
                                "column": 6
                              },
                              "end": {
                                "line": 439,
                                "column": 67
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 14450,
                              "end": 14510,
                              "loc": {
                                "start": {
                                  "line": 439,
                                  "column": 6
                                },
                                "end": {
                                  "line": 439,
                                  "column": 66
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 14450,
                                "end": 14464,
                                "loc": {
                                  "start": {
                                    "line": 439,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 439,
                                    "column": 20
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 14450,
                                  "end": 14454,
                                  "loc": {
                                    "start": {
                                      "line": 439,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 439,
                                      "column": 10
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 14455,
                                  "end": 14464,
                                  "loc": {
                                    "start": {
                                      "line": 439,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 439,
                                      "column": 20
                                    },
                                    "identifierName": "_logIssue"
                                  },
                                  "name": "_logIssue"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "StringLiteral",
                                  "start": 14465,
                                  "end": 14492,
                                  "loc": {
                                    "start": {
                                      "line": 439,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 439,
                                      "column": 48
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "rule_undefined_dependency",
                                    "raw": "\"rule_undefined_dependency\""
                                  },
                                  "value": "rule_undefined_dependency"
                                },
                                {
                                  "type": "Identifier",
                                  "start": 14494,
                                  "end": 14509,
                                  "loc": {
                                    "start": {
                                      "line": 439,
                                      "column": 50
                                    },
                                    "end": {
                                      "line": 439,
                                      "column": 65
                                    },
                                    "identifierName": "sourceBidEntity"
                                  },
                                  "name": "sourceBidEntity"
                                }
                              ]
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Test Line Items are not used more than once within a Component Group\n   ",
                    "start": 14525,
                    "end": 14608,
                    "loc": {
                      "start": {
                        "line": 443,
                        "column": 2
                      },
                      "end": {
                        "line": 445,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 14611,
                "end": 15817,
                "loc": {
                  "start": {
                    "line": 446,
                    "column": 2
                  },
                  "end": {
                    "line": 485,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 14611,
                  "end": 14643,
                  "loc": {
                    "start": {
                      "line": 446,
                      "column": 2
                    },
                    "end": {
                      "line": 446,
                      "column": 34
                    },
                    "identifierName": "_testForLiDupesInComponentGroups"
                  },
                  "name": "_testForLiDupesInComponentGroups",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 14646,
                  "end": 15817,
                  "loc": {
                    "start": {
                      "line": 446,
                      "column": 37
                    },
                    "end": {
                      "line": 485,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 14652,
                      "end": 15179,
                      "loc": {
                        "start": {
                          "line": 447,
                          "column": 4
                        },
                        "end": {
                          "line": 461,
                          "column": 11
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 14658,
                          "end": 15178,
                          "loc": {
                            "start": {
                              "line": 447,
                              "column": 10
                            },
                            "end": {
                              "line": 461,
                              "column": 10
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 14658,
                            "end": 14665,
                            "loc": {
                              "start": {
                                "line": 447,
                                "column": 10
                              },
                              "end": {
                                "line": 447,
                                "column": 17
                              },
                              "identifierName": "dupeMap"
                            },
                            "name": "dupeMap"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 14668,
                            "end": 15178,
                            "loc": {
                              "start": {
                                "line": 447,
                                "column": 20
                              },
                              "end": {
                                "line": 461,
                                "column": 10
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 14668,
                              "end": 14721,
                              "loc": {
                                "start": {
                                  "line": 447,
                                  "column": 20
                                },
                                "end": {
                                  "line": 447,
                                  "column": 73
                                }
                              },
                              "object": {
                                "type": "CallExpression",
                                "start": 14668,
                                "end": 14714,
                                "loc": {
                                  "start": {
                                    "line": 447,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 447,
                                    "column": 66
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 14668,
                                  "end": 14681,
                                  "loc": {
                                    "start": {
                                      "line": 447,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 447,
                                      "column": 33
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 14668,
                                    "end": 14674,
                                    "loc": {
                                      "start": {
                                        "line": 447,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 447,
                                        "column": 26
                                      },
                                      "identifierName": "Object"
                                    },
                                    "name": "Object"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 14675,
                                    "end": 14681,
                                    "loc": {
                                      "start": {
                                        "line": 447,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 447,
                                        "column": 33
                                      },
                                      "identifierName": "values"
                                    },
                                    "name": "values"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "CallExpression",
                                    "start": 14682,
                                    "end": 14713,
                                    "loc": {
                                      "start": {
                                        "line": 447,
                                        "column": 34
                                      },
                                      "end": {
                                        "line": 447,
                                        "column": 65
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 14682,
                                      "end": 14711,
                                      "loc": {
                                        "start": {
                                          "line": 447,
                                          "column": 34
                                        },
                                        "end": {
                                          "line": 447,
                                          "column": 63
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 14682,
                                        "end": 14700,
                                        "loc": {
                                          "start": {
                                            "line": 447,
                                            "column": 34
                                          },
                                          "end": {
                                            "line": 447,
                                            "column": 52
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 14682,
                                          "end": 14691,
                                          "loc": {
                                            "start": {
                                              "line": 447,
                                              "column": 34
                                            },
                                            "end": {
                                              "line": 447,
                                              "column": 43
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 14682,
                                            "end": 14686,
                                            "loc": {
                                              "start": {
                                                "line": 447,
                                                "column": 34
                                              },
                                              "end": {
                                                "line": 447,
                                                "column": 38
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 14687,
                                            "end": 14691,
                                            "loc": {
                                              "start": {
                                                "line": 447,
                                                "column": 39
                                              },
                                              "end": {
                                                "line": 447,
                                                "column": 43
                                              },
                                              "identifierName": "_bid"
                                            },
                                            "name": "_bid"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 14692,
                                          "end": 14700,
                                          "loc": {
                                            "start": {
                                              "line": 447,
                                              "column": 44
                                            },
                                            "end": {
                                              "line": 447,
                                              "column": 52
                                            },
                                            "identifierName": "entities"
                                          },
                                          "name": "entities"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 14701,
                                        "end": 14711,
                                        "loc": {
                                          "start": {
                                            "line": 447,
                                            "column": 53
                                          },
                                          "end": {
                                            "line": 447,
                                            "column": 63
                                          },
                                          "identifierName": "components"
                                        },
                                        "name": "components"
                                      },
                                      "computed": false
                                    },
                                    "arguments": []
                                  }
                                ]
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 14715,
                                "end": 14721,
                                "loc": {
                                  "start": {
                                    "line": 447,
                                    "column": 67
                                  },
                                  "end": {
                                    "line": 447,
                                    "column": 73
                                  },
                                  "identifierName": "reduce"
                                },
                                "name": "reduce"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "ArrowFunctionExpression",
                                "start": 14722,
                                "end": 15173,
                                "loc": {
                                  "start": {
                                    "line": 447,
                                    "column": 74
                                  },
                                  "end": {
                                    "line": 461,
                                    "column": 5
                                  }
                                },
                                "id": null,
                                "generator": false,
                                "expression": false,
                                "async": false,
                                "params": [
                                  {
                                    "type": "Identifier",
                                    "start": 14723,
                                    "end": 14724,
                                    "loc": {
                                      "start": {
                                        "line": 447,
                                        "column": 75
                                      },
                                      "end": {
                                        "line": 447,
                                        "column": 76
                                      },
                                      "identifierName": "o"
                                    },
                                    "name": "o"
                                  },
                                  {
                                    "type": "Identifier",
                                    "start": 14726,
                                    "end": 14727,
                                    "loc": {
                                      "start": {
                                        "line": 447,
                                        "column": 78
                                      },
                                      "end": {
                                        "line": 447,
                                        "column": 79
                                      },
                                      "identifierName": "c"
                                    },
                                    "name": "c"
                                  }
                                ],
                                "body": {
                                  "type": "BlockStatement",
                                  "start": 14732,
                                  "end": 15173,
                                  "loc": {
                                    "start": {
                                      "line": 447,
                                      "column": 84
                                    },
                                    "end": {
                                      "line": 461,
                                      "column": 5
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "IfStatement",
                                      "start": 14740,
                                      "end": 14807,
                                      "loc": {
                                        "start": {
                                          "line": 448,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 450,
                                          "column": 7
                                        }
                                      },
                                      "test": {
                                        "type": "CallExpression",
                                        "start": 14744,
                                        "end": 14778,
                                        "loc": {
                                          "start": {
                                            "line": 448,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 448,
                                            "column": 44
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 14744,
                                          "end": 14757,
                                          "loc": {
                                            "start": {
                                              "line": 448,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 448,
                                              "column": 23
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 14744,
                                            "end": 14745,
                                            "loc": {
                                              "start": {
                                                "line": 448,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 448,
                                                "column": 11
                                              },
                                              "identifierName": "_"
                                            },
                                            "name": "_"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 14746,
                                            "end": 14757,
                                            "loc": {
                                              "start": {
                                                "line": 448,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 448,
                                                "column": 23
                                              },
                                              "identifierName": "isUndefined"
                                            },
                                            "name": "isUndefined"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "MemberExpression",
                                            "start": 14758,
                                            "end": 14777,
                                            "loc": {
                                              "start": {
                                                "line": 448,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 448,
                                                "column": 43
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 14758,
                                              "end": 14766,
                                              "loc": {
                                                "start": {
                                                  "line": 448,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 448,
                                                  "column": 32
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 14758,
                                                "end": 14759,
                                                "loc": {
                                                  "start": {
                                                    "line": 448,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 448,
                                                    "column": 25
                                                  },
                                                  "identifierName": "c"
                                                },
                                                "name": "c"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 14760,
                                                "end": 14766,
                                                "loc": {
                                                  "start": {
                                                    "line": 448,
                                                    "column": 26
                                                  },
                                                  "end": {
                                                    "line": 448,
                                                    "column": 32
                                                  },
                                                  "identifierName": "config"
                                                },
                                                "name": "config"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 14767,
                                              "end": 14777,
                                              "loc": {
                                                "start": {
                                                  "line": 448,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 448,
                                                  "column": 43
                                                },
                                                "identifierName": "line_items"
                                              },
                                              "name": "line_items"
                                            },
                                            "computed": false
                                          }
                                        ]
                                      },
                                      "consequent": {
                                        "type": "BlockStatement",
                                        "start": 14780,
                                        "end": 14807,
                                        "loc": {
                                          "start": {
                                            "line": 448,
                                            "column": 46
                                          },
                                          "end": {
                                            "line": 450,
                                            "column": 7
                                          }
                                        },
                                        "body": [
                                          {
                                            "type": "ReturnStatement",
                                            "start": 14790,
                                            "end": 14799,
                                            "loc": {
                                              "start": {
                                                "line": 449,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 449,
                                                "column": 17
                                              }
                                            },
                                            "argument": {
                                              "type": "Identifier",
                                              "start": 14797,
                                              "end": 14798,
                                              "loc": {
                                                "start": {
                                                  "line": 449,
                                                  "column": 15
                                                },
                                                "end": {
                                                  "line": 449,
                                                  "column": 16
                                                },
                                                "identifierName": "o"
                                              },
                                              "name": "o"
                                            }
                                          }
                                        ],
                                        "directives": [],
                                        "trailingComments": null
                                      },
                                      "alternate": null,
                                      "trailingComments": [
                                        {
                                          "type": "CommentLine",
                                          "value": " initialize cg prop",
                                          "start": 14815,
                                          "end": 14836,
                                          "loc": {
                                            "start": {
                                              "line": 452,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 452,
                                              "column": 27
                                            }
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 14843,
                                      "end": 14913,
                                      "loc": {
                                        "start": {
                                          "line": 453,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 453,
                                          "column": 76
                                        }
                                      },
                                      "expression": {
                                        "type": "AssignmentExpression",
                                        "start": 14843,
                                        "end": 14912,
                                        "loc": {
                                          "start": {
                                            "line": 453,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 453,
                                            "column": 75
                                          }
                                        },
                                        "operator": "=",
                                        "left": {
                                          "type": "MemberExpression",
                                          "start": 14843,
                                          "end": 14873,
                                          "loc": {
                                            "start": {
                                              "line": 453,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 453,
                                              "column": 36
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 14843,
                                            "end": 14844,
                                            "loc": {
                                              "start": {
                                                "line": 453,
                                                "column": 6
                                              },
                                              "end": {
                                                "line": 453,
                                                "column": 7
                                              },
                                              "identifierName": "o"
                                            },
                                            "name": "o",
                                            "leadingComments": null
                                          },
                                          "property": {
                                            "type": "MemberExpression",
                                            "start": 14845,
                                            "end": 14872,
                                            "loc": {
                                              "start": {
                                                "line": 453,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 453,
                                                "column": 35
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 14845,
                                              "end": 14853,
                                              "loc": {
                                                "start": {
                                                  "line": 453,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 453,
                                                  "column": 16
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 14845,
                                                "end": 14846,
                                                "loc": {
                                                  "start": {
                                                    "line": 453,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 453,
                                                    "column": 9
                                                  },
                                                  "identifierName": "c"
                                                },
                                                "name": "c"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 14847,
                                                "end": 14853,
                                                "loc": {
                                                  "start": {
                                                    "line": 453,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 453,
                                                    "column": 16
                                                  },
                                                  "identifierName": "config"
                                                },
                                                "name": "config"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 14854,
                                              "end": 14872,
                                              "loc": {
                                                "start": {
                                                  "line": 453,
                                                  "column": 17
                                                },
                                                "end": {
                                                  "line": 453,
                                                  "column": 35
                                                },
                                                "identifierName": "component_group_id"
                                              },
                                              "name": "component_group_id"
                                            },
                                            "computed": false
                                          },
                                          "computed": true,
                                          "leadingComments": null
                                        },
                                        "right": {
                                          "type": "LogicalExpression",
                                          "start": 14876,
                                          "end": 14912,
                                          "loc": {
                                            "start": {
                                              "line": 453,
                                              "column": 39
                                            },
                                            "end": {
                                              "line": 453,
                                              "column": 75
                                            }
                                          },
                                          "left": {
                                            "type": "MemberExpression",
                                            "start": 14876,
                                            "end": 14906,
                                            "loc": {
                                              "start": {
                                                "line": 453,
                                                "column": 39
                                              },
                                              "end": {
                                                "line": 453,
                                                "column": 69
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 14876,
                                              "end": 14877,
                                              "loc": {
                                                "start": {
                                                  "line": 453,
                                                  "column": 39
                                                },
                                                "end": {
                                                  "line": 453,
                                                  "column": 40
                                                },
                                                "identifierName": "o"
                                              },
                                              "name": "o"
                                            },
                                            "property": {
                                              "type": "MemberExpression",
                                              "start": 14878,
                                              "end": 14905,
                                              "loc": {
                                                "start": {
                                                  "line": 453,
                                                  "column": 41
                                                },
                                                "end": {
                                                  "line": 453,
                                                  "column": 68
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 14878,
                                                "end": 14886,
                                                "loc": {
                                                  "start": {
                                                    "line": 453,
                                                    "column": 41
                                                  },
                                                  "end": {
                                                    "line": 453,
                                                    "column": 49
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 14878,
                                                  "end": 14879,
                                                  "loc": {
                                                    "start": {
                                                      "line": 453,
                                                      "column": 41
                                                    },
                                                    "end": {
                                                      "line": 453,
                                                      "column": 42
                                                    },
                                                    "identifierName": "c"
                                                  },
                                                  "name": "c"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 14880,
                                                  "end": 14886,
                                                  "loc": {
                                                    "start": {
                                                      "line": 453,
                                                      "column": 43
                                                    },
                                                    "end": {
                                                      "line": 453,
                                                      "column": 49
                                                    },
                                                    "identifierName": "config"
                                                  },
                                                  "name": "config"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 14887,
                                                "end": 14905,
                                                "loc": {
                                                  "start": {
                                                    "line": 453,
                                                    "column": 50
                                                  },
                                                  "end": {
                                                    "line": 453,
                                                    "column": 68
                                                  },
                                                  "identifierName": "component_group_id"
                                                },
                                                "name": "component_group_id"
                                              },
                                              "computed": false
                                            },
                                            "computed": true
                                          },
                                          "operator": "||",
                                          "right": {
                                            "type": "ObjectExpression",
                                            "start": 14910,
                                            "end": 14912,
                                            "loc": {
                                              "start": {
                                                "line": 453,
                                                "column": 73
                                              },
                                              "end": {
                                                "line": 453,
                                                "column": 75
                                              }
                                            },
                                            "properties": []
                                          }
                                        },
                                        "leadingComments": null
                                      },
                                      "leadingComments": [
                                        {
                                          "type": "CommentLine",
                                          "value": " initialize cg prop",
                                          "start": 14815,
                                          "end": 14836,
                                          "loc": {
                                            "start": {
                                              "line": 452,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 452,
                                              "column": 27
                                            }
                                          }
                                        }
                                      ],
                                      "trailingComments": [
                                        {
                                          "type": "CommentLine",
                                          "value": " a one-to-many map of LI IDs to Component IDs in which they are found",
                                          "start": 14921,
                                          "end": 14992,
                                          "loc": {
                                            "start": {
                                              "line": 455,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 455,
                                              "column": 77
                                            }
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 14999,
                                      "end": 15150,
                                      "loc": {
                                        "start": {
                                          "line": 456,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 458,
                                          "column": 9
                                        }
                                      },
                                      "expression": {
                                        "type": "CallExpression",
                                        "start": 14999,
                                        "end": 15149,
                                        "loc": {
                                          "start": {
                                            "line": 456,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 458,
                                            "column": 8
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 14999,
                                          "end": 15026,
                                          "loc": {
                                            "start": {
                                              "line": 456,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 456,
                                              "column": 33
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 14999,
                                            "end": 15018,
                                            "loc": {
                                              "start": {
                                                "line": 456,
                                                "column": 6
                                              },
                                              "end": {
                                                "line": 456,
                                                "column": 25
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 14999,
                                              "end": 15007,
                                              "loc": {
                                                "start": {
                                                  "line": 456,
                                                  "column": 6
                                                },
                                                "end": {
                                                  "line": 456,
                                                  "column": 14
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 14999,
                                                "end": 15000,
                                                "loc": {
                                                  "start": {
                                                    "line": 456,
                                                    "column": 6
                                                  },
                                                  "end": {
                                                    "line": 456,
                                                    "column": 7
                                                  },
                                                  "identifierName": "c"
                                                },
                                                "name": "c",
                                                "leadingComments": null
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 15001,
                                                "end": 15007,
                                                "loc": {
                                                  "start": {
                                                    "line": 456,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 456,
                                                    "column": 14
                                                  },
                                                  "identifierName": "config"
                                                },
                                                "name": "config"
                                              },
                                              "computed": false,
                                              "leadingComments": null
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 15008,
                                              "end": 15018,
                                              "loc": {
                                                "start": {
                                                  "line": 456,
                                                  "column": 15
                                                },
                                                "end": {
                                                  "line": 456,
                                                  "column": 25
                                                },
                                                "identifierName": "line_items"
                                              },
                                              "name": "line_items"
                                            },
                                            "computed": false,
                                            "leadingComments": null
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 15019,
                                            "end": 15026,
                                            "loc": {
                                              "start": {
                                                "line": 456,
                                                "column": 26
                                              },
                                              "end": {
                                                "line": 456,
                                                "column": 33
                                              },
                                              "identifierName": "forEach"
                                            },
                                            "name": "forEach"
                                          },
                                          "computed": false,
                                          "leadingComments": null
                                        },
                                        "arguments": [
                                          {
                                            "type": "ArrowFunctionExpression",
                                            "start": 15027,
                                            "end": 15148,
                                            "loc": {
                                              "start": {
                                                "line": 456,
                                                "column": 34
                                              },
                                              "end": {
                                                "line": 458,
                                                "column": 7
                                              }
                                            },
                                            "id": null,
                                            "generator": false,
                                            "expression": false,
                                            "async": false,
                                            "params": [
                                              {
                                                "type": "Identifier",
                                                "start": 15027,
                                                "end": 15031,
                                                "loc": {
                                                  "start": {
                                                    "line": 456,
                                                    "column": 34
                                                  },
                                                  "end": {
                                                    "line": 456,
                                                    "column": 38
                                                  },
                                                  "identifierName": "liId"
                                                },
                                                "name": "liId"
                                              }
                                            ],
                                            "body": {
                                              "type": "BlockStatement",
                                              "start": 15035,
                                              "end": 15148,
                                              "loc": {
                                                "start": {
                                                  "line": 456,
                                                  "column": 42
                                                },
                                                "end": {
                                                  "line": 458,
                                                  "column": 7
                                                }
                                              },
                                              "body": [
                                                {
                                                  "type": "ExpressionStatement",
                                                  "start": 15045,
                                                  "end": 15140,
                                                  "loc": {
                                                    "start": {
                                                      "line": 457,
                                                      "column": 8
                                                    },
                                                    "end": {
                                                      "line": 457,
                                                      "column": 103
                                                    }
                                                  },
                                                  "expression": {
                                                    "type": "AssignmentExpression",
                                                    "start": 15045,
                                                    "end": 15139,
                                                    "loc": {
                                                      "start": {
                                                        "line": 457,
                                                        "column": 8
                                                      },
                                                      "end": {
                                                        "line": 457,
                                                        "column": 102
                                                      }
                                                    },
                                                    "operator": "=",
                                                    "left": {
                                                      "type": "MemberExpression",
                                                      "start": 15045,
                                                      "end": 15081,
                                                      "loc": {
                                                        "start": {
                                                          "line": 457,
                                                          "column": 8
                                                        },
                                                        "end": {
                                                          "line": 457,
                                                          "column": 44
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "start": 15045,
                                                        "end": 15075,
                                                        "loc": {
                                                          "start": {
                                                            "line": 457,
                                                            "column": 8
                                                          },
                                                          "end": {
                                                            "line": 457,
                                                            "column": 38
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 15045,
                                                          "end": 15046,
                                                          "loc": {
                                                            "start": {
                                                              "line": 457,
                                                              "column": 8
                                                            },
                                                            "end": {
                                                              "line": 457,
                                                              "column": 9
                                                            },
                                                            "identifierName": "o"
                                                          },
                                                          "name": "o"
                                                        },
                                                        "property": {
                                                          "type": "MemberExpression",
                                                          "start": 15047,
                                                          "end": 15074,
                                                          "loc": {
                                                            "start": {
                                                              "line": 457,
                                                              "column": 10
                                                            },
                                                            "end": {
                                                              "line": 457,
                                                              "column": 37
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "MemberExpression",
                                                            "start": 15047,
                                                            "end": 15055,
                                                            "loc": {
                                                              "start": {
                                                                "line": 457,
                                                                "column": 10
                                                              },
                                                              "end": {
                                                                "line": 457,
                                                                "column": 18
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "Identifier",
                                                              "start": 15047,
                                                              "end": 15048,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 457,
                                                                  "column": 10
                                                                },
                                                                "end": {
                                                                  "line": 457,
                                                                  "column": 11
                                                                },
                                                                "identifierName": "c"
                                                              },
                                                              "name": "c"
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 15049,
                                                              "end": 15055,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 457,
                                                                  "column": 12
                                                                },
                                                                "end": {
                                                                  "line": 457,
                                                                  "column": 18
                                                                },
                                                                "identifierName": "config"
                                                              },
                                                              "name": "config"
                                                            },
                                                            "computed": false
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 15056,
                                                            "end": 15074,
                                                            "loc": {
                                                              "start": {
                                                                "line": 457,
                                                                "column": 19
                                                              },
                                                              "end": {
                                                                "line": 457,
                                                                "column": 37
                                                              },
                                                              "identifierName": "component_group_id"
                                                            },
                                                            "name": "component_group_id"
                                                          },
                                                          "computed": false
                                                        },
                                                        "computed": true
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 15076,
                                                        "end": 15080,
                                                        "loc": {
                                                          "start": {
                                                            "line": 457,
                                                            "column": 39
                                                          },
                                                          "end": {
                                                            "line": 457,
                                                            "column": 43
                                                          },
                                                          "identifierName": "liId"
                                                        },
                                                        "name": "liId"
                                                      },
                                                      "computed": true
                                                    },
                                                    "right": {
                                                      "type": "ArrayExpression",
                                                      "start": 15084,
                                                      "end": 15139,
                                                      "loc": {
                                                        "start": {
                                                          "line": 457,
                                                          "column": 47
                                                        },
                                                        "end": {
                                                          "line": 457,
                                                          "column": 102
                                                        }
                                                      },
                                                      "elements": [
                                                        {
                                                          "type": "SpreadElement",
                                                          "start": 15085,
                                                          "end": 15132,
                                                          "loc": {
                                                            "start": {
                                                              "line": 457,
                                                              "column": 48
                                                            },
                                                            "end": {
                                                              "line": 457,
                                                              "column": 95
                                                            }
                                                          },
                                                          "argument": {
                                                            "type": "LogicalExpression",
                                                            "start": 15089,
                                                            "end": 15131,
                                                            "loc": {
                                                              "start": {
                                                                "line": 457,
                                                                "column": 52
                                                              },
                                                              "end": {
                                                                "line": 457,
                                                                "column": 94
                                                              }
                                                            },
                                                            "left": {
                                                              "type": "MemberExpression",
                                                              "start": 15089,
                                                              "end": 15125,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 457,
                                                                  "column": 52
                                                                },
                                                                "end": {
                                                                  "line": 457,
                                                                  "column": 88
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "MemberExpression",
                                                                "start": 15089,
                                                                "end": 15119,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 457,
                                                                    "column": 52
                                                                  },
                                                                  "end": {
                                                                    "line": 457,
                                                                    "column": 82
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 15089,
                                                                  "end": 15090,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 457,
                                                                      "column": 52
                                                                    },
                                                                    "end": {
                                                                      "line": 457,
                                                                      "column": 53
                                                                    },
                                                                    "identifierName": "o"
                                                                  },
                                                                  "name": "o"
                                                                },
                                                                "property": {
                                                                  "type": "MemberExpression",
                                                                  "start": 15091,
                                                                  "end": 15118,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 457,
                                                                      "column": 54
                                                                    },
                                                                    "end": {
                                                                      "line": 457,
                                                                      "column": 81
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "MemberExpression",
                                                                    "start": 15091,
                                                                    "end": 15099,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 457,
                                                                        "column": 54
                                                                      },
                                                                      "end": {
                                                                        "line": 457,
                                                                        "column": 62
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "Identifier",
                                                                      "start": 15091,
                                                                      "end": 15092,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 457,
                                                                          "column": 54
                                                                        },
                                                                        "end": {
                                                                          "line": 457,
                                                                          "column": 55
                                                                        },
                                                                        "identifierName": "c"
                                                                      },
                                                                      "name": "c"
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 15093,
                                                                      "end": 15099,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 457,
                                                                          "column": 56
                                                                        },
                                                                        "end": {
                                                                          "line": 457,
                                                                          "column": 62
                                                                        },
                                                                        "identifierName": "config"
                                                                      },
                                                                      "name": "config"
                                                                    },
                                                                    "computed": false
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "start": 15100,
                                                                    "end": 15118,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 457,
                                                                        "column": 63
                                                                      },
                                                                      "end": {
                                                                        "line": 457,
                                                                        "column": 81
                                                                      },
                                                                      "identifierName": "component_group_id"
                                                                    },
                                                                    "name": "component_group_id"
                                                                  },
                                                                  "computed": false
                                                                },
                                                                "computed": true
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 15120,
                                                                "end": 15124,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 457,
                                                                    "column": 83
                                                                  },
                                                                  "end": {
                                                                    "line": 457,
                                                                    "column": 87
                                                                  },
                                                                  "identifierName": "liId"
                                                                },
                                                                "name": "liId"
                                                              },
                                                              "computed": true
                                                            },
                                                            "operator": "||",
                                                            "right": {
                                                              "type": "ArrayExpression",
                                                              "start": 15129,
                                                              "end": 15131,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 457,
                                                                  "column": 92
                                                                },
                                                                "end": {
                                                                  "line": 457,
                                                                  "column": 94
                                                                }
                                                              },
                                                              "elements": []
                                                            },
                                                            "extra": {
                                                              "parenthesized": true,
                                                              "parenStart": 15088
                                                            }
                                                          }
                                                        },
                                                        {
                                                          "type": "MemberExpression",
                                                          "start": 15134,
                                                          "end": 15138,
                                                          "loc": {
                                                            "start": {
                                                              "line": 457,
                                                              "column": 97
                                                            },
                                                            "end": {
                                                              "line": 457,
                                                              "column": 101
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 15134,
                                                            "end": 15135,
                                                            "loc": {
                                                              "start": {
                                                                "line": 457,
                                                                "column": 97
                                                              },
                                                              "end": {
                                                                "line": 457,
                                                                "column": 98
                                                              },
                                                              "identifierName": "c"
                                                            },
                                                            "name": "c"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 15136,
                                                            "end": 15138,
                                                            "loc": {
                                                              "start": {
                                                                "line": 457,
                                                                "column": 99
                                                              },
                                                              "end": {
                                                                "line": 457,
                                                                "column": 101
                                                              },
                                                              "identifierName": "id"
                                                            },
                                                            "name": "id"
                                                          },
                                                          "computed": false
                                                        }
                                                      ]
                                                    }
                                                  }
                                                }
                                              ],
                                              "directives": []
                                            }
                                          }
                                        ],
                                        "leadingComments": null
                                      },
                                      "leadingComments": [
                                        {
                                          "type": "CommentLine",
                                          "value": " a one-to-many map of LI IDs to Component IDs in which they are found",
                                          "start": 14921,
                                          "end": 14992,
                                          "loc": {
                                            "start": {
                                              "line": 455,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 455,
                                              "column": 77
                                            }
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "type": "ReturnStatement",
                                      "start": 15158,
                                      "end": 15167,
                                      "loc": {
                                        "start": {
                                          "line": 460,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 460,
                                          "column": 15
                                        }
                                      },
                                      "argument": {
                                        "type": "Identifier",
                                        "start": 15165,
                                        "end": 15166,
                                        "loc": {
                                          "start": {
                                            "line": 460,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 460,
                                            "column": 14
                                          },
                                          "identifierName": "o"
                                        },
                                        "name": "o"
                                      }
                                    }
                                  ],
                                  "directives": []
                                }
                              },
                              {
                                "type": "ObjectExpression",
                                "start": 15175,
                                "end": 15177,
                                "loc": {
                                  "start": {
                                    "line": 461,
                                    "column": 7
                                  },
                                  "end": {
                                    "line": 461,
                                    "column": 9
                                  }
                                },
                                "properties": []
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 15185,
                      "end": 15813,
                      "loc": {
                        "start": {
                          "line": 463,
                          "column": 4
                        },
                        "end": {
                          "line": 484,
                          "column": 7
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 15185,
                        "end": 15812,
                        "loc": {
                          "start": {
                            "line": 463,
                            "column": 4
                          },
                          "end": {
                            "line": 484,
                            "column": 6
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 15185,
                          "end": 15213,
                          "loc": {
                            "start": {
                              "line": 463,
                              "column": 4
                            },
                            "end": {
                              "line": 463,
                              "column": 32
                            }
                          },
                          "object": {
                            "type": "CallExpression",
                            "start": 15185,
                            "end": 15205,
                            "loc": {
                              "start": {
                                "line": 463,
                                "column": 4
                              },
                              "end": {
                                "line": 463,
                                "column": 24
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 15185,
                              "end": 15196,
                              "loc": {
                                "start": {
                                  "line": 463,
                                  "column": 4
                                },
                                "end": {
                                  "line": 463,
                                  "column": 15
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 15185,
                                "end": 15191,
                                "loc": {
                                  "start": {
                                    "line": 463,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 463,
                                    "column": 10
                                  },
                                  "identifierName": "Object"
                                },
                                "name": "Object"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 15192,
                                "end": 15196,
                                "loc": {
                                  "start": {
                                    "line": 463,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 463,
                                    "column": 15
                                  },
                                  "identifierName": "keys"
                                },
                                "name": "keys"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 15197,
                                "end": 15204,
                                "loc": {
                                  "start": {
                                    "line": 463,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 463,
                                    "column": 23
                                  },
                                  "identifierName": "dupeMap"
                                },
                                "name": "dupeMap"
                              }
                            ]
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 15206,
                            "end": 15213,
                            "loc": {
                              "start": {
                                "line": 463,
                                "column": 25
                              },
                              "end": {
                                "line": 463,
                                "column": 32
                              },
                              "identifierName": "forEach"
                            },
                            "name": "forEach"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 15214,
                            "end": 15811,
                            "loc": {
                              "start": {
                                "line": 463,
                                "column": 33
                              },
                              "end": {
                                "line": 484,
                                "column": 5
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 15214,
                                "end": 15218,
                                "loc": {
                                  "start": {
                                    "line": 463,
                                    "column": 33
                                  },
                                  "end": {
                                    "line": 463,
                                    "column": 37
                                  },
                                  "identifierName": "cgId"
                                },
                                "name": "cgId"
                              }
                            ],
                            "body": {
                              "type": "BlockStatement",
                              "start": 15222,
                              "end": 15811,
                              "loc": {
                                "start": {
                                  "line": 463,
                                  "column": 41
                                },
                                "end": {
                                  "line": 484,
                                  "column": 5
                                }
                              },
                              "body": [
                                {
                                  "type": "VariableDeclaration",
                                  "start": 15230,
                                  "end": 15259,
                                  "loc": {
                                    "start": {
                                      "line": 464,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 464,
                                      "column": 35
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 15236,
                                      "end": 15258,
                                      "loc": {
                                        "start": {
                                          "line": 464,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 464,
                                          "column": 34
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 15236,
                                        "end": 15242,
                                        "loc": {
                                          "start": {
                                            "line": 464,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 464,
                                            "column": 18
                                          },
                                          "identifierName": "liData"
                                        },
                                        "name": "liData"
                                      },
                                      "init": {
                                        "type": "MemberExpression",
                                        "start": 15245,
                                        "end": 15258,
                                        "loc": {
                                          "start": {
                                            "line": 464,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 464,
                                            "column": 34
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 15245,
                                          "end": 15252,
                                          "loc": {
                                            "start": {
                                              "line": 464,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 464,
                                              "column": 28
                                            },
                                            "identifierName": "dupeMap"
                                          },
                                          "name": "dupeMap"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 15253,
                                          "end": 15257,
                                          "loc": {
                                            "start": {
                                              "line": 464,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 464,
                                              "column": 33
                                            },
                                            "identifierName": "cgId"
                                          },
                                          "name": "cgId"
                                        },
                                        "computed": true
                                      }
                                    }
                                  ],
                                  "kind": "const"
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 15267,
                                  "end": 15805,
                                  "loc": {
                                    "start": {
                                      "line": 466,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 483,
                                      "column": 9
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 15267,
                                    "end": 15804,
                                    "loc": {
                                      "start": {
                                        "line": 466,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 483,
                                        "column": 8
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 15267,
                                      "end": 15294,
                                      "loc": {
                                        "start": {
                                          "line": 466,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 466,
                                          "column": 33
                                        }
                                      },
                                      "object": {
                                        "type": "CallExpression",
                                        "start": 15267,
                                        "end": 15286,
                                        "loc": {
                                          "start": {
                                            "line": 466,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 466,
                                            "column": 25
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 15267,
                                          "end": 15278,
                                          "loc": {
                                            "start": {
                                              "line": 466,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 466,
                                              "column": 17
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 15267,
                                            "end": 15273,
                                            "loc": {
                                              "start": {
                                                "line": 466,
                                                "column": 6
                                              },
                                              "end": {
                                                "line": 466,
                                                "column": 12
                                              },
                                              "identifierName": "Object"
                                            },
                                            "name": "Object"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 15274,
                                            "end": 15278,
                                            "loc": {
                                              "start": {
                                                "line": 466,
                                                "column": 13
                                              },
                                              "end": {
                                                "line": 466,
                                                "column": 17
                                              },
                                              "identifierName": "keys"
                                            },
                                            "name": "keys"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 15279,
                                            "end": 15285,
                                            "loc": {
                                              "start": {
                                                "line": 466,
                                                "column": 18
                                              },
                                              "end": {
                                                "line": 466,
                                                "column": 24
                                              },
                                              "identifierName": "liData"
                                            },
                                            "name": "liData"
                                          }
                                        ]
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 15287,
                                        "end": 15294,
                                        "loc": {
                                          "start": {
                                            "line": 466,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 466,
                                            "column": 33
                                          },
                                          "identifierName": "forEach"
                                        },
                                        "name": "forEach"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "ArrowFunctionExpression",
                                        "start": 15295,
                                        "end": 15803,
                                        "loc": {
                                          "start": {
                                            "line": 466,
                                            "column": 34
                                          },
                                          "end": {
                                            "line": 483,
                                            "column": 7
                                          }
                                        },
                                        "id": null,
                                        "generator": false,
                                        "expression": false,
                                        "async": false,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "start": 15295,
                                            "end": 15299,
                                            "loc": {
                                              "start": {
                                                "line": 466,
                                                "column": 34
                                              },
                                              "end": {
                                                "line": 466,
                                                "column": 38
                                              },
                                              "identifierName": "liId"
                                            },
                                            "name": "liId"
                                          }
                                        ],
                                        "body": {
                                          "type": "BlockStatement",
                                          "start": 15303,
                                          "end": 15803,
                                          "loc": {
                                            "start": {
                                              "line": 466,
                                              "column": 42
                                            },
                                            "end": {
                                              "line": 483,
                                              "column": 7
                                            }
                                          },
                                          "body": [
                                            {
                                              "type": "VariableDeclaration",
                                              "start": 15313,
                                              "end": 15339,
                                              "loc": {
                                                "start": {
                                                  "line": 467,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 467,
                                                  "column": 34
                                                }
                                              },
                                              "declarations": [
                                                {
                                                  "type": "VariableDeclarator",
                                                  "start": 15319,
                                                  "end": 15338,
                                                  "loc": {
                                                    "start": {
                                                      "line": 467,
                                                      "column": 14
                                                    },
                                                    "end": {
                                                      "line": 467,
                                                      "column": 33
                                                    }
                                                  },
                                                  "id": {
                                                    "type": "Identifier",
                                                    "start": 15319,
                                                    "end": 15323,
                                                    "loc": {
                                                      "start": {
                                                        "line": 467,
                                                        "column": 14
                                                      },
                                                      "end": {
                                                        "line": 467,
                                                        "column": 18
                                                      },
                                                      "identifierName": "cIds"
                                                    },
                                                    "name": "cIds"
                                                  },
                                                  "init": {
                                                    "type": "MemberExpression",
                                                    "start": 15326,
                                                    "end": 15338,
                                                    "loc": {
                                                      "start": {
                                                        "line": 467,
                                                        "column": 21
                                                      },
                                                      "end": {
                                                        "line": 467,
                                                        "column": 33
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 15326,
                                                      "end": 15332,
                                                      "loc": {
                                                        "start": {
                                                          "line": 467,
                                                          "column": 21
                                                        },
                                                        "end": {
                                                          "line": 467,
                                                          "column": 27
                                                        },
                                                        "identifierName": "liData"
                                                      },
                                                      "name": "liData"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 15333,
                                                      "end": 15337,
                                                      "loc": {
                                                        "start": {
                                                          "line": 467,
                                                          "column": 28
                                                        },
                                                        "end": {
                                                          "line": 467,
                                                          "column": 32
                                                        },
                                                        "identifierName": "liId"
                                                      },
                                                      "name": "liId"
                                                    },
                                                    "computed": true
                                                  }
                                                }
                                              ],
                                              "kind": "const"
                                            },
                                            {
                                              "type": "IfStatement",
                                              "start": 15349,
                                              "end": 15795,
                                              "loc": {
                                                "start": {
                                                  "line": 469,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 482,
                                                  "column": 9
                                                }
                                              },
                                              "test": {
                                                "type": "LogicalExpression",
                                                "start": 15353,
                                                "end": 15387,
                                                "loc": {
                                                  "start": {
                                                    "line": 469,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 469,
                                                    "column": 46
                                                  }
                                                },
                                                "left": {
                                                  "type": "BinaryExpression",
                                                  "start": 15353,
                                                  "end": 15368,
                                                  "loc": {
                                                    "start": {
                                                      "line": 469,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 469,
                                                      "column": 27
                                                    }
                                                  },
                                                  "left": {
                                                    "type": "Identifier",
                                                    "start": 15353,
                                                    "end": 15357,
                                                    "loc": {
                                                      "start": {
                                                        "line": 469,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 469,
                                                        "column": 16
                                                      },
                                                      "identifierName": "liId"
                                                    },
                                                    "name": "liId"
                                                  },
                                                  "operator": "!==",
                                                  "right": {
                                                    "type": "StringLiteral",
                                                    "start": 15362,
                                                    "end": 15368,
                                                    "loc": {
                                                      "start": {
                                                        "line": 469,
                                                        "column": 21
                                                      },
                                                      "end": {
                                                        "line": 469,
                                                        "column": 27
                                                      }
                                                    },
                                                    "extra": {
                                                      "rawValue": "null",
                                                      "raw": "'null'"
                                                    },
                                                    "value": "null"
                                                  }
                                                },
                                                "operator": "&&",
                                                "right": {
                                                  "type": "BinaryExpression",
                                                  "start": 15372,
                                                  "end": 15387,
                                                  "loc": {
                                                    "start": {
                                                      "line": 469,
                                                      "column": 31
                                                    },
                                                    "end": {
                                                      "line": 469,
                                                      "column": 46
                                                    }
                                                  },
                                                  "left": {
                                                    "type": "MemberExpression",
                                                    "start": 15372,
                                                    "end": 15383,
                                                    "loc": {
                                                      "start": {
                                                        "line": 469,
                                                        "column": 31
                                                      },
                                                      "end": {
                                                        "line": 469,
                                                        "column": 42
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 15372,
                                                      "end": 15376,
                                                      "loc": {
                                                        "start": {
                                                          "line": 469,
                                                          "column": 31
                                                        },
                                                        "end": {
                                                          "line": 469,
                                                          "column": 35
                                                        },
                                                        "identifierName": "cIds"
                                                      },
                                                      "name": "cIds"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 15377,
                                                      "end": 15383,
                                                      "loc": {
                                                        "start": {
                                                          "line": 469,
                                                          "column": 36
                                                        },
                                                        "end": {
                                                          "line": 469,
                                                          "column": 42
                                                        },
                                                        "identifierName": "length"
                                                      },
                                                      "name": "length"
                                                    },
                                                    "computed": false
                                                  },
                                                  "operator": ">",
                                                  "right": {
                                                    "type": "NumericLiteral",
                                                    "start": 15386,
                                                    "end": 15387,
                                                    "loc": {
                                                      "start": {
                                                        "line": 469,
                                                        "column": 45
                                                      },
                                                      "end": {
                                                        "line": 469,
                                                        "column": 46
                                                      }
                                                    },
                                                    "extra": {
                                                      "rawValue": 1,
                                                      "raw": "1"
                                                    },
                                                    "value": 1
                                                  }
                                                }
                                              },
                                              "consequent": {
                                                "type": "BlockStatement",
                                                "start": 15389,
                                                "end": 15795,
                                                "loc": {
                                                  "start": {
                                                    "line": 469,
                                                    "column": 48
                                                  },
                                                  "end": {
                                                    "line": 482,
                                                    "column": 9
                                                  }
                                                },
                                                "body": [
                                                  {
                                                    "type": "ExpressionStatement",
                                                    "start": 15401,
                                                    "end": 15785,
                                                    "loc": {
                                                      "start": {
                                                        "line": 470,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 481,
                                                        "column": 12
                                                      }
                                                    },
                                                    "expression": {
                                                      "type": "CallExpression",
                                                      "start": 15401,
                                                      "end": 15784,
                                                      "loc": {
                                                        "start": {
                                                          "line": 470,
                                                          "column": 10
                                                        },
                                                        "end": {
                                                          "line": 481,
                                                          "column": 11
                                                        }
                                                      },
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "start": 15401,
                                                        "end": 15415,
                                                        "loc": {
                                                          "start": {
                                                            "line": 470,
                                                            "column": 10
                                                          },
                                                          "end": {
                                                            "line": 470,
                                                            "column": 24
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "ThisExpression",
                                                          "start": 15401,
                                                          "end": 15405,
                                                          "loc": {
                                                            "start": {
                                                              "line": 470,
                                                              "column": 10
                                                            },
                                                            "end": {
                                                              "line": 470,
                                                              "column": 14
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 15406,
                                                          "end": 15415,
                                                          "loc": {
                                                            "start": {
                                                              "line": 470,
                                                              "column": 15
                                                            },
                                                            "end": {
                                                              "line": 470,
                                                              "column": 24
                                                            },
                                                            "identifierName": "_logIssue"
                                                          },
                                                          "name": "_logIssue"
                                                        },
                                                        "computed": false
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "StringLiteral",
                                                          "start": 15429,
                                                          "end": 15461,
                                                          "loc": {
                                                            "start": {
                                                              "line": 471,
                                                              "column": 12
                                                            },
                                                            "end": {
                                                              "line": 471,
                                                              "column": 44
                                                            }
                                                          },
                                                          "extra": {
                                                            "rawValue": "component_group_contains_dupes",
                                                            "raw": "\"component_group_contains_dupes\""
                                                          },
                                                          "value": "component_group_contains_dupes"
                                                        },
                                                        {
                                                          "type": "CallExpression",
                                                          "start": 15475,
                                                          "end": 15515,
                                                          "loc": {
                                                            "start": {
                                                              "line": 472,
                                                              "column": 12
                                                            },
                                                            "end": {
                                                              "line": 472,
                                                              "column": 52
                                                            }
                                                          },
                                                          "callee": {
                                                            "type": "MemberExpression",
                                                            "start": 15475,
                                                            "end": 15509,
                                                            "loc": {
                                                              "start": {
                                                                "line": 472,
                                                                "column": 12
                                                              },
                                                              "end": {
                                                                "line": 472,
                                                                "column": 46
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "MemberExpression",
                                                              "start": 15475,
                                                              "end": 15493,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 472,
                                                                  "column": 12
                                                                },
                                                                "end": {
                                                                  "line": 472,
                                                                  "column": 30
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "MemberExpression",
                                                                "start": 15475,
                                                                "end": 15484,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 472,
                                                                    "column": 12
                                                                  },
                                                                  "end": {
                                                                    "line": 472,
                                                                    "column": 21
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "ThisExpression",
                                                                  "start": 15475,
                                                                  "end": 15479,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 472,
                                                                      "column": 12
                                                                    },
                                                                    "end": {
                                                                      "line": 472,
                                                                      "column": 16
                                                                    }
                                                                  }
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 15480,
                                                                  "end": 15484,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 472,
                                                                      "column": 17
                                                                    },
                                                                    "end": {
                                                                      "line": 472,
                                                                      "column": 21
                                                                    },
                                                                    "identifierName": "_bid"
                                                                  },
                                                                  "name": "_bid"
                                                                },
                                                                "computed": false
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 15485,
                                                                "end": 15493,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 472,
                                                                    "column": 22
                                                                  },
                                                                  "end": {
                                                                    "line": 472,
                                                                    "column": 30
                                                                  },
                                                                  "identifierName": "entities"
                                                                },
                                                                "name": "entities"
                                                              },
                                                              "computed": false
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 15494,
                                                              "end": 15509,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 472,
                                                                  "column": 31
                                                                },
                                                                "end": {
                                                                  "line": 472,
                                                                  "column": 46
                                                                },
                                                                "identifierName": "componentGroups"
                                                              },
                                                              "name": "componentGroups"
                                                            },
                                                            "computed": false
                                                          },
                                                          "arguments": [
                                                            {
                                                              "type": "Identifier",
                                                              "start": 15510,
                                                              "end": 15514,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 472,
                                                                  "column": 47
                                                                },
                                                                "end": {
                                                                  "line": 472,
                                                                  "column": 51
                                                                },
                                                                "identifierName": "cgId"
                                                              },
                                                              "name": "cgId"
                                                            }
                                                          ]
                                                        },
                                                        {
                                                          "type": "ObjectExpression",
                                                          "start": 15529,
                                                          "end": 15531,
                                                          "loc": {
                                                            "start": {
                                                              "line": 473,
                                                              "column": 12
                                                            },
                                                            "end": {
                                                              "line": 473,
                                                              "column": 14
                                                            }
                                                          },
                                                          "properties": []
                                                        },
                                                        {
                                                          "type": "ObjectExpression",
                                                          "start": 15545,
                                                          "end": 15772,
                                                          "loc": {
                                                            "start": {
                                                              "line": 474,
                                                              "column": 12
                                                            },
                                                            "end": {
                                                              "line": 480,
                                                              "column": 13
                                                            }
                                                          },
                                                          "properties": [
                                                            {
                                                              "type": "ObjectProperty",
                                                              "start": 15561,
                                                              "end": 15757,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 475,
                                                                  "column": 14
                                                                },
                                                                "end": {
                                                                  "line": 479,
                                                                  "column": 15
                                                                }
                                                              },
                                                              "method": false,
                                                              "shorthand": false,
                                                              "computed": false,
                                                              "key": {
                                                                "type": "Identifier",
                                                                "start": 15561,
                                                                "end": 15568,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 475,
                                                                    "column": 14
                                                                  },
                                                                  "end": {
                                                                    "line": 475,
                                                                    "column": 21
                                                                  },
                                                                  "identifierName": "details"
                                                                },
                                                                "name": "details"
                                                              },
                                                              "value": {
                                                                "type": "ObjectExpression",
                                                                "start": 15570,
                                                                "end": 15757,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 475,
                                                                    "column": 23
                                                                  },
                                                                  "end": {
                                                                    "line": 479,
                                                                    "column": 15
                                                                  }
                                                                },
                                                                "properties": [
                                                                  {
                                                                    "type": "ObjectProperty",
                                                                    "start": 15588,
                                                                    "end": 15592,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 476,
                                                                        "column": 16
                                                                      },
                                                                      "end": {
                                                                        "line": 476,
                                                                        "column": 20
                                                                      }
                                                                    },
                                                                    "method": false,
                                                                    "shorthand": true,
                                                                    "computed": false,
                                                                    "key": {
                                                                      "type": "Identifier",
                                                                      "start": 15588,
                                                                      "end": 15592,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 476,
                                                                          "column": 16
                                                                        },
                                                                        "end": {
                                                                          "line": 476,
                                                                          "column": 20
                                                                        },
                                                                        "identifierName": "liId"
                                                                      },
                                                                      "name": "liId"
                                                                    },
                                                                    "value": {
                                                                      "type": "Identifier",
                                                                      "start": 15588,
                                                                      "end": 15592,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 476,
                                                                          "column": 16
                                                                        },
                                                                        "end": {
                                                                          "line": 476,
                                                                          "column": 20
                                                                        },
                                                                        "identifierName": "liId"
                                                                      },
                                                                      "name": "liId"
                                                                    },
                                                                    "extra": {
                                                                      "shorthand": true
                                                                    }
                                                                  },
                                                                  {
                                                                    "type": "ObjectProperty",
                                                                    "start": 15610,
                                                                    "end": 15659,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 477,
                                                                        "column": 16
                                                                      },
                                                                      "end": {
                                                                        "line": 477,
                                                                        "column": 65
                                                                      }
                                                                    },
                                                                    "method": false,
                                                                    "shorthand": false,
                                                                    "computed": false,
                                                                    "key": {
                                                                      "type": "Identifier",
                                                                      "start": 15610,
                                                                      "end": 15617,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 477,
                                                                          "column": 16
                                                                        },
                                                                        "end": {
                                                                          "line": 477,
                                                                          "column": 23
                                                                        },
                                                                        "identifierName": "liTitle"
                                                                      },
                                                                      "name": "liTitle"
                                                                    },
                                                                    "value": {
                                                                      "type": "MemberExpression",
                                                                      "start": 15619,
                                                                      "end": 15659,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 477,
                                                                          "column": 25
                                                                        },
                                                                        "end": {
                                                                          "line": 477,
                                                                          "column": 65
                                                                        }
                                                                      },
                                                                      "object": {
                                                                        "type": "CallExpression",
                                                                        "start": 15619,
                                                                        "end": 15653,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 477,
                                                                            "column": 25
                                                                          },
                                                                          "end": {
                                                                            "line": 477,
                                                                            "column": 59
                                                                          }
                                                                        },
                                                                        "callee": {
                                                                          "type": "MemberExpression",
                                                                          "start": 15619,
                                                                          "end": 15647,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 477,
                                                                              "column": 25
                                                                            },
                                                                            "end": {
                                                                              "line": 477,
                                                                              "column": 53
                                                                            }
                                                                          },
                                                                          "object": {
                                                                            "type": "MemberExpression",
                                                                            "start": 15619,
                                                                            "end": 15637,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 477,
                                                                                "column": 25
                                                                              },
                                                                              "end": {
                                                                                "line": 477,
                                                                                "column": 43
                                                                              }
                                                                            },
                                                                            "object": {
                                                                              "type": "MemberExpression",
                                                                              "start": 15619,
                                                                              "end": 15628,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 477,
                                                                                  "column": 25
                                                                                },
                                                                                "end": {
                                                                                  "line": 477,
                                                                                  "column": 34
                                                                                }
                                                                              },
                                                                              "object": {
                                                                                "type": "ThisExpression",
                                                                                "start": 15619,
                                                                                "end": 15623,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 477,
                                                                                    "column": 25
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 477,
                                                                                    "column": 29
                                                                                  }
                                                                                }
                                                                              },
                                                                              "property": {
                                                                                "type": "Identifier",
                                                                                "start": 15624,
                                                                                "end": 15628,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 477,
                                                                                    "column": 30
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 477,
                                                                                    "column": 34
                                                                                  },
                                                                                  "identifierName": "_bid"
                                                                                },
                                                                                "name": "_bid"
                                                                              },
                                                                              "computed": false
                                                                            },
                                                                            "property": {
                                                                              "type": "Identifier",
                                                                              "start": 15629,
                                                                              "end": 15637,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 477,
                                                                                  "column": 35
                                                                                },
                                                                                "end": {
                                                                                  "line": 477,
                                                                                  "column": 43
                                                                                },
                                                                                "identifierName": "entities"
                                                                              },
                                                                              "name": "entities"
                                                                            },
                                                                            "computed": false
                                                                          },
                                                                          "property": {
                                                                            "type": "Identifier",
                                                                            "start": 15638,
                                                                            "end": 15647,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 477,
                                                                                "column": 44
                                                                              },
                                                                              "end": {
                                                                                "line": 477,
                                                                                "column": 53
                                                                              },
                                                                              "identifierName": "lineItems"
                                                                            },
                                                                            "name": "lineItems"
                                                                          },
                                                                          "computed": false
                                                                        },
                                                                        "arguments": [
                                                                          {
                                                                            "type": "Identifier",
                                                                            "start": 15648,
                                                                            "end": 15652,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 477,
                                                                                "column": 54
                                                                              },
                                                                              "end": {
                                                                                "line": 477,
                                                                                "column": 58
                                                                              },
                                                                              "identifierName": "liId"
                                                                            },
                                                                            "name": "liId"
                                                                          }
                                                                        ]
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "start": 15654,
                                                                        "end": 15659,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 477,
                                                                            "column": 60
                                                                          },
                                                                          "end": {
                                                                            "line": 477,
                                                                            "column": 65
                                                                          },
                                                                          "identifierName": "title"
                                                                        },
                                                                        "name": "title"
                                                                      },
                                                                      "computed": false
                                                                    }
                                                                  },
                                                                  {
                                                                    "type": "ObjectProperty",
                                                                    "start": 15677,
                                                                    "end": 15740,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 478,
                                                                        "column": 16
                                                                      },
                                                                      "end": {
                                                                        "line": 478,
                                                                        "column": 79
                                                                      }
                                                                    },
                                                                    "method": false,
                                                                    "shorthand": false,
                                                                    "computed": false,
                                                                    "key": {
                                                                      "type": "Identifier",
                                                                      "start": 15677,
                                                                      "end": 15687,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 478,
                                                                          "column": 16
                                                                        },
                                                                        "end": {
                                                                          "line": 478,
                                                                          "column": 26
                                                                        },
                                                                        "identifierName": "components"
                                                                      },
                                                                      "name": "components"
                                                                    },
                                                                    "value": {
                                                                      "type": "CallExpression",
                                                                      "start": 15689,
                                                                      "end": 15740,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 478,
                                                                          "column": 28
                                                                        },
                                                                        "end": {
                                                                          "line": 478,
                                                                          "column": 79
                                                                        }
                                                                      },
                                                                      "callee": {
                                                                        "type": "MemberExpression",
                                                                        "start": 15689,
                                                                        "end": 15697,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 478,
                                                                            "column": 28
                                                                          },
                                                                          "end": {
                                                                            "line": 478,
                                                                            "column": 36
                                                                          }
                                                                        },
                                                                        "object": {
                                                                          "type": "Identifier",
                                                                          "start": 15689,
                                                                          "end": 15693,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 478,
                                                                              "column": 28
                                                                            },
                                                                            "end": {
                                                                              "line": 478,
                                                                              "column": 32
                                                                            },
                                                                            "identifierName": "cIds"
                                                                          },
                                                                          "name": "cIds"
                                                                        },
                                                                        "property": {
                                                                          "type": "Identifier",
                                                                          "start": 15694,
                                                                          "end": 15697,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 478,
                                                                              "column": 33
                                                                            },
                                                                            "end": {
                                                                              "line": 478,
                                                                              "column": 36
                                                                            },
                                                                            "identifierName": "map"
                                                                          },
                                                                          "name": "map"
                                                                        },
                                                                        "computed": false
                                                                      },
                                                                      "arguments": [
                                                                        {
                                                                          "type": "ArrowFunctionExpression",
                                                                          "start": 15698,
                                                                          "end": 15739,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 478,
                                                                              "column": 37
                                                                            },
                                                                            "end": {
                                                                              "line": 478,
                                                                              "column": 78
                                                                            }
                                                                          },
                                                                          "id": null,
                                                                          "generator": false,
                                                                          "expression": true,
                                                                          "async": false,
                                                                          "params": [
                                                                            {
                                                                              "type": "Identifier",
                                                                              "start": 15698,
                                                                              "end": 15701,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 478,
                                                                                  "column": 37
                                                                                },
                                                                                "end": {
                                                                                  "line": 478,
                                                                                  "column": 40
                                                                                },
                                                                                "identifierName": "cId"
                                                                              },
                                                                              "name": "cId"
                                                                            }
                                                                          ],
                                                                          "body": {
                                                                            "type": "CallExpression",
                                                                            "start": 15705,
                                                                            "end": 15739,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 478,
                                                                                "column": 44
                                                                              },
                                                                              "end": {
                                                                                "line": 478,
                                                                                "column": 78
                                                                              }
                                                                            },
                                                                            "callee": {
                                                                              "type": "MemberExpression",
                                                                              "start": 15705,
                                                                              "end": 15734,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 478,
                                                                                  "column": 44
                                                                                },
                                                                                "end": {
                                                                                  "line": 478,
                                                                                  "column": 73
                                                                                }
                                                                              },
                                                                              "object": {
                                                                                "type": "MemberExpression",
                                                                                "start": 15705,
                                                                                "end": 15723,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 478,
                                                                                    "column": 44
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 478,
                                                                                    "column": 62
                                                                                  }
                                                                                },
                                                                                "object": {
                                                                                  "type": "MemberExpression",
                                                                                  "start": 15705,
                                                                                  "end": 15714,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 478,
                                                                                      "column": 44
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 478,
                                                                                      "column": 53
                                                                                    }
                                                                                  },
                                                                                  "object": {
                                                                                    "type": "ThisExpression",
                                                                                    "start": 15705,
                                                                                    "end": 15709,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 478,
                                                                                        "column": 44
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 478,
                                                                                        "column": 48
                                                                                      }
                                                                                    }
                                                                                  },
                                                                                  "property": {
                                                                                    "type": "Identifier",
                                                                                    "start": 15710,
                                                                                    "end": 15714,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 478,
                                                                                        "column": 49
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 478,
                                                                                        "column": 53
                                                                                      },
                                                                                      "identifierName": "_bid"
                                                                                    },
                                                                                    "name": "_bid"
                                                                                  },
                                                                                  "computed": false
                                                                                },
                                                                                "property": {
                                                                                  "type": "Identifier",
                                                                                  "start": 15715,
                                                                                  "end": 15723,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 478,
                                                                                      "column": 54
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 478,
                                                                                      "column": 62
                                                                                    },
                                                                                    "identifierName": "entities"
                                                                                  },
                                                                                  "name": "entities"
                                                                                },
                                                                                "computed": false
                                                                              },
                                                                              "property": {
                                                                                "type": "Identifier",
                                                                                "start": 15724,
                                                                                "end": 15734,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 478,
                                                                                    "column": 63
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 478,
                                                                                    "column": 73
                                                                                  },
                                                                                  "identifierName": "components"
                                                                                },
                                                                                "name": "components"
                                                                              },
                                                                              "computed": false
                                                                            },
                                                                            "arguments": [
                                                                              {
                                                                                "type": "Identifier",
                                                                                "start": 15735,
                                                                                "end": 15738,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 478,
                                                                                    "column": 74
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 478,
                                                                                    "column": 77
                                                                                  },
                                                                                  "identifierName": "cId"
                                                                                },
                                                                                "name": "cId"
                                                                              }
                                                                            ]
                                                                          }
                                                                        }
                                                                      ]
                                                                    }
                                                                  }
                                                                ]
                                                              }
                                                            }
                                                          ]
                                                        }
                                                      ]
                                                    }
                                                  }
                                                ],
                                                "directives": []
                                              },
                                              "alternate": null
                                            }
                                          ],
                                          "directives": []
                                        }
                                      }
                                    ]
                                  }
                                }
                              ],
                              "directives": []
                            }
                          }
                        ]
                      }
                    }
                  ],
                  "directives": []
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Test Line Items are not used more than once within a Component Group\n   ",
                    "start": 14525,
                    "end": 14608,
                    "loc": {
                      "start": {
                        "line": 443,
                        "column": 2
                      },
                      "end": {
                        "line": 445,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 15821,
                "end": 16187,
                "loc": {
                  "start": {
                    "line": 487,
                    "column": 2
                  },
                  "end": {
                    "line": 495,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 15821,
                  "end": 15845,
                  "loc": {
                    "start": {
                      "line": 487,
                      "column": 2
                    },
                    "end": {
                      "line": 487,
                      "column": 26
                    },
                    "identifierName": "_testDependencyExistence"
                  },
                  "name": "_testDependencyExistence"
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 15846,
                    "end": 15861,
                    "loc": {
                      "start": {
                        "line": 487,
                        "column": 27
                      },
                      "end": {
                        "line": 487,
                        "column": 42
                      },
                      "identifierName": "sourceBidEntity"
                    },
                    "name": "sourceBidEntity"
                  },
                  {
                    "type": "Identifier",
                    "start": 15863,
                    "end": 15881,
                    "loc": {
                      "start": {
                        "line": 487,
                        "column": 44
                      },
                      "end": {
                        "line": 487,
                        "column": 62
                      },
                      "identifierName": "dependencyContract"
                    },
                    "name": "dependencyContract"
                  },
                  {
                    "type": "Identifier",
                    "start": 15883,
                    "end": 15896,
                    "loc": {
                      "start": {
                        "line": 487,
                        "column": 64
                      },
                      "end": {
                        "line": 487,
                        "column": 77
                      },
                      "identifierName": "dependencyKey"
                    },
                    "name": "dependencyKey"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 15898,
                  "end": 16187,
                  "loc": {
                    "start": {
                      "line": 487,
                      "column": 79
                    },
                    "end": {
                      "line": 495,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 15904,
                      "end": 16183,
                      "loc": {
                        "start": {
                          "line": 488,
                          "column": 4
                        },
                        "end": {
                          "line": 494,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 15908,
                        "end": 15941,
                        "loc": {
                          "start": {
                            "line": 488,
                            "column": 8
                          },
                          "end": {
                            "line": 488,
                            "column": 41
                          }
                        },
                        "left": {
                          "type": "MemberExpression",
                          "start": 15908,
                          "end": 15931,
                          "loc": {
                            "start": {
                              "line": 488,
                              "column": 8
                            },
                            "end": {
                              "line": 488,
                              "column": 31
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 15908,
                            "end": 15926,
                            "loc": {
                              "start": {
                                "line": 488,
                                "column": 8
                              },
                              "end": {
                                "line": 488,
                                "column": 26
                              },
                              "identifierName": "dependencyContract"
                            },
                            "name": "dependencyContract"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 15927,
                            "end": 15931,
                            "loc": {
                              "start": {
                                "line": 488,
                                "column": 27
                              },
                              "end": {
                                "line": 488,
                                "column": 31
                              },
                              "identifierName": "type"
                            },
                            "name": "type"
                          },
                          "computed": false
                        },
                        "operator": "!==",
                        "right": {
                          "type": "StringLiteral",
                          "start": 15936,
                          "end": 15941,
                          "loc": {
                            "start": {
                              "line": 488,
                              "column": 36
                            },
                            "end": {
                              "line": 488,
                              "column": 41
                            }
                          },
                          "extra": {
                            "rawValue": "bid",
                            "raw": "\"bid\""
                          },
                          "value": "bid"
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 15943,
                        "end": 16183,
                        "loc": {
                          "start": {
                            "line": 488,
                            "column": 43
                          },
                          "end": {
                            "line": 494,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "IfStatement",
                            "start": 15951,
                            "end": 16177,
                            "loc": {
                              "start": {
                                "line": 489,
                                "column": 6
                              },
                              "end": {
                                "line": 493,
                                "column": 7
                              }
                            },
                            "test": {
                              "type": "UnaryExpression",
                              "start": 15955,
                              "end": 16011,
                              "loc": {
                                "start": {
                                  "line": 489,
                                  "column": 10
                                },
                                "end": {
                                  "line": 489,
                                  "column": 66
                                }
                              },
                              "operator": "!",
                              "prefix": true,
                              "argument": {
                                "type": "CallExpression",
                                "start": 15956,
                                "end": 16011,
                                "loc": {
                                  "start": {
                                    "line": 489,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 489,
                                    "column": 66
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 15956,
                                  "end": 15991,
                                  "loc": {
                                    "start": {
                                      "line": 489,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 489,
                                      "column": 46
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 15956,
                                    "end": 15974,
                                    "loc": {
                                      "start": {
                                        "line": 489,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 489,
                                        "column": 29
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 15956,
                                      "end": 15965,
                                      "loc": {
                                        "start": {
                                          "line": 489,
                                          "column": 11
                                        },
                                        "end": {
                                          "line": 489,
                                          "column": 20
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 15956,
                                        "end": 15960,
                                        "loc": {
                                          "start": {
                                            "line": 489,
                                            "column": 11
                                          },
                                          "end": {
                                            "line": 489,
                                            "column": 15
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 15961,
                                        "end": 15965,
                                        "loc": {
                                          "start": {
                                            "line": 489,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 489,
                                            "column": 20
                                          },
                                          "identifierName": "_bid"
                                        },
                                        "name": "_bid"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 15966,
                                      "end": 15974,
                                      "loc": {
                                        "start": {
                                          "line": 489,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 489,
                                          "column": 29
                                        },
                                        "identifierName": "entities"
                                      },
                                      "name": "entities"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 15975,
                                    "end": 15991,
                                    "loc": {
                                      "start": {
                                        "line": 489,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 489,
                                        "column": 46
                                      },
                                      "identifierName": "dependencyExists"
                                    },
                                    "name": "dependencyExists"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 15992,
                                    "end": 16010,
                                    "loc": {
                                      "start": {
                                        "line": 489,
                                        "column": 47
                                      },
                                      "end": {
                                        "line": 489,
                                        "column": 65
                                      },
                                      "identifierName": "dependencyContract"
                                    },
                                    "name": "dependencyContract"
                                  }
                                ]
                              },
                              "extra": {
                                "parenthesizedArgument": false
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 16013,
                              "end": 16177,
                              "loc": {
                                "start": {
                                  "line": 489,
                                  "column": 68
                                },
                                "end": {
                                  "line": 493,
                                  "column": 7
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 16023,
                                  "end": 16169,
                                  "loc": {
                                    "start": {
                                      "line": 490,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 492,
                                      "column": 11
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 16023,
                                    "end": 16168,
                                    "loc": {
                                      "start": {
                                        "line": 490,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 492,
                                        "column": 10
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 16023,
                                      "end": 16037,
                                      "loc": {
                                        "start": {
                                          "line": 490,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 490,
                                          "column": 22
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 16023,
                                        "end": 16027,
                                        "loc": {
                                          "start": {
                                            "line": 490,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 490,
                                            "column": 12
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 16028,
                                        "end": 16037,
                                        "loc": {
                                          "start": {
                                            "line": 490,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 490,
                                            "column": 22
                                          },
                                          "identifierName": "_logIssue"
                                        },
                                        "name": "_logIssue"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "StringLiteral",
                                        "start": 16038,
                                        "end": 16058,
                                        "loc": {
                                          "start": {
                                            "line": 490,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 490,
                                            "column": 43
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "invalid_dependency",
                                          "raw": "\"invalid_dependency\""
                                        },
                                        "value": "invalid_dependency"
                                      },
                                      {
                                        "type": "Identifier",
                                        "start": 16060,
                                        "end": 16075,
                                        "loc": {
                                          "start": {
                                            "line": 490,
                                            "column": 45
                                          },
                                          "end": {
                                            "line": 490,
                                            "column": 60
                                          },
                                          "identifierName": "sourceBidEntity"
                                        },
                                        "name": "sourceBidEntity"
                                      },
                                      {
                                        "type": "Identifier",
                                        "start": 16077,
                                        "end": 16095,
                                        "loc": {
                                          "start": {
                                            "line": 490,
                                            "column": 62
                                          },
                                          "end": {
                                            "line": 490,
                                            "column": 80
                                          },
                                          "identifierName": "dependencyContract"
                                        },
                                        "name": "dependencyContract"
                                      },
                                      {
                                        "type": "ObjectExpression",
                                        "start": 16097,
                                        "end": 16167,
                                        "loc": {
                                          "start": {
                                            "line": 490,
                                            "column": 82
                                          },
                                          "end": {
                                            "line": 492,
                                            "column": 9
                                          }
                                        },
                                        "properties": [
                                          {
                                            "type": "ObjectProperty",
                                            "start": 16109,
                                            "end": 16156,
                                            "loc": {
                                              "start": {
                                                "line": 491,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 491,
                                                "column": 57
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 16109,
                                              "end": 16141,
                                              "loc": {
                                                "start": {
                                                  "line": 491,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 491,
                                                  "column": 42
                                                },
                                                "identifierName": "source_bid_entity_dependency_key"
                                              },
                                              "name": "source_bid_entity_dependency_key"
                                            },
                                            "value": {
                                              "type": "Identifier",
                                              "start": 16143,
                                              "end": 16156,
                                              "loc": {
                                                "start": {
                                                  "line": 491,
                                                  "column": 44
                                                },
                                                "end": {
                                                  "line": 491,
                                                  "column": 57
                                                },
                                                "identifierName": "dependencyKey"
                                              },
                                              "name": "dependencyKey"
                                            }
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                }
                              ],
                              "directives": []
                            },
                            "alternate": null
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 16191,
                "end": 16582,
                "loc": {
                  "start": {
                    "line": 497,
                    "column": 2
                  },
                  "end": {
                    "line": 504,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 16191,
                  "end": 16213,
                  "loc": {
                    "start": {
                      "line": 497,
                      "column": 2
                    },
                    "end": {
                      "line": 497,
                      "column": 24
                    },
                    "identifierName": "_testAssemblyExistence"
                  },
                  "name": "_testAssemblyExistence"
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 16214,
                    "end": 16229,
                    "loc": {
                      "start": {
                        "line": 497,
                        "column": 25
                      },
                      "end": {
                        "line": 497,
                        "column": 40
                      },
                      "identifierName": "sourceBidEntity"
                    },
                    "name": "sourceBidEntity"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 16231,
                  "end": 16582,
                  "loc": {
                    "start": {
                      "line": 497,
                      "column": 42
                    },
                    "end": {
                      "line": 504,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 16237,
                      "end": 16578,
                      "loc": {
                        "start": {
                          "line": 498,
                          "column": 4
                        },
                        "end": {
                          "line": 503,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "LogicalExpression",
                        "start": 16241,
                        "end": 16329,
                        "loc": {
                          "start": {
                            "line": 498,
                            "column": 8
                          },
                          "end": {
                            "line": 498,
                            "column": 96
                          }
                        },
                        "left": {
                          "type": "UnaryExpression",
                          "start": 16241,
                          "end": 16291,
                          "loc": {
                            "start": {
                              "line": 498,
                              "column": 8
                            },
                            "end": {
                              "line": 498,
                              "column": 58
                            }
                          },
                          "operator": "!",
                          "prefix": true,
                          "argument": {
                            "type": "CallExpression",
                            "start": 16242,
                            "end": 16291,
                            "loc": {
                              "start": {
                                "line": 498,
                                "column": 9
                              },
                              "end": {
                                "line": 498,
                                "column": 58
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 16242,
                              "end": 16255,
                              "loc": {
                                "start": {
                                  "line": 498,
                                  "column": 9
                                },
                                "end": {
                                  "line": 498,
                                  "column": 22
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 16242,
                                "end": 16243,
                                "loc": {
                                  "start": {
                                    "line": 498,
                                    "column": 9
                                  },
                                  "end": {
                                    "line": 498,
                                    "column": 10
                                  },
                                  "identifierName": "_"
                                },
                                "name": "_"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 16244,
                                "end": 16255,
                                "loc": {
                                  "start": {
                                    "line": 498,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 498,
                                    "column": 22
                                  },
                                  "identifierName": "isUndefined"
                                },
                                "name": "isUndefined"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "MemberExpression",
                                "start": 16256,
                                "end": 16290,
                                "loc": {
                                  "start": {
                                    "line": 498,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 498,
                                    "column": 57
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 16256,
                                  "end": 16278,
                                  "loc": {
                                    "start": {
                                      "line": 498,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 498,
                                      "column": 45
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 16256,
                                    "end": 16271,
                                    "loc": {
                                      "start": {
                                        "line": 498,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 498,
                                        "column": 38
                                      },
                                      "identifierName": "sourceBidEntity"
                                    },
                                    "name": "sourceBidEntity"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 16272,
                                    "end": 16278,
                                    "loc": {
                                      "start": {
                                        "line": 498,
                                        "column": 39
                                      },
                                      "end": {
                                        "line": 498,
                                        "column": 45
                                      },
                                      "identifierName": "config"
                                    },
                                    "name": "config"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 16279,
                                  "end": 16290,
                                  "loc": {
                                    "start": {
                                      "line": 498,
                                      "column": 46
                                    },
                                    "end": {
                                      "line": 498,
                                      "column": 57
                                    },
                                    "identifierName": "assembly_id"
                                  },
                                  "name": "assembly_id"
                                },
                                "computed": false
                              }
                            ]
                          },
                          "extra": {
                            "parenthesizedArgument": false
                          }
                        },
                        "operator": "&&",
                        "right": {
                          "type": "MemberExpression",
                          "start": 16295,
                          "end": 16329,
                          "loc": {
                            "start": {
                              "line": 498,
                              "column": 62
                            },
                            "end": {
                              "line": 498,
                              "column": 96
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 16295,
                            "end": 16317,
                            "loc": {
                              "start": {
                                "line": 498,
                                "column": 62
                              },
                              "end": {
                                "line": 498,
                                "column": 84
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 16295,
                              "end": 16310,
                              "loc": {
                                "start": {
                                  "line": 498,
                                  "column": 62
                                },
                                "end": {
                                  "line": 498,
                                  "column": 77
                                },
                                "identifierName": "sourceBidEntity"
                              },
                              "name": "sourceBidEntity"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 16311,
                              "end": 16317,
                              "loc": {
                                "start": {
                                  "line": 498,
                                  "column": 78
                                },
                                "end": {
                                  "line": 498,
                                  "column": 84
                                },
                                "identifierName": "config"
                              },
                              "name": "config"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 16318,
                            "end": 16329,
                            "loc": {
                              "start": {
                                "line": 498,
                                "column": 85
                              },
                              "end": {
                                "line": 498,
                                "column": 96
                              },
                              "identifierName": "assembly_id"
                            },
                            "name": "assembly_id"
                          },
                          "computed": false
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 16331,
                        "end": 16578,
                        "loc": {
                          "start": {
                            "line": 498,
                            "column": 98
                          },
                          "end": {
                            "line": 503,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "VariableDeclaration",
                            "start": 16339,
                            "end": 16437,
                            "loc": {
                              "start": {
                                "line": 499,
                                "column": 6
                              },
                              "end": {
                                "line": 499,
                                "column": 104
                              }
                            },
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "start": 16343,
                                "end": 16436,
                                "loc": {
                                  "start": {
                                    "line": 499,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 499,
                                    "column": 103
                                  }
                                },
                                "id": {
                                  "type": "Identifier",
                                  "start": 16343,
                                  "end": 16351,
                                  "loc": {
                                    "start": {
                                      "line": 499,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 499,
                                      "column": 18
                                    },
                                    "identifierName": "assembly"
                                  },
                                  "name": "assembly"
                                },
                                "init": {
                                  "type": "CallExpression",
                                  "start": 16354,
                                  "end": 16436,
                                  "loc": {
                                    "start": {
                                      "line": 499,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 499,
                                      "column": 103
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 16354,
                                    "end": 16388,
                                    "loc": {
                                      "start": {
                                        "line": 499,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 499,
                                        "column": 55
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 16354,
                                      "end": 16372,
                                      "loc": {
                                        "start": {
                                          "line": 499,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 499,
                                          "column": 39
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 16354,
                                        "end": 16363,
                                        "loc": {
                                          "start": {
                                            "line": 499,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 499,
                                            "column": 30
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 16354,
                                          "end": 16358,
                                          "loc": {
                                            "start": {
                                              "line": 499,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 499,
                                              "column": 25
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 16359,
                                          "end": 16363,
                                          "loc": {
                                            "start": {
                                              "line": 499,
                                              "column": 26
                                            },
                                            "end": {
                                              "line": 499,
                                              "column": 30
                                            },
                                            "identifierName": "_bid"
                                          },
                                          "name": "_bid"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 16364,
                                        "end": 16372,
                                        "loc": {
                                          "start": {
                                            "line": 499,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 499,
                                            "column": 39
                                          },
                                          "identifierName": "entities"
                                        },
                                        "name": "entities"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 16373,
                                      "end": 16388,
                                      "loc": {
                                        "start": {
                                          "line": 499,
                                          "column": 40
                                        },
                                        "end": {
                                          "line": 499,
                                          "column": 55
                                        },
                                        "identifierName": "bidEntityExists"
                                      },
                                      "name": "bidEntityExists"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "StringLiteral",
                                      "start": 16389,
                                      "end": 16399,
                                      "loc": {
                                        "start": {
                                          "line": 499,
                                          "column": 56
                                        },
                                        "end": {
                                          "line": 499,
                                          "column": 66
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "assembly",
                                        "raw": "\"assembly\""
                                      },
                                      "value": "assembly"
                                    },
                                    {
                                      "type": "MemberExpression",
                                      "start": 16401,
                                      "end": 16435,
                                      "loc": {
                                        "start": {
                                          "line": 499,
                                          "column": 68
                                        },
                                        "end": {
                                          "line": 499,
                                          "column": 102
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 16401,
                                        "end": 16423,
                                        "loc": {
                                          "start": {
                                            "line": 499,
                                            "column": 68
                                          },
                                          "end": {
                                            "line": 499,
                                            "column": 90
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 16401,
                                          "end": 16416,
                                          "loc": {
                                            "start": {
                                              "line": 499,
                                              "column": 68
                                            },
                                            "end": {
                                              "line": 499,
                                              "column": 83
                                            },
                                            "identifierName": "sourceBidEntity"
                                          },
                                          "name": "sourceBidEntity"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 16417,
                                          "end": 16423,
                                          "loc": {
                                            "start": {
                                              "line": 499,
                                              "column": 84
                                            },
                                            "end": {
                                              "line": 499,
                                              "column": 90
                                            },
                                            "identifierName": "config"
                                          },
                                          "name": "config"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 16424,
                                        "end": 16435,
                                        "loc": {
                                          "start": {
                                            "line": 499,
                                            "column": 91
                                          },
                                          "end": {
                                            "line": 499,
                                            "column": 102
                                          },
                                          "identifierName": "assembly_id"
                                        },
                                        "name": "assembly_id"
                                      },
                                      "computed": false
                                    }
                                  ]
                                }
                              }
                            ],
                            "kind": "var"
                          },
                          {
                            "type": "IfStatement",
                            "start": 16444,
                            "end": 16572,
                            "loc": {
                              "start": {
                                "line": 500,
                                "column": 6
                              },
                              "end": {
                                "line": 502,
                                "column": 7
                              }
                            },
                            "test": {
                              "type": "LogicalExpression",
                              "start": 16448,
                              "end": 16493,
                              "loc": {
                                "start": {
                                  "line": 500,
                                  "column": 10
                                },
                                "end": {
                                  "line": 500,
                                  "column": 55
                                }
                              },
                              "left": {
                                "type": "CallExpression",
                                "start": 16448,
                                "end": 16471,
                                "loc": {
                                  "start": {
                                    "line": 500,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 500,
                                    "column": 33
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 16448,
                                  "end": 16461,
                                  "loc": {
                                    "start": {
                                      "line": 500,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 500,
                                      "column": 23
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 16448,
                                    "end": 16449,
                                    "loc": {
                                      "start": {
                                        "line": 500,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 500,
                                        "column": 11
                                      },
                                      "identifierName": "_"
                                    },
                                    "name": "_"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 16450,
                                    "end": 16461,
                                    "loc": {
                                      "start": {
                                        "line": 500,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 500,
                                        "column": 23
                                      },
                                      "identifierName": "isUndefined"
                                    },
                                    "name": "isUndefined"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 16462,
                                    "end": 16470,
                                    "loc": {
                                      "start": {
                                        "line": 500,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 500,
                                        "column": 32
                                      },
                                      "identifierName": "assembly"
                                    },
                                    "name": "assembly"
                                  }
                                ]
                              },
                              "operator": "||",
                              "right": {
                                "type": "CallExpression",
                                "start": 16475,
                                "end": 16493,
                                "loc": {
                                  "start": {
                                    "line": 500,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 500,
                                    "column": 55
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 16475,
                                  "end": 16483,
                                  "loc": {
                                    "start": {
                                      "line": 500,
                                      "column": 37
                                    },
                                    "end": {
                                      "line": 500,
                                      "column": 45
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 16475,
                                    "end": 16476,
                                    "loc": {
                                      "start": {
                                        "line": 500,
                                        "column": 37
                                      },
                                      "end": {
                                        "line": 500,
                                        "column": 38
                                      },
                                      "identifierName": "_"
                                    },
                                    "name": "_"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 16477,
                                    "end": 16483,
                                    "loc": {
                                      "start": {
                                        "line": 500,
                                        "column": 39
                                      },
                                      "end": {
                                        "line": 500,
                                        "column": 45
                                      },
                                      "identifierName": "isNull"
                                    },
                                    "name": "isNull"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 16484,
                                    "end": 16492,
                                    "loc": {
                                      "start": {
                                        "line": 500,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 500,
                                        "column": 54
                                      },
                                      "identifierName": "assembly"
                                    },
                                    "name": "assembly"
                                  }
                                ]
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 16495,
                              "end": 16572,
                              "loc": {
                                "start": {
                                  "line": 500,
                                  "column": 57
                                },
                                "end": {
                                  "line": 502,
                                  "column": 7
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 16505,
                                  "end": 16564,
                                  "loc": {
                                    "start": {
                                      "line": 501,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 501,
                                      "column": 67
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 16505,
                                    "end": 16563,
                                    "loc": {
                                      "start": {
                                        "line": 501,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 501,
                                        "column": 66
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 16505,
                                      "end": 16519,
                                      "loc": {
                                        "start": {
                                          "line": 501,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 501,
                                          "column": 22
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 16505,
                                        "end": 16509,
                                        "loc": {
                                          "start": {
                                            "line": 501,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 501,
                                            "column": 12
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 16510,
                                        "end": 16519,
                                        "loc": {
                                          "start": {
                                            "line": 501,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 501,
                                            "column": 22
                                          },
                                          "identifierName": "_logIssue"
                                        },
                                        "name": "_logIssue"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "StringLiteral",
                                        "start": 16520,
                                        "end": 16545,
                                        "loc": {
                                          "start": {
                                            "line": 501,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 501,
                                            "column": 48
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "assembly_does_not_exist",
                                          "raw": "\"assembly_does_not_exist\""
                                        },
                                        "value": "assembly_does_not_exist"
                                      },
                                      {
                                        "type": "Identifier",
                                        "start": 16547,
                                        "end": 16562,
                                        "loc": {
                                          "start": {
                                            "line": 501,
                                            "column": 50
                                          },
                                          "end": {
                                            "line": 501,
                                            "column": 65
                                          },
                                          "identifierName": "sourceBidEntity"
                                        },
                                        "name": "sourceBidEntity"
                                      }
                                    ]
                                  }
                                }
                              ],
                              "directives": []
                            },
                            "alternate": null
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 16586,
                "end": 16932,
                "loc": {
                  "start": {
                    "line": 506,
                    "column": 2
                  },
                  "end": {
                    "line": 514,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 16586,
                  "end": 16618,
                  "loc": {
                    "start": {
                      "line": 506,
                      "column": 2
                    },
                    "end": {
                      "line": 506,
                      "column": 34
                    },
                    "identifierName": "_testUnconvertedRuleDefinitionId"
                  },
                  "name": "_testUnconvertedRuleDefinitionId"
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 16619,
                    "end": 16627,
                    "loc": {
                      "start": {
                        "line": 506,
                        "column": 35
                      },
                      "end": {
                        "line": 506,
                        "column": 43
                      },
                      "identifierName": "lineItem"
                    },
                    "name": "lineItem"
                  },
                  {
                    "type": "Identifier",
                    "start": 16629,
                    "end": 16647,
                    "loc": {
                      "start": {
                        "line": 506,
                        "column": 45
                      },
                      "end": {
                        "line": 506,
                        "column": 63
                      },
                      "identifierName": "dependencyContract"
                    },
                    "name": "dependencyContract"
                  },
                  {
                    "type": "Identifier",
                    "start": 16649,
                    "end": 16662,
                    "loc": {
                      "start": {
                        "line": 506,
                        "column": 65
                      },
                      "end": {
                        "line": 506,
                        "column": 78
                      },
                      "identifierName": "dependencyKey"
                    },
                    "name": "dependencyKey"
                  },
                  {
                    "type": "Identifier",
                    "start": 16664,
                    "end": 16668,
                    "loc": {
                      "start": {
                        "line": 506,
                        "column": 80
                      },
                      "end": {
                        "line": 506,
                        "column": 84
                      },
                      "identifierName": "rule"
                    },
                    "name": "rule"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 16670,
                  "end": 16932,
                  "loc": {
                    "start": {
                      "line": 506,
                      "column": 86
                    },
                    "end": {
                      "line": 514,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 16676,
                      "end": 16928,
                      "loc": {
                        "start": {
                          "line": 507,
                          "column": 4
                        },
                        "end": {
                          "line": 513,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "MemberExpression",
                        "start": 16680,
                        "end": 16712,
                        "loc": {
                          "start": {
                            "line": 507,
                            "column": 8
                          },
                          "end": {
                            "line": 507,
                            "column": 40
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 16680,
                          "end": 16698,
                          "loc": {
                            "start": {
                              "line": 507,
                              "column": 8
                            },
                            "end": {
                              "line": 507,
                              "column": 26
                            },
                            "identifierName": "dependencyContract"
                          },
                          "name": "dependencyContract"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 16699,
                          "end": 16712,
                          "loc": {
                            "start": {
                              "line": 507,
                              "column": 27
                            },
                            "end": {
                              "line": 507,
                              "column": 40
                            },
                            "identifierName": "definition_id"
                          },
                          "name": "definition_id"
                        },
                        "computed": false
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 16714,
                        "end": 16928,
                        "loc": {
                          "start": {
                            "line": 507,
                            "column": 42
                          },
                          "end": {
                            "line": 513,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 16722,
                            "end": 16922,
                            "loc": {
                              "start": {
                                "line": 508,
                                "column": 6
                              },
                              "end": {
                                "line": 512,
                                "column": 9
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 16722,
                              "end": 16921,
                              "loc": {
                                "start": {
                                  "line": 508,
                                  "column": 6
                                },
                                "end": {
                                  "line": 512,
                                  "column": 8
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 16722,
                                "end": 16736,
                                "loc": {
                                  "start": {
                                    "line": 508,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 508,
                                    "column": 20
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 16722,
                                  "end": 16726,
                                  "loc": {
                                    "start": {
                                      "line": 508,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 508,
                                      "column": 10
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 16727,
                                  "end": 16736,
                                  "loc": {
                                    "start": {
                                      "line": 508,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 508,
                                      "column": 20
                                    },
                                    "identifierName": "_logIssue"
                                  },
                                  "name": "_logIssue"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "StringLiteral",
                                  "start": 16737,
                                  "end": 16773,
                                  "loc": {
                                    "start": {
                                      "line": 508,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 508,
                                      "column": 57
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "unconverted_rule_dependency_def_id",
                                    "raw": "\"unconverted_rule_dependency_def_id\""
                                  },
                                  "value": "unconverted_rule_dependency_def_id"
                                },
                                {
                                  "type": "Identifier",
                                  "start": 16775,
                                  "end": 16783,
                                  "loc": {
                                    "start": {
                                      "line": 508,
                                      "column": 59
                                    },
                                    "end": {
                                      "line": 508,
                                      "column": 67
                                    },
                                    "identifierName": "lineItem"
                                  },
                                  "name": "lineItem"
                                },
                                {
                                  "type": "Identifier",
                                  "start": 16785,
                                  "end": 16803,
                                  "loc": {
                                    "start": {
                                      "line": 508,
                                      "column": 69
                                    },
                                    "end": {
                                      "line": 508,
                                      "column": 87
                                    },
                                    "identifierName": "dependencyContract"
                                  },
                                  "name": "dependencyContract"
                                },
                                {
                                  "type": "ObjectExpression",
                                  "start": 16805,
                                  "end": 16920,
                                  "loc": {
                                    "start": {
                                      "line": 508,
                                      "column": 89
                                    },
                                    "end": {
                                      "line": 512,
                                      "column": 7
                                    }
                                  },
                                  "properties": [
                                    {
                                      "type": "ObjectProperty",
                                      "start": 16815,
                                      "end": 16862,
                                      "loc": {
                                        "start": {
                                          "line": 509,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 509,
                                          "column": 55
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "key": {
                                        "type": "Identifier",
                                        "start": 16815,
                                        "end": 16847,
                                        "loc": {
                                          "start": {
                                            "line": 509,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 509,
                                            "column": 40
                                          },
                                          "identifierName": "source_bid_entity_dependency_key"
                                        },
                                        "name": "source_bid_entity_dependency_key"
                                      },
                                      "value": {
                                        "type": "Identifier",
                                        "start": 16849,
                                        "end": 16862,
                                        "loc": {
                                          "start": {
                                            "line": 509,
                                            "column": 42
                                          },
                                          "end": {
                                            "line": 509,
                                            "column": 55
                                          },
                                          "identifierName": "dependencyKey"
                                        },
                                        "name": "dependencyKey"
                                      }
                                    },
                                    {
                                      "type": "ObjectProperty",
                                      "start": 16872,
                                      "end": 16882,
                                      "loc": {
                                        "start": {
                                          "line": 510,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 510,
                                          "column": 18
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "key": {
                                        "type": "Identifier",
                                        "start": 16872,
                                        "end": 16876,
                                        "loc": {
                                          "start": {
                                            "line": 510,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 510,
                                            "column": 12
                                          },
                                          "identifierName": "rule"
                                        },
                                        "name": "rule"
                                      },
                                      "value": {
                                        "type": "Identifier",
                                        "start": 16878,
                                        "end": 16882,
                                        "loc": {
                                          "start": {
                                            "line": 510,
                                            "column": 14
                                          },
                                          "end": {
                                            "line": 510,
                                            "column": 18
                                          },
                                          "identifierName": "rule"
                                        },
                                        "name": "rule"
                                      }
                                    },
                                    {
                                      "type": "ObjectProperty",
                                      "start": 16892,
                                      "end": 16911,
                                      "loc": {
                                        "start": {
                                          "line": 511,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 511,
                                          "column": 27
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "key": {
                                        "type": "Identifier",
                                        "start": 16892,
                                        "end": 16901,
                                        "loc": {
                                          "start": {
                                            "line": 511,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 511,
                                            "column": 17
                                          },
                                          "identifierName": "line_item"
                                        },
                                        "name": "line_item"
                                      },
                                      "value": {
                                        "type": "Identifier",
                                        "start": 16903,
                                        "end": 16911,
                                        "loc": {
                                          "start": {
                                            "line": 511,
                                            "column": 19
                                          },
                                          "end": {
                                            "line": 511,
                                            "column": 27
                                          },
                                          "identifierName": "lineItem"
                                        },
                                        "name": "lineItem"
                                      }
                                    }
                                  ]
                                }
                              ]
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 16936,
                "end": 17799,
                "loc": {
                  "start": {
                    "line": 516,
                    "column": 2
                  },
                  "end": {
                    "line": 537,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 16936,
                  "end": 16968,
                  "loc": {
                    "start": {
                      "line": 516,
                      "column": 2
                    },
                    "end": {
                      "line": 516,
                      "column": 34
                    },
                    "identifierName": "_testDependencyAssemblySafeGuard"
                  },
                  "name": "_testDependencyAssemblySafeGuard"
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 16969,
                    "end": 16984,
                    "loc": {
                      "start": {
                        "line": 516,
                        "column": 35
                      },
                      "end": {
                        "line": 516,
                        "column": 50
                      },
                      "identifierName": "sourceBidEntity"
                    },
                    "name": "sourceBidEntity"
                  },
                  {
                    "type": "Identifier",
                    "start": 16986,
                    "end": 17004,
                    "loc": {
                      "start": {
                        "line": 516,
                        "column": 52
                      },
                      "end": {
                        "line": 516,
                        "column": 70
                      },
                      "identifierName": "dependencyContract"
                    },
                    "name": "dependencyContract"
                  },
                  {
                    "type": "Identifier",
                    "start": 17006,
                    "end": 17019,
                    "loc": {
                      "start": {
                        "line": 516,
                        "column": 72
                      },
                      "end": {
                        "line": 516,
                        "column": 85
                      },
                      "identifierName": "dependencyKey"
                    },
                    "name": "dependencyKey"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 17021,
                  "end": 17799,
                  "loc": {
                    "start": {
                      "line": 516,
                      "column": 87
                    },
                    "end": {
                      "line": 537,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 17027,
                      "end": 17795,
                      "loc": {
                        "start": {
                          "line": 517,
                          "column": 4
                        },
                        "end": {
                          "line": 536,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "LogicalExpression",
                        "start": 17031,
                        "end": 17110,
                        "loc": {
                          "start": {
                            "line": 517,
                            "column": 8
                          },
                          "end": {
                            "line": 517,
                            "column": 87
                          }
                        },
                        "left": {
                          "type": "BinaryExpression",
                          "start": 17031,
                          "end": 17064,
                          "loc": {
                            "start": {
                              "line": 517,
                              "column": 8
                            },
                            "end": {
                              "line": 517,
                              "column": 41
                            }
                          },
                          "left": {
                            "type": "MemberExpression",
                            "start": 17031,
                            "end": 17054,
                            "loc": {
                              "start": {
                                "line": 517,
                                "column": 8
                              },
                              "end": {
                                "line": 517,
                                "column": 31
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 17031,
                              "end": 17049,
                              "loc": {
                                "start": {
                                  "line": 517,
                                  "column": 8
                                },
                                "end": {
                                  "line": 517,
                                  "column": 26
                                },
                                "identifierName": "dependencyContract"
                              },
                              "name": "dependencyContract"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 17050,
                              "end": 17054,
                              "loc": {
                                "start": {
                                  "line": 517,
                                  "column": 27
                                },
                                "end": {
                                  "line": 517,
                                  "column": 31
                                },
                                "identifierName": "type"
                              },
                              "name": "type"
                            },
                            "computed": false
                          },
                          "operator": "!==",
                          "right": {
                            "type": "StringLiteral",
                            "start": 17059,
                            "end": 17064,
                            "loc": {
                              "start": {
                                "line": 517,
                                "column": 36
                              },
                              "end": {
                                "line": 517,
                                "column": 41
                              }
                            },
                            "extra": {
                              "rawValue": "bid",
                              "raw": "\"bid\""
                            },
                            "value": "bid"
                          }
                        },
                        "operator": "&&",
                        "right": {
                          "type": "BinaryExpression",
                          "start": 17068,
                          "end": 17110,
                          "loc": {
                            "start": {
                              "line": 517,
                              "column": 45
                            },
                            "end": {
                              "line": 517,
                              "column": 87
                            }
                          },
                          "left": {
                            "type": "MemberExpression",
                            "start": 17068,
                            "end": 17091,
                            "loc": {
                              "start": {
                                "line": 517,
                                "column": 45
                              },
                              "end": {
                                "line": 517,
                                "column": 68
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 17068,
                              "end": 17086,
                              "loc": {
                                "start": {
                                  "line": 517,
                                  "column": 45
                                },
                                "end": {
                                  "line": 517,
                                  "column": 63
                                },
                                "identifierName": "dependencyContract"
                              },
                              "name": "dependencyContract"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 17087,
                              "end": 17091,
                              "loc": {
                                "start": {
                                  "line": 517,
                                  "column": 64
                                },
                                "end": {
                                  "line": 517,
                                  "column": 68
                                },
                                "identifierName": "type"
                              },
                              "name": "type"
                            },
                            "computed": false
                          },
                          "operator": "!==",
                          "right": {
                            "type": "StringLiteral",
                            "start": 17096,
                            "end": 17110,
                            "loc": {
                              "start": {
                                "line": 517,
                                "column": 73
                              },
                              "end": {
                                "line": 517,
                                "column": 87
                              }
                            },
                            "extra": {
                              "rawValue": "bid_variable",
                              "raw": "\"bid_variable\""
                            },
                            "value": "bid_variable"
                          }
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 17112,
                        "end": 17795,
                        "loc": {
                          "start": {
                            "line": 517,
                            "column": 89
                          },
                          "end": {
                            "line": 536,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "VariableDeclaration",
                            "start": 17120,
                            "end": 17190,
                            "loc": {
                              "start": {
                                "line": 518,
                                "column": 6
                              },
                              "end": {
                                "line": 518,
                                "column": 76
                              }
                            },
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "start": 17124,
                                "end": 17189,
                                "loc": {
                                  "start": {
                                    "line": 518,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 518,
                                    "column": 75
                                  }
                                },
                                "id": {
                                  "type": "Identifier",
                                  "start": 17124,
                                  "end": 17134,
                                  "loc": {
                                    "start": {
                                      "line": 518,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 518,
                                      "column": 20
                                    },
                                    "identifierName": "dependency"
                                  },
                                  "name": "dependency"
                                },
                                "init": {
                                  "type": "CallExpression",
                                  "start": 17137,
                                  "end": 17189,
                                  "loc": {
                                    "start": {
                                      "line": 518,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 518,
                                      "column": 75
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 17137,
                                    "end": 17169,
                                    "loc": {
                                      "start": {
                                        "line": 518,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 518,
                                        "column": 55
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 17137,
                                      "end": 17155,
                                      "loc": {
                                        "start": {
                                          "line": 518,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 518,
                                          "column": 41
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 17137,
                                        "end": 17146,
                                        "loc": {
                                          "start": {
                                            "line": 518,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 518,
                                            "column": 32
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 17137,
                                          "end": 17141,
                                          "loc": {
                                            "start": {
                                              "line": 518,
                                              "column": 23
                                            },
                                            "end": {
                                              "line": 518,
                                              "column": 27
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 17142,
                                          "end": 17146,
                                          "loc": {
                                            "start": {
                                              "line": 518,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 518,
                                              "column": 32
                                            },
                                            "identifierName": "_bid"
                                          },
                                          "name": "_bid"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 17147,
                                        "end": 17155,
                                        "loc": {
                                          "start": {
                                            "line": 518,
                                            "column": 33
                                          },
                                          "end": {
                                            "line": 518,
                                            "column": 41
                                          },
                                          "identifierName": "entities"
                                        },
                                        "name": "entities"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 17156,
                                      "end": 17169,
                                      "loc": {
                                        "start": {
                                          "line": 518,
                                          "column": 42
                                        },
                                        "end": {
                                          "line": 518,
                                          "column": 55
                                        },
                                        "identifierName": "getDependency"
                                      },
                                      "name": "getDependency"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 17170,
                                      "end": 17188,
                                      "loc": {
                                        "start": {
                                          "line": 518,
                                          "column": 56
                                        },
                                        "end": {
                                          "line": 518,
                                          "column": 74
                                        },
                                        "identifierName": "dependencyContract"
                                      },
                                      "name": "dependencyContract"
                                    }
                                  ]
                                }
                              }
                            ],
                            "kind": "var"
                          },
                          {
                            "type": "IfStatement",
                            "start": 17198,
                            "end": 17789,
                            "loc": {
                              "start": {
                                "line": 520,
                                "column": 6
                              },
                              "end": {
                                "line": 535,
                                "column": 7
                              }
                            },
                            "test": {
                              "type": "Identifier",
                              "start": 17202,
                              "end": 17212,
                              "loc": {
                                "start": {
                                  "line": 520,
                                  "column": 10
                                },
                                "end": {
                                  "line": 520,
                                  "column": 20
                                },
                                "identifierName": "dependency"
                              },
                              "name": "dependency"
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 17214,
                              "end": 17789,
                              "loc": {
                                "start": {
                                  "line": 520,
                                  "column": 22
                                },
                                "end": {
                                  "line": 535,
                                  "column": 7
                                }
                              },
                              "body": [
                                {
                                  "type": "IfStatement",
                                  "start": 17224,
                                  "end": 17781,
                                  "loc": {
                                    "start": {
                                      "line": 521,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 534,
                                      "column": 9
                                    }
                                  },
                                  "test": {
                                    "type": "MemberExpression",
                                    "start": 17228,
                                    "end": 17257,
                                    "loc": {
                                      "start": {
                                        "line": 521,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 521,
                                        "column": 41
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 17228,
                                      "end": 17245,
                                      "loc": {
                                        "start": {
                                          "line": 521,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 521,
                                          "column": 29
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 17228,
                                        "end": 17238,
                                        "loc": {
                                          "start": {
                                            "line": 521,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 521,
                                            "column": 22
                                          },
                                          "identifierName": "dependency"
                                        },
                                        "name": "dependency"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 17239,
                                        "end": 17245,
                                        "loc": {
                                          "start": {
                                            "line": 521,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 521,
                                            "column": 29
                                          },
                                          "identifierName": "config"
                                        },
                                        "name": "config"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 17246,
                                      "end": 17257,
                                      "loc": {
                                        "start": {
                                          "line": 521,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 521,
                                          "column": 41
                                        },
                                        "identifierName": "assembly_id"
                                      },
                                      "name": "assembly_id"
                                    },
                                    "computed": false
                                  },
                                  "consequent": {
                                    "type": "BlockStatement",
                                    "start": 17259,
                                    "end": 17781,
                                    "loc": {
                                      "start": {
                                        "line": 521,
                                        "column": 43
                                      },
                                      "end": {
                                        "line": 534,
                                        "column": 9
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "VariableDeclaration",
                                        "start": 17271,
                                        "end": 17515,
                                        "loc": {
                                          "start": {
                                            "line": 522,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 527,
                                            "column": 51
                                          }
                                        },
                                        "declarations": [
                                          {
                                            "type": "VariableDeclarator",
                                            "start": 17275,
                                            "end": 17514,
                                            "loc": {
                                              "start": {
                                                "line": 522,
                                                "column": 14
                                              },
                                              "end": {
                                                "line": 527,
                                                "column": 50
                                              }
                                            },
                                            "id": {
                                              "type": "Identifier",
                                              "start": 17275,
                                              "end": 17291,
                                              "loc": {
                                                "start": {
                                                  "line": 522,
                                                  "column": 14
                                                },
                                                "end": {
                                                  "line": 522,
                                                  "column": 30
                                                },
                                                "identifierName": "sourceAssemblyId"
                                              },
                                              "name": "sourceAssemblyId"
                                            },
                                            "init": {
                                              "type": "ConditionalExpression",
                                              "start": 17306,
                                              "end": 17514,
                                              "loc": {
                                                "start": {
                                                  "line": 523,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 527,
                                                  "column": 50
                                                }
                                              },
                                              "test": {
                                                "type": "BinaryExpression",
                                                "start": 17306,
                                                "end": 17341,
                                                "loc": {
                                                  "start": {
                                                    "line": 523,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 523,
                                                    "column": 47
                                                  }
                                                },
                                                "left": {
                                                  "type": "MemberExpression",
                                                  "start": 17306,
                                                  "end": 17326,
                                                  "loc": {
                                                    "start": {
                                                      "line": 523,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 523,
                                                      "column": 32
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 17306,
                                                    "end": 17321,
                                                    "loc": {
                                                      "start": {
                                                        "line": 523,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 523,
                                                        "column": 27
                                                      },
                                                      "identifierName": "sourceBidEntity"
                                                    },
                                                    "name": "sourceBidEntity"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 17322,
                                                    "end": 17326,
                                                    "loc": {
                                                      "start": {
                                                        "line": 523,
                                                        "column": 28
                                                      },
                                                      "end": {
                                                        "line": 523,
                                                        "column": 32
                                                      },
                                                      "identifierName": "type"
                                                    },
                                                    "name": "type"
                                                  },
                                                  "computed": false
                                                },
                                                "operator": "===",
                                                "right": {
                                                  "type": "StringLiteral",
                                                  "start": 17331,
                                                  "end": 17341,
                                                  "loc": {
                                                    "start": {
                                                      "line": 523,
                                                      "column": 37
                                                    },
                                                    "end": {
                                                      "line": 523,
                                                      "column": 47
                                                    }
                                                  },
                                                  "extra": {
                                                    "rawValue": "assembly",
                                                    "raw": "\"assembly\""
                                                  },
                                                  "value": "assembly"
                                                }
                                              },
                                              "consequent": {
                                                "type": "MemberExpression",
                                                "start": 17358,
                                                "end": 17376,
                                                "loc": {
                                                  "start": {
                                                    "line": 524,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 524,
                                                    "column": 34
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 17358,
                                                  "end": 17373,
                                                  "loc": {
                                                    "start": {
                                                      "line": 524,
                                                      "column": 16
                                                    },
                                                    "end": {
                                                      "line": 524,
                                                      "column": 31
                                                    },
                                                    "identifierName": "sourceBidEntity"
                                                  },
                                                  "name": "sourceBidEntity"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 17374,
                                                  "end": 17376,
                                                  "loc": {
                                                    "start": {
                                                      "line": 524,
                                                      "column": 32
                                                    },
                                                    "end": {
                                                      "line": 524,
                                                      "column": 34
                                                    },
                                                    "identifierName": "id"
                                                  },
                                                  "name": "id"
                                                },
                                                "computed": false
                                              },
                                              "alternate": {
                                                "type": "ConditionalExpression",
                                                "start": 17393,
                                                "end": 17514,
                                                "loc": {
                                                  "start": {
                                                    "line": 525,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 527,
                                                    "column": 50
                                                  }
                                                },
                                                "test": {
                                                  "type": "CallExpression",
                                                  "start": 17393,
                                                  "end": 17442,
                                                  "loc": {
                                                    "start": {
                                                      "line": 525,
                                                      "column": 16
                                                    },
                                                    "end": {
                                                      "line": 525,
                                                      "column": 65
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "start": 17393,
                                                    "end": 17406,
                                                    "loc": {
                                                      "start": {
                                                        "line": 525,
                                                        "column": 16
                                                      },
                                                      "end": {
                                                        "line": 525,
                                                        "column": 29
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 17393,
                                                      "end": 17394,
                                                      "loc": {
                                                        "start": {
                                                          "line": 525,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 525,
                                                          "column": 17
                                                        },
                                                        "identifierName": "_"
                                                      },
                                                      "name": "_"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 17395,
                                                      "end": 17406,
                                                      "loc": {
                                                        "start": {
                                                          "line": 525,
                                                          "column": 18
                                                        },
                                                        "end": {
                                                          "line": 525,
                                                          "column": 29
                                                        },
                                                        "identifierName": "isUndefined"
                                                      },
                                                      "name": "isUndefined"
                                                    },
                                                    "computed": false
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "MemberExpression",
                                                      "start": 17407,
                                                      "end": 17441,
                                                      "loc": {
                                                        "start": {
                                                          "line": 525,
                                                          "column": 30
                                                        },
                                                        "end": {
                                                          "line": 525,
                                                          "column": 64
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "start": 17407,
                                                        "end": 17429,
                                                        "loc": {
                                                          "start": {
                                                            "line": 525,
                                                            "column": 30
                                                          },
                                                          "end": {
                                                            "line": 525,
                                                            "column": 52
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 17407,
                                                          "end": 17422,
                                                          "loc": {
                                                            "start": {
                                                              "line": 525,
                                                              "column": 30
                                                            },
                                                            "end": {
                                                              "line": 525,
                                                              "column": 45
                                                            },
                                                            "identifierName": "sourceBidEntity"
                                                          },
                                                          "name": "sourceBidEntity"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 17423,
                                                          "end": 17429,
                                                          "loc": {
                                                            "start": {
                                                              "line": 525,
                                                              "column": 46
                                                            },
                                                            "end": {
                                                              "line": 525,
                                                              "column": 52
                                                            },
                                                            "identifierName": "config"
                                                          },
                                                          "name": "config"
                                                        },
                                                        "computed": false
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 17430,
                                                        "end": 17441,
                                                        "loc": {
                                                          "start": {
                                                            "line": 525,
                                                            "column": 53
                                                          },
                                                          "end": {
                                                            "line": 525,
                                                            "column": 64
                                                          },
                                                          "identifierName": "assembly_id"
                                                        },
                                                        "name": "assembly_id"
                                                      },
                                                      "computed": false
                                                    }
                                                  ]
                                                },
                                                "consequent": {
                                                  "type": "NullLiteral",
                                                  "start": 17459,
                                                  "end": 17463,
                                                  "loc": {
                                                    "start": {
                                                      "line": 526,
                                                      "column": 16
                                                    },
                                                    "end": {
                                                      "line": 526,
                                                      "column": 20
                                                    }
                                                  }
                                                },
                                                "alternate": {
                                                  "type": "MemberExpression",
                                                  "start": 17480,
                                                  "end": 17514,
                                                  "loc": {
                                                    "start": {
                                                      "line": 527,
                                                      "column": 16
                                                    },
                                                    "end": {
                                                      "line": 527,
                                                      "column": 50
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 17480,
                                                    "end": 17502,
                                                    "loc": {
                                                      "start": {
                                                        "line": 527,
                                                        "column": 16
                                                      },
                                                      "end": {
                                                        "line": 527,
                                                        "column": 38
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 17480,
                                                      "end": 17495,
                                                      "loc": {
                                                        "start": {
                                                          "line": 527,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 527,
                                                          "column": 31
                                                        },
                                                        "identifierName": "sourceBidEntity"
                                                      },
                                                      "name": "sourceBidEntity"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 17496,
                                                      "end": 17502,
                                                      "loc": {
                                                        "start": {
                                                          "line": 527,
                                                          "column": 32
                                                        },
                                                        "end": {
                                                          "line": 527,
                                                          "column": 38
                                                        },
                                                        "identifierName": "config"
                                                      },
                                                      "name": "config"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 17503,
                                                    "end": 17514,
                                                    "loc": {
                                                      "start": {
                                                        "line": 527,
                                                        "column": 39
                                                      },
                                                      "end": {
                                                        "line": 527,
                                                        "column": 50
                                                      },
                                                      "identifierName": "assembly_id"
                                                    },
                                                    "name": "assembly_id"
                                                  },
                                                  "computed": false
                                                }
                                              }
                                            }
                                          }
                                        ],
                                        "kind": "var"
                                      },
                                      {
                                        "type": "IfStatement",
                                        "start": 17527,
                                        "end": 17771,
                                        "loc": {
                                          "start": {
                                            "line": 529,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 533,
                                            "column": 11
                                          }
                                        },
                                        "test": {
                                          "type": "BinaryExpression",
                                          "start": 17531,
                                          "end": 17581,
                                          "loc": {
                                            "start": {
                                              "line": 529,
                                              "column": 14
                                            },
                                            "end": {
                                              "line": 529,
                                              "column": 64
                                            }
                                          },
                                          "left": {
                                            "type": "MemberExpression",
                                            "start": 17531,
                                            "end": 17560,
                                            "loc": {
                                              "start": {
                                                "line": 529,
                                                "column": 14
                                              },
                                              "end": {
                                                "line": 529,
                                                "column": 43
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 17531,
                                              "end": 17548,
                                              "loc": {
                                                "start": {
                                                  "line": 529,
                                                  "column": 14
                                                },
                                                "end": {
                                                  "line": 529,
                                                  "column": 31
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 17531,
                                                "end": 17541,
                                                "loc": {
                                                  "start": {
                                                    "line": 529,
                                                    "column": 14
                                                  },
                                                  "end": {
                                                    "line": 529,
                                                    "column": 24
                                                  },
                                                  "identifierName": "dependency"
                                                },
                                                "name": "dependency"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 17542,
                                                "end": 17548,
                                                "loc": {
                                                  "start": {
                                                    "line": 529,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 529,
                                                    "column": 31
                                                  },
                                                  "identifierName": "config"
                                                },
                                                "name": "config"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 17549,
                                              "end": 17560,
                                              "loc": {
                                                "start": {
                                                  "line": 529,
                                                  "column": 32
                                                },
                                                "end": {
                                                  "line": 529,
                                                  "column": 43
                                                },
                                                "identifierName": "assembly_id"
                                              },
                                              "name": "assembly_id"
                                            },
                                            "computed": false
                                          },
                                          "operator": "!==",
                                          "right": {
                                            "type": "Identifier",
                                            "start": 17565,
                                            "end": 17581,
                                            "loc": {
                                              "start": {
                                                "line": 529,
                                                "column": 48
                                              },
                                              "end": {
                                                "line": 529,
                                                "column": 64
                                              },
                                              "identifierName": "sourceAssemblyId"
                                            },
                                            "name": "sourceAssemblyId"
                                          }
                                        },
                                        "consequent": {
                                          "type": "BlockStatement",
                                          "start": 17583,
                                          "end": 17771,
                                          "loc": {
                                            "start": {
                                              "line": 529,
                                              "column": 66
                                            },
                                            "end": {
                                              "line": 533,
                                              "column": 11
                                            }
                                          },
                                          "body": [
                                            {
                                              "type": "ExpressionStatement",
                                              "start": 17597,
                                              "end": 17759,
                                              "loc": {
                                                "start": {
                                                  "line": 530,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 532,
                                                  "column": 15
                                                }
                                              },
                                              "expression": {
                                                "type": "CallExpression",
                                                "start": 17597,
                                                "end": 17758,
                                                "loc": {
                                                  "start": {
                                                    "line": 530,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 532,
                                                    "column": 14
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 17597,
                                                  "end": 17611,
                                                  "loc": {
                                                    "start": {
                                                      "line": 530,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 530,
                                                      "column": 26
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "ThisExpression",
                                                    "start": 17597,
                                                    "end": 17601,
                                                    "loc": {
                                                      "start": {
                                                        "line": 530,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 530,
                                                        "column": 16
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 17602,
                                                    "end": 17611,
                                                    "loc": {
                                                      "start": {
                                                        "line": 530,
                                                        "column": 17
                                                      },
                                                      "end": {
                                                        "line": 530,
                                                        "column": 26
                                                      },
                                                      "identifierName": "_logIssue"
                                                    },
                                                    "name": "_logIssue"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "StringLiteral",
                                                    "start": 17612,
                                                    "end": 17640,
                                                    "loc": {
                                                      "start": {
                                                        "line": 530,
                                                        "column": 27
                                                      },
                                                      "end": {
                                                        "line": 530,
                                                        "column": 55
                                                      }
                                                    },
                                                    "extra": {
                                                      "rawValue": "invalid_assembly_reference",
                                                      "raw": "\"invalid_assembly_reference\""
                                                    },
                                                    "value": "invalid_assembly_reference"
                                                  },
                                                  {
                                                    "type": "Identifier",
                                                    "start": 17642,
                                                    "end": 17657,
                                                    "loc": {
                                                      "start": {
                                                        "line": 530,
                                                        "column": 57
                                                      },
                                                      "end": {
                                                        "line": 530,
                                                        "column": 72
                                                      },
                                                      "identifierName": "sourceBidEntity"
                                                    },
                                                    "name": "sourceBidEntity"
                                                  },
                                                  {
                                                    "type": "Identifier",
                                                    "start": 17659,
                                                    "end": 17677,
                                                    "loc": {
                                                      "start": {
                                                        "line": 530,
                                                        "column": 74
                                                      },
                                                      "end": {
                                                        "line": 530,
                                                        "column": 92
                                                      },
                                                      "identifierName": "dependencyContract"
                                                    },
                                                    "name": "dependencyContract"
                                                  },
                                                  {
                                                    "type": "ObjectExpression",
                                                    "start": 17679,
                                                    "end": 17757,
                                                    "loc": {
                                                      "start": {
                                                        "line": 530,
                                                        "column": 94
                                                      },
                                                      "end": {
                                                        "line": 532,
                                                        "column": 13
                                                      }
                                                    },
                                                    "properties": [
                                                      {
                                                        "type": "ObjectProperty",
                                                        "start": 17695,
                                                        "end": 17742,
                                                        "loc": {
                                                          "start": {
                                                            "line": 531,
                                                            "column": 14
                                                          },
                                                          "end": {
                                                            "line": 531,
                                                            "column": 61
                                                          }
                                                        },
                                                        "method": false,
                                                        "shorthand": false,
                                                        "computed": false,
                                                        "key": {
                                                          "type": "Identifier",
                                                          "start": 17695,
                                                          "end": 17727,
                                                          "loc": {
                                                            "start": {
                                                              "line": 531,
                                                              "column": 14
                                                            },
                                                            "end": {
                                                              "line": 531,
                                                              "column": 46
                                                            },
                                                            "identifierName": "source_bid_entity_dependency_key"
                                                          },
                                                          "name": "source_bid_entity_dependency_key"
                                                        },
                                                        "value": {
                                                          "type": "Identifier",
                                                          "start": 17729,
                                                          "end": 17742,
                                                          "loc": {
                                                            "start": {
                                                              "line": 531,
                                                              "column": 48
                                                            },
                                                            "end": {
                                                              "line": 531,
                                                              "column": 61
                                                            },
                                                            "identifierName": "dependencyKey"
                                                          },
                                                          "name": "dependencyKey"
                                                        }
                                                      }
                                                    ]
                                                  }
                                                ]
                                              }
                                            }
                                          ],
                                          "directives": []
                                        },
                                        "alternate": null
                                      }
                                    ],
                                    "directives": []
                                  },
                                  "alternate": null
                                }
                              ],
                              "directives": []
                            },
                            "alternate": null
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 17803,
                "end": 18168,
                "loc": {
                  "start": {
                    "line": 539,
                    "column": 2
                  },
                  "end": {
                    "line": 548,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 17803,
                  "end": 17832,
                  "loc": {
                    "start": {
                      "line": 539,
                      "column": 2
                    },
                    "end": {
                      "line": 539,
                      "column": 31
                    },
                    "identifierName": "_testReferencedLineItemExists"
                  },
                  "name": "_testReferencedLineItemExists"
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 17833,
                    "end": 17843,
                    "loc": {
                      "start": {
                        "line": 539,
                        "column": 32
                      },
                      "end": {
                        "line": 539,
                        "column": 42
                      },
                      "identifierName": "lineItemId"
                    },
                    "name": "lineItemId"
                  },
                  {
                    "type": "Identifier",
                    "start": 17845,
                    "end": 17860,
                    "loc": {
                      "start": {
                        "line": 539,
                        "column": 44
                      },
                      "end": {
                        "line": 539,
                        "column": 59
                      },
                      "identifierName": "sourceBidEntity"
                    },
                    "name": "sourceBidEntity"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 17862,
                  "end": 18168,
                  "loc": {
                    "start": {
                      "line": 539,
                      "column": 61
                    },
                    "end": {
                      "line": 548,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 17868,
                      "end": 17929,
                      "loc": {
                        "start": {
                          "line": 540,
                          "column": 4
                        },
                        "end": {
                          "line": 540,
                          "column": 65
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 17874,
                          "end": 17928,
                          "loc": {
                            "start": {
                              "line": 540,
                              "column": 10
                            },
                            "end": {
                              "line": 540,
                              "column": 64
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 17874,
                            "end": 17885,
                            "loc": {
                              "start": {
                                "line": 540,
                                "column": 10
                              },
                              "end": {
                                "line": 540,
                                "column": 21
                              },
                              "identifierName": "bidLineItem"
                            },
                            "name": "bidLineItem"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 17888,
                            "end": 17928,
                            "loc": {
                              "start": {
                                "line": 540,
                                "column": 24
                              },
                              "end": {
                                "line": 540,
                                "column": 64
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 17888,
                              "end": 17916,
                              "loc": {
                                "start": {
                                  "line": 540,
                                  "column": 24
                                },
                                "end": {
                                  "line": 540,
                                  "column": 52
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 17888,
                                "end": 17906,
                                "loc": {
                                  "start": {
                                    "line": 540,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 540,
                                    "column": 42
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 17888,
                                  "end": 17897,
                                  "loc": {
                                    "start": {
                                      "line": 540,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 540,
                                      "column": 33
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 17888,
                                    "end": 17892,
                                    "loc": {
                                      "start": {
                                        "line": 540,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 540,
                                        "column": 28
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 17893,
                                    "end": 17897,
                                    "loc": {
                                      "start": {
                                        "line": 540,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 540,
                                        "column": 33
                                      },
                                      "identifierName": "_bid"
                                    },
                                    "name": "_bid"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 17898,
                                  "end": 17906,
                                  "loc": {
                                    "start": {
                                      "line": 540,
                                      "column": 34
                                    },
                                    "end": {
                                      "line": 540,
                                      "column": 42
                                    },
                                    "identifierName": "entities"
                                  },
                                  "name": "entities"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 17907,
                                "end": 17916,
                                "loc": {
                                  "start": {
                                    "line": 540,
                                    "column": 43
                                  },
                                  "end": {
                                    "line": 540,
                                    "column": 52
                                  },
                                  "identifierName": "lineItems"
                                },
                                "name": "lineItems"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 17917,
                                "end": 17927,
                                "loc": {
                                  "start": {
                                    "line": 540,
                                    "column": 53
                                  },
                                  "end": {
                                    "line": 540,
                                    "column": 63
                                  },
                                  "identifierName": "lineItemId"
                                },
                                "name": "lineItemId"
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "IfStatement",
                      "start": 17935,
                      "end": 18164,
                      "loc": {
                        "start": {
                          "line": 542,
                          "column": 4
                        },
                        "end": {
                          "line": 547,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "LogicalExpression",
                        "start": 17939,
                        "end": 17988,
                        "loc": {
                          "start": {
                            "line": 542,
                            "column": 8
                          },
                          "end": {
                            "line": 542,
                            "column": 57
                          }
                        },
                        "left": {
                          "type": "BinaryExpression",
                          "start": 17939,
                          "end": 17964,
                          "loc": {
                            "start": {
                              "line": 542,
                              "column": 8
                            },
                            "end": {
                              "line": 542,
                              "column": 33
                            }
                          },
                          "left": {
                            "type": "Identifier",
                            "start": 17939,
                            "end": 17950,
                            "loc": {
                              "start": {
                                "line": 542,
                                "column": 8
                              },
                              "end": {
                                "line": 542,
                                "column": 19
                              },
                              "identifierName": "bidLineItem"
                            },
                            "name": "bidLineItem"
                          },
                          "operator": "===",
                          "right": {
                            "type": "Identifier",
                            "start": 17955,
                            "end": 17964,
                            "loc": {
                              "start": {
                                "line": 542,
                                "column": 24
                              },
                              "end": {
                                "line": 542,
                                "column": 33
                              },
                              "identifierName": "undefined"
                            },
                            "name": "undefined"
                          }
                        },
                        "operator": "||",
                        "right": {
                          "type": "BinaryExpression",
                          "start": 17968,
                          "end": 17988,
                          "loc": {
                            "start": {
                              "line": 542,
                              "column": 37
                            },
                            "end": {
                              "line": 542,
                              "column": 57
                            }
                          },
                          "left": {
                            "type": "Identifier",
                            "start": 17968,
                            "end": 17979,
                            "loc": {
                              "start": {
                                "line": 542,
                                "column": 37
                              },
                              "end": {
                                "line": 542,
                                "column": 48
                              },
                              "identifierName": "bidLineItem"
                            },
                            "name": "bidLineItem"
                          },
                          "operator": "===",
                          "right": {
                            "type": "NullLiteral",
                            "start": 17984,
                            "end": 17988,
                            "loc": {
                              "start": {
                                "line": 542,
                                "column": 53
                              },
                              "end": {
                                "line": 542,
                                "column": 57
                              }
                            }
                          }
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 17990,
                        "end": 18164,
                        "loc": {
                          "start": {
                            "line": 542,
                            "column": 59
                          },
                          "end": {
                            "line": 547,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 17998,
                            "end": 18158,
                            "loc": {
                              "start": {
                                "line": 543,
                                "column": 6
                              },
                              "end": {
                                "line": 546,
                                "column": 9
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 17998,
                              "end": 18157,
                              "loc": {
                                "start": {
                                  "line": 543,
                                  "column": 6
                                },
                                "end": {
                                  "line": 546,
                                  "column": 8
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 17998,
                                "end": 18012,
                                "loc": {
                                  "start": {
                                    "line": 543,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 543,
                                    "column": 20
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 17998,
                                  "end": 18002,
                                  "loc": {
                                    "start": {
                                      "line": 543,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 543,
                                      "column": 10
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 18003,
                                  "end": 18012,
                                  "loc": {
                                    "start": {
                                      "line": 543,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 543,
                                      "column": 20
                                    },
                                    "identifierName": "_logIssue"
                                  },
                                  "name": "_logIssue"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "TemplateLiteral",
                                  "start": 18013,
                                  "end": 18066,
                                  "loc": {
                                    "start": {
                                      "line": 543,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 543,
                                      "column": 74
                                    }
                                  },
                                  "expressions": [
                                    {
                                      "type": "MemberExpression",
                                      "start": 18024,
                                      "end": 18044,
                                      "loc": {
                                        "start": {
                                          "line": 543,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 543,
                                          "column": 52
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 18024,
                                        "end": 18039,
                                        "loc": {
                                          "start": {
                                            "line": 543,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 543,
                                            "column": 47
                                          },
                                          "identifierName": "sourceBidEntity"
                                        },
                                        "name": "sourceBidEntity"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 18040,
                                        "end": 18044,
                                        "loc": {
                                          "start": {
                                            "line": 543,
                                            "column": 48
                                          },
                                          "end": {
                                            "line": 543,
                                            "column": 52
                                          },
                                          "identifierName": "type"
                                        },
                                        "name": "type"
                                      },
                                      "computed": false
                                    }
                                  ],
                                  "quasis": [
                                    {
                                      "type": "TemplateElement",
                                      "start": 18014,
                                      "end": 18022,
                                      "loc": {
                                        "start": {
                                          "line": 543,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 543,
                                          "column": 30
                                        }
                                      },
                                      "value": {
                                        "raw": "invalid_",
                                        "cooked": "invalid_"
                                      },
                                      "tail": false
                                    },
                                    {
                                      "type": "TemplateElement",
                                      "start": 18045,
                                      "end": 18065,
                                      "loc": {
                                        "start": {
                                          "line": 543,
                                          "column": 53
                                        },
                                        "end": {
                                          "line": 543,
                                          "column": 73
                                        }
                                      },
                                      "value": {
                                        "raw": "_line_item_reference",
                                        "cooked": "_line_item_reference"
                                      },
                                      "tail": true
                                    }
                                  ]
                                },
                                {
                                  "type": "Identifier",
                                  "start": 18068,
                                  "end": 18083,
                                  "loc": {
                                    "start": {
                                      "line": 543,
                                      "column": 76
                                    },
                                    "end": {
                                      "line": 543,
                                      "column": 91
                                    },
                                    "identifierName": "sourceBidEntity"
                                  },
                                  "name": "sourceBidEntity"
                                },
                                {
                                  "type": "ObjectExpression",
                                  "start": 18085,
                                  "end": 18156,
                                  "loc": {
                                    "start": {
                                      "line": 543,
                                      "column": 93
                                    },
                                    "end": {
                                      "line": 546,
                                      "column": 7
                                    }
                                  },
                                  "properties": [
                                    {
                                      "type": "ObjectProperty",
                                      "start": 18095,
                                      "end": 18112,
                                      "loc": {
                                        "start": {
                                          "line": 544,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 544,
                                          "column": 25
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "key": {
                                        "type": "Identifier",
                                        "start": 18095,
                                        "end": 18099,
                                        "loc": {
                                          "start": {
                                            "line": 544,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 544,
                                            "column": 12
                                          },
                                          "identifierName": "type"
                                        },
                                        "name": "type"
                                      },
                                      "value": {
                                        "type": "StringLiteral",
                                        "start": 18101,
                                        "end": 18112,
                                        "loc": {
                                          "start": {
                                            "line": 544,
                                            "column": 14
                                          },
                                          "end": {
                                            "line": 544,
                                            "column": 25
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "line_item",
                                          "raw": "\"line_item\""
                                        },
                                        "value": "line_item"
                                      }
                                    },
                                    {
                                      "type": "ObjectProperty",
                                      "start": 18122,
                                      "end": 18147,
                                      "loc": {
                                        "start": {
                                          "line": 545,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 545,
                                          "column": 33
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "key": {
                                        "type": "Identifier",
                                        "start": 18122,
                                        "end": 18135,
                                        "loc": {
                                          "start": {
                                            "line": 545,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 545,
                                            "column": 21
                                          },
                                          "identifierName": "bid_entity_id"
                                        },
                                        "name": "bid_entity_id"
                                      },
                                      "value": {
                                        "type": "Identifier",
                                        "start": 18137,
                                        "end": 18147,
                                        "loc": {
                                          "start": {
                                            "line": 545,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 545,
                                            "column": 33
                                          },
                                          "identifierName": "lineItemId"
                                        },
                                        "name": "lineItemId"
                                      }
                                    }
                                  ]
                                }
                              ]
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 18172,
                "end": 18512,
                "loc": {
                  "start": {
                    "line": 550,
                    "column": 2
                  },
                  "end": {
                    "line": 559,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 18172,
                  "end": 18202,
                  "loc": {
                    "start": {
                      "line": 550,
                      "column": 2
                    },
                    "end": {
                      "line": 550,
                      "column": 32
                    },
                    "identifierName": "_testReferencedComponentExists"
                  },
                  "name": "_testReferencedComponentExists"
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 18203,
                    "end": 18214,
                    "loc": {
                      "start": {
                        "line": 550,
                        "column": 33
                      },
                      "end": {
                        "line": 550,
                        "column": 44
                      },
                      "identifierName": "componentId"
                    },
                    "name": "componentId"
                  },
                  {
                    "type": "Identifier",
                    "start": 18216,
                    "end": 18231,
                    "loc": {
                      "start": {
                        "line": 550,
                        "column": 46
                      },
                      "end": {
                        "line": 550,
                        "column": 61
                      },
                      "identifierName": "sourceBidEntity"
                    },
                    "name": "sourceBidEntity"
                  },
                  {
                    "type": "Identifier",
                    "start": 18233,
                    "end": 18242,
                    "loc": {
                      "start": {
                        "line": 550,
                        "column": 63
                      },
                      "end": {
                        "line": 550,
                        "column": 72
                      },
                      "identifierName": "errorType"
                    },
                    "name": "errorType"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 18244,
                  "end": 18512,
                  "loc": {
                    "start": {
                      "line": 550,
                      "column": 74
                    },
                    "end": {
                      "line": 559,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 18250,
                      "end": 18314,
                      "loc": {
                        "start": {
                          "line": 551,
                          "column": 4
                        },
                        "end": {
                          "line": 551,
                          "column": 68
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 18256,
                          "end": 18313,
                          "loc": {
                            "start": {
                              "line": 551,
                              "column": 10
                            },
                            "end": {
                              "line": 551,
                              "column": 67
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 18256,
                            "end": 18268,
                            "loc": {
                              "start": {
                                "line": 551,
                                "column": 10
                              },
                              "end": {
                                "line": 551,
                                "column": 22
                              },
                              "identifierName": "bidComponent"
                            },
                            "name": "bidComponent"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 18271,
                            "end": 18313,
                            "loc": {
                              "start": {
                                "line": 551,
                                "column": 25
                              },
                              "end": {
                                "line": 551,
                                "column": 67
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 18271,
                              "end": 18300,
                              "loc": {
                                "start": {
                                  "line": 551,
                                  "column": 25
                                },
                                "end": {
                                  "line": 551,
                                  "column": 54
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 18271,
                                "end": 18289,
                                "loc": {
                                  "start": {
                                    "line": 551,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 551,
                                    "column": 43
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 18271,
                                  "end": 18280,
                                  "loc": {
                                    "start": {
                                      "line": 551,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 551,
                                      "column": 34
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 18271,
                                    "end": 18275,
                                    "loc": {
                                      "start": {
                                        "line": 551,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 551,
                                        "column": 29
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 18276,
                                    "end": 18280,
                                    "loc": {
                                      "start": {
                                        "line": 551,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 551,
                                        "column": 34
                                      },
                                      "identifierName": "_bid"
                                    },
                                    "name": "_bid"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 18281,
                                  "end": 18289,
                                  "loc": {
                                    "start": {
                                      "line": 551,
                                      "column": 35
                                    },
                                    "end": {
                                      "line": 551,
                                      "column": 43
                                    },
                                    "identifierName": "entities"
                                  },
                                  "name": "entities"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 18290,
                                "end": 18300,
                                "loc": {
                                  "start": {
                                    "line": 551,
                                    "column": 44
                                  },
                                  "end": {
                                    "line": 551,
                                    "column": 54
                                  },
                                  "identifierName": "components"
                                },
                                "name": "components"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 18301,
                                "end": 18312,
                                "loc": {
                                  "start": {
                                    "line": 551,
                                    "column": 55
                                  },
                                  "end": {
                                    "line": 551,
                                    "column": 66
                                  },
                                  "identifierName": "componentId"
                                },
                                "name": "componentId"
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "IfStatement",
                      "start": 18320,
                      "end": 18508,
                      "loc": {
                        "start": {
                          "line": 553,
                          "column": 4
                        },
                        "end": {
                          "line": 558,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "LogicalExpression",
                        "start": 18324,
                        "end": 18375,
                        "loc": {
                          "start": {
                            "line": 553,
                            "column": 8
                          },
                          "end": {
                            "line": 553,
                            "column": 59
                          }
                        },
                        "left": {
                          "type": "BinaryExpression",
                          "start": 18324,
                          "end": 18350,
                          "loc": {
                            "start": {
                              "line": 553,
                              "column": 8
                            },
                            "end": {
                              "line": 553,
                              "column": 34
                            }
                          },
                          "left": {
                            "type": "Identifier",
                            "start": 18324,
                            "end": 18336,
                            "loc": {
                              "start": {
                                "line": 553,
                                "column": 8
                              },
                              "end": {
                                "line": 553,
                                "column": 20
                              },
                              "identifierName": "bidComponent"
                            },
                            "name": "bidComponent"
                          },
                          "operator": "===",
                          "right": {
                            "type": "Identifier",
                            "start": 18341,
                            "end": 18350,
                            "loc": {
                              "start": {
                                "line": 553,
                                "column": 25
                              },
                              "end": {
                                "line": 553,
                                "column": 34
                              },
                              "identifierName": "undefined"
                            },
                            "name": "undefined"
                          }
                        },
                        "operator": "||",
                        "right": {
                          "type": "BinaryExpression",
                          "start": 18354,
                          "end": 18375,
                          "loc": {
                            "start": {
                              "line": 553,
                              "column": 38
                            },
                            "end": {
                              "line": 553,
                              "column": 59
                            }
                          },
                          "left": {
                            "type": "Identifier",
                            "start": 18354,
                            "end": 18366,
                            "loc": {
                              "start": {
                                "line": 553,
                                "column": 38
                              },
                              "end": {
                                "line": 553,
                                "column": 50
                              },
                              "identifierName": "bidComponent"
                            },
                            "name": "bidComponent"
                          },
                          "operator": "===",
                          "right": {
                            "type": "NullLiteral",
                            "start": 18371,
                            "end": 18375,
                            "loc": {
                              "start": {
                                "line": 553,
                                "column": 55
                              },
                              "end": {
                                "line": 553,
                                "column": 59
                              }
                            }
                          }
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 18377,
                        "end": 18508,
                        "loc": {
                          "start": {
                            "line": 553,
                            "column": 61
                          },
                          "end": {
                            "line": 558,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 18385,
                            "end": 18502,
                            "loc": {
                              "start": {
                                "line": 554,
                                "column": 6
                              },
                              "end": {
                                "line": 557,
                                "column": 9
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 18385,
                              "end": 18501,
                              "loc": {
                                "start": {
                                  "line": 554,
                                  "column": 6
                                },
                                "end": {
                                  "line": 557,
                                  "column": 8
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 18385,
                                "end": 18399,
                                "loc": {
                                  "start": {
                                    "line": 554,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 554,
                                    "column": 20
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 18385,
                                  "end": 18389,
                                  "loc": {
                                    "start": {
                                      "line": 554,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 554,
                                      "column": 10
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 18390,
                                  "end": 18399,
                                  "loc": {
                                    "start": {
                                      "line": 554,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 554,
                                      "column": 20
                                    },
                                    "identifierName": "_logIssue"
                                  },
                                  "name": "_logIssue"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 18400,
                                  "end": 18409,
                                  "loc": {
                                    "start": {
                                      "line": 554,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 554,
                                      "column": 30
                                    },
                                    "identifierName": "errorType"
                                  },
                                  "name": "errorType"
                                },
                                {
                                  "type": "Identifier",
                                  "start": 18411,
                                  "end": 18426,
                                  "loc": {
                                    "start": {
                                      "line": 554,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 554,
                                      "column": 47
                                    },
                                    "identifierName": "sourceBidEntity"
                                  },
                                  "name": "sourceBidEntity"
                                },
                                {
                                  "type": "ObjectExpression",
                                  "start": 18428,
                                  "end": 18500,
                                  "loc": {
                                    "start": {
                                      "line": 554,
                                      "column": 49
                                    },
                                    "end": {
                                      "line": 557,
                                      "column": 7
                                    }
                                  },
                                  "properties": [
                                    {
                                      "type": "ObjectProperty",
                                      "start": 18438,
                                      "end": 18455,
                                      "loc": {
                                        "start": {
                                          "line": 555,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 555,
                                          "column": 25
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "key": {
                                        "type": "Identifier",
                                        "start": 18438,
                                        "end": 18442,
                                        "loc": {
                                          "start": {
                                            "line": 555,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 555,
                                            "column": 12
                                          },
                                          "identifierName": "type"
                                        },
                                        "name": "type"
                                      },
                                      "value": {
                                        "type": "StringLiteral",
                                        "start": 18444,
                                        "end": 18455,
                                        "loc": {
                                          "start": {
                                            "line": 555,
                                            "column": 14
                                          },
                                          "end": {
                                            "line": 555,
                                            "column": 25
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "component",
                                          "raw": "\"component\""
                                        },
                                        "value": "component"
                                      }
                                    },
                                    {
                                      "type": "ObjectProperty",
                                      "start": 18465,
                                      "end": 18491,
                                      "loc": {
                                        "start": {
                                          "line": 556,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 556,
                                          "column": 34
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "key": {
                                        "type": "Identifier",
                                        "start": 18465,
                                        "end": 18478,
                                        "loc": {
                                          "start": {
                                            "line": 556,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 556,
                                            "column": 21
                                          },
                                          "identifierName": "bid_entity_id"
                                        },
                                        "name": "bid_entity_id"
                                      },
                                      "value": {
                                        "type": "Identifier",
                                        "start": 18480,
                                        "end": 18491,
                                        "loc": {
                                          "start": {
                                            "line": 556,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 556,
                                            "column": 34
                                          },
                                          "identifierName": "componentId"
                                        },
                                        "name": "componentId"
                                      }
                                    }
                                  ]
                                }
                              ]
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 18516,
                "end": 18900,
                "loc": {
                  "start": {
                    "line": 561,
                    "column": 2
                  },
                  "end": {
                    "line": 570,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 18516,
                  "end": 18549,
                  "loc": {
                    "start": {
                      "line": 561,
                      "column": 2
                    },
                    "end": {
                      "line": 561,
                      "column": 35
                    },
                    "identifierName": "_testReferencedDynamicGroupExists"
                  },
                  "name": "_testReferencedDynamicGroupExists"
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 18550,
                    "end": 18557,
                    "loc": {
                      "start": {
                        "line": 561,
                        "column": 36
                      },
                      "end": {
                        "line": 561,
                        "column": 43
                      },
                      "identifierName": "groupId"
                    },
                    "name": "groupId"
                  },
                  {
                    "type": "Identifier",
                    "start": 18559,
                    "end": 18574,
                    "loc": {
                      "start": {
                        "line": 561,
                        "column": 45
                      },
                      "end": {
                        "line": 561,
                        "column": 60
                      },
                      "identifierName": "sourceBidEntity"
                    },
                    "name": "sourceBidEntity"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 18576,
                  "end": 18900,
                  "loc": {
                    "start": {
                      "line": 561,
                      "column": 62
                    },
                    "end": {
                      "line": 570,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 18582,
                      "end": 18648,
                      "loc": {
                        "start": {
                          "line": 562,
                          "column": 4
                        },
                        "end": {
                          "line": 562,
                          "column": 70
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 18588,
                          "end": 18647,
                          "loc": {
                            "start": {
                              "line": 562,
                              "column": 10
                            },
                            "end": {
                              "line": 562,
                              "column": 69
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 18588,
                            "end": 18603,
                            "loc": {
                              "start": {
                                "line": 562,
                                "column": 10
                              },
                              "end": {
                                "line": 562,
                                "column": 25
                              },
                              "identifierName": "bidDynamicGroup"
                            },
                            "name": "bidDynamicGroup"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 18606,
                            "end": 18647,
                            "loc": {
                              "start": {
                                "line": 562,
                                "column": 28
                              },
                              "end": {
                                "line": 562,
                                "column": 69
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 18606,
                              "end": 18638,
                              "loc": {
                                "start": {
                                  "line": 562,
                                  "column": 28
                                },
                                "end": {
                                  "line": 562,
                                  "column": 60
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 18606,
                                "end": 18624,
                                "loc": {
                                  "start": {
                                    "line": 562,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 562,
                                    "column": 46
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 18606,
                                  "end": 18615,
                                  "loc": {
                                    "start": {
                                      "line": 562,
                                      "column": 28
                                    },
                                    "end": {
                                      "line": 562,
                                      "column": 37
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 18606,
                                    "end": 18610,
                                    "loc": {
                                      "start": {
                                        "line": 562,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 562,
                                        "column": 32
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 18611,
                                    "end": 18615,
                                    "loc": {
                                      "start": {
                                        "line": 562,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 562,
                                        "column": 37
                                      },
                                      "identifierName": "_bid"
                                    },
                                    "name": "_bid"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 18616,
                                  "end": 18624,
                                  "loc": {
                                    "start": {
                                      "line": 562,
                                      "column": 38
                                    },
                                    "end": {
                                      "line": 562,
                                      "column": 46
                                    },
                                    "identifierName": "entities"
                                  },
                                  "name": "entities"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 18625,
                                "end": 18638,
                                "loc": {
                                  "start": {
                                    "line": 562,
                                    "column": 47
                                  },
                                  "end": {
                                    "line": 562,
                                    "column": 60
                                  },
                                  "identifierName": "dynamicGroups"
                                },
                                "name": "dynamicGroups"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 18639,
                                "end": 18646,
                                "loc": {
                                  "start": {
                                    "line": 562,
                                    "column": 61
                                  },
                                  "end": {
                                    "line": 562,
                                    "column": 68
                                  },
                                  "identifierName": "groupId"
                                },
                                "name": "groupId"
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "IfStatement",
                      "start": 18654,
                      "end": 18896,
                      "loc": {
                        "start": {
                          "line": 564,
                          "column": 4
                        },
                        "end": {
                          "line": 569,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "LogicalExpression",
                        "start": 18658,
                        "end": 18715,
                        "loc": {
                          "start": {
                            "line": 564,
                            "column": 8
                          },
                          "end": {
                            "line": 564,
                            "column": 65
                          }
                        },
                        "left": {
                          "type": "BinaryExpression",
                          "start": 18658,
                          "end": 18687,
                          "loc": {
                            "start": {
                              "line": 564,
                              "column": 8
                            },
                            "end": {
                              "line": 564,
                              "column": 37
                            }
                          },
                          "left": {
                            "type": "Identifier",
                            "start": 18658,
                            "end": 18673,
                            "loc": {
                              "start": {
                                "line": 564,
                                "column": 8
                              },
                              "end": {
                                "line": 564,
                                "column": 23
                              },
                              "identifierName": "bidDynamicGroup"
                            },
                            "name": "bidDynamicGroup"
                          },
                          "operator": "===",
                          "right": {
                            "type": "Identifier",
                            "start": 18678,
                            "end": 18687,
                            "loc": {
                              "start": {
                                "line": 564,
                                "column": 28
                              },
                              "end": {
                                "line": 564,
                                "column": 37
                              },
                              "identifierName": "undefined"
                            },
                            "name": "undefined"
                          }
                        },
                        "operator": "||",
                        "right": {
                          "type": "BinaryExpression",
                          "start": 18691,
                          "end": 18715,
                          "loc": {
                            "start": {
                              "line": 564,
                              "column": 41
                            },
                            "end": {
                              "line": 564,
                              "column": 65
                            }
                          },
                          "left": {
                            "type": "Identifier",
                            "start": 18691,
                            "end": 18706,
                            "loc": {
                              "start": {
                                "line": 564,
                                "column": 41
                              },
                              "end": {
                                "line": 564,
                                "column": 56
                              },
                              "identifierName": "bidDynamicGroup"
                            },
                            "name": "bidDynamicGroup"
                          },
                          "operator": "===",
                          "right": {
                            "type": "NullLiteral",
                            "start": 18711,
                            "end": 18715,
                            "loc": {
                              "start": {
                                "line": 564,
                                "column": 61
                              },
                              "end": {
                                "line": 564,
                                "column": 65
                              }
                            }
                          }
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 18717,
                        "end": 18896,
                        "loc": {
                          "start": {
                            "line": 564,
                            "column": 67
                          },
                          "end": {
                            "line": 569,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 18725,
                            "end": 18890,
                            "loc": {
                              "start": {
                                "line": 565,
                                "column": 6
                              },
                              "end": {
                                "line": 568,
                                "column": 9
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 18725,
                              "end": 18889,
                              "loc": {
                                "start": {
                                  "line": 565,
                                  "column": 6
                                },
                                "end": {
                                  "line": 568,
                                  "column": 8
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 18725,
                                "end": 18739,
                                "loc": {
                                  "start": {
                                    "line": 565,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 565,
                                    "column": 20
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 18725,
                                  "end": 18729,
                                  "loc": {
                                    "start": {
                                      "line": 565,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 565,
                                      "column": 10
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 18730,
                                  "end": 18739,
                                  "loc": {
                                    "start": {
                                      "line": 565,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 565,
                                      "column": 20
                                    },
                                    "identifierName": "_logIssue"
                                  },
                                  "name": "_logIssue"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "TemplateLiteral",
                                  "start": 18740,
                                  "end": 18797,
                                  "loc": {
                                    "start": {
                                      "line": 565,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 565,
                                      "column": 78
                                    }
                                  },
                                  "expressions": [
                                    {
                                      "type": "MemberExpression",
                                      "start": 18751,
                                      "end": 18771,
                                      "loc": {
                                        "start": {
                                          "line": 565,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 565,
                                          "column": 52
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 18751,
                                        "end": 18766,
                                        "loc": {
                                          "start": {
                                            "line": 565,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 565,
                                            "column": 47
                                          },
                                          "identifierName": "sourceBidEntity"
                                        },
                                        "name": "sourceBidEntity"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 18767,
                                        "end": 18771,
                                        "loc": {
                                          "start": {
                                            "line": 565,
                                            "column": 48
                                          },
                                          "end": {
                                            "line": 565,
                                            "column": 52
                                          },
                                          "identifierName": "type"
                                        },
                                        "name": "type"
                                      },
                                      "computed": false
                                    }
                                  ],
                                  "quasis": [
                                    {
                                      "type": "TemplateElement",
                                      "start": 18741,
                                      "end": 18749,
                                      "loc": {
                                        "start": {
                                          "line": 565,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 565,
                                          "column": 30
                                        }
                                      },
                                      "value": {
                                        "raw": "invalid_",
                                        "cooked": "invalid_"
                                      },
                                      "tail": false
                                    },
                                    {
                                      "type": "TemplateElement",
                                      "start": 18772,
                                      "end": 18796,
                                      "loc": {
                                        "start": {
                                          "line": 565,
                                          "column": 53
                                        },
                                        "end": {
                                          "line": 565,
                                          "column": 77
                                        }
                                      },
                                      "value": {
                                        "raw": "_dynamic_group_reference",
                                        "cooked": "_dynamic_group_reference"
                                      },
                                      "tail": true
                                    }
                                  ]
                                },
                                {
                                  "type": "Identifier",
                                  "start": 18799,
                                  "end": 18814,
                                  "loc": {
                                    "start": {
                                      "line": 565,
                                      "column": 80
                                    },
                                    "end": {
                                      "line": 565,
                                      "column": 95
                                    },
                                    "identifierName": "sourceBidEntity"
                                  },
                                  "name": "sourceBidEntity"
                                },
                                {
                                  "type": "ObjectExpression",
                                  "start": 18816,
                                  "end": 18888,
                                  "loc": {
                                    "start": {
                                      "line": 565,
                                      "column": 97
                                    },
                                    "end": {
                                      "line": 568,
                                      "column": 7
                                    }
                                  },
                                  "properties": [
                                    {
                                      "type": "ObjectProperty",
                                      "start": 18826,
                                      "end": 18847,
                                      "loc": {
                                        "start": {
                                          "line": 566,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 566,
                                          "column": 29
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "key": {
                                        "type": "Identifier",
                                        "start": 18826,
                                        "end": 18830,
                                        "loc": {
                                          "start": {
                                            "line": 566,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 566,
                                            "column": 12
                                          },
                                          "identifierName": "type"
                                        },
                                        "name": "type"
                                      },
                                      "value": {
                                        "type": "StringLiteral",
                                        "start": 18832,
                                        "end": 18847,
                                        "loc": {
                                          "start": {
                                            "line": 566,
                                            "column": 14
                                          },
                                          "end": {
                                            "line": 566,
                                            "column": 29
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "dynamic_group",
                                          "raw": "\"dynamic_group\""
                                        },
                                        "value": "dynamic_group"
                                      }
                                    },
                                    {
                                      "type": "ObjectProperty",
                                      "start": 18857,
                                      "end": 18879,
                                      "loc": {
                                        "start": {
                                          "line": 567,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 567,
                                          "column": 30
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "key": {
                                        "type": "Identifier",
                                        "start": 18857,
                                        "end": 18870,
                                        "loc": {
                                          "start": {
                                            "line": 567,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 567,
                                            "column": 21
                                          },
                                          "identifierName": "bid_entity_id"
                                        },
                                        "name": "bid_entity_id"
                                      },
                                      "value": {
                                        "type": "Identifier",
                                        "start": 18872,
                                        "end": 18879,
                                        "loc": {
                                          "start": {
                                            "line": 567,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 567,
                                            "column": 30
                                          },
                                          "identifierName": "groupId"
                                        },
                                        "name": "groupId"
                                      }
                                    }
                                  ]
                                }
                              ]
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 18904,
                "end": 19796,
                "loc": {
                  "start": {
                    "line": 572,
                    "column": 2
                  },
                  "end": {
                    "line": 600,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 18904,
                  "end": 18928,
                  "loc": {
                    "start": {
                      "line": 572,
                      "column": 2
                    },
                    "end": {
                      "line": 572,
                      "column": 26
                    },
                    "identifierName": "_testComponentReferences"
                  },
                  "name": "_testComponentReferences"
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 18929,
                    "end": 18944,
                    "loc": {
                      "start": {
                        "line": 572,
                        "column": 27
                      },
                      "end": {
                        "line": 572,
                        "column": 42
                      },
                      "identifierName": "sourceBidEntity"
                    },
                    "name": "sourceBidEntity"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 18946,
                  "end": 19796,
                  "loc": {
                    "start": {
                      "line": 572,
                      "column": 44
                    },
                    "end": {
                      "line": 600,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 18952,
                      "end": 19051,
                      "loc": {
                        "start": {
                          "line": 573,
                          "column": 4
                        },
                        "end": {
                          "line": 573,
                          "column": 103
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 18958,
                          "end": 19050,
                          "loc": {
                            "start": {
                              "line": 573,
                              "column": 10
                            },
                            "end": {
                              "line": 573,
                              "column": 102
                            }
                          },
                          "id": {
                            "type": "ObjectPattern",
                            "start": 18958,
                            "end": 19025,
                            "loc": {
                              "start": {
                                "line": 573,
                                "column": 10
                              },
                              "end": {
                                "line": 573,
                                "column": 77
                              }
                            },
                            "properties": [
                              {
                                "type": "ObjectProperty",
                                "start": 18960,
                                "end": 18970,
                                "loc": {
                                  "start": {
                                    "line": 573,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 573,
                                    "column": 22
                                  }
                                },
                                "method": false,
                                "shorthand": true,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 18960,
                                  "end": 18970,
                                  "loc": {
                                    "start": {
                                      "line": 573,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 573,
                                      "column": 22
                                    },
                                    "identifierName": "line_items"
                                  },
                                  "name": "line_items"
                                },
                                "value": {
                                  "type": "Identifier",
                                  "start": 18960,
                                  "end": 18970,
                                  "loc": {
                                    "start": {
                                      "line": 573,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 573,
                                      "column": 22
                                    },
                                    "identifierName": "line_items"
                                  },
                                  "name": "line_items"
                                },
                                "extra": {
                                  "shorthand": true
                                }
                              },
                              {
                                "type": "ObjectProperty",
                                "start": 18972,
                                "end": 18982,
                                "loc": {
                                  "start": {
                                    "line": 573,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 573,
                                    "column": 34
                                  }
                                },
                                "method": false,
                                "shorthand": true,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 18972,
                                  "end": 18982,
                                  "loc": {
                                    "start": {
                                      "line": 573,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 573,
                                      "column": 34
                                    },
                                    "identifierName": "components"
                                  },
                                  "name": "components"
                                },
                                "value": {
                                  "type": "Identifier",
                                  "start": 18972,
                                  "end": 18982,
                                  "loc": {
                                    "start": {
                                      "line": 573,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 573,
                                      "column": 34
                                    },
                                    "identifierName": "components"
                                  },
                                  "name": "components"
                                },
                                "extra": {
                                  "shorthand": true
                                }
                              },
                              {
                                "type": "ObjectProperty",
                                "start": 18984,
                                "end": 19003,
                                "loc": {
                                  "start": {
                                    "line": 573,
                                    "column": 36
                                  },
                                  "end": {
                                    "line": 573,
                                    "column": 55
                                  }
                                },
                                "method": false,
                                "shorthand": true,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 18984,
                                  "end": 19003,
                                  "loc": {
                                    "start": {
                                      "line": 573,
                                      "column": 36
                                    },
                                    "end": {
                                      "line": 573,
                                      "column": 55
                                    },
                                    "identifierName": "parent_component_id"
                                  },
                                  "name": "parent_component_id"
                                },
                                "value": {
                                  "type": "Identifier",
                                  "start": 18984,
                                  "end": 19003,
                                  "loc": {
                                    "start": {
                                      "line": 573,
                                      "column": 36
                                    },
                                    "end": {
                                      "line": 573,
                                      "column": 55
                                    },
                                    "identifierName": "parent_component_id"
                                  },
                                  "name": "parent_component_id"
                                },
                                "extra": {
                                  "shorthand": true
                                }
                              },
                              {
                                "type": "ObjectProperty",
                                "start": 19005,
                                "end": 19023,
                                "loc": {
                                  "start": {
                                    "line": 573,
                                    "column": 57
                                  },
                                  "end": {
                                    "line": 573,
                                    "column": 75
                                  }
                                },
                                "method": false,
                                "shorthand": true,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 19005,
                                  "end": 19023,
                                  "loc": {
                                    "start": {
                                      "line": 573,
                                      "column": 57
                                    },
                                    "end": {
                                      "line": 573,
                                      "column": 75
                                    },
                                    "identifierName": "component_group_id"
                                  },
                                  "name": "component_group_id"
                                },
                                "value": {
                                  "type": "Identifier",
                                  "start": 19005,
                                  "end": 19023,
                                  "loc": {
                                    "start": {
                                      "line": 573,
                                      "column": 57
                                    },
                                    "end": {
                                      "line": 573,
                                      "column": 75
                                    },
                                    "identifierName": "component_group_id"
                                  },
                                  "name": "component_group_id"
                                },
                                "extra": {
                                  "shorthand": true
                                }
                              }
                            ]
                          },
                          "init": {
                            "type": "MemberExpression",
                            "start": 19028,
                            "end": 19050,
                            "loc": {
                              "start": {
                                "line": 573,
                                "column": 80
                              },
                              "end": {
                                "line": 573,
                                "column": 102
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 19028,
                              "end": 19043,
                              "loc": {
                                "start": {
                                  "line": 573,
                                  "column": 80
                                },
                                "end": {
                                  "line": 573,
                                  "column": 95
                                },
                                "identifierName": "sourceBidEntity"
                              },
                              "name": "sourceBidEntity"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 19044,
                              "end": 19050,
                              "loc": {
                                "start": {
                                  "line": 573,
                                  "column": 96
                                },
                                "end": {
                                  "line": 573,
                                  "column": 102
                                },
                                "identifierName": "config"
                              },
                              "name": "config"
                            },
                            "computed": false
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 19057,
                      "end": 19170,
                      "loc": {
                        "start": {
                          "line": 575,
                          "column": 4
                        },
                        "end": {
                          "line": 577,
                          "column": 7
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 19057,
                        "end": 19169,
                        "loc": {
                          "start": {
                            "line": 575,
                            "column": 4
                          },
                          "end": {
                            "line": 577,
                            "column": 6
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 19057,
                          "end": 19075,
                          "loc": {
                            "start": {
                              "line": 575,
                              "column": 4
                            },
                            "end": {
                              "line": 575,
                              "column": 22
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 19057,
                            "end": 19067,
                            "loc": {
                              "start": {
                                "line": 575,
                                "column": 4
                              },
                              "end": {
                                "line": 575,
                                "column": 14
                              },
                              "identifierName": "line_items"
                            },
                            "name": "line_items"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 19068,
                            "end": 19075,
                            "loc": {
                              "start": {
                                "line": 575,
                                "column": 15
                              },
                              "end": {
                                "line": 575,
                                "column": 22
                              },
                              "identifierName": "forEach"
                            },
                            "name": "forEach"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 19076,
                            "end": 19168,
                            "loc": {
                              "start": {
                                "line": 575,
                                "column": 23
                              },
                              "end": {
                                "line": 577,
                                "column": 5
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 19076,
                                "end": 19086,
                                "loc": {
                                  "start": {
                                    "line": 575,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 575,
                                    "column": 33
                                  },
                                  "identifierName": "lineItemId"
                                },
                                "name": "lineItemId"
                              }
                            ],
                            "body": {
                              "type": "BlockStatement",
                              "start": 19090,
                              "end": 19168,
                              "loc": {
                                "start": {
                                  "line": 575,
                                  "column": 37
                                },
                                "end": {
                                  "line": 577,
                                  "column": 5
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 19098,
                                  "end": 19162,
                                  "loc": {
                                    "start": {
                                      "line": 576,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 576,
                                      "column": 70
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 19098,
                                    "end": 19161,
                                    "loc": {
                                      "start": {
                                        "line": 576,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 576,
                                        "column": 69
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 19098,
                                      "end": 19132,
                                      "loc": {
                                        "start": {
                                          "line": 576,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 576,
                                          "column": 40
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 19098,
                                        "end": 19102,
                                        "loc": {
                                          "start": {
                                            "line": 576,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 576,
                                            "column": 10
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 19103,
                                        "end": 19132,
                                        "loc": {
                                          "start": {
                                            "line": 576,
                                            "column": 11
                                          },
                                          "end": {
                                            "line": 576,
                                            "column": 40
                                          },
                                          "identifierName": "_testReferencedLineItemExists"
                                        },
                                        "name": "_testReferencedLineItemExists"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 19133,
                                        "end": 19143,
                                        "loc": {
                                          "start": {
                                            "line": 576,
                                            "column": 41
                                          },
                                          "end": {
                                            "line": 576,
                                            "column": 51
                                          },
                                          "identifierName": "lineItemId"
                                        },
                                        "name": "lineItemId"
                                      },
                                      {
                                        "type": "Identifier",
                                        "start": 19145,
                                        "end": 19160,
                                        "loc": {
                                          "start": {
                                            "line": 576,
                                            "column": 53
                                          },
                                          "end": {
                                            "line": 576,
                                            "column": 68
                                          },
                                          "identifierName": "sourceBidEntity"
                                        },
                                        "name": "sourceBidEntity"
                                      }
                                    ]
                                  }
                                }
                              ],
                              "directives": []
                            }
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 19176,
                      "end": 19369,
                      "loc": {
                        "start": {
                          "line": 579,
                          "column": 4
                        },
                        "end": {
                          "line": 585,
                          "column": 7
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 19176,
                        "end": 19368,
                        "loc": {
                          "start": {
                            "line": 579,
                            "column": 4
                          },
                          "end": {
                            "line": 585,
                            "column": 6
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 19176,
                          "end": 19194,
                          "loc": {
                            "start": {
                              "line": 579,
                              "column": 4
                            },
                            "end": {
                              "line": 579,
                              "column": 22
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 19176,
                            "end": 19186,
                            "loc": {
                              "start": {
                                "line": 579,
                                "column": 4
                              },
                              "end": {
                                "line": 579,
                                "column": 14
                              },
                              "identifierName": "components"
                            },
                            "name": "components"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 19187,
                            "end": 19194,
                            "loc": {
                              "start": {
                                "line": 579,
                                "column": 15
                              },
                              "end": {
                                "line": 579,
                                "column": 22
                              },
                              "identifierName": "forEach"
                            },
                            "name": "forEach"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 19195,
                            "end": 19367,
                            "loc": {
                              "start": {
                                "line": 579,
                                "column": 23
                              },
                              "end": {
                                "line": 585,
                                "column": 5
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 19195,
                                "end": 19206,
                                "loc": {
                                  "start": {
                                    "line": 579,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 579,
                                    "column": 34
                                  },
                                  "identifierName": "componentId"
                                },
                                "name": "componentId"
                              }
                            ],
                            "body": {
                              "type": "BlockStatement",
                              "start": 19210,
                              "end": 19367,
                              "loc": {
                                "start": {
                                  "line": 579,
                                  "column": 38
                                },
                                "end": {
                                  "line": 585,
                                  "column": 5
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 19218,
                                  "end": 19361,
                                  "loc": {
                                    "start": {
                                      "line": 580,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 584,
                                      "column": 8
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 19218,
                                    "end": 19360,
                                    "loc": {
                                      "start": {
                                        "line": 580,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 584,
                                        "column": 7
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 19218,
                                      "end": 19253,
                                      "loc": {
                                        "start": {
                                          "line": 580,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 580,
                                          "column": 41
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 19218,
                                        "end": 19222,
                                        "loc": {
                                          "start": {
                                            "line": 580,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 580,
                                            "column": 10
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 19223,
                                        "end": 19253,
                                        "loc": {
                                          "start": {
                                            "line": 580,
                                            "column": 11
                                          },
                                          "end": {
                                            "line": 580,
                                            "column": 41
                                          },
                                          "identifierName": "_testReferencedComponentExists"
                                        },
                                        "name": "_testReferencedComponentExists"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 19263,
                                        "end": 19274,
                                        "loc": {
                                          "start": {
                                            "line": 581,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 581,
                                            "column": 19
                                          },
                                          "identifierName": "componentId"
                                        },
                                        "name": "componentId"
                                      },
                                      {
                                        "type": "Identifier",
                                        "start": 19284,
                                        "end": 19299,
                                        "loc": {
                                          "start": {
                                            "line": 582,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 582,
                                            "column": 23
                                          },
                                          "identifierName": "sourceBidEntity"
                                        },
                                        "name": "sourceBidEntity"
                                      },
                                      {
                                        "type": "StringLiteral",
                                        "start": 19309,
                                        "end": 19352,
                                        "loc": {
                                          "start": {
                                            "line": 583,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 583,
                                            "column": 51
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "invalid_component_sub_component_reference",
                                          "raw": "\"invalid_component_sub_component_reference\""
                                        },
                                        "value": "invalid_component_sub_component_reference"
                                      }
                                    ]
                                  }
                                }
                              ],
                              "directives": []
                            }
                          }
                        ]
                      }
                    },
                    {
                      "type": "IfStatement",
                      "start": 19375,
                      "end": 19558,
                      "loc": {
                        "start": {
                          "line": 587,
                          "column": 4
                        },
                        "end": {
                          "line": 593,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "Identifier",
                        "start": 19379,
                        "end": 19398,
                        "loc": {
                          "start": {
                            "line": 587,
                            "column": 8
                          },
                          "end": {
                            "line": 587,
                            "column": 27
                          },
                          "identifierName": "parent_component_id"
                        },
                        "name": "parent_component_id"
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 19400,
                        "end": 19558,
                        "loc": {
                          "start": {
                            "line": 587,
                            "column": 29
                          },
                          "end": {
                            "line": 593,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 19408,
                            "end": 19552,
                            "loc": {
                              "start": {
                                "line": 588,
                                "column": 6
                              },
                              "end": {
                                "line": 592,
                                "column": 8
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 19408,
                              "end": 19551,
                              "loc": {
                                "start": {
                                  "line": 588,
                                  "column": 6
                                },
                                "end": {
                                  "line": 592,
                                  "column": 7
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 19408,
                                "end": 19443,
                                "loc": {
                                  "start": {
                                    "line": 588,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 588,
                                    "column": 41
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 19408,
                                  "end": 19412,
                                  "loc": {
                                    "start": {
                                      "line": 588,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 588,
                                      "column": 10
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 19413,
                                  "end": 19443,
                                  "loc": {
                                    "start": {
                                      "line": 588,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 588,
                                      "column": 41
                                    },
                                    "identifierName": "_testReferencedComponentExists"
                                  },
                                  "name": "_testReferencedComponentExists"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 19453,
                                  "end": 19472,
                                  "loc": {
                                    "start": {
                                      "line": 589,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 589,
                                      "column": 27
                                    },
                                    "identifierName": "parent_component_id"
                                  },
                                  "name": "parent_component_id"
                                },
                                {
                                  "type": "Identifier",
                                  "start": 19482,
                                  "end": 19497,
                                  "loc": {
                                    "start": {
                                      "line": 590,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 590,
                                      "column": 23
                                    },
                                    "identifierName": "sourceBidEntity"
                                  },
                                  "name": "sourceBidEntity"
                                },
                                {
                                  "type": "StringLiteral",
                                  "start": 19507,
                                  "end": 19543,
                                  "loc": {
                                    "start": {
                                      "line": 591,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 591,
                                      "column": 44
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "invalid_parent_component_reference",
                                    "raw": "\"invalid_parent_component_reference\""
                                  },
                                  "value": "invalid_parent_component_reference"
                                }
                              ]
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 19564,
                      "end": 19642,
                      "loc": {
                        "start": {
                          "line": 595,
                          "column": 4
                        },
                        "end": {
                          "line": 595,
                          "column": 82
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 19570,
                          "end": 19641,
                          "loc": {
                            "start": {
                              "line": 595,
                              "column": 10
                            },
                            "end": {
                              "line": 595,
                              "column": 81
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 19570,
                            "end": 19584,
                            "loc": {
                              "start": {
                                "line": 595,
                                "column": 10
                              },
                              "end": {
                                "line": 595,
                                "column": 24
                              },
                              "identifierName": "componentGroup"
                            },
                            "name": "componentGroup"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 19587,
                            "end": 19641,
                            "loc": {
                              "start": {
                                "line": 595,
                                "column": 27
                              },
                              "end": {
                                "line": 595,
                                "column": 81
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 19587,
                              "end": 19621,
                              "loc": {
                                "start": {
                                  "line": 595,
                                  "column": 27
                                },
                                "end": {
                                  "line": 595,
                                  "column": 61
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 19587,
                                "end": 19605,
                                "loc": {
                                  "start": {
                                    "line": 595,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 595,
                                    "column": 45
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 19587,
                                  "end": 19596,
                                  "loc": {
                                    "start": {
                                      "line": 595,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 595,
                                      "column": 36
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 19587,
                                    "end": 19591,
                                    "loc": {
                                      "start": {
                                        "line": 595,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 595,
                                        "column": 31
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 19592,
                                    "end": 19596,
                                    "loc": {
                                      "start": {
                                        "line": 595,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 595,
                                        "column": 36
                                      },
                                      "identifierName": "_bid"
                                    },
                                    "name": "_bid"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 19597,
                                  "end": 19605,
                                  "loc": {
                                    "start": {
                                      "line": 595,
                                      "column": 37
                                    },
                                    "end": {
                                      "line": 595,
                                      "column": 45
                                    },
                                    "identifierName": "entities"
                                  },
                                  "name": "entities"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 19606,
                                "end": 19621,
                                "loc": {
                                  "start": {
                                    "line": 595,
                                    "column": 46
                                  },
                                  "end": {
                                    "line": 595,
                                    "column": 61
                                  },
                                  "identifierName": "componentGroups"
                                },
                                "name": "componentGroups"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 19622,
                                "end": 19640,
                                "loc": {
                                  "start": {
                                    "line": 595,
                                    "column": 62
                                  },
                                  "end": {
                                    "line": 595,
                                    "column": 80
                                  },
                                  "identifierName": "component_group_id"
                                },
                                "name": "component_group_id"
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "IfStatement",
                      "start": 19648,
                      "end": 19792,
                      "loc": {
                        "start": {
                          "line": 597,
                          "column": 4
                        },
                        "end": {
                          "line": 599,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "LogicalExpression",
                        "start": 19652,
                        "end": 19707,
                        "loc": {
                          "start": {
                            "line": 597,
                            "column": 8
                          },
                          "end": {
                            "line": 597,
                            "column": 63
                          }
                        },
                        "left": {
                          "type": "BinaryExpression",
                          "start": 19652,
                          "end": 19680,
                          "loc": {
                            "start": {
                              "line": 597,
                              "column": 8
                            },
                            "end": {
                              "line": 597,
                              "column": 36
                            }
                          },
                          "left": {
                            "type": "Identifier",
                            "start": 19652,
                            "end": 19666,
                            "loc": {
                              "start": {
                                "line": 597,
                                "column": 8
                              },
                              "end": {
                                "line": 597,
                                "column": 22
                              },
                              "identifierName": "componentGroup"
                            },
                            "name": "componentGroup"
                          },
                          "operator": "===",
                          "right": {
                            "type": "Identifier",
                            "start": 19671,
                            "end": 19680,
                            "loc": {
                              "start": {
                                "line": 597,
                                "column": 27
                              },
                              "end": {
                                "line": 597,
                                "column": 36
                              },
                              "identifierName": "undefined"
                            },
                            "name": "undefined"
                          }
                        },
                        "operator": "||",
                        "right": {
                          "type": "BinaryExpression",
                          "start": 19684,
                          "end": 19707,
                          "loc": {
                            "start": {
                              "line": 597,
                              "column": 40
                            },
                            "end": {
                              "line": 597,
                              "column": 63
                            }
                          },
                          "left": {
                            "type": "Identifier",
                            "start": 19684,
                            "end": 19698,
                            "loc": {
                              "start": {
                                "line": 597,
                                "column": 40
                              },
                              "end": {
                                "line": 597,
                                "column": 54
                              },
                              "identifierName": "componentGroup"
                            },
                            "name": "componentGroup"
                          },
                          "operator": "===",
                          "right": {
                            "type": "NullLiteral",
                            "start": 19703,
                            "end": 19707,
                            "loc": {
                              "start": {
                                "line": 597,
                                "column": 59
                              },
                              "end": {
                                "line": 597,
                                "column": 63
                              }
                            }
                          }
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 19709,
                        "end": 19792,
                        "loc": {
                          "start": {
                            "line": 597,
                            "column": 65
                          },
                          "end": {
                            "line": 599,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 19717,
                            "end": 19786,
                            "loc": {
                              "start": {
                                "line": 598,
                                "column": 6
                              },
                              "end": {
                                "line": 598,
                                "column": 75
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 19717,
                              "end": 19785,
                              "loc": {
                                "start": {
                                  "line": 598,
                                  "column": 6
                                },
                                "end": {
                                  "line": 598,
                                  "column": 74
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 19717,
                                "end": 19731,
                                "loc": {
                                  "start": {
                                    "line": 598,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 598,
                                    "column": 20
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 19717,
                                  "end": 19721,
                                  "loc": {
                                    "start": {
                                      "line": 598,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 598,
                                      "column": 10
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 19722,
                                  "end": 19731,
                                  "loc": {
                                    "start": {
                                      "line": 598,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 598,
                                      "column": 20
                                    },
                                    "identifierName": "_logIssue"
                                  },
                                  "name": "_logIssue"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "StringLiteral",
                                  "start": 19732,
                                  "end": 19767,
                                  "loc": {
                                    "start": {
                                      "line": 598,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 598,
                                      "column": 56
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "invalid_component_group_reference",
                                    "raw": "\"invalid_component_group_reference\""
                                  },
                                  "value": "invalid_component_group_reference"
                                },
                                {
                                  "type": "Identifier",
                                  "start": 19769,
                                  "end": 19784,
                                  "loc": {
                                    "start": {
                                      "line": 598,
                                      "column": 58
                                    },
                                    "end": {
                                      "line": 598,
                                      "column": 73
                                    },
                                    "identifierName": "sourceBidEntity"
                                  },
                                  "name": "sourceBidEntity"
                                }
                              ]
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 19800,
                "end": 20561,
                "loc": {
                  "start": {
                    "line": 602,
                    "column": 2
                  },
                  "end": {
                    "line": 626,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 19800,
                  "end": 19827,
                  "loc": {
                    "start": {
                      "line": 602,
                      "column": 2
                    },
                    "end": {
                      "line": 602,
                      "column": 29
                    },
                    "identifierName": "_testDynamicGroupReferences"
                  },
                  "name": "_testDynamicGroupReferences"
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 19828,
                    "end": 19843,
                    "loc": {
                      "start": {
                        "line": 602,
                        "column": 30
                      },
                      "end": {
                        "line": 602,
                        "column": 45
                      },
                      "identifierName": "sourceBidEntity"
                    },
                    "name": "sourceBidEntity"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 19845,
                  "end": 20561,
                  "loc": {
                    "start": {
                      "line": 602,
                      "column": 47
                    },
                    "end": {
                      "line": 626,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 19851,
                      "end": 19979,
                      "loc": {
                        "start": {
                          "line": 603,
                          "column": 4
                        },
                        "end": {
                          "line": 605,
                          "column": 7
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 19851,
                        "end": 19978,
                        "loc": {
                          "start": {
                            "line": 603,
                            "column": 4
                          },
                          "end": {
                            "line": 605,
                            "column": 6
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 19851,
                          "end": 19884,
                          "loc": {
                            "start": {
                              "line": 603,
                              "column": 4
                            },
                            "end": {
                              "line": 603,
                              "column": 37
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 19851,
                            "end": 19876,
                            "loc": {
                              "start": {
                                "line": 603,
                                "column": 4
                              },
                              "end": {
                                "line": 603,
                                "column": 29
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 19851,
                              "end": 19866,
                              "loc": {
                                "start": {
                                  "line": 603,
                                  "column": 4
                                },
                                "end": {
                                  "line": 603,
                                  "column": 19
                                },
                                "identifierName": "sourceBidEntity"
                              },
                              "name": "sourceBidEntity"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 19867,
                              "end": 19876,
                              "loc": {
                                "start": {
                                  "line": 603,
                                  "column": 20
                                },
                                "end": {
                                  "line": 603,
                                  "column": 29
                                },
                                "identifierName": "lineItems"
                              },
                              "name": "lineItems"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 19877,
                            "end": 19884,
                            "loc": {
                              "start": {
                                "line": 603,
                                "column": 30
                              },
                              "end": {
                                "line": 603,
                                "column": 37
                              },
                              "identifierName": "forEach"
                            },
                            "name": "forEach"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 19885,
                            "end": 19977,
                            "loc": {
                              "start": {
                                "line": 603,
                                "column": 38
                              },
                              "end": {
                                "line": 605,
                                "column": 5
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 19885,
                                "end": 19895,
                                "loc": {
                                  "start": {
                                    "line": 603,
                                    "column": 38
                                  },
                                  "end": {
                                    "line": 603,
                                    "column": 48
                                  },
                                  "identifierName": "lineItemId"
                                },
                                "name": "lineItemId"
                              }
                            ],
                            "body": {
                              "type": "BlockStatement",
                              "start": 19899,
                              "end": 19977,
                              "loc": {
                                "start": {
                                  "line": 603,
                                  "column": 52
                                },
                                "end": {
                                  "line": 605,
                                  "column": 5
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 19907,
                                  "end": 19971,
                                  "loc": {
                                    "start": {
                                      "line": 604,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 604,
                                      "column": 70
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 19907,
                                    "end": 19970,
                                    "loc": {
                                      "start": {
                                        "line": 604,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 604,
                                        "column": 69
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 19907,
                                      "end": 19941,
                                      "loc": {
                                        "start": {
                                          "line": 604,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 604,
                                          "column": 40
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 19907,
                                        "end": 19911,
                                        "loc": {
                                          "start": {
                                            "line": 604,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 604,
                                            "column": 10
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 19912,
                                        "end": 19941,
                                        "loc": {
                                          "start": {
                                            "line": 604,
                                            "column": 11
                                          },
                                          "end": {
                                            "line": 604,
                                            "column": 40
                                          },
                                          "identifierName": "_testReferencedLineItemExists"
                                        },
                                        "name": "_testReferencedLineItemExists"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 19942,
                                        "end": 19952,
                                        "loc": {
                                          "start": {
                                            "line": 604,
                                            "column": 41
                                          },
                                          "end": {
                                            "line": 604,
                                            "column": 51
                                          },
                                          "identifierName": "lineItemId"
                                        },
                                        "name": "lineItemId"
                                      },
                                      {
                                        "type": "Identifier",
                                        "start": 19954,
                                        "end": 19969,
                                        "loc": {
                                          "start": {
                                            "line": 604,
                                            "column": 53
                                          },
                                          "end": {
                                            "line": 604,
                                            "column": 68
                                          },
                                          "identifierName": "sourceBidEntity"
                                        },
                                        "name": "sourceBidEntity"
                                      }
                                    ]
                                  }
                                }
                              ],
                              "directives": []
                            }
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 19985,
                      "end": 20198,
                      "loc": {
                        "start": {
                          "line": 607,
                          "column": 4
                        },
                        "end": {
                          "line": 613,
                          "column": 7
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 19985,
                        "end": 20197,
                        "loc": {
                          "start": {
                            "line": 607,
                            "column": 4
                          },
                          "end": {
                            "line": 613,
                            "column": 6
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 19985,
                          "end": 20019,
                          "loc": {
                            "start": {
                              "line": 607,
                              "column": 4
                            },
                            "end": {
                              "line": 607,
                              "column": 38
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 19985,
                            "end": 20011,
                            "loc": {
                              "start": {
                                "line": 607,
                                "column": 4
                              },
                              "end": {
                                "line": 607,
                                "column": 30
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 19985,
                              "end": 20000,
                              "loc": {
                                "start": {
                                  "line": 607,
                                  "column": 4
                                },
                                "end": {
                                  "line": 607,
                                  "column": 19
                                },
                                "identifierName": "sourceBidEntity"
                              },
                              "name": "sourceBidEntity"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 20001,
                              "end": 20011,
                              "loc": {
                                "start": {
                                  "line": 607,
                                  "column": 20
                                },
                                "end": {
                                  "line": 607,
                                  "column": 30
                                },
                                "identifierName": "components"
                              },
                              "name": "components"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 20012,
                            "end": 20019,
                            "loc": {
                              "start": {
                                "line": 607,
                                "column": 31
                              },
                              "end": {
                                "line": 607,
                                "column": 38
                              },
                              "identifierName": "forEach"
                            },
                            "name": "forEach"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 20020,
                            "end": 20196,
                            "loc": {
                              "start": {
                                "line": 607,
                                "column": 39
                              },
                              "end": {
                                "line": 613,
                                "column": 5
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 20020,
                                "end": 20031,
                                "loc": {
                                  "start": {
                                    "line": 607,
                                    "column": 39
                                  },
                                  "end": {
                                    "line": 607,
                                    "column": 50
                                  },
                                  "identifierName": "componentId"
                                },
                                "name": "componentId"
                              }
                            ],
                            "body": {
                              "type": "BlockStatement",
                              "start": 20035,
                              "end": 20196,
                              "loc": {
                                "start": {
                                  "line": 607,
                                  "column": 54
                                },
                                "end": {
                                  "line": 613,
                                  "column": 5
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 20043,
                                  "end": 20190,
                                  "loc": {
                                    "start": {
                                      "line": 608,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 612,
                                      "column": 8
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 20043,
                                    "end": 20189,
                                    "loc": {
                                      "start": {
                                        "line": 608,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 612,
                                        "column": 7
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 20043,
                                      "end": 20078,
                                      "loc": {
                                        "start": {
                                          "line": 608,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 608,
                                          "column": 41
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 20043,
                                        "end": 20047,
                                        "loc": {
                                          "start": {
                                            "line": 608,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 608,
                                            "column": 10
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 20048,
                                        "end": 20078,
                                        "loc": {
                                          "start": {
                                            "line": 608,
                                            "column": 11
                                          },
                                          "end": {
                                            "line": 608,
                                            "column": 41
                                          },
                                          "identifierName": "_testReferencedComponentExists"
                                        },
                                        "name": "_testReferencedComponentExists"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 20088,
                                        "end": 20099,
                                        "loc": {
                                          "start": {
                                            "line": 609,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 609,
                                            "column": 19
                                          },
                                          "identifierName": "componentId"
                                        },
                                        "name": "componentId"
                                      },
                                      {
                                        "type": "Identifier",
                                        "start": 20109,
                                        "end": 20124,
                                        "loc": {
                                          "start": {
                                            "line": 610,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 610,
                                            "column": 23
                                          },
                                          "identifierName": "sourceBidEntity"
                                        },
                                        "name": "sourceBidEntity"
                                      },
                                      {
                                        "type": "StringLiteral",
                                        "start": 20134,
                                        "end": 20181,
                                        "loc": {
                                          "start": {
                                            "line": 611,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 611,
                                            "column": 55
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "invalid_dynamic_group_sub_component_reference",
                                          "raw": "\"invalid_dynamic_group_sub_component_reference\""
                                        },
                                        "value": "invalid_dynamic_group_sub_component_reference"
                                      }
                                    ]
                                  }
                                }
                              ],
                              "directives": []
                            }
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 20204,
                      "end": 20334,
                      "loc": {
                        "start": {
                          "line": 615,
                          "column": 4
                        },
                        "end": {
                          "line": 617,
                          "column": 7
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 20204,
                        "end": 20333,
                        "loc": {
                          "start": {
                            "line": 615,
                            "column": 4
                          },
                          "end": {
                            "line": 617,
                            "column": 6
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 20204,
                          "end": 20241,
                          "loc": {
                            "start": {
                              "line": 615,
                              "column": 4
                            },
                            "end": {
                              "line": 615,
                              "column": 41
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 20204,
                            "end": 20233,
                            "loc": {
                              "start": {
                                "line": 615,
                                "column": 4
                              },
                              "end": {
                                "line": 615,
                                "column": 33
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 20204,
                              "end": 20219,
                              "loc": {
                                "start": {
                                  "line": 615,
                                  "column": 4
                                },
                                "end": {
                                  "line": 615,
                                  "column": 19
                                },
                                "identifierName": "sourceBidEntity"
                              },
                              "name": "sourceBidEntity"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 20220,
                              "end": 20233,
                              "loc": {
                                "start": {
                                  "line": 615,
                                  "column": 20
                                },
                                "end": {
                                  "line": 615,
                                  "column": 33
                                },
                                "identifierName": "dynamicGroups"
                              },
                              "name": "dynamicGroups"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 20234,
                            "end": 20241,
                            "loc": {
                              "start": {
                                "line": 615,
                                "column": 34
                              },
                              "end": {
                                "line": 615,
                                "column": 41
                              },
                              "identifierName": "forEach"
                            },
                            "name": "forEach"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 20242,
                            "end": 20332,
                            "loc": {
                              "start": {
                                "line": 615,
                                "column": 42
                              },
                              "end": {
                                "line": 617,
                                "column": 5
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 20242,
                                "end": 20249,
                                "loc": {
                                  "start": {
                                    "line": 615,
                                    "column": 42
                                  },
                                  "end": {
                                    "line": 615,
                                    "column": 49
                                  },
                                  "identifierName": "groupId"
                                },
                                "name": "groupId"
                              }
                            ],
                            "body": {
                              "type": "BlockStatement",
                              "start": 20253,
                              "end": 20332,
                              "loc": {
                                "start": {
                                  "line": 615,
                                  "column": 53
                                },
                                "end": {
                                  "line": 617,
                                  "column": 5
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 20261,
                                  "end": 20326,
                                  "loc": {
                                    "start": {
                                      "line": 616,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 616,
                                      "column": 71
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 20261,
                                    "end": 20325,
                                    "loc": {
                                      "start": {
                                        "line": 616,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 616,
                                        "column": 70
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 20261,
                                      "end": 20299,
                                      "loc": {
                                        "start": {
                                          "line": 616,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 616,
                                          "column": 44
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 20261,
                                        "end": 20265,
                                        "loc": {
                                          "start": {
                                            "line": 616,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 616,
                                            "column": 10
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 20266,
                                        "end": 20299,
                                        "loc": {
                                          "start": {
                                            "line": 616,
                                            "column": 11
                                          },
                                          "end": {
                                            "line": 616,
                                            "column": 44
                                          },
                                          "identifierName": "_testReferencedDynamicGroupExists"
                                        },
                                        "name": "_testReferencedDynamicGroupExists"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 20300,
                                        "end": 20307,
                                        "loc": {
                                          "start": {
                                            "line": 616,
                                            "column": 45
                                          },
                                          "end": {
                                            "line": 616,
                                            "column": 52
                                          },
                                          "identifierName": "groupId"
                                        },
                                        "name": "groupId"
                                      },
                                      {
                                        "type": "Identifier",
                                        "start": 20309,
                                        "end": 20324,
                                        "loc": {
                                          "start": {
                                            "line": 616,
                                            "column": 54
                                          },
                                          "end": {
                                            "line": 616,
                                            "column": 69
                                          },
                                          "identifierName": "sourceBidEntity"
                                        },
                                        "name": "sourceBidEntity"
                                      }
                                    ]
                                  }
                                }
                              ],
                              "directives": []
                            }
                          }
                        ]
                      }
                    },
                    {
                      "type": "IfStatement",
                      "start": 20340,
                      "end": 20557,
                      "loc": {
                        "start": {
                          "line": 619,
                          "column": 4
                        },
                        "end": {
                          "line": 625,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "MemberExpression",
                        "start": 20344,
                        "end": 20373,
                        "loc": {
                          "start": {
                            "line": 619,
                            "column": 8
                          },
                          "end": {
                            "line": 619,
                            "column": 37
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 20344,
                          "end": 20359,
                          "loc": {
                            "start": {
                              "line": 619,
                              "column": 8
                            },
                            "end": {
                              "line": 619,
                              "column": 23
                            },
                            "identifierName": "sourceBidEntity"
                          },
                          "name": "sourceBidEntity"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 20360,
                          "end": 20373,
                          "loc": {
                            "start": {
                              "line": 619,
                              "column": 24
                            },
                            "end": {
                              "line": 619,
                              "column": 37
                            },
                            "identifierName": "fromComponent"
                          },
                          "name": "fromComponent"
                        },
                        "computed": false
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 20375,
                        "end": 20557,
                        "loc": {
                          "start": {
                            "line": 619,
                            "column": 39
                          },
                          "end": {
                            "line": 625,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 20383,
                            "end": 20551,
                            "loc": {
                              "start": {
                                "line": 620,
                                "column": 6
                              },
                              "end": {
                                "line": 624,
                                "column": 8
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 20383,
                              "end": 20550,
                              "loc": {
                                "start": {
                                  "line": 620,
                                  "column": 6
                                },
                                "end": {
                                  "line": 624,
                                  "column": 7
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 20383,
                                "end": 20418,
                                "loc": {
                                  "start": {
                                    "line": 620,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 620,
                                    "column": 41
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 20383,
                                  "end": 20387,
                                  "loc": {
                                    "start": {
                                      "line": 620,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 620,
                                      "column": 10
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 20388,
                                  "end": 20418,
                                  "loc": {
                                    "start": {
                                      "line": 620,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 620,
                                      "column": 41
                                    },
                                    "identifierName": "_testReferencedComponentExists"
                                  },
                                  "name": "_testReferencedComponentExists"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "MemberExpression",
                                  "start": 20428,
                                  "end": 20457,
                                  "loc": {
                                    "start": {
                                      "line": 621,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 621,
                                      "column": 37
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 20428,
                                    "end": 20443,
                                    "loc": {
                                      "start": {
                                        "line": 621,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 621,
                                        "column": 23
                                      },
                                      "identifierName": "sourceBidEntity"
                                    },
                                    "name": "sourceBidEntity"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 20444,
                                    "end": 20457,
                                    "loc": {
                                      "start": {
                                        "line": 621,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 621,
                                        "column": 37
                                      },
                                      "identifierName": "fromComponent"
                                    },
                                    "name": "fromComponent"
                                  },
                                  "computed": false
                                },
                                {
                                  "type": "Identifier",
                                  "start": 20467,
                                  "end": 20482,
                                  "loc": {
                                    "start": {
                                      "line": 622,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 622,
                                      "column": 23
                                    },
                                    "identifierName": "sourceBidEntity"
                                  },
                                  "name": "sourceBidEntity"
                                },
                                {
                                  "type": "StringLiteral",
                                  "start": 20492,
                                  "end": 20542,
                                  "loc": {
                                    "start": {
                                      "line": 623,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 623,
                                      "column": 58
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "invalid_dynamic_group_source_component_reference",
                                    "raw": "\"invalid_dynamic_group_source_component_reference\""
                                  },
                                  "value": "invalid_dynamic_group_source_component_reference"
                                }
                              ]
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 20565,
                "end": 20909,
                "loc": {
                  "start": {
                    "line": 628,
                    "column": 2
                  },
                  "end": {
                    "line": 636,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 20565,
                  "end": 20590,
                  "loc": {
                    "start": {
                      "line": 628,
                      "column": 2
                    },
                    "end": {
                      "line": 628,
                      "column": 27
                    },
                    "identifierName": "_testFieldGroupReferences"
                  },
                  "name": "_testFieldGroupReferences"
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 20591,
                    "end": 20606,
                    "loc": {
                      "start": {
                        "line": 628,
                        "column": 28
                      },
                      "end": {
                        "line": 628,
                        "column": 43
                      },
                      "identifierName": "sourceBidEntity"
                    },
                    "name": "sourceBidEntity"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 20608,
                  "end": 20909,
                  "loc": {
                    "start": {
                      "line": 628,
                      "column": 45
                    },
                    "end": {
                      "line": 636,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 20614,
                      "end": 20905,
                      "loc": {
                        "start": {
                          "line": 629,
                          "column": 4
                        },
                        "end": {
                          "line": 635,
                          "column": 7
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 20614,
                        "end": 20904,
                        "loc": {
                          "start": {
                            "line": 629,
                            "column": 4
                          },
                          "end": {
                            "line": 635,
                            "column": 6
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 20614,
                          "end": 20620,
                          "loc": {
                            "start": {
                              "line": 629,
                              "column": 4
                            },
                            "end": {
                              "line": 629,
                              "column": 10
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 20614,
                            "end": 20615,
                            "loc": {
                              "start": {
                                "line": 629,
                                "column": 4
                              },
                              "end": {
                                "line": 629,
                                "column": 5
                              },
                              "identifierName": "_"
                            },
                            "name": "_"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 20616,
                            "end": 20620,
                            "loc": {
                              "start": {
                                "line": 629,
                                "column": 6
                              },
                              "end": {
                                "line": 629,
                                "column": 10
                              },
                              "identifierName": "each"
                            },
                            "name": "each"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "MemberExpression",
                            "start": 20621,
                            "end": 20650,
                            "loc": {
                              "start": {
                                "line": 629,
                                "column": 11
                              },
                              "end": {
                                "line": 629,
                                "column": 40
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 20621,
                              "end": 20643,
                              "loc": {
                                "start": {
                                  "line": 629,
                                  "column": 11
                                },
                                "end": {
                                  "line": 629,
                                  "column": 33
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 20621,
                                "end": 20636,
                                "loc": {
                                  "start": {
                                    "line": 629,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 629,
                                    "column": 26
                                  },
                                  "identifierName": "sourceBidEntity"
                                },
                                "name": "sourceBidEntity"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 20637,
                                "end": 20643,
                                "loc": {
                                  "start": {
                                    "line": 629,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 629,
                                    "column": 33
                                  },
                                  "identifierName": "config"
                                },
                                "name": "config"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 20644,
                              "end": 20650,
                              "loc": {
                                "start": {
                                  "line": 629,
                                  "column": 34
                                },
                                "end": {
                                  "line": 629,
                                  "column": 40
                                },
                                "identifierName": "fields"
                              },
                              "name": "fields"
                            },
                            "computed": false
                          },
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 20652,
                            "end": 20903,
                            "loc": {
                              "start": {
                                "line": 629,
                                "column": 42
                              },
                              "end": {
                                "line": 635,
                                "column": 5
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 20652,
                                "end": 20659,
                                "loc": {
                                  "start": {
                                    "line": 629,
                                    "column": 42
                                  },
                                  "end": {
                                    "line": 629,
                                    "column": 49
                                  },
                                  "identifierName": "fieldId"
                                },
                                "name": "fieldId"
                              }
                            ],
                            "body": {
                              "type": "BlockStatement",
                              "start": 20663,
                              "end": 20903,
                              "loc": {
                                "start": {
                                  "line": 629,
                                  "column": 53
                                },
                                "end": {
                                  "line": 635,
                                  "column": 5
                                }
                              },
                              "body": [
                                {
                                  "type": "VariableDeclaration",
                                  "start": 20671,
                                  "end": 20721,
                                  "loc": {
                                    "start": {
                                      "line": 630,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 630,
                                      "column": 56
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 20675,
                                      "end": 20720,
                                      "loc": {
                                        "start": {
                                          "line": 630,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 630,
                                          "column": 55
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 20675,
                                        "end": 20683,
                                        "loc": {
                                          "start": {
                                            "line": 630,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 630,
                                            "column": 18
                                          },
                                          "identifierName": "bidField"
                                        },
                                        "name": "bidField"
                                      },
                                      "init": {
                                        "type": "CallExpression",
                                        "start": 20686,
                                        "end": 20720,
                                        "loc": {
                                          "start": {
                                            "line": 630,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 630,
                                            "column": 55
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 20686,
                                          "end": 20711,
                                          "loc": {
                                            "start": {
                                              "line": 630,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 630,
                                              "column": 46
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 20686,
                                            "end": 20704,
                                            "loc": {
                                              "start": {
                                                "line": 630,
                                                "column": 21
                                              },
                                              "end": {
                                                "line": 630,
                                                "column": 39
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 20686,
                                              "end": 20695,
                                              "loc": {
                                                "start": {
                                                  "line": 630,
                                                  "column": 21
                                                },
                                                "end": {
                                                  "line": 630,
                                                  "column": 30
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 20686,
                                                "end": 20690,
                                                "loc": {
                                                  "start": {
                                                    "line": 630,
                                                    "column": 21
                                                  },
                                                  "end": {
                                                    "line": 630,
                                                    "column": 25
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 20691,
                                                "end": 20695,
                                                "loc": {
                                                  "start": {
                                                    "line": 630,
                                                    "column": 26
                                                  },
                                                  "end": {
                                                    "line": 630,
                                                    "column": 30
                                                  },
                                                  "identifierName": "_bid"
                                                },
                                                "name": "_bid"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 20696,
                                              "end": 20704,
                                              "loc": {
                                                "start": {
                                                  "line": 630,
                                                  "column": 31
                                                },
                                                "end": {
                                                  "line": 630,
                                                  "column": 39
                                                },
                                                "identifierName": "entities"
                                              },
                                              "name": "entities"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 20705,
                                            "end": 20711,
                                            "loc": {
                                              "start": {
                                                "line": 630,
                                                "column": 40
                                              },
                                              "end": {
                                                "line": 630,
                                                "column": 46
                                              },
                                              "identifierName": "fields"
                                            },
                                            "name": "fields"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 20712,
                                            "end": 20719,
                                            "loc": {
                                              "start": {
                                                "line": 630,
                                                "column": 47
                                              },
                                              "end": {
                                                "line": 630,
                                                "column": 54
                                              },
                                              "identifierName": "fieldId"
                                            },
                                            "name": "fieldId"
                                          }
                                        ]
                                      }
                                    }
                                  ],
                                  "kind": "var"
                                },
                                {
                                  "type": "IfStatement",
                                  "start": 20729,
                                  "end": 20897,
                                  "loc": {
                                    "start": {
                                      "line": 632,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 634,
                                      "column": 7
                                    }
                                  },
                                  "test": {
                                    "type": "LogicalExpression",
                                    "start": 20733,
                                    "end": 20778,
                                    "loc": {
                                      "start": {
                                        "line": 632,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 632,
                                        "column": 55
                                      }
                                    },
                                    "left": {
                                      "type": "CallExpression",
                                      "start": 20733,
                                      "end": 20756,
                                      "loc": {
                                        "start": {
                                          "line": 632,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 632,
                                          "column": 33
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 20733,
                                        "end": 20746,
                                        "loc": {
                                          "start": {
                                            "line": 632,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 632,
                                            "column": 23
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 20733,
                                          "end": 20734,
                                          "loc": {
                                            "start": {
                                              "line": 632,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 632,
                                              "column": 11
                                            },
                                            "identifierName": "_"
                                          },
                                          "name": "_"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 20735,
                                          "end": 20746,
                                          "loc": {
                                            "start": {
                                              "line": 632,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 632,
                                              "column": 23
                                            },
                                            "identifierName": "isUndefined"
                                          },
                                          "name": "isUndefined"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "start": 20747,
                                          "end": 20755,
                                          "loc": {
                                            "start": {
                                              "line": 632,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 632,
                                              "column": 32
                                            },
                                            "identifierName": "bidField"
                                          },
                                          "name": "bidField"
                                        }
                                      ]
                                    },
                                    "operator": "||",
                                    "right": {
                                      "type": "CallExpression",
                                      "start": 20760,
                                      "end": 20778,
                                      "loc": {
                                        "start": {
                                          "line": 632,
                                          "column": 37
                                        },
                                        "end": {
                                          "line": 632,
                                          "column": 55
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 20760,
                                        "end": 20768,
                                        "loc": {
                                          "start": {
                                            "line": 632,
                                            "column": 37
                                          },
                                          "end": {
                                            "line": 632,
                                            "column": 45
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 20760,
                                          "end": 20761,
                                          "loc": {
                                            "start": {
                                              "line": 632,
                                              "column": 37
                                            },
                                            "end": {
                                              "line": 632,
                                              "column": 38
                                            },
                                            "identifierName": "_"
                                          },
                                          "name": "_"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 20762,
                                          "end": 20768,
                                          "loc": {
                                            "start": {
                                              "line": 632,
                                              "column": 39
                                            },
                                            "end": {
                                              "line": 632,
                                              "column": 45
                                            },
                                            "identifierName": "isNull"
                                          },
                                          "name": "isNull"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "start": 20769,
                                          "end": 20777,
                                          "loc": {
                                            "start": {
                                              "line": 632,
                                              "column": 46
                                            },
                                            "end": {
                                              "line": 632,
                                              "column": 54
                                            },
                                            "identifierName": "bidField"
                                          },
                                          "name": "bidField"
                                        }
                                      ]
                                    }
                                  },
                                  "consequent": {
                                    "type": "BlockStatement",
                                    "start": 20780,
                                    "end": 20897,
                                    "loc": {
                                      "start": {
                                        "line": 632,
                                        "column": 57
                                      },
                                      "end": {
                                        "line": 634,
                                        "column": 7
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 20790,
                                        "end": 20889,
                                        "loc": {
                                          "start": {
                                            "line": 633,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 633,
                                            "column": 107
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 20790,
                                          "end": 20888,
                                          "loc": {
                                            "start": {
                                              "line": 633,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 633,
                                              "column": 106
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 20790,
                                            "end": 20804,
                                            "loc": {
                                              "start": {
                                                "line": 633,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 633,
                                                "column": 22
                                              }
                                            },
                                            "object": {
                                              "type": "ThisExpression",
                                              "start": 20790,
                                              "end": 20794,
                                              "loc": {
                                                "start": {
                                                  "line": 633,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 633,
                                                  "column": 12
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 20795,
                                              "end": 20804,
                                              "loc": {
                                                "start": {
                                                  "line": 633,
                                                  "column": 13
                                                },
                                                "end": {
                                                  "line": 633,
                                                  "column": 22
                                                },
                                                "identifierName": "_logIssue"
                                              },
                                              "name": "_logIssue"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "StringLiteral",
                                              "start": 20805,
                                              "end": 20836,
                                              "loc": {
                                                "start": {
                                                  "line": 633,
                                                  "column": 23
                                                },
                                                "end": {
                                                  "line": 633,
                                                  "column": 54
                                                }
                                              },
                                              "extra": {
                                                "rawValue": "invalid_field_group_reference",
                                                "raw": "\"invalid_field_group_reference\""
                                              },
                                              "value": "invalid_field_group_reference"
                                            },
                                            {
                                              "type": "Identifier",
                                              "start": 20838,
                                              "end": 20853,
                                              "loc": {
                                                "start": {
                                                  "line": 633,
                                                  "column": 56
                                                },
                                                "end": {
                                                  "line": 633,
                                                  "column": 71
                                                },
                                                "identifierName": "sourceBidEntity"
                                              },
                                              "name": "sourceBidEntity"
                                            },
                                            {
                                              "type": "NullLiteral",
                                              "start": 20855,
                                              "end": 20859,
                                              "loc": {
                                                "start": {
                                                  "line": 633,
                                                  "column": 73
                                                },
                                                "end": {
                                                  "line": 633,
                                                  "column": 77
                                                }
                                              }
                                            },
                                            {
                                              "type": "ObjectExpression",
                                              "start": 20861,
                                              "end": 20887,
                                              "loc": {
                                                "start": {
                                                  "line": 633,
                                                  "column": 79
                                                },
                                                "end": {
                                                  "line": 633,
                                                  "column": 105
                                                }
                                              },
                                              "properties": [
                                                {
                                                  "type": "ObjectProperty",
                                                  "start": 20863,
                                                  "end": 20885,
                                                  "loc": {
                                                    "start": {
                                                      "line": 633,
                                                      "column": 81
                                                    },
                                                    "end": {
                                                      "line": 633,
                                                      "column": 103
                                                    }
                                                  },
                                                  "method": false,
                                                  "shorthand": false,
                                                  "computed": false,
                                                  "key": {
                                                    "type": "Identifier",
                                                    "start": 20863,
                                                    "end": 20876,
                                                    "loc": {
                                                      "start": {
                                                        "line": 633,
                                                        "column": 81
                                                      },
                                                      "end": {
                                                        "line": 633,
                                                        "column": 94
                                                      },
                                                      "identifierName": "dependency_id"
                                                    },
                                                    "name": "dependency_id"
                                                  },
                                                  "value": {
                                                    "type": "Identifier",
                                                    "start": 20878,
                                                    "end": 20885,
                                                    "loc": {
                                                      "start": {
                                                        "line": 633,
                                                        "column": 96
                                                      },
                                                      "end": {
                                                        "line": 633,
                                                        "column": 103
                                                      },
                                                      "identifierName": "fieldId"
                                                    },
                                                    "name": "fieldId"
                                                  }
                                                }
                                              ]
                                            }
                                          ]
                                        }
                                      }
                                    ],
                                    "directives": []
                                  },
                                  "alternate": null
                                }
                              ],
                              "directives": []
                            }
                          }
                        ]
                      }
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 20913,
                "end": 21911,
                "loc": {
                  "start": {
                    "line": 638,
                    "column": 2
                  },
                  "end": {
                    "line": 661,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 20913,
                  "end": 20939,
                  "loc": {
                    "start": {
                      "line": 638,
                      "column": 2
                    },
                    "end": {
                      "line": 638,
                      "column": 28
                    },
                    "identifierName": "_testLineItemDatatableLink"
                  },
                  "name": "_testLineItemDatatableLink"
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 20940,
                    "end": 20955,
                    "loc": {
                      "start": {
                        "line": 638,
                        "column": 29
                      },
                      "end": {
                        "line": 638,
                        "column": 44
                      },
                      "identifierName": "sourceBidEntity"
                    },
                    "name": "sourceBidEntity"
                  },
                  {
                    "type": "Identifier",
                    "start": 20957,
                    "end": 20975,
                    "loc": {
                      "start": {
                        "line": 638,
                        "column": 46
                      },
                      "end": {
                        "line": 638,
                        "column": 64
                      },
                      "identifierName": "dependencyContract"
                    },
                    "name": "dependencyContract"
                  },
                  {
                    "type": "Identifier",
                    "start": 20977,
                    "end": 20990,
                    "loc": {
                      "start": {
                        "line": 638,
                        "column": 66
                      },
                      "end": {
                        "line": 638,
                        "column": 79
                      },
                      "identifierName": "dependencyKey"
                    },
                    "name": "dependencyKey"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 20992,
                  "end": 21911,
                  "loc": {
                    "start": {
                      "line": 638,
                      "column": 81
                    },
                    "end": {
                      "line": 661,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 20998,
                      "end": 21907,
                      "loc": {
                        "start": {
                          "line": 639,
                          "column": 4
                        },
                        "end": {
                          "line": 660,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "LogicalExpression",
                        "start": 21002,
                        "end": 21095,
                        "loc": {
                          "start": {
                            "line": 639,
                            "column": 8
                          },
                          "end": {
                            "line": 639,
                            "column": 101
                          }
                        },
                        "left": {
                          "type": "CallExpression",
                          "start": 21002,
                          "end": 21056,
                          "loc": {
                            "start": {
                              "line": 639,
                              "column": 8
                            },
                            "end": {
                              "line": 639,
                              "column": 62
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 21002,
                            "end": 21034,
                            "loc": {
                              "start": {
                                "line": 639,
                                "column": 8
                              },
                              "end": {
                                "line": 639,
                                "column": 40
                              }
                            },
                            "object": {
                              "type": "ArrayExpression",
                              "start": 21002,
                              "end": 21025,
                              "loc": {
                                "start": {
                                  "line": 639,
                                  "column": 8
                                },
                                "end": {
                                  "line": 639,
                                  "column": 31
                                }
                              },
                              "elements": [
                                {
                                  "type": "StringLiteral",
                                  "start": 21003,
                                  "end": 21014,
                                  "loc": {
                                    "start": {
                                      "line": 639,
                                      "column": 9
                                    },
                                    "end": {
                                      "line": 639,
                                      "column": 20
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "line_item",
                                    "raw": "\"line_item\""
                                  },
                                  "value": "line_item"
                                },
                                {
                                  "type": "StringLiteral",
                                  "start": 21016,
                                  "end": 21024,
                                  "loc": {
                                    "start": {
                                      "line": 639,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 639,
                                      "column": 30
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "metric",
                                    "raw": "\"metric\""
                                  },
                                  "value": "metric"
                                }
                              ]
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 21026,
                              "end": 21034,
                              "loc": {
                                "start": {
                                  "line": 639,
                                  "column": 32
                                },
                                "end": {
                                  "line": 639,
                                  "column": 40
                                },
                                "identifierName": "includes"
                              },
                              "name": "includes"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "MemberExpression",
                              "start": 21035,
                              "end": 21055,
                              "loc": {
                                "start": {
                                  "line": 639,
                                  "column": 41
                                },
                                "end": {
                                  "line": 639,
                                  "column": 61
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 21035,
                                "end": 21050,
                                "loc": {
                                  "start": {
                                    "line": 639,
                                    "column": 41
                                  },
                                  "end": {
                                    "line": 639,
                                    "column": 56
                                  },
                                  "identifierName": "sourceBidEntity"
                                },
                                "name": "sourceBidEntity"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 21051,
                                "end": 21055,
                                "loc": {
                                  "start": {
                                    "line": 639,
                                    "column": 57
                                  },
                                  "end": {
                                    "line": 639,
                                    "column": 61
                                  },
                                  "identifierName": "type"
                                },
                                "name": "type"
                              },
                              "computed": false
                            }
                          ]
                        },
                        "operator": "&&",
                        "right": {
                          "type": "BinaryExpression",
                          "start": 21060,
                          "end": 21095,
                          "loc": {
                            "start": {
                              "line": 639,
                              "column": 66
                            },
                            "end": {
                              "line": 639,
                              "column": 101
                            }
                          },
                          "left": {
                            "type": "MemberExpression",
                            "start": 21060,
                            "end": 21083,
                            "loc": {
                              "start": {
                                "line": 639,
                                "column": 66
                              },
                              "end": {
                                "line": 639,
                                "column": 89
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 21060,
                              "end": 21078,
                              "loc": {
                                "start": {
                                  "line": 639,
                                  "column": 66
                                },
                                "end": {
                                  "line": 639,
                                  "column": 84
                                },
                                "identifierName": "dependencyContract"
                              },
                              "name": "dependencyContract"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 21079,
                              "end": 21083,
                              "loc": {
                                "start": {
                                  "line": 639,
                                  "column": 85
                                },
                                "end": {
                                  "line": 639,
                                  "column": 89
                                },
                                "identifierName": "type"
                              },
                              "name": "type"
                            },
                            "computed": false
                          },
                          "operator": "===",
                          "right": {
                            "type": "StringLiteral",
                            "start": 21088,
                            "end": 21095,
                            "loc": {
                              "start": {
                                "line": 639,
                                "column": 94
                              },
                              "end": {
                                "line": 639,
                                "column": 101
                              }
                            },
                            "extra": {
                              "rawValue": "field",
                              "raw": "\"field\""
                            },
                            "value": "field"
                          }
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 21097,
                        "end": 21907,
                        "loc": {
                          "start": {
                            "line": 639,
                            "column": 103
                          },
                          "end": {
                            "line": 660,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "VariableDeclaration",
                            "start": 21105,
                            "end": 21180,
                            "loc": {
                              "start": {
                                "line": 640,
                                "column": 6
                              },
                              "end": {
                                "line": 640,
                                "column": 81
                              }
                            },
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "start": 21109,
                                "end": 21179,
                                "loc": {
                                  "start": {
                                    "line": 640,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 640,
                                    "column": 80
                                  }
                                },
                                "id": {
                                  "type": "Identifier",
                                  "start": 21109,
                                  "end": 21124,
                                  "loc": {
                                    "start": {
                                      "line": 640,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 640,
                                      "column": 25
                                    },
                                    "identifierName": "fieldDependency"
                                  },
                                  "name": "fieldDependency"
                                },
                                "init": {
                                  "type": "CallExpression",
                                  "start": 21127,
                                  "end": 21179,
                                  "loc": {
                                    "start": {
                                      "line": 640,
                                      "column": 28
                                    },
                                    "end": {
                                      "line": 640,
                                      "column": 80
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 21127,
                                    "end": 21159,
                                    "loc": {
                                      "start": {
                                        "line": 640,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 640,
                                        "column": 60
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 21127,
                                      "end": 21145,
                                      "loc": {
                                        "start": {
                                          "line": 640,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 640,
                                          "column": 46
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 21127,
                                        "end": 21136,
                                        "loc": {
                                          "start": {
                                            "line": 640,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 640,
                                            "column": 37
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 21127,
                                          "end": 21131,
                                          "loc": {
                                            "start": {
                                              "line": 640,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 640,
                                              "column": 32
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 21132,
                                          "end": 21136,
                                          "loc": {
                                            "start": {
                                              "line": 640,
                                              "column": 33
                                            },
                                            "end": {
                                              "line": 640,
                                              "column": 37
                                            },
                                            "identifierName": "_bid"
                                          },
                                          "name": "_bid"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 21137,
                                        "end": 21145,
                                        "loc": {
                                          "start": {
                                            "line": 640,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 640,
                                            "column": 46
                                          },
                                          "identifierName": "entities"
                                        },
                                        "name": "entities"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 21146,
                                      "end": 21159,
                                      "loc": {
                                        "start": {
                                          "line": 640,
                                          "column": 47
                                        },
                                        "end": {
                                          "line": 640,
                                          "column": 60
                                        },
                                        "identifierName": "getDependency"
                                      },
                                      "name": "getDependency"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 21160,
                                      "end": 21178,
                                      "loc": {
                                        "start": {
                                          "line": 640,
                                          "column": 61
                                        },
                                        "end": {
                                          "line": 640,
                                          "column": 79
                                        },
                                        "identifierName": "dependencyContract"
                                      },
                                      "name": "dependencyContract"
                                    }
                                  ]
                                }
                              }
                            ],
                            "kind": "var"
                          },
                          {
                            "type": "IfStatement",
                            "start": 21188,
                            "end": 21901,
                            "loc": {
                              "start": {
                                "line": 642,
                                "column": 6
                              },
                              "end": {
                                "line": 659,
                                "column": 7
                              }
                            },
                            "test": {
                              "type": "LogicalExpression",
                              "start": 21192,
                              "end": 21253,
                              "loc": {
                                "start": {
                                  "line": 642,
                                  "column": 10
                                },
                                "end": {
                                  "line": 642,
                                  "column": 71
                                }
                              },
                              "left": {
                                "type": "UnaryExpression",
                                "start": 21192,
                                "end": 21223,
                                "loc": {
                                  "start": {
                                    "line": 642,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 642,
                                    "column": 41
                                  }
                                },
                                "operator": "!",
                                "prefix": true,
                                "argument": {
                                  "type": "CallExpression",
                                  "start": 21193,
                                  "end": 21223,
                                  "loc": {
                                    "start": {
                                      "line": 642,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 642,
                                      "column": 41
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 21193,
                                    "end": 21206,
                                    "loc": {
                                      "start": {
                                        "line": 642,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 642,
                                        "column": 24
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 21193,
                                      "end": 21194,
                                      "loc": {
                                        "start": {
                                          "line": 642,
                                          "column": 11
                                        },
                                        "end": {
                                          "line": 642,
                                          "column": 12
                                        },
                                        "identifierName": "_"
                                      },
                                      "name": "_"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 21195,
                                      "end": 21206,
                                      "loc": {
                                        "start": {
                                          "line": 642,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 642,
                                          "column": 24
                                        },
                                        "identifierName": "isUndefined"
                                      },
                                      "name": "isUndefined"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 21207,
                                      "end": 21222,
                                      "loc": {
                                        "start": {
                                          "line": 642,
                                          "column": 25
                                        },
                                        "end": {
                                          "line": 642,
                                          "column": 40
                                        },
                                        "identifierName": "fieldDependency"
                                      },
                                      "name": "fieldDependency"
                                    }
                                  ]
                                },
                                "extra": {
                                  "parenthesizedArgument": false
                                }
                              },
                              "operator": "&&",
                              "right": {
                                "type": "UnaryExpression",
                                "start": 21227,
                                "end": 21253,
                                "loc": {
                                  "start": {
                                    "line": 642,
                                    "column": 45
                                  },
                                  "end": {
                                    "line": 642,
                                    "column": 71
                                  }
                                },
                                "operator": "!",
                                "prefix": true,
                                "argument": {
                                  "type": "CallExpression",
                                  "start": 21228,
                                  "end": 21253,
                                  "loc": {
                                    "start": {
                                      "line": 642,
                                      "column": 46
                                    },
                                    "end": {
                                      "line": 642,
                                      "column": 71
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 21228,
                                    "end": 21236,
                                    "loc": {
                                      "start": {
                                        "line": 642,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 642,
                                        "column": 54
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 21228,
                                      "end": 21229,
                                      "loc": {
                                        "start": {
                                          "line": 642,
                                          "column": 46
                                        },
                                        "end": {
                                          "line": 642,
                                          "column": 47
                                        },
                                        "identifierName": "_"
                                      },
                                      "name": "_"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 21230,
                                      "end": 21236,
                                      "loc": {
                                        "start": {
                                          "line": 642,
                                          "column": 48
                                        },
                                        "end": {
                                          "line": 642,
                                          "column": 54
                                        },
                                        "identifierName": "isNull"
                                      },
                                      "name": "isNull"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 21237,
                                      "end": 21252,
                                      "loc": {
                                        "start": {
                                          "line": 642,
                                          "column": 55
                                        },
                                        "end": {
                                          "line": 642,
                                          "column": 70
                                        },
                                        "identifierName": "fieldDependency"
                                      },
                                      "name": "fieldDependency"
                                    }
                                  ]
                                },
                                "extra": {
                                  "parenthesizedArgument": false
                                }
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 21255,
                              "end": 21901,
                              "loc": {
                                "start": {
                                  "line": 642,
                                  "column": 73
                                },
                                "end": {
                                  "line": 659,
                                  "column": 7
                                }
                              },
                              "body": [
                                {
                                  "type": "IfStatement",
                                  "start": 21265,
                                  "end": 21893,
                                  "loc": {
                                    "start": {
                                      "line": 643,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 658,
                                      "column": 9
                                    }
                                  },
                                  "test": {
                                    "type": "LogicalExpression",
                                    "start": 21280,
                                    "end": 21391,
                                    "loc": {
                                      "start": {
                                        "line": 644,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 645,
                                        "column": 69
                                      }
                                    },
                                    "left": {
                                      "type": "BinaryExpression",
                                      "start": 21280,
                                      "end": 21318,
                                      "loc": {
                                        "start": {
                                          "line": 644,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 644,
                                          "column": 48
                                        }
                                      },
                                      "left": {
                                        "type": "MemberExpression",
                                        "start": 21280,
                                        "end": 21307,
                                        "loc": {
                                          "start": {
                                            "line": 644,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 644,
                                            "column": 37
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 21280,
                                          "end": 21302,
                                          "loc": {
                                            "start": {
                                              "line": 644,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 644,
                                              "column": 32
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 21280,
                                            "end": 21295,
                                            "loc": {
                                              "start": {
                                                "line": 644,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 644,
                                                "column": 25
                                              },
                                              "identifierName": "fieldDependency"
                                            },
                                            "name": "fieldDependency"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 21296,
                                            "end": 21302,
                                            "loc": {
                                              "start": {
                                                "line": 644,
                                                "column": 26
                                              },
                                              "end": {
                                                "line": 644,
                                                "column": 32
                                              },
                                              "identifierName": "config"
                                            },
                                            "name": "config"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 21303,
                                          "end": 21307,
                                          "loc": {
                                            "start": {
                                              "line": 644,
                                              "column": 33
                                            },
                                            "end": {
                                              "line": 644,
                                              "column": 37
                                            },
                                            "identifierName": "type"
                                          },
                                          "name": "type"
                                        },
                                        "computed": false
                                      },
                                      "operator": "===",
                                      "right": {
                                        "type": "StringLiteral",
                                        "start": 21312,
                                        "end": 21318,
                                        "loc": {
                                          "start": {
                                            "line": 644,
                                            "column": 42
                                          },
                                          "end": {
                                            "line": 644,
                                            "column": 48
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "list",
                                          "raw": "\"list\""
                                        },
                                        "value": "list"
                                      }
                                    },
                                    "operator": "&&",
                                    "right": {
                                      "type": "MemberExpression",
                                      "start": 21332,
                                      "end": 21391,
                                      "loc": {
                                        "start": {
                                          "line": 645,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 645,
                                          "column": 69
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 21332,
                                        "end": 21377,
                                        "loc": {
                                          "start": {
                                            "line": 645,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 645,
                                            "column": 55
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 21332,
                                          "end": 21367,
                                          "loc": {
                                            "start": {
                                              "line": 645,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 645,
                                              "column": 45
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 21332,
                                            "end": 21354,
                                            "loc": {
                                              "start": {
                                                "line": 645,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 645,
                                                "column": 32
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 21332,
                                              "end": 21347,
                                              "loc": {
                                                "start": {
                                                  "line": 645,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 645,
                                                  "column": 25
                                                },
                                                "identifierName": "fieldDependency"
                                              },
                                              "name": "fieldDependency"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 21348,
                                              "end": 21354,
                                              "loc": {
                                                "start": {
                                                  "line": 645,
                                                  "column": 26
                                                },
                                                "end": {
                                                  "line": 645,
                                                  "column": 32
                                                },
                                                "identifierName": "config"
                                              },
                                              "name": "config"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 21355,
                                            "end": 21367,
                                            "loc": {
                                              "start": {
                                                "line": 645,
                                                "column": 33
                                              },
                                              "end": {
                                                "line": 645,
                                                "column": 45
                                              },
                                              "identifierName": "dependencies"
                                            },
                                            "name": "dependencies"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 21368,
                                          "end": 21377,
                                          "loc": {
                                            "start": {
                                              "line": 645,
                                              "column": 46
                                            },
                                            "end": {
                                              "line": 645,
                                              "column": 55
                                            },
                                            "identifierName": "datatable"
                                          },
                                          "name": "datatable"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 21378,
                                        "end": 21391,
                                        "loc": {
                                          "start": {
                                            "line": 645,
                                            "column": 56
                                          },
                                          "end": {
                                            "line": 645,
                                            "column": 69
                                          },
                                          "identifierName": "bid_entity_id"
                                        },
                                        "name": "bid_entity_id"
                                      },
                                      "computed": false
                                    }
                                  },
                                  "consequent": {
                                    "type": "BlockStatement",
                                    "start": 21402,
                                    "end": 21893,
                                    "loc": {
                                      "start": {
                                        "line": 646,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 658,
                                        "column": 9
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "VariableDeclaration",
                                        "start": 21414,
                                        "end": 21510,
                                        "loc": {
                                          "start": {
                                            "line": 647,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 647,
                                            "column": 106
                                          }
                                        },
                                        "declarations": [
                                          {
                                            "type": "VariableDeclarator",
                                            "start": 21418,
                                            "end": 21509,
                                            "loc": {
                                              "start": {
                                                "line": 647,
                                                "column": 14
                                              },
                                              "end": {
                                                "line": 647,
                                                "column": 105
                                              }
                                            },
                                            "id": {
                                              "type": "Identifier",
                                              "start": 21418,
                                              "end": 21427,
                                              "loc": {
                                                "start": {
                                                  "line": 647,
                                                  "column": 14
                                                },
                                                "end": {
                                                  "line": 647,
                                                  "column": 23
                                                },
                                                "identifierName": "datatable"
                                              },
                                              "name": "datatable"
                                            },
                                            "init": {
                                              "type": "CallExpression",
                                              "start": 21430,
                                              "end": 21509,
                                              "loc": {
                                                "start": {
                                                  "line": 647,
                                                  "column": 26
                                                },
                                                "end": {
                                                  "line": 647,
                                                  "column": 105
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 21430,
                                                "end": 21462,
                                                "loc": {
                                                  "start": {
                                                    "line": 647,
                                                    "column": 26
                                                  },
                                                  "end": {
                                                    "line": 647,
                                                    "column": 58
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 21430,
                                                  "end": 21448,
                                                  "loc": {
                                                    "start": {
                                                      "line": 647,
                                                      "column": 26
                                                    },
                                                    "end": {
                                                      "line": 647,
                                                      "column": 44
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 21430,
                                                    "end": 21439,
                                                    "loc": {
                                                      "start": {
                                                        "line": 647,
                                                        "column": 26
                                                      },
                                                      "end": {
                                                        "line": 647,
                                                        "column": 35
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "ThisExpression",
                                                      "start": 21430,
                                                      "end": 21434,
                                                      "loc": {
                                                        "start": {
                                                          "line": 647,
                                                          "column": 26
                                                        },
                                                        "end": {
                                                          "line": 647,
                                                          "column": 30
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 21435,
                                                      "end": 21439,
                                                      "loc": {
                                                        "start": {
                                                          "line": 647,
                                                          "column": 31
                                                        },
                                                        "end": {
                                                          "line": 647,
                                                          "column": 35
                                                        },
                                                        "identifierName": "_bid"
                                                      },
                                                      "name": "_bid"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 21440,
                                                    "end": 21448,
                                                    "loc": {
                                                      "start": {
                                                        "line": 647,
                                                        "column": 36
                                                      },
                                                      "end": {
                                                        "line": 647,
                                                        "column": 44
                                                      },
                                                      "identifierName": "entities"
                                                    },
                                                    "name": "entities"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 21449,
                                                  "end": 21462,
                                                  "loc": {
                                                    "start": {
                                                      "line": 647,
                                                      "column": 45
                                                    },
                                                    "end": {
                                                      "line": 647,
                                                      "column": 58
                                                    },
                                                    "identifierName": "getDependency"
                                                  },
                                                  "name": "getDependency"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "MemberExpression",
                                                  "start": 21463,
                                                  "end": 21508,
                                                  "loc": {
                                                    "start": {
                                                      "line": 647,
                                                      "column": 59
                                                    },
                                                    "end": {
                                                      "line": 647,
                                                      "column": 104
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 21463,
                                                    "end": 21498,
                                                    "loc": {
                                                      "start": {
                                                        "line": 647,
                                                        "column": 59
                                                      },
                                                      "end": {
                                                        "line": 647,
                                                        "column": 94
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "start": 21463,
                                                      "end": 21485,
                                                      "loc": {
                                                        "start": {
                                                          "line": 647,
                                                          "column": 59
                                                        },
                                                        "end": {
                                                          "line": 647,
                                                          "column": 81
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 21463,
                                                        "end": 21478,
                                                        "loc": {
                                                          "start": {
                                                            "line": 647,
                                                            "column": 59
                                                          },
                                                          "end": {
                                                            "line": 647,
                                                            "column": 74
                                                          },
                                                          "identifierName": "fieldDependency"
                                                        },
                                                        "name": "fieldDependency"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 21479,
                                                        "end": 21485,
                                                        "loc": {
                                                          "start": {
                                                            "line": 647,
                                                            "column": 75
                                                          },
                                                          "end": {
                                                            "line": 647,
                                                            "column": 81
                                                          },
                                                          "identifierName": "config"
                                                        },
                                                        "name": "config"
                                                      },
                                                      "computed": false
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 21486,
                                                      "end": 21498,
                                                      "loc": {
                                                        "start": {
                                                          "line": 647,
                                                          "column": 82
                                                        },
                                                        "end": {
                                                          "line": 647,
                                                          "column": 94
                                                        },
                                                        "identifierName": "dependencies"
                                                      },
                                                      "name": "dependencies"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 21499,
                                                    "end": 21508,
                                                    "loc": {
                                                      "start": {
                                                        "line": 647,
                                                        "column": 95
                                                      },
                                                      "end": {
                                                        "line": 647,
                                                        "column": 104
                                                      },
                                                      "identifierName": "datatable"
                                                    },
                                                    "name": "datatable"
                                                  },
                                                  "computed": false
                                                }
                                              ]
                                            }
                                          }
                                        ],
                                        "kind": "var"
                                      },
                                      {
                                        "type": "VariableDeclaration",
                                        "start": 21522,
                                        "end": 21618,
                                        "loc": {
                                          "start": {
                                            "line": 649,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 651,
                                            "column": 13
                                          }
                                        },
                                        "declarations": [
                                          {
                                            "type": "VariableDeclarator",
                                            "start": 21526,
                                            "end": 21617,
                                            "loc": {
                                              "start": {
                                                "line": 649,
                                                "column": 14
                                              },
                                              "end": {
                                                "line": 651,
                                                "column": 12
                                              }
                                            },
                                            "id": {
                                              "type": "Identifier",
                                              "start": 21526,
                                              "end": 21545,
                                              "loc": {
                                                "start": {
                                                  "line": 649,
                                                  "column": 14
                                                },
                                                "end": {
                                                  "line": 649,
                                                  "column": 33
                                                },
                                                "identifierName": "datatableColumnKeys"
                                              },
                                              "name": "datatableColumnKeys"
                                            },
                                            "init": {
                                              "type": "CallExpression",
                                              "start": 21548,
                                              "end": 21617,
                                              "loc": {
                                                "start": {
                                                  "line": 649,
                                                  "column": 36
                                                },
                                                "end": {
                                                  "line": 651,
                                                  "column": 12
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 21548,
                                                "end": 21553,
                                                "loc": {
                                                  "start": {
                                                    "line": 649,
                                                    "column": 36
                                                  },
                                                  "end": {
                                                    "line": 649,
                                                    "column": 41
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 21548,
                                                  "end": 21549,
                                                  "loc": {
                                                    "start": {
                                                      "line": 649,
                                                      "column": 36
                                                    },
                                                    "end": {
                                                      "line": 649,
                                                      "column": 37
                                                    },
                                                    "identifierName": "_"
                                                  },
                                                  "name": "_"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 21550,
                                                  "end": 21553,
                                                  "loc": {
                                                    "start": {
                                                      "line": 649,
                                                      "column": 38
                                                    },
                                                    "end": {
                                                      "line": 649,
                                                      "column": 41
                                                    },
                                                    "identifierName": "map"
                                                  },
                                                  "name": "map"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "MemberExpression",
                                                  "start": 21554,
                                                  "end": 21571,
                                                  "loc": {
                                                    "start": {
                                                      "line": 649,
                                                      "column": 42
                                                    },
                                                    "end": {
                                                      "line": 649,
                                                      "column": 59
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 21554,
                                                    "end": 21563,
                                                    "loc": {
                                                      "start": {
                                                        "line": 649,
                                                        "column": 42
                                                      },
                                                      "end": {
                                                        "line": 649,
                                                        "column": 51
                                                      },
                                                      "identifierName": "datatable"
                                                    },
                                                    "name": "datatable"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 21564,
                                                    "end": 21571,
                                                    "loc": {
                                                      "start": {
                                                        "line": 649,
                                                        "column": 52
                                                      },
                                                      "end": {
                                                        "line": 649,
                                                        "column": 59
                                                      },
                                                      "identifierName": "columns"
                                                    },
                                                    "name": "columns"
                                                  },
                                                  "computed": false
                                                },
                                                {
                                                  "type": "ArrowFunctionExpression",
                                                  "start": 21573,
                                                  "end": 21616,
                                                  "loc": {
                                                    "start": {
                                                      "line": 649,
                                                      "column": 61
                                                    },
                                                    "end": {
                                                      "line": 651,
                                                      "column": 11
                                                    }
                                                  },
                                                  "id": null,
                                                  "generator": false,
                                                  "expression": false,
                                                  "async": false,
                                                  "params": [
                                                    {
                                                      "type": "Identifier",
                                                      "start": 21573,
                                                      "end": 21574,
                                                      "loc": {
                                                        "start": {
                                                          "line": 649,
                                                          "column": 61
                                                        },
                                                        "end": {
                                                          "line": 649,
                                                          "column": 62
                                                        },
                                                        "identifierName": "c"
                                                      },
                                                      "name": "c"
                                                    }
                                                  ],
                                                  "body": {
                                                    "type": "BlockStatement",
                                                    "start": 21578,
                                                    "end": 21616,
                                                    "loc": {
                                                      "start": {
                                                        "line": 649,
                                                        "column": 66
                                                      },
                                                      "end": {
                                                        "line": 651,
                                                        "column": 11
                                                      }
                                                    },
                                                    "body": [
                                                      {
                                                        "type": "ReturnStatement",
                                                        "start": 21592,
                                                        "end": 21604,
                                                        "loc": {
                                                          "start": {
                                                            "line": 650,
                                                            "column": 12
                                                          },
                                                          "end": {
                                                            "line": 650,
                                                            "column": 24
                                                          }
                                                        },
                                                        "argument": {
                                                          "type": "MemberExpression",
                                                          "start": 21599,
                                                          "end": 21603,
                                                          "loc": {
                                                            "start": {
                                                              "line": 650,
                                                              "column": 19
                                                            },
                                                            "end": {
                                                              "line": 650,
                                                              "column": 23
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 21599,
                                                            "end": 21600,
                                                            "loc": {
                                                              "start": {
                                                                "line": 650,
                                                                "column": 19
                                                              },
                                                              "end": {
                                                                "line": 650,
                                                                "column": 20
                                                              },
                                                              "identifierName": "c"
                                                            },
                                                            "name": "c"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 21601,
                                                            "end": 21603,
                                                            "loc": {
                                                              "start": {
                                                                "line": 650,
                                                                "column": 21
                                                              },
                                                              "end": {
                                                                "line": 650,
                                                                "column": 23
                                                              },
                                                              "identifierName": "id"
                                                            },
                                                            "name": "id"
                                                          },
                                                          "computed": false
                                                        }
                                                      }
                                                    ],
                                                    "directives": []
                                                  }
                                                }
                                              ]
                                            }
                                          }
                                        ],
                                        "kind": "var"
                                      },
                                      {
                                        "type": "IfStatement",
                                        "start": 21630,
                                        "end": 21883,
                                        "loc": {
                                          "start": {
                                            "line": 653,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 657,
                                            "column": 11
                                          }
                                        },
                                        "test": {
                                          "type": "UnaryExpression",
                                          "start": 21634,
                                          "end": 21692,
                                          "loc": {
                                            "start": {
                                              "line": 653,
                                              "column": 14
                                            },
                                            "end": {
                                              "line": 653,
                                              "column": 72
                                            }
                                          },
                                          "operator": "!",
                                          "prefix": true,
                                          "argument": {
                                            "type": "CallExpression",
                                            "start": 21635,
                                            "end": 21692,
                                            "loc": {
                                              "start": {
                                                "line": 653,
                                                "column": 15
                                              },
                                              "end": {
                                                "line": 653,
                                                "column": 72
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 21635,
                                              "end": 21645,
                                              "loc": {
                                                "start": {
                                                  "line": 653,
                                                  "column": 15
                                                },
                                                "end": {
                                                  "line": 653,
                                                  "column": 25
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 21635,
                                                "end": 21636,
                                                "loc": {
                                                  "start": {
                                                    "line": 653,
                                                    "column": 15
                                                  },
                                                  "end": {
                                                    "line": 653,
                                                    "column": 16
                                                  },
                                                  "identifierName": "_"
                                                },
                                                "name": "_"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 21637,
                                                "end": 21645,
                                                "loc": {
                                                  "start": {
                                                    "line": 653,
                                                    "column": 17
                                                  },
                                                  "end": {
                                                    "line": 653,
                                                    "column": 25
                                                  },
                                                  "identifierName": "includes"
                                                },
                                                "name": "includes"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 21646,
                                                "end": 21665,
                                                "loc": {
                                                  "start": {
                                                    "line": 653,
                                                    "column": 26
                                                  },
                                                  "end": {
                                                    "line": 653,
                                                    "column": 45
                                                  },
                                                  "identifierName": "datatableColumnKeys"
                                                },
                                                "name": "datatableColumnKeys"
                                              },
                                              {
                                                "type": "MemberExpression",
                                                "start": 21667,
                                                "end": 21691,
                                                "loc": {
                                                  "start": {
                                                    "line": 653,
                                                    "column": 47
                                                  },
                                                  "end": {
                                                    "line": 653,
                                                    "column": 71
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 21667,
                                                  "end": 21685,
                                                  "loc": {
                                                    "start": {
                                                      "line": 653,
                                                      "column": 47
                                                    },
                                                    "end": {
                                                      "line": 653,
                                                      "column": 65
                                                    },
                                                    "identifierName": "dependencyContract"
                                                  },
                                                  "name": "dependencyContract"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 21686,
                                                  "end": 21691,
                                                  "loc": {
                                                    "start": {
                                                      "line": 653,
                                                      "column": 66
                                                    },
                                                    "end": {
                                                      "line": 653,
                                                      "column": 71
                                                    },
                                                    "identifierName": "field"
                                                  },
                                                  "name": "field"
                                                },
                                                "computed": false
                                              }
                                            ]
                                          },
                                          "extra": {
                                            "parenthesizedArgument": false
                                          }
                                        },
                                        "consequent": {
                                          "type": "BlockStatement",
                                          "start": 21694,
                                          "end": 21883,
                                          "loc": {
                                            "start": {
                                              "line": 653,
                                              "column": 74
                                            },
                                            "end": {
                                              "line": 657,
                                              "column": 11
                                            }
                                          },
                                          "body": [
                                            {
                                              "type": "ExpressionStatement",
                                              "start": 21708,
                                              "end": 21871,
                                              "loc": {
                                                "start": {
                                                  "line": 654,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 656,
                                                  "column": 15
                                                }
                                              },
                                              "expression": {
                                                "type": "CallExpression",
                                                "start": 21708,
                                                "end": 21870,
                                                "loc": {
                                                  "start": {
                                                    "line": 654,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 656,
                                                    "column": 14
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 21708,
                                                  "end": 21722,
                                                  "loc": {
                                                    "start": {
                                                      "line": 654,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 654,
                                                      "column": 26
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "ThisExpression",
                                                    "start": 21708,
                                                    "end": 21712,
                                                    "loc": {
                                                      "start": {
                                                        "line": 654,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 654,
                                                        "column": 16
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 21713,
                                                    "end": 21722,
                                                    "loc": {
                                                      "start": {
                                                        "line": 654,
                                                        "column": 17
                                                      },
                                                      "end": {
                                                        "line": 654,
                                                        "column": 26
                                                      },
                                                      "identifierName": "_logIssue"
                                                    },
                                                    "name": "_logIssue"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "StringLiteral",
                                                    "start": 21723,
                                                    "end": 21752,
                                                    "loc": {
                                                      "start": {
                                                        "line": 654,
                                                        "column": 27
                                                      },
                                                      "end": {
                                                        "line": 654,
                                                        "column": 56
                                                      }
                                                    },
                                                    "extra": {
                                                      "rawValue": "invalid_line_datatable_link",
                                                      "raw": "\"invalid_line_datatable_link\""
                                                    },
                                                    "value": "invalid_line_datatable_link"
                                                  },
                                                  {
                                                    "type": "Identifier",
                                                    "start": 21754,
                                                    "end": 21769,
                                                    "loc": {
                                                      "start": {
                                                        "line": 654,
                                                        "column": 58
                                                      },
                                                      "end": {
                                                        "line": 654,
                                                        "column": 73
                                                      },
                                                      "identifierName": "sourceBidEntity"
                                                    },
                                                    "name": "sourceBidEntity"
                                                  },
                                                  {
                                                    "type": "Identifier",
                                                    "start": 21771,
                                                    "end": 21789,
                                                    "loc": {
                                                      "start": {
                                                        "line": 654,
                                                        "column": 75
                                                      },
                                                      "end": {
                                                        "line": 654,
                                                        "column": 93
                                                      },
                                                      "identifierName": "dependencyContract"
                                                    },
                                                    "name": "dependencyContract"
                                                  },
                                                  {
                                                    "type": "ObjectExpression",
                                                    "start": 21791,
                                                    "end": 21869,
                                                    "loc": {
                                                      "start": {
                                                        "line": 654,
                                                        "column": 95
                                                      },
                                                      "end": {
                                                        "line": 656,
                                                        "column": 13
                                                      }
                                                    },
                                                    "properties": [
                                                      {
                                                        "type": "ObjectProperty",
                                                        "start": 21807,
                                                        "end": 21854,
                                                        "loc": {
                                                          "start": {
                                                            "line": 655,
                                                            "column": 14
                                                          },
                                                          "end": {
                                                            "line": 655,
                                                            "column": 61
                                                          }
                                                        },
                                                        "method": false,
                                                        "shorthand": false,
                                                        "computed": false,
                                                        "key": {
                                                          "type": "Identifier",
                                                          "start": 21807,
                                                          "end": 21839,
                                                          "loc": {
                                                            "start": {
                                                              "line": 655,
                                                              "column": 14
                                                            },
                                                            "end": {
                                                              "line": 655,
                                                              "column": 46
                                                            },
                                                            "identifierName": "source_bid_entity_dependency_key"
                                                          },
                                                          "name": "source_bid_entity_dependency_key"
                                                        },
                                                        "value": {
                                                          "type": "Identifier",
                                                          "start": 21841,
                                                          "end": 21854,
                                                          "loc": {
                                                            "start": {
                                                              "line": 655,
                                                              "column": 48
                                                            },
                                                            "end": {
                                                              "line": 655,
                                                              "column": 61
                                                            },
                                                            "identifierName": "dependencyKey"
                                                          },
                                                          "name": "dependencyKey"
                                                        }
                                                      }
                                                    ]
                                                  }
                                                ]
                                              }
                                            }
                                          ],
                                          "directives": []
                                        },
                                        "alternate": null
                                      }
                                    ],
                                    "directives": []
                                  },
                                  "alternate": null
                                }
                              ],
                              "directives": []
                            },
                            "alternate": null
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 21915,
                "end": 22416,
                "loc": {
                  "start": {
                    "line": 663,
                    "column": 2
                  },
                  "end": {
                    "line": 673,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 21915,
                  "end": 21930,
                  "loc": {
                    "start": {
                      "line": 663,
                      "column": 2
                    },
                    "end": {
                      "line": 663,
                      "column": 17
                    },
                    "identifierName": "_testEmptyField"
                  },
                  "name": "_testEmptyField"
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 21931,
                    "end": 21946,
                    "loc": {
                      "start": {
                        "line": 663,
                        "column": 18
                      },
                      "end": {
                        "line": 663,
                        "column": 33
                      },
                      "identifierName": "sourceBidEntity"
                    },
                    "name": "sourceBidEntity"
                  },
                  {
                    "type": "Identifier",
                    "start": 21948,
                    "end": 21966,
                    "loc": {
                      "start": {
                        "line": 663,
                        "column": 35
                      },
                      "end": {
                        "line": 663,
                        "column": 53
                      },
                      "identifierName": "dependencyContract"
                    },
                    "name": "dependencyContract"
                  },
                  {
                    "type": "Identifier",
                    "start": 21968,
                    "end": 21981,
                    "loc": {
                      "start": {
                        "line": 663,
                        "column": 55
                      },
                      "end": {
                        "line": 663,
                        "column": 68
                      },
                      "identifierName": "dependencyKey"
                    },
                    "name": "dependencyKey"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 21983,
                  "end": 22416,
                  "loc": {
                    "start": {
                      "line": 663,
                      "column": 70
                    },
                    "end": {
                      "line": 673,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 21989,
                      "end": 22412,
                      "loc": {
                        "start": {
                          "line": 664,
                          "column": 4
                        },
                        "end": {
                          "line": 672,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "LogicalExpression",
                        "start": 22000,
                        "end": 22256,
                        "loc": {
                          "start": {
                            "line": 665,
                            "column": 6
                          },
                          "end": {
                            "line": 667,
                            "column": 84
                          }
                        },
                        "left": {
                          "type": "LogicalExpression",
                          "start": 22000,
                          "end": 22168,
                          "loc": {
                            "start": {
                              "line": 665,
                              "column": 6
                            },
                            "end": {
                              "line": 666,
                              "column": 81
                            }
                          },
                          "left": {
                            "type": "BinaryExpression",
                            "start": 22000,
                            "end": 22083,
                            "loc": {
                              "start": {
                                "line": 665,
                                "column": 6
                              },
                              "end": {
                                "line": 665,
                                "column": 89
                              }
                            },
                            "left": {
                              "type": "CallExpression",
                              "start": 22000,
                              "end": 22078,
                              "loc": {
                                "start": {
                                  "line": 665,
                                  "column": 6
                                },
                                "end": {
                                  "line": 665,
                                  "column": 84
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 22000,
                                "end": 22056,
                                "loc": {
                                  "start": {
                                    "line": 665,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 665,
                                    "column": 62
                                  }
                                },
                                "object": {
                                  "type": "ArrayExpression",
                                  "start": 22000,
                                  "end": 22048,
                                  "loc": {
                                    "start": {
                                      "line": 665,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 665,
                                      "column": 54
                                    }
                                  },
                                  "elements": [
                                    {
                                      "type": "StringLiteral",
                                      "start": 22001,
                                      "end": 22012,
                                      "loc": {
                                        "start": {
                                          "line": 665,
                                          "column": 7
                                        },
                                        "end": {
                                          "line": 665,
                                          "column": 18
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "line_item",
                                        "raw": "\"line_item\""
                                      },
                                      "value": "line_item"
                                    },
                                    {
                                      "type": "StringLiteral",
                                      "start": 22014,
                                      "end": 22022,
                                      "loc": {
                                        "start": {
                                          "line": 665,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 665,
                                          "column": 28
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "metric",
                                        "raw": "\"metric\""
                                      },
                                      "value": "metric"
                                    },
                                    {
                                      "type": "StringLiteral",
                                      "start": 22024,
                                      "end": 22038,
                                      "loc": {
                                        "start": {
                                          "line": 665,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 665,
                                          "column": 44
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "bid_variable",
                                        "raw": "\"bid_variable\""
                                      },
                                      "value": "bid_variable"
                                    },
                                    {
                                      "type": "StringLiteral",
                                      "start": 22040,
                                      "end": 22047,
                                      "loc": {
                                        "start": {
                                          "line": 665,
                                          "column": 46
                                        },
                                        "end": {
                                          "line": 665,
                                          "column": 53
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "field",
                                        "raw": "\"field\""
                                      },
                                      "value": "field"
                                    }
                                  ]
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 22049,
                                  "end": 22056,
                                  "loc": {
                                    "start": {
                                      "line": 665,
                                      "column": 55
                                    },
                                    "end": {
                                      "line": 665,
                                      "column": 62
                                    },
                                    "identifierName": "indexOf"
                                  },
                                  "name": "indexOf"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "MemberExpression",
                                  "start": 22057,
                                  "end": 22077,
                                  "loc": {
                                    "start": {
                                      "line": 665,
                                      "column": 63
                                    },
                                    "end": {
                                      "line": 665,
                                      "column": 83
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 22057,
                                    "end": 22072,
                                    "loc": {
                                      "start": {
                                        "line": 665,
                                        "column": 63
                                      },
                                      "end": {
                                        "line": 665,
                                        "column": 78
                                      },
                                      "identifierName": "sourceBidEntity"
                                    },
                                    "name": "sourceBidEntity"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 22073,
                                    "end": 22077,
                                    "loc": {
                                      "start": {
                                        "line": 665,
                                        "column": 79
                                      },
                                      "end": {
                                        "line": 665,
                                        "column": 83
                                      },
                                      "identifierName": "type"
                                    },
                                    "name": "type"
                                  },
                                  "computed": false
                                }
                              ]
                            },
                            "operator": ">=",
                            "right": {
                              "type": "NumericLiteral",
                              "start": 22082,
                              "end": 22083,
                              "loc": {
                                "start": {
                                  "line": 665,
                                  "column": 88
                                },
                                "end": {
                                  "line": 665,
                                  "column": 89
                                }
                              },
                              "extra": {
                                "rawValue": 0,
                                "raw": "0"
                              },
                              "value": 0
                            }
                          },
                          "operator": "&&",
                          "right": {
                            "type": "LogicalExpression",
                            "start": 22094,
                            "end": 22167,
                            "loc": {
                              "start": {
                                "line": 666,
                                "column": 7
                              },
                              "end": {
                                "line": 666,
                                "column": 80
                              }
                            },
                            "left": {
                              "type": "CallExpression",
                              "start": 22094,
                              "end": 22128,
                              "loc": {
                                "start": {
                                  "line": 666,
                                  "column": 7
                                },
                                "end": {
                                  "line": 666,
                                  "column": 41
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 22094,
                                "end": 22102,
                                "loc": {
                                  "start": {
                                    "line": 666,
                                    "column": 7
                                  },
                                  "end": {
                                    "line": 666,
                                    "column": 15
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 22094,
                                  "end": 22095,
                                  "loc": {
                                    "start": {
                                      "line": 666,
                                      "column": 7
                                    },
                                    "end": {
                                      "line": 666,
                                      "column": 8
                                    },
                                    "identifierName": "_"
                                  },
                                  "name": "_"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 22096,
                                  "end": 22102,
                                  "loc": {
                                    "start": {
                                      "line": 666,
                                      "column": 9
                                    },
                                    "end": {
                                      "line": 666,
                                      "column": 15
                                    },
                                    "identifierName": "isNull"
                                  },
                                  "name": "isNull"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "MemberExpression",
                                  "start": 22103,
                                  "end": 22127,
                                  "loc": {
                                    "start": {
                                      "line": 666,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 666,
                                      "column": 40
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 22103,
                                    "end": 22121,
                                    "loc": {
                                      "start": {
                                        "line": 666,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 666,
                                        "column": 34
                                      },
                                      "identifierName": "dependencyContract"
                                    },
                                    "name": "dependencyContract"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 22122,
                                    "end": 22127,
                                    "loc": {
                                      "start": {
                                        "line": 666,
                                        "column": 35
                                      },
                                      "end": {
                                        "line": 666,
                                        "column": 40
                                      },
                                      "identifierName": "field"
                                    },
                                    "name": "field"
                                  },
                                  "computed": false
                                }
                              ]
                            },
                            "operator": "||",
                            "right": {
                              "type": "CallExpression",
                              "start": 22132,
                              "end": 22167,
                              "loc": {
                                "start": {
                                  "line": 666,
                                  "column": 45
                                },
                                "end": {
                                  "line": 666,
                                  "column": 80
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 22132,
                                "end": 22141,
                                "loc": {
                                  "start": {
                                    "line": 666,
                                    "column": 45
                                  },
                                  "end": {
                                    "line": 666,
                                    "column": 54
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 22132,
                                  "end": 22133,
                                  "loc": {
                                    "start": {
                                      "line": 666,
                                      "column": 45
                                    },
                                    "end": {
                                      "line": 666,
                                      "column": 46
                                    },
                                    "identifierName": "_"
                                  },
                                  "name": "_"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 22134,
                                  "end": 22141,
                                  "loc": {
                                    "start": {
                                      "line": 666,
                                      "column": 47
                                    },
                                    "end": {
                                      "line": 666,
                                      "column": 54
                                    },
                                    "identifierName": "isEmpty"
                                  },
                                  "name": "isEmpty"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "MemberExpression",
                                  "start": 22142,
                                  "end": 22166,
                                  "loc": {
                                    "start": {
                                      "line": 666,
                                      "column": 55
                                    },
                                    "end": {
                                      "line": 666,
                                      "column": 79
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 22142,
                                    "end": 22160,
                                    "loc": {
                                      "start": {
                                        "line": 666,
                                        "column": 55
                                      },
                                      "end": {
                                        "line": 666,
                                        "column": 73
                                      },
                                      "identifierName": "dependencyContract"
                                    },
                                    "name": "dependencyContract"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 22161,
                                    "end": 22166,
                                    "loc": {
                                      "start": {
                                        "line": 666,
                                        "column": 74
                                      },
                                      "end": {
                                        "line": 666,
                                        "column": 79
                                      },
                                      "identifierName": "field"
                                    },
                                    "name": "field"
                                  },
                                  "computed": false
                                }
                              ]
                            },
                            "extra": {
                              "parenthesized": true,
                              "parenStart": 22093
                            }
                          }
                        },
                        "operator": "&&",
                        "right": {
                          "type": "UnaryExpression",
                          "start": 22178,
                          "end": 22256,
                          "loc": {
                            "start": {
                              "line": 667,
                              "column": 6
                            },
                            "end": {
                              "line": 667,
                              "column": 84
                            }
                          },
                          "operator": "!",
                          "prefix": true,
                          "argument": {
                            "type": "LogicalExpression",
                            "start": 22180,
                            "end": 22255,
                            "loc": {
                              "start": {
                                "line": 667,
                                "column": 8
                              },
                              "end": {
                                "line": 667,
                                "column": 83
                              }
                            },
                            "left": {
                              "type": "BinaryExpression",
                              "start": 22180,
                              "end": 22212,
                              "loc": {
                                "start": {
                                  "line": 667,
                                  "column": 8
                                },
                                "end": {
                                  "line": 667,
                                  "column": 40
                                }
                              },
                              "left": {
                                "type": "MemberExpression",
                                "start": 22180,
                                "end": 22200,
                                "loc": {
                                  "start": {
                                    "line": 667,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 667,
                                    "column": 28
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 22180,
                                  "end": 22195,
                                  "loc": {
                                    "start": {
                                      "line": 667,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 667,
                                      "column": 23
                                    },
                                    "identifierName": "sourceBidEntity"
                                  },
                                  "name": "sourceBidEntity"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 22196,
                                  "end": 22200,
                                  "loc": {
                                    "start": {
                                      "line": 667,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 667,
                                      "column": 28
                                    },
                                    "identifierName": "type"
                                  },
                                  "name": "type"
                                },
                                "computed": false
                              },
                              "operator": "===",
                              "right": {
                                "type": "StringLiteral",
                                "start": 22205,
                                "end": 22212,
                                "loc": {
                                  "start": {
                                    "line": 667,
                                    "column": 33
                                  },
                                  "end": {
                                    "line": 667,
                                    "column": 40
                                  }
                                },
                                "extra": {
                                  "rawValue": "field",
                                  "raw": "\"field\""
                                },
                                "value": "field"
                              }
                            },
                            "operator": "&&",
                            "right": {
                              "type": "BinaryExpression",
                              "start": 22216,
                              "end": 22255,
                              "loc": {
                                "start": {
                                  "line": 667,
                                  "column": 44
                                },
                                "end": {
                                  "line": 667,
                                  "column": 83
                                }
                              },
                              "left": {
                                "type": "MemberExpression",
                                "start": 22216,
                                "end": 22239,
                                "loc": {
                                  "start": {
                                    "line": 667,
                                    "column": 44
                                  },
                                  "end": {
                                    "line": 667,
                                    "column": 67
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 22216,
                                  "end": 22234,
                                  "loc": {
                                    "start": {
                                      "line": 667,
                                      "column": 44
                                    },
                                    "end": {
                                      "line": 667,
                                      "column": 62
                                    },
                                    "identifierName": "dependencyContract"
                                  },
                                  "name": "dependencyContract"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 22235,
                                  "end": 22239,
                                  "loc": {
                                    "start": {
                                      "line": 667,
                                      "column": 63
                                    },
                                    "end": {
                                      "line": 667,
                                      "column": 67
                                    },
                                    "identifierName": "type"
                                  },
                                  "name": "type"
                                },
                                "computed": false
                              },
                              "operator": "===",
                              "right": {
                                "type": "StringLiteral",
                                "start": 22244,
                                "end": 22255,
                                "loc": {
                                  "start": {
                                    "line": 667,
                                    "column": 72
                                  },
                                  "end": {
                                    "line": 667,
                                    "column": 83
                                  }
                                },
                                "extra": {
                                  "rawValue": "datatable",
                                  "raw": "\"datatable\""
                                },
                                "value": "datatable"
                              }
                            },
                            "extra": {
                              "parenthesized": true,
                              "parenStart": 22179
                            }
                          },
                          "extra": {
                            "parenthesizedArgument": false
                          }
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 22263,
                        "end": 22412,
                        "loc": {
                          "start": {
                            "line": 668,
                            "column": 6
                          },
                          "end": {
                            "line": 672,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 22271,
                            "end": 22406,
                            "loc": {
                              "start": {
                                "line": 669,
                                "column": 6
                              },
                              "end": {
                                "line": 671,
                                "column": 9
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 22271,
                              "end": 22405,
                              "loc": {
                                "start": {
                                  "line": 669,
                                  "column": 6
                                },
                                "end": {
                                  "line": 671,
                                  "column": 8
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 22271,
                                "end": 22285,
                                "loc": {
                                  "start": {
                                    "line": 669,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 669,
                                    "column": 20
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 22271,
                                  "end": 22275,
                                  "loc": {
                                    "start": {
                                      "line": 669,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 669,
                                      "column": 10
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 22276,
                                  "end": 22285,
                                  "loc": {
                                    "start": {
                                      "line": 669,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 669,
                                      "column": 20
                                    },
                                    "identifierName": "_logIssue"
                                  },
                                  "name": "_logIssue"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "StringLiteral",
                                  "start": 22286,
                                  "end": 22299,
                                  "loc": {
                                    "start": {
                                      "line": 669,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 669,
                                      "column": 34
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "empty_field",
                                    "raw": "\"empty_field\""
                                  },
                                  "value": "empty_field"
                                },
                                {
                                  "type": "Identifier",
                                  "start": 22301,
                                  "end": 22316,
                                  "loc": {
                                    "start": {
                                      "line": 669,
                                      "column": 36
                                    },
                                    "end": {
                                      "line": 669,
                                      "column": 51
                                    },
                                    "identifierName": "sourceBidEntity"
                                  },
                                  "name": "sourceBidEntity"
                                },
                                {
                                  "type": "Identifier",
                                  "start": 22318,
                                  "end": 22336,
                                  "loc": {
                                    "start": {
                                      "line": 669,
                                      "column": 53
                                    },
                                    "end": {
                                      "line": 669,
                                      "column": 71
                                    },
                                    "identifierName": "dependencyContract"
                                  },
                                  "name": "dependencyContract"
                                },
                                {
                                  "type": "ObjectExpression",
                                  "start": 22338,
                                  "end": 22404,
                                  "loc": {
                                    "start": {
                                      "line": 669,
                                      "column": 73
                                    },
                                    "end": {
                                      "line": 671,
                                      "column": 7
                                    }
                                  },
                                  "properties": [
                                    {
                                      "type": "ObjectProperty",
                                      "start": 22348,
                                      "end": 22395,
                                      "loc": {
                                        "start": {
                                          "line": 670,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 670,
                                          "column": 55
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "key": {
                                        "type": "Identifier",
                                        "start": 22348,
                                        "end": 22380,
                                        "loc": {
                                          "start": {
                                            "line": 670,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 670,
                                            "column": 40
                                          },
                                          "identifierName": "source_bid_entity_dependency_key"
                                        },
                                        "name": "source_bid_entity_dependency_key"
                                      },
                                      "value": {
                                        "type": "Identifier",
                                        "start": 22382,
                                        "end": 22395,
                                        "loc": {
                                          "start": {
                                            "line": 670,
                                            "column": 42
                                          },
                                          "end": {
                                            "line": 670,
                                            "column": 55
                                          },
                                          "identifierName": "dependencyKey"
                                        },
                                        "name": "dependencyKey"
                                      }
                                    }
                                  ]
                                }
                              ]
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 22420,
                "end": 23338,
                "loc": {
                  "start": {
                    "line": 675,
                    "column": 2
                  },
                  "end": {
                    "line": 694,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 22420,
                  "end": 22437,
                  "loc": {
                    "start": {
                      "line": 675,
                      "column": 2
                    },
                    "end": {
                      "line": 675,
                      "column": 19
                    },
                    "identifierName": "_testDatatableKey"
                  },
                  "name": "_testDatatableKey"
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 22438,
                    "end": 22453,
                    "loc": {
                      "start": {
                        "line": 675,
                        "column": 20
                      },
                      "end": {
                        "line": 675,
                        "column": 35
                      },
                      "identifierName": "sourceBidEntity"
                    },
                    "name": "sourceBidEntity"
                  },
                  {
                    "type": "Identifier",
                    "start": 22455,
                    "end": 22473,
                    "loc": {
                      "start": {
                        "line": 675,
                        "column": 37
                      },
                      "end": {
                        "line": 675,
                        "column": 55
                      },
                      "identifierName": "dependencyContract"
                    },
                    "name": "dependencyContract"
                  },
                  {
                    "type": "Identifier",
                    "start": 22475,
                    "end": 22488,
                    "loc": {
                      "start": {
                        "line": 675,
                        "column": 57
                      },
                      "end": {
                        "line": 675,
                        "column": 70
                      },
                      "identifierName": "dependencyKey"
                    },
                    "name": "dependencyKey"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 22490,
                  "end": 23338,
                  "loc": {
                    "start": {
                      "line": 675,
                      "column": 72
                    },
                    "end": {
                      "line": 694,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 22496,
                      "end": 23334,
                      "loc": {
                        "start": {
                          "line": 676,
                          "column": 4
                        },
                        "end": {
                          "line": 693,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "LogicalExpression",
                        "start": 22500,
                        "end": 22593,
                        "loc": {
                          "start": {
                            "line": 676,
                            "column": 8
                          },
                          "end": {
                            "line": 676,
                            "column": 101
                          }
                        },
                        "left": {
                          "type": "CallExpression",
                          "start": 22500,
                          "end": 22554,
                          "loc": {
                            "start": {
                              "line": 676,
                              "column": 8
                            },
                            "end": {
                              "line": 676,
                              "column": 62
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 22500,
                            "end": 22532,
                            "loc": {
                              "start": {
                                "line": 676,
                                "column": 8
                              },
                              "end": {
                                "line": 676,
                                "column": 40
                              }
                            },
                            "object": {
                              "type": "ArrayExpression",
                              "start": 22500,
                              "end": 22523,
                              "loc": {
                                "start": {
                                  "line": 676,
                                  "column": 8
                                },
                                "end": {
                                  "line": 676,
                                  "column": 31
                                }
                              },
                              "elements": [
                                {
                                  "type": "StringLiteral",
                                  "start": 22501,
                                  "end": 22512,
                                  "loc": {
                                    "start": {
                                      "line": 676,
                                      "column": 9
                                    },
                                    "end": {
                                      "line": 676,
                                      "column": 20
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "line_item",
                                    "raw": "\"line_item\""
                                  },
                                  "value": "line_item"
                                },
                                {
                                  "type": "StringLiteral",
                                  "start": 22514,
                                  "end": 22522,
                                  "loc": {
                                    "start": {
                                      "line": 676,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 676,
                                      "column": 30
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "metric",
                                    "raw": "\"metric\""
                                  },
                                  "value": "metric"
                                }
                              ]
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 22524,
                              "end": 22532,
                              "loc": {
                                "start": {
                                  "line": 676,
                                  "column": 32
                                },
                                "end": {
                                  "line": 676,
                                  "column": 40
                                },
                                "identifierName": "includes"
                              },
                              "name": "includes"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "MemberExpression",
                              "start": 22533,
                              "end": 22553,
                              "loc": {
                                "start": {
                                  "line": 676,
                                  "column": 41
                                },
                                "end": {
                                  "line": 676,
                                  "column": 61
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 22533,
                                "end": 22548,
                                "loc": {
                                  "start": {
                                    "line": 676,
                                    "column": 41
                                  },
                                  "end": {
                                    "line": 676,
                                    "column": 56
                                  },
                                  "identifierName": "sourceBidEntity"
                                },
                                "name": "sourceBidEntity"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 22549,
                                "end": 22553,
                                "loc": {
                                  "start": {
                                    "line": 676,
                                    "column": 57
                                  },
                                  "end": {
                                    "line": 676,
                                    "column": 61
                                  },
                                  "identifierName": "type"
                                },
                                "name": "type"
                              },
                              "computed": false
                            }
                          ]
                        },
                        "operator": "&&",
                        "right": {
                          "type": "BinaryExpression",
                          "start": 22558,
                          "end": 22593,
                          "loc": {
                            "start": {
                              "line": 676,
                              "column": 66
                            },
                            "end": {
                              "line": 676,
                              "column": 101
                            }
                          },
                          "left": {
                            "type": "MemberExpression",
                            "start": 22558,
                            "end": 22581,
                            "loc": {
                              "start": {
                                "line": 676,
                                "column": 66
                              },
                              "end": {
                                "line": 676,
                                "column": 89
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 22558,
                              "end": 22576,
                              "loc": {
                                "start": {
                                  "line": 676,
                                  "column": 66
                                },
                                "end": {
                                  "line": 676,
                                  "column": 84
                                },
                                "identifierName": "dependencyContract"
                              },
                              "name": "dependencyContract"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 22577,
                              "end": 22581,
                              "loc": {
                                "start": {
                                  "line": 676,
                                  "column": 85
                                },
                                "end": {
                                  "line": 676,
                                  "column": 89
                                },
                                "identifierName": "type"
                              },
                              "name": "type"
                            },
                            "computed": false
                          },
                          "operator": "===",
                          "right": {
                            "type": "StringLiteral",
                            "start": 22586,
                            "end": 22593,
                            "loc": {
                              "start": {
                                "line": 676,
                                "column": 94
                              },
                              "end": {
                                "line": 676,
                                "column": 101
                              }
                            },
                            "extra": {
                              "rawValue": "field",
                              "raw": "\"field\""
                            },
                            "value": "field"
                          }
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 22595,
                        "end": 23334,
                        "loc": {
                          "start": {
                            "line": 676,
                            "column": 103
                          },
                          "end": {
                            "line": 693,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "VariableDeclaration",
                            "start": 22603,
                            "end": 22678,
                            "loc": {
                              "start": {
                                "line": 677,
                                "column": 6
                              },
                              "end": {
                                "line": 677,
                                "column": 81
                              }
                            },
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "start": 22607,
                                "end": 22677,
                                "loc": {
                                  "start": {
                                    "line": 677,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 677,
                                    "column": 80
                                  }
                                },
                                "id": {
                                  "type": "Identifier",
                                  "start": 22607,
                                  "end": 22615,
                                  "loc": {
                                    "start": {
                                      "line": 677,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 677,
                                      "column": 18
                                    },
                                    "identifierName": "fieldDef"
                                  },
                                  "name": "fieldDef"
                                },
                                "init": {
                                  "type": "CallExpression",
                                  "start": 22618,
                                  "end": 22677,
                                  "loc": {
                                    "start": {
                                      "line": 677,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 677,
                                      "column": 80
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 22618,
                                    "end": 22643,
                                    "loc": {
                                      "start": {
                                        "line": 677,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 677,
                                        "column": 46
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 22618,
                                      "end": 22636,
                                      "loc": {
                                        "start": {
                                          "line": 677,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 677,
                                          "column": 39
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 22618,
                                        "end": 22627,
                                        "loc": {
                                          "start": {
                                            "line": 677,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 677,
                                            "column": 30
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 22618,
                                          "end": 22622,
                                          "loc": {
                                            "start": {
                                              "line": 677,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 677,
                                              "column": 25
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 22623,
                                          "end": 22627,
                                          "loc": {
                                            "start": {
                                              "line": 677,
                                              "column": 26
                                            },
                                            "end": {
                                              "line": 677,
                                              "column": 30
                                            },
                                            "identifierName": "_bid"
                                          },
                                          "name": "_bid"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 22628,
                                        "end": 22636,
                                        "loc": {
                                          "start": {
                                            "line": 677,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 677,
                                            "column": 39
                                          },
                                          "identifierName": "entities"
                                        },
                                        "name": "entities"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 22637,
                                      "end": 22643,
                                      "loc": {
                                        "start": {
                                          "line": 677,
                                          "column": 40
                                        },
                                        "end": {
                                          "line": 677,
                                          "column": 46
                                        },
                                        "identifierName": "fields"
                                      },
                                      "name": "fields"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "MemberExpression",
                                      "start": 22644,
                                      "end": 22676,
                                      "loc": {
                                        "start": {
                                          "line": 677,
                                          "column": 47
                                        },
                                        "end": {
                                          "line": 677,
                                          "column": 79
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 22644,
                                        "end": 22662,
                                        "loc": {
                                          "start": {
                                            "line": 677,
                                            "column": 47
                                          },
                                          "end": {
                                            "line": 677,
                                            "column": 65
                                          },
                                          "identifierName": "dependencyContract"
                                        },
                                        "name": "dependencyContract"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 22663,
                                        "end": 22676,
                                        "loc": {
                                          "start": {
                                            "line": 677,
                                            "column": 66
                                          },
                                          "end": {
                                            "line": 677,
                                            "column": 79
                                          },
                                          "identifierName": "bid_entity_id"
                                        },
                                        "name": "bid_entity_id"
                                      },
                                      "computed": false
                                    }
                                  ]
                                }
                              }
                            ],
                            "kind": "var"
                          },
                          {
                            "type": "IfStatement",
                            "start": 22685,
                            "end": 23328,
                            "loc": {
                              "start": {
                                "line": 678,
                                "column": 6
                              },
                              "end": {
                                "line": 692,
                                "column": 7
                              }
                            },
                            "test": {
                              "type": "LogicalExpression",
                              "start": 22689,
                              "end": 22736,
                              "loc": {
                                "start": {
                                  "line": 678,
                                  "column": 10
                                },
                                "end": {
                                  "line": 678,
                                  "column": 57
                                }
                              },
                              "left": {
                                "type": "UnaryExpression",
                                "start": 22689,
                                "end": 22713,
                                "loc": {
                                  "start": {
                                    "line": 678,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 678,
                                    "column": 34
                                  }
                                },
                                "operator": "!",
                                "prefix": true,
                                "argument": {
                                  "type": "CallExpression",
                                  "start": 22690,
                                  "end": 22713,
                                  "loc": {
                                    "start": {
                                      "line": 678,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 678,
                                      "column": 34
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 22690,
                                    "end": 22703,
                                    "loc": {
                                      "start": {
                                        "line": 678,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 678,
                                        "column": 24
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 22690,
                                      "end": 22691,
                                      "loc": {
                                        "start": {
                                          "line": 678,
                                          "column": 11
                                        },
                                        "end": {
                                          "line": 678,
                                          "column": 12
                                        },
                                        "identifierName": "_"
                                      },
                                      "name": "_"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 22692,
                                      "end": 22703,
                                      "loc": {
                                        "start": {
                                          "line": 678,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 678,
                                          "column": 24
                                        },
                                        "identifierName": "isUndefined"
                                      },
                                      "name": "isUndefined"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 22704,
                                      "end": 22712,
                                      "loc": {
                                        "start": {
                                          "line": 678,
                                          "column": 25
                                        },
                                        "end": {
                                          "line": 678,
                                          "column": 33
                                        },
                                        "identifierName": "fieldDef"
                                      },
                                      "name": "fieldDef"
                                    }
                                  ]
                                },
                                "extra": {
                                  "parenthesizedArgument": false
                                }
                              },
                              "operator": "&&",
                              "right": {
                                "type": "UnaryExpression",
                                "start": 22717,
                                "end": 22736,
                                "loc": {
                                  "start": {
                                    "line": 678,
                                    "column": 38
                                  },
                                  "end": {
                                    "line": 678,
                                    "column": 57
                                  }
                                },
                                "operator": "!",
                                "prefix": true,
                                "argument": {
                                  "type": "CallExpression",
                                  "start": 22718,
                                  "end": 22736,
                                  "loc": {
                                    "start": {
                                      "line": 678,
                                      "column": 39
                                    },
                                    "end": {
                                      "line": 678,
                                      "column": 57
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 22718,
                                    "end": 22726,
                                    "loc": {
                                      "start": {
                                        "line": 678,
                                        "column": 39
                                      },
                                      "end": {
                                        "line": 678,
                                        "column": 47
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 22718,
                                      "end": 22719,
                                      "loc": {
                                        "start": {
                                          "line": 678,
                                          "column": 39
                                        },
                                        "end": {
                                          "line": 678,
                                          "column": 40
                                        },
                                        "identifierName": "_"
                                      },
                                      "name": "_"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 22720,
                                      "end": 22726,
                                      "loc": {
                                        "start": {
                                          "line": 678,
                                          "column": 41
                                        },
                                        "end": {
                                          "line": 678,
                                          "column": 47
                                        },
                                        "identifierName": "isNull"
                                      },
                                      "name": "isNull"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 22727,
                                      "end": 22735,
                                      "loc": {
                                        "start": {
                                          "line": 678,
                                          "column": 48
                                        },
                                        "end": {
                                          "line": 678,
                                          "column": 56
                                        },
                                        "identifierName": "fieldDef"
                                      },
                                      "name": "fieldDef"
                                    }
                                  ]
                                },
                                "extra": {
                                  "parenthesizedArgument": false
                                }
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 22738,
                              "end": 23158,
                              "loc": {
                                "start": {
                                  "line": 678,
                                  "column": 59
                                },
                                "end": {
                                  "line": 688,
                                  "column": 7
                                }
                              },
                              "body": [
                                {
                                  "type": "IfStatement",
                                  "start": 22748,
                                  "end": 23150,
                                  "loc": {
                                    "start": {
                                      "line": 679,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 687,
                                      "column": 9
                                    }
                                  },
                                  "test": {
                                    "type": "BinaryExpression",
                                    "start": 22752,
                                    "end": 22783,
                                    "loc": {
                                      "start": {
                                        "line": 679,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 679,
                                        "column": 43
                                      }
                                    },
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 22752,
                                      "end": 22772,
                                      "loc": {
                                        "start": {
                                          "line": 679,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 679,
                                          "column": 32
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 22752,
                                        "end": 22767,
                                        "loc": {
                                          "start": {
                                            "line": 679,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 679,
                                            "column": 27
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 22752,
                                          "end": 22760,
                                          "loc": {
                                            "start": {
                                              "line": 679,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 679,
                                              "column": 20
                                            },
                                            "identifierName": "fieldDef"
                                          },
                                          "name": "fieldDef"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 22761,
                                          "end": 22767,
                                          "loc": {
                                            "start": {
                                              "line": 679,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 679,
                                              "column": 27
                                            },
                                            "identifierName": "config"
                                          },
                                          "name": "config"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 22768,
                                        "end": 22772,
                                        "loc": {
                                          "start": {
                                            "line": 679,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 679,
                                            "column": 32
                                          },
                                          "identifierName": "type"
                                        },
                                        "name": "type"
                                      },
                                      "computed": false
                                    },
                                    "operator": "===",
                                    "right": {
                                      "type": "StringLiteral",
                                      "start": 22777,
                                      "end": 22783,
                                      "loc": {
                                        "start": {
                                          "line": 679,
                                          "column": 37
                                        },
                                        "end": {
                                          "line": 679,
                                          "column": 43
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "list",
                                        "raw": "\"list\""
                                      },
                                      "value": "list"
                                    }
                                  },
                                  "consequent": {
                                    "type": "BlockStatement",
                                    "start": 22785,
                                    "end": 23150,
                                    "loc": {
                                      "start": {
                                        "line": 679,
                                        "column": 45
                                      },
                                      "end": {
                                        "line": 687,
                                        "column": 9
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "VariableDeclaration",
                                        "start": 22797,
                                        "end": 22868,
                                        "loc": {
                                          "start": {
                                            "line": 680,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 680,
                                            "column": 81
                                          }
                                        },
                                        "declarations": [
                                          {
                                            "type": "VariableDeclarator",
                                            "start": 22801,
                                            "end": 22867,
                                            "loc": {
                                              "start": {
                                                "line": 680,
                                                "column": 14
                                              },
                                              "end": {
                                                "line": 680,
                                                "column": 80
                                              }
                                            },
                                            "id": {
                                              "type": "Identifier",
                                              "start": 22801,
                                              "end": 22812,
                                              "loc": {
                                                "start": {
                                                  "line": 680,
                                                  "column": 14
                                                },
                                                "end": {
                                                  "line": 680,
                                                  "column": 25
                                                },
                                                "identifierName": "datatableId"
                                              },
                                              "name": "datatableId"
                                            },
                                            "init": {
                                              "type": "MemberExpression",
                                              "start": 22815,
                                              "end": 22867,
                                              "loc": {
                                                "start": {
                                                  "line": 680,
                                                  "column": 28
                                                },
                                                "end": {
                                                  "line": 680,
                                                  "column": 80
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 22815,
                                                "end": 22853,
                                                "loc": {
                                                  "start": {
                                                    "line": 680,
                                                    "column": 28
                                                  },
                                                  "end": {
                                                    "line": 680,
                                                    "column": 66
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 22815,
                                                  "end": 22843,
                                                  "loc": {
                                                    "start": {
                                                      "line": 680,
                                                      "column": 28
                                                    },
                                                    "end": {
                                                      "line": 680,
                                                      "column": 56
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 22815,
                                                    "end": 22830,
                                                    "loc": {
                                                      "start": {
                                                        "line": 680,
                                                        "column": 28
                                                      },
                                                      "end": {
                                                        "line": 680,
                                                        "column": 43
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 22815,
                                                      "end": 22823,
                                                      "loc": {
                                                        "start": {
                                                          "line": 680,
                                                          "column": 28
                                                        },
                                                        "end": {
                                                          "line": 680,
                                                          "column": 36
                                                        },
                                                        "identifierName": "fieldDef"
                                                      },
                                                      "name": "fieldDef"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 22824,
                                                      "end": 22830,
                                                      "loc": {
                                                        "start": {
                                                          "line": 680,
                                                          "column": 37
                                                        },
                                                        "end": {
                                                          "line": 680,
                                                          "column": 43
                                                        },
                                                        "identifierName": "config"
                                                      },
                                                      "name": "config"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 22831,
                                                    "end": 22843,
                                                    "loc": {
                                                      "start": {
                                                        "line": 680,
                                                        "column": 44
                                                      },
                                                      "end": {
                                                        "line": 680,
                                                        "column": 56
                                                      },
                                                      "identifierName": "dependencies"
                                                    },
                                                    "name": "dependencies"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 22844,
                                                  "end": 22853,
                                                  "loc": {
                                                    "start": {
                                                      "line": 680,
                                                      "column": 57
                                                    },
                                                    "end": {
                                                      "line": 680,
                                                      "column": 66
                                                    },
                                                    "identifierName": "datatable"
                                                  },
                                                  "name": "datatable"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 22854,
                                                "end": 22867,
                                                "loc": {
                                                  "start": {
                                                    "line": 680,
                                                    "column": 67
                                                  },
                                                  "end": {
                                                    "line": 680,
                                                    "column": 80
                                                  },
                                                  "identifierName": "bid_entity_id"
                                                },
                                                "name": "bid_entity_id"
                                              },
                                              "computed": false
                                            }
                                          }
                                        ],
                                        "kind": "var"
                                      },
                                      {
                                        "type": "IfStatement",
                                        "start": 22880,
                                        "end": 23140,
                                        "loc": {
                                          "start": {
                                            "line": 682,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 686,
                                            "column": 11
                                          }
                                        },
                                        "test": {
                                          "type": "UnaryExpression",
                                          "start": 22884,
                                          "end": 22955,
                                          "loc": {
                                            "start": {
                                              "line": 682,
                                              "column": 14
                                            },
                                            "end": {
                                              "line": 682,
                                              "column": 85
                                            }
                                          },
                                          "operator": "!",
                                          "prefix": true,
                                          "argument": {
                                            "type": "CallExpression",
                                            "start": 22885,
                                            "end": 22955,
                                            "loc": {
                                              "start": {
                                                "line": 682,
                                                "column": 15
                                              },
                                              "end": {
                                                "line": 682,
                                                "column": 85
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 22885,
                                              "end": 22910,
                                              "loc": {
                                                "start": {
                                                  "line": 682,
                                                  "column": 15
                                                },
                                                "end": {
                                                  "line": 682,
                                                  "column": 40
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 22885,
                                                "end": 22889,
                                                "loc": {
                                                  "start": {
                                                    "line": 682,
                                                    "column": 15
                                                  },
                                                  "end": {
                                                    "line": 682,
                                                    "column": 19
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 22890,
                                                "end": 22910,
                                                "loc": {
                                                  "start": {
                                                    "line": 682,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 682,
                                                    "column": 40
                                                  },
                                                  "identifierName": "_isValidDatatableKey"
                                                },
                                                "name": "_isValidDatatableKey"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 22911,
                                                "end": 22922,
                                                "loc": {
                                                  "start": {
                                                    "line": 682,
                                                    "column": 41
                                                  },
                                                  "end": {
                                                    "line": 682,
                                                    "column": 52
                                                  },
                                                  "identifierName": "datatableId"
                                                },
                                                "name": "datatableId"
                                              },
                                              {
                                                "type": "MemberExpression",
                                                "start": 22924,
                                                "end": 22948,
                                                "loc": {
                                                  "start": {
                                                    "line": 682,
                                                    "column": 54
                                                  },
                                                  "end": {
                                                    "line": 682,
                                                    "column": 78
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 22924,
                                                  "end": 22942,
                                                  "loc": {
                                                    "start": {
                                                      "line": 682,
                                                      "column": 54
                                                    },
                                                    "end": {
                                                      "line": 682,
                                                      "column": 72
                                                    },
                                                    "identifierName": "dependencyContract"
                                                  },
                                                  "name": "dependencyContract"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 22943,
                                                  "end": 22948,
                                                  "loc": {
                                                    "start": {
                                                      "line": 682,
                                                      "column": 73
                                                    },
                                                    "end": {
                                                      "line": 682,
                                                      "column": 78
                                                    },
                                                    "identifierName": "field"
                                                  },
                                                  "name": "field"
                                                },
                                                "computed": false
                                              },
                                              {
                                                "type": "BooleanLiteral",
                                                "start": 22950,
                                                "end": 22954,
                                                "loc": {
                                                  "start": {
                                                    "line": 682,
                                                    "column": 80
                                                  },
                                                  "end": {
                                                    "line": 682,
                                                    "column": 84
                                                  }
                                                },
                                                "value": true
                                              }
                                            ]
                                          },
                                          "extra": {
                                            "parenthesizedArgument": false
                                          }
                                        },
                                        "consequent": {
                                          "type": "BlockStatement",
                                          "start": 22957,
                                          "end": 23140,
                                          "loc": {
                                            "start": {
                                              "line": 682,
                                              "column": 87
                                            },
                                            "end": {
                                              "line": 686,
                                              "column": 11
                                            }
                                          },
                                          "body": [
                                            {
                                              "type": "ExpressionStatement",
                                              "start": 22971,
                                              "end": 23128,
                                              "loc": {
                                                "start": {
                                                  "line": 683,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 685,
                                                  "column": 15
                                                }
                                              },
                                              "expression": {
                                                "type": "CallExpression",
                                                "start": 22971,
                                                "end": 23127,
                                                "loc": {
                                                  "start": {
                                                    "line": 683,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 685,
                                                    "column": 14
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 22971,
                                                  "end": 22985,
                                                  "loc": {
                                                    "start": {
                                                      "line": 683,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 683,
                                                      "column": 26
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "ThisExpression",
                                                    "start": 22971,
                                                    "end": 22975,
                                                    "loc": {
                                                      "start": {
                                                        "line": 683,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 683,
                                                        "column": 16
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 22976,
                                                    "end": 22985,
                                                    "loc": {
                                                      "start": {
                                                        "line": 683,
                                                        "column": 17
                                                      },
                                                      "end": {
                                                        "line": 683,
                                                        "column": 26
                                                      },
                                                      "identifierName": "_logIssue"
                                                    },
                                                    "name": "_logIssue"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "StringLiteral",
                                                    "start": 22986,
                                                    "end": 23009,
                                                    "loc": {
                                                      "start": {
                                                        "line": 683,
                                                        "column": 27
                                                      },
                                                      "end": {
                                                        "line": 683,
                                                        "column": 50
                                                      }
                                                    },
                                                    "extra": {
                                                      "rawValue": "invalid_datatable_key",
                                                      "raw": "\"invalid_datatable_key\""
                                                    },
                                                    "value": "invalid_datatable_key"
                                                  },
                                                  {
                                                    "type": "Identifier",
                                                    "start": 23011,
                                                    "end": 23026,
                                                    "loc": {
                                                      "start": {
                                                        "line": 683,
                                                        "column": 52
                                                      },
                                                      "end": {
                                                        "line": 683,
                                                        "column": 67
                                                      },
                                                      "identifierName": "sourceBidEntity"
                                                    },
                                                    "name": "sourceBidEntity"
                                                  },
                                                  {
                                                    "type": "Identifier",
                                                    "start": 23028,
                                                    "end": 23046,
                                                    "loc": {
                                                      "start": {
                                                        "line": 683,
                                                        "column": 69
                                                      },
                                                      "end": {
                                                        "line": 683,
                                                        "column": 87
                                                      },
                                                      "identifierName": "dependencyContract"
                                                    },
                                                    "name": "dependencyContract"
                                                  },
                                                  {
                                                    "type": "ObjectExpression",
                                                    "start": 23048,
                                                    "end": 23126,
                                                    "loc": {
                                                      "start": {
                                                        "line": 683,
                                                        "column": 89
                                                      },
                                                      "end": {
                                                        "line": 685,
                                                        "column": 13
                                                      }
                                                    },
                                                    "properties": [
                                                      {
                                                        "type": "ObjectProperty",
                                                        "start": 23064,
                                                        "end": 23111,
                                                        "loc": {
                                                          "start": {
                                                            "line": 684,
                                                            "column": 14
                                                          },
                                                          "end": {
                                                            "line": 684,
                                                            "column": 61
                                                          }
                                                        },
                                                        "method": false,
                                                        "shorthand": false,
                                                        "computed": false,
                                                        "key": {
                                                          "type": "Identifier",
                                                          "start": 23064,
                                                          "end": 23096,
                                                          "loc": {
                                                            "start": {
                                                              "line": 684,
                                                              "column": 14
                                                            },
                                                            "end": {
                                                              "line": 684,
                                                              "column": 46
                                                            },
                                                            "identifierName": "source_bid_entity_dependency_key"
                                                          },
                                                          "name": "source_bid_entity_dependency_key"
                                                        },
                                                        "value": {
                                                          "type": "Identifier",
                                                          "start": 23098,
                                                          "end": 23111,
                                                          "loc": {
                                                            "start": {
                                                              "line": 684,
                                                              "column": 48
                                                            },
                                                            "end": {
                                                              "line": 684,
                                                              "column": 61
                                                            },
                                                            "identifierName": "dependencyKey"
                                                          },
                                                          "name": "dependencyKey"
                                                        }
                                                      }
                                                    ]
                                                  }
                                                ]
                                              }
                                            }
                                          ],
                                          "directives": []
                                        },
                                        "alternate": null
                                      }
                                    ],
                                    "directives": []
                                  },
                                  "alternate": null
                                }
                              ],
                              "directives": []
                            },
                            "alternate": {
                              "type": "BlockStatement",
                              "start": 23164,
                              "end": 23328,
                              "loc": {
                                "start": {
                                  "line": 688,
                                  "column": 13
                                },
                                "end": {
                                  "line": 692,
                                  "column": 7
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 23174,
                                  "end": 23320,
                                  "loc": {
                                    "start": {
                                      "line": 689,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 691,
                                      "column": 11
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 23174,
                                    "end": 23319,
                                    "loc": {
                                      "start": {
                                        "line": 689,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 691,
                                        "column": 10
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 23174,
                                      "end": 23188,
                                      "loc": {
                                        "start": {
                                          "line": 689,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 689,
                                          "column": 22
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 23174,
                                        "end": 23178,
                                        "loc": {
                                          "start": {
                                            "line": 689,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 689,
                                            "column": 12
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 23179,
                                        "end": 23188,
                                        "loc": {
                                          "start": {
                                            "line": 689,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 689,
                                            "column": 22
                                          },
                                          "identifierName": "_logIssue"
                                        },
                                        "name": "_logIssue"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "StringLiteral",
                                        "start": 23189,
                                        "end": 23209,
                                        "loc": {
                                          "start": {
                                            "line": 689,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 689,
                                            "column": 43
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "invalid_dependency",
                                          "raw": "\"invalid_dependency\""
                                        },
                                        "value": "invalid_dependency"
                                      },
                                      {
                                        "type": "Identifier",
                                        "start": 23211,
                                        "end": 23226,
                                        "loc": {
                                          "start": {
                                            "line": 689,
                                            "column": 45
                                          },
                                          "end": {
                                            "line": 689,
                                            "column": 60
                                          },
                                          "identifierName": "sourceBidEntity"
                                        },
                                        "name": "sourceBidEntity"
                                      },
                                      {
                                        "type": "Identifier",
                                        "start": 23228,
                                        "end": 23246,
                                        "loc": {
                                          "start": {
                                            "line": 689,
                                            "column": 62
                                          },
                                          "end": {
                                            "line": 689,
                                            "column": 80
                                          },
                                          "identifierName": "dependencyContract"
                                        },
                                        "name": "dependencyContract"
                                      },
                                      {
                                        "type": "ObjectExpression",
                                        "start": 23248,
                                        "end": 23318,
                                        "loc": {
                                          "start": {
                                            "line": 689,
                                            "column": 82
                                          },
                                          "end": {
                                            "line": 691,
                                            "column": 9
                                          }
                                        },
                                        "properties": [
                                          {
                                            "type": "ObjectProperty",
                                            "start": 23260,
                                            "end": 23307,
                                            "loc": {
                                              "start": {
                                                "line": 690,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 690,
                                                "column": 57
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 23260,
                                              "end": 23292,
                                              "loc": {
                                                "start": {
                                                  "line": 690,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 690,
                                                  "column": 42
                                                },
                                                "identifierName": "source_bid_entity_dependency_key"
                                              },
                                              "name": "source_bid_entity_dependency_key"
                                            },
                                            "value": {
                                              "type": "Identifier",
                                              "start": 23294,
                                              "end": 23307,
                                              "loc": {
                                                "start": {
                                                  "line": 690,
                                                  "column": 44
                                                },
                                                "end": {
                                                  "line": 690,
                                                  "column": 57
                                                },
                                                "identifierName": "dependencyKey"
                                              },
                                              "name": "dependencyKey"
                                            }
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                }
                              ],
                              "directives": []
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 23342,
                "end": 23887,
                "loc": {
                  "start": {
                    "line": 696,
                    "column": 2
                  },
                  "end": {
                    "line": 716,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 23342,
                  "end": 23362,
                  "loc": {
                    "start": {
                      "line": 696,
                      "column": 2
                    },
                    "end": {
                      "line": 696,
                      "column": 22
                    },
                    "identifierName": "_isValidDatatableKey"
                  },
                  "name": "_isValidDatatableKey"
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 23363,
                    "end": 23374,
                    "loc": {
                      "start": {
                        "line": 696,
                        "column": 23
                      },
                      "end": {
                        "line": 696,
                        "column": 34
                      },
                      "identifierName": "datatableId"
                    },
                    "name": "datatableId"
                  },
                  {
                    "type": "Identifier",
                    "start": 23376,
                    "end": 23379,
                    "loc": {
                      "start": {
                        "line": 696,
                        "column": 36
                      },
                      "end": {
                        "line": 696,
                        "column": 39
                      },
                      "identifierName": "key"
                    },
                    "name": "key"
                  },
                  {
                    "type": "Identifier",
                    "start": 23381,
                    "end": 23389,
                    "loc": {
                      "start": {
                        "line": 696,
                        "column": 41
                      },
                      "end": {
                        "line": 696,
                        "column": 49
                      },
                      "identifierName": "isColumn"
                    },
                    "name": "isColumn"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 23391,
                  "end": 23887,
                  "loc": {
                    "start": {
                      "line": 696,
                      "column": 51
                    },
                    "end": {
                      "line": 716,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 23397,
                      "end": 23456,
                      "loc": {
                        "start": {
                          "line": 697,
                          "column": 4
                        },
                        "end": {
                          "line": 697,
                          "column": 63
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 23401,
                          "end": 23455,
                          "loc": {
                            "start": {
                              "line": 697,
                              "column": 8
                            },
                            "end": {
                              "line": 697,
                              "column": 62
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 23401,
                            "end": 23410,
                            "loc": {
                              "start": {
                                "line": 697,
                                "column": 8
                              },
                              "end": {
                                "line": 697,
                                "column": 17
                              },
                              "identifierName": "datatable"
                            },
                            "name": "datatable"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 23413,
                            "end": 23455,
                            "loc": {
                              "start": {
                                "line": 697,
                                "column": 20
                              },
                              "end": {
                                "line": 697,
                                "column": 62
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 23413,
                              "end": 23442,
                              "loc": {
                                "start": {
                                  "line": 697,
                                  "column": 20
                                },
                                "end": {
                                  "line": 697,
                                  "column": 49
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 23413,
                                "end": 23431,
                                "loc": {
                                  "start": {
                                    "line": 697,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 697,
                                    "column": 38
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 23413,
                                  "end": 23422,
                                  "loc": {
                                    "start": {
                                      "line": 697,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 697,
                                      "column": 29
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 23413,
                                    "end": 23417,
                                    "loc": {
                                      "start": {
                                        "line": 697,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 697,
                                        "column": 24
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 23418,
                                    "end": 23422,
                                    "loc": {
                                      "start": {
                                        "line": 697,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 697,
                                        "column": 29
                                      },
                                      "identifierName": "_bid"
                                    },
                                    "name": "_bid"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 23423,
                                  "end": 23431,
                                  "loc": {
                                    "start": {
                                      "line": 697,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 697,
                                      "column": 38
                                    },
                                    "identifierName": "entities"
                                  },
                                  "name": "entities"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 23432,
                                "end": 23442,
                                "loc": {
                                  "start": {
                                    "line": 697,
                                    "column": 39
                                  },
                                  "end": {
                                    "line": 697,
                                    "column": 49
                                  },
                                  "identifierName": "datatables"
                                },
                                "name": "datatables"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 23443,
                                "end": 23454,
                                "loc": {
                                  "start": {
                                    "line": 697,
                                    "column": 50
                                  },
                                  "end": {
                                    "line": 697,
                                    "column": 61
                                  },
                                  "identifierName": "datatableId"
                                },
                                "name": "datatableId"
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "var"
                    },
                    {
                      "type": "FunctionDeclaration",
                      "start": 23462,
                      "end": 23579,
                      "loc": {
                        "start": {
                          "line": 699,
                          "column": 4
                        },
                        "end": {
                          "line": 703,
                          "column": 5
                        }
                      },
                      "id": {
                        "type": "Identifier",
                        "start": 23471,
                        "end": 23484,
                        "loc": {
                          "start": {
                            "line": 699,
                            "column": 13
                          },
                          "end": {
                            "line": 699,
                            "column": 26
                          },
                          "identifierName": "getColumnKeys"
                        },
                        "name": "getColumnKeys"
                      },
                      "generator": false,
                      "expression": false,
                      "async": false,
                      "params": [
                        {
                          "type": "Identifier",
                          "start": 23485,
                          "end": 23494,
                          "loc": {
                            "start": {
                              "line": 699,
                              "column": 27
                            },
                            "end": {
                              "line": 699,
                              "column": 36
                            },
                            "identifierName": "datatable"
                          },
                          "name": "datatable"
                        }
                      ],
                      "body": {
                        "type": "BlockStatement",
                        "start": 23496,
                        "end": 23579,
                        "loc": {
                          "start": {
                            "line": 699,
                            "column": 38
                          },
                          "end": {
                            "line": 703,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ReturnStatement",
                            "start": 23504,
                            "end": 23573,
                            "loc": {
                              "start": {
                                "line": 700,
                                "column": 6
                              },
                              "end": {
                                "line": 702,
                                "column": 9
                              }
                            },
                            "argument": {
                              "type": "CallExpression",
                              "start": 23511,
                              "end": 23572,
                              "loc": {
                                "start": {
                                  "line": 700,
                                  "column": 13
                                },
                                "end": {
                                  "line": 702,
                                  "column": 8
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 23511,
                                "end": 23516,
                                "loc": {
                                  "start": {
                                    "line": 700,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 700,
                                    "column": 18
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 23511,
                                  "end": 23512,
                                  "loc": {
                                    "start": {
                                      "line": 700,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 700,
                                      "column": 14
                                    },
                                    "identifierName": "_"
                                  },
                                  "name": "_"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 23513,
                                  "end": 23516,
                                  "loc": {
                                    "start": {
                                      "line": 700,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 700,
                                      "column": 18
                                    },
                                    "identifierName": "map"
                                  },
                                  "name": "map"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "MemberExpression",
                                  "start": 23517,
                                  "end": 23534,
                                  "loc": {
                                    "start": {
                                      "line": 700,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 700,
                                      "column": 36
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 23517,
                                    "end": 23526,
                                    "loc": {
                                      "start": {
                                        "line": 700,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 700,
                                        "column": 28
                                      },
                                      "identifierName": "datatable"
                                    },
                                    "name": "datatable"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 23527,
                                    "end": 23534,
                                    "loc": {
                                      "start": {
                                        "line": 700,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 700,
                                        "column": 36
                                      },
                                      "identifierName": "columns"
                                    },
                                    "name": "columns"
                                  },
                                  "computed": false
                                },
                                {
                                  "type": "ArrowFunctionExpression",
                                  "start": 23536,
                                  "end": 23571,
                                  "loc": {
                                    "start": {
                                      "line": 700,
                                      "column": 38
                                    },
                                    "end": {
                                      "line": 702,
                                      "column": 7
                                    }
                                  },
                                  "id": null,
                                  "generator": false,
                                  "expression": false,
                                  "async": false,
                                  "params": [
                                    {
                                      "type": "Identifier",
                                      "start": 23536,
                                      "end": 23537,
                                      "loc": {
                                        "start": {
                                          "line": 700,
                                          "column": 38
                                        },
                                        "end": {
                                          "line": 700,
                                          "column": 39
                                        },
                                        "identifierName": "c"
                                      },
                                      "name": "c"
                                    }
                                  ],
                                  "body": {
                                    "type": "BlockStatement",
                                    "start": 23541,
                                    "end": 23571,
                                    "loc": {
                                      "start": {
                                        "line": 700,
                                        "column": 43
                                      },
                                      "end": {
                                        "line": 702,
                                        "column": 7
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ReturnStatement",
                                        "start": 23551,
                                        "end": 23563,
                                        "loc": {
                                          "start": {
                                            "line": 701,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 701,
                                            "column": 20
                                          }
                                        },
                                        "argument": {
                                          "type": "MemberExpression",
                                          "start": 23558,
                                          "end": 23562,
                                          "loc": {
                                            "start": {
                                              "line": 701,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 701,
                                              "column": 19
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 23558,
                                            "end": 23559,
                                            "loc": {
                                              "start": {
                                                "line": 701,
                                                "column": 15
                                              },
                                              "end": {
                                                "line": 701,
                                                "column": 16
                                              },
                                              "identifierName": "c"
                                            },
                                            "name": "c"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 23560,
                                            "end": 23562,
                                            "loc": {
                                              "start": {
                                                "line": 701,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 701,
                                                "column": 19
                                              },
                                              "identifierName": "id"
                                            },
                                            "name": "id"
                                          },
                                          "computed": false
                                        }
                                      }
                                    ],
                                    "directives": []
                                  }
                                }
                              ]
                            }
                          }
                        ],
                        "directives": []
                      }
                    },
                    {
                      "type": "FunctionDeclaration",
                      "start": 23585,
                      "end": 23703,
                      "loc": {
                        "start": {
                          "line": 705,
                          "column": 4
                        },
                        "end": {
                          "line": 709,
                          "column": 5
                        }
                      },
                      "id": {
                        "type": "Identifier",
                        "start": 23594,
                        "end": 23604,
                        "loc": {
                          "start": {
                            "line": 705,
                            "column": 13
                          },
                          "end": {
                            "line": 705,
                            "column": 23
                          },
                          "identifierName": "getRowKeys"
                        },
                        "name": "getRowKeys"
                      },
                      "generator": false,
                      "expression": false,
                      "async": false,
                      "params": [
                        {
                          "type": "Identifier",
                          "start": 23605,
                          "end": 23614,
                          "loc": {
                            "start": {
                              "line": 705,
                              "column": 24
                            },
                            "end": {
                              "line": 705,
                              "column": 33
                            },
                            "identifierName": "datatable"
                          },
                          "name": "datatable"
                        }
                      ],
                      "body": {
                        "type": "BlockStatement",
                        "start": 23616,
                        "end": 23703,
                        "loc": {
                          "start": {
                            "line": 705,
                            "column": 35
                          },
                          "end": {
                            "line": 709,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ReturnStatement",
                            "start": 23624,
                            "end": 23697,
                            "loc": {
                              "start": {
                                "line": 706,
                                "column": 6
                              },
                              "end": {
                                "line": 708,
                                "column": 9
                              }
                            },
                            "argument": {
                              "type": "CallExpression",
                              "start": 23631,
                              "end": 23696,
                              "loc": {
                                "start": {
                                  "line": 706,
                                  "column": 13
                                },
                                "end": {
                                  "line": 708,
                                  "column": 8
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 23631,
                                "end": 23636,
                                "loc": {
                                  "start": {
                                    "line": 706,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 706,
                                    "column": 18
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 23631,
                                  "end": 23632,
                                  "loc": {
                                    "start": {
                                      "line": 706,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 706,
                                      "column": 14
                                    },
                                    "identifierName": "_"
                                  },
                                  "name": "_"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 23633,
                                  "end": 23636,
                                  "loc": {
                                    "start": {
                                      "line": 706,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 706,
                                      "column": 18
                                    },
                                    "identifierName": "map"
                                  },
                                  "name": "map"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "MemberExpression",
                                  "start": 23637,
                                  "end": 23658,
                                  "loc": {
                                    "start": {
                                      "line": 706,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 706,
                                      "column": 40
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 23637,
                                    "end": 23653,
                                    "loc": {
                                      "start": {
                                        "line": 706,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 706,
                                        "column": 35
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 23637,
                                      "end": 23646,
                                      "loc": {
                                        "start": {
                                          "line": 706,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 706,
                                          "column": 28
                                        },
                                        "identifierName": "datatable"
                                      },
                                      "name": "datatable"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 23647,
                                      "end": 23653,
                                      "loc": {
                                        "start": {
                                          "line": 706,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 706,
                                          "column": 35
                                        },
                                        "identifierName": "config"
                                      },
                                      "name": "config"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 23654,
                                    "end": 23658,
                                    "loc": {
                                      "start": {
                                        "line": 706,
                                        "column": 36
                                      },
                                      "end": {
                                        "line": 706,
                                        "column": 40
                                      },
                                      "identifierName": "rows"
                                    },
                                    "name": "rows"
                                  },
                                  "computed": false
                                },
                                {
                                  "type": "ArrowFunctionExpression",
                                  "start": 23660,
                                  "end": 23695,
                                  "loc": {
                                    "start": {
                                      "line": 706,
                                      "column": 42
                                    },
                                    "end": {
                                      "line": 708,
                                      "column": 7
                                    }
                                  },
                                  "id": null,
                                  "generator": false,
                                  "expression": false,
                                  "async": false,
                                  "params": [
                                    {
                                      "type": "Identifier",
                                      "start": 23660,
                                      "end": 23661,
                                      "loc": {
                                        "start": {
                                          "line": 706,
                                          "column": 42
                                        },
                                        "end": {
                                          "line": 706,
                                          "column": 43
                                        },
                                        "identifierName": "r"
                                      },
                                      "name": "r"
                                    }
                                  ],
                                  "body": {
                                    "type": "BlockStatement",
                                    "start": 23665,
                                    "end": 23695,
                                    "loc": {
                                      "start": {
                                        "line": 706,
                                        "column": 47
                                      },
                                      "end": {
                                        "line": 708,
                                        "column": 7
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ReturnStatement",
                                        "start": 23675,
                                        "end": 23687,
                                        "loc": {
                                          "start": {
                                            "line": 707,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 707,
                                            "column": 20
                                          }
                                        },
                                        "argument": {
                                          "type": "MemberExpression",
                                          "start": 23682,
                                          "end": 23686,
                                          "loc": {
                                            "start": {
                                              "line": 707,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 707,
                                              "column": 19
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 23682,
                                            "end": 23683,
                                            "loc": {
                                              "start": {
                                                "line": 707,
                                                "column": 15
                                              },
                                              "end": {
                                                "line": 707,
                                                "column": 16
                                              },
                                              "identifierName": "r"
                                            },
                                            "name": "r"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 23684,
                                            "end": 23686,
                                            "loc": {
                                              "start": {
                                                "line": 707,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 707,
                                                "column": 19
                                              },
                                              "identifierName": "id"
                                            },
                                            "name": "id"
                                          },
                                          "computed": false
                                        }
                                      }
                                    ],
                                    "directives": []
                                  }
                                }
                              ]
                            }
                          }
                        ],
                        "directives": []
                      }
                    },
                    {
                      "type": "IfStatement",
                      "start": 23709,
                      "end": 23883,
                      "loc": {
                        "start": {
                          "line": 711,
                          "column": 4
                        },
                        "end": {
                          "line": 715,
                          "column": 24
                        }
                      },
                      "test": {
                        "type": "Identifier",
                        "start": 23713,
                        "end": 23722,
                        "loc": {
                          "start": {
                            "line": 711,
                            "column": 8
                          },
                          "end": {
                            "line": 711,
                            "column": 17
                          },
                          "identifierName": "datatable"
                        },
                        "name": "datatable"
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 23724,
                        "end": 23864,
                        "loc": {
                          "start": {
                            "line": 711,
                            "column": 19
                          },
                          "end": {
                            "line": 715,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "VariableDeclaration",
                            "start": 23732,
                            "end": 23812,
                            "loc": {
                              "start": {
                                "line": 712,
                                "column": 6
                              },
                              "end": {
                                "line": 712,
                                "column": 86
                              }
                            },
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "start": 23736,
                                "end": 23811,
                                "loc": {
                                  "start": {
                                    "line": 712,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 712,
                                    "column": 85
                                  }
                                },
                                "id": {
                                  "type": "Identifier",
                                  "start": 23736,
                                  "end": 23749,
                                  "loc": {
                                    "start": {
                                      "line": 712,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 712,
                                      "column": 23
                                    },
                                    "identifierName": "datatableKeys"
                                  },
                                  "name": "datatableKeys"
                                },
                                "init": {
                                  "type": "ConditionalExpression",
                                  "start": 23752,
                                  "end": 23811,
                                  "loc": {
                                    "start": {
                                      "line": 712,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 712,
                                      "column": 85
                                    }
                                  },
                                  "test": {
                                    "type": "Identifier",
                                    "start": 23752,
                                    "end": 23760,
                                    "loc": {
                                      "start": {
                                        "line": 712,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 712,
                                        "column": 34
                                      },
                                      "identifierName": "isColumn"
                                    },
                                    "name": "isColumn"
                                  },
                                  "consequent": {
                                    "type": "CallExpression",
                                    "start": 23763,
                                    "end": 23787,
                                    "loc": {
                                      "start": {
                                        "line": 712,
                                        "column": 37
                                      },
                                      "end": {
                                        "line": 712,
                                        "column": 61
                                      }
                                    },
                                    "callee": {
                                      "type": "Identifier",
                                      "start": 23763,
                                      "end": 23776,
                                      "loc": {
                                        "start": {
                                          "line": 712,
                                          "column": 37
                                        },
                                        "end": {
                                          "line": 712,
                                          "column": 50
                                        },
                                        "identifierName": "getColumnKeys"
                                      },
                                      "name": "getColumnKeys"
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 23777,
                                        "end": 23786,
                                        "loc": {
                                          "start": {
                                            "line": 712,
                                            "column": 51
                                          },
                                          "end": {
                                            "line": 712,
                                            "column": 60
                                          },
                                          "identifierName": "datatable"
                                        },
                                        "name": "datatable"
                                      }
                                    ]
                                  },
                                  "alternate": {
                                    "type": "CallExpression",
                                    "start": 23790,
                                    "end": 23811,
                                    "loc": {
                                      "start": {
                                        "line": 712,
                                        "column": 64
                                      },
                                      "end": {
                                        "line": 712,
                                        "column": 85
                                      }
                                    },
                                    "callee": {
                                      "type": "Identifier",
                                      "start": 23790,
                                      "end": 23800,
                                      "loc": {
                                        "start": {
                                          "line": 712,
                                          "column": 64
                                        },
                                        "end": {
                                          "line": 712,
                                          "column": 74
                                        },
                                        "identifierName": "getRowKeys"
                                      },
                                      "name": "getRowKeys"
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 23801,
                                        "end": 23810,
                                        "loc": {
                                          "start": {
                                            "line": 712,
                                            "column": 75
                                          },
                                          "end": {
                                            "line": 712,
                                            "column": 84
                                          },
                                          "identifierName": "datatable"
                                        },
                                        "name": "datatable"
                                      }
                                    ]
                                  }
                                }
                              }
                            ],
                            "kind": "var"
                          },
                          {
                            "type": "ReturnStatement",
                            "start": 23820,
                            "end": 23858,
                            "loc": {
                              "start": {
                                "line": 714,
                                "column": 6
                              },
                              "end": {
                                "line": 714,
                                "column": 44
                              }
                            },
                            "argument": {
                              "type": "CallExpression",
                              "start": 23827,
                              "end": 23857,
                              "loc": {
                                "start": {
                                  "line": 714,
                                  "column": 13
                                },
                                "end": {
                                  "line": 714,
                                  "column": 43
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 23827,
                                "end": 23837,
                                "loc": {
                                  "start": {
                                    "line": 714,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 714,
                                    "column": 23
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 23827,
                                  "end": 23828,
                                  "loc": {
                                    "start": {
                                      "line": 714,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 714,
                                      "column": 14
                                    },
                                    "identifierName": "_"
                                  },
                                  "name": "_"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 23829,
                                  "end": 23837,
                                  "loc": {
                                    "start": {
                                      "line": 714,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 714,
                                      "column": 23
                                    },
                                    "identifierName": "includes"
                                  },
                                  "name": "includes"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 23838,
                                  "end": 23851,
                                  "loc": {
                                    "start": {
                                      "line": 714,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 714,
                                      "column": 37
                                    },
                                    "identifierName": "datatableKeys"
                                  },
                                  "name": "datatableKeys"
                                },
                                {
                                  "type": "Identifier",
                                  "start": 23853,
                                  "end": 23856,
                                  "loc": {
                                    "start": {
                                      "line": 714,
                                      "column": 39
                                    },
                                    "end": {
                                      "line": 714,
                                      "column": 42
                                    },
                                    "identifierName": "key"
                                  },
                                  "name": "key"
                                }
                              ]
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": {
                        "type": "ReturnStatement",
                        "start": 23870,
                        "end": 23883,
                        "loc": {
                          "start": {
                            "line": 715,
                            "column": 11
                          },
                          "end": {
                            "line": 715,
                            "column": 24
                          }
                        },
                        "argument": {
                          "type": "BooleanLiteral",
                          "start": 23877,
                          "end": 23882,
                          "loc": {
                            "start": {
                              "line": 715,
                              "column": 18
                            },
                            "end": {
                              "line": 715,
                              "column": 23
                            }
                          },
                          "value": false
                        }
                      }
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 23891,
                "end": 24035,
                "loc": {
                  "start": {
                    "line": 718,
                    "column": 2
                  },
                  "end": {
                    "line": 721,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 23891,
                  "end": 23908,
                  "loc": {
                    "start": {
                      "line": 718,
                      "column": 2
                    },
                    "end": {
                      "line": 718,
                      "column": 19
                    },
                    "identifierName": "_getAssemblyTitle"
                  },
                  "name": "_getAssemblyTitle"
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 23909,
                    "end": 23919,
                    "loc": {
                      "start": {
                        "line": 718,
                        "column": 20
                      },
                      "end": {
                        "line": 718,
                        "column": 30
                      },
                      "identifierName": "assemblyId"
                    },
                    "name": "assemblyId"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 23921,
                  "end": 24035,
                  "loc": {
                    "start": {
                      "line": 718,
                      "column": 32
                    },
                    "end": {
                      "line": 721,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 23927,
                      "end": 23986,
                      "loc": {
                        "start": {
                          "line": 719,
                          "column": 4
                        },
                        "end": {
                          "line": 719,
                          "column": 63
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 23933,
                          "end": 23985,
                          "loc": {
                            "start": {
                              "line": 719,
                              "column": 10
                            },
                            "end": {
                              "line": 719,
                              "column": 62
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 23933,
                            "end": 23941,
                            "loc": {
                              "start": {
                                "line": 719,
                                "column": 10
                              },
                              "end": {
                                "line": 719,
                                "column": 18
                              },
                              "identifierName": "assembly"
                            },
                            "name": "assembly"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 23944,
                            "end": 23985,
                            "loc": {
                              "start": {
                                "line": 719,
                                "column": 21
                              },
                              "end": {
                                "line": 719,
                                "column": 62
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 23944,
                              "end": 23973,
                              "loc": {
                                "start": {
                                  "line": 719,
                                  "column": 21
                                },
                                "end": {
                                  "line": 719,
                                  "column": 50
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 23944,
                                "end": 23962,
                                "loc": {
                                  "start": {
                                    "line": 719,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 719,
                                    "column": 39
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 23944,
                                  "end": 23953,
                                  "loc": {
                                    "start": {
                                      "line": 719,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 719,
                                      "column": 30
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 23944,
                                    "end": 23948,
                                    "loc": {
                                      "start": {
                                        "line": 719,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 719,
                                        "column": 25
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 23949,
                                    "end": 23953,
                                    "loc": {
                                      "start": {
                                        "line": 719,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 719,
                                        "column": 30
                                      },
                                      "identifierName": "_bid"
                                    },
                                    "name": "_bid"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 23954,
                                  "end": 23962,
                                  "loc": {
                                    "start": {
                                      "line": 719,
                                      "column": 31
                                    },
                                    "end": {
                                      "line": 719,
                                      "column": 39
                                    },
                                    "identifierName": "entities"
                                  },
                                  "name": "entities"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 23963,
                                "end": 23973,
                                "loc": {
                                  "start": {
                                    "line": 719,
                                    "column": 40
                                  },
                                  "end": {
                                    "line": 719,
                                    "column": 50
                                  },
                                  "identifierName": "assemblies"
                                },
                                "name": "assemblies"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 23974,
                                "end": 23984,
                                "loc": {
                                  "start": {
                                    "line": 719,
                                    "column": 51
                                  },
                                  "end": {
                                    "line": 719,
                                    "column": 61
                                  },
                                  "identifierName": "assemblyId"
                                },
                                "name": "assemblyId"
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 23991,
                      "end": 24031,
                      "loc": {
                        "start": {
                          "line": 720,
                          "column": 4
                        },
                        "end": {
                          "line": 720,
                          "column": 44
                        }
                      },
                      "argument": {
                        "type": "ConditionalExpression",
                        "start": 23998,
                        "end": 24030,
                        "loc": {
                          "start": {
                            "line": 720,
                            "column": 11
                          },
                          "end": {
                            "line": 720,
                            "column": 43
                          }
                        },
                        "test": {
                          "type": "Identifier",
                          "start": 23998,
                          "end": 24006,
                          "loc": {
                            "start": {
                              "line": 720,
                              "column": 11
                            },
                            "end": {
                              "line": 720,
                              "column": 19
                            },
                            "identifierName": "assembly"
                          },
                          "name": "assembly"
                        },
                        "consequent": {
                          "type": "MemberExpression",
                          "start": 24009,
                          "end": 24023,
                          "loc": {
                            "start": {
                              "line": 720,
                              "column": 22
                            },
                            "end": {
                              "line": 720,
                              "column": 36
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 24009,
                            "end": 24017,
                            "loc": {
                              "start": {
                                "line": 720,
                                "column": 22
                              },
                              "end": {
                                "line": 720,
                                "column": 30
                              },
                              "identifierName": "assembly"
                            },
                            "name": "assembly"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 24018,
                            "end": 24023,
                            "loc": {
                              "start": {
                                "line": 720,
                                "column": 31
                              },
                              "end": {
                                "line": 720,
                                "column": 36
                              },
                              "identifierName": "title"
                            },
                            "name": "title"
                          },
                          "computed": false
                        },
                        "alternate": {
                          "type": "NullLiteral",
                          "start": 24026,
                          "end": 24030,
                          "loc": {
                            "start": {
                              "line": 720,
                              "column": 39
                            },
                            "end": {
                              "line": 720,
                              "column": 43
                            }
                          }
                        }
                      }
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 24039,
                "end": 24873,
                "loc": {
                  "start": {
                    "line": 723,
                    "column": 2
                  },
                  "end": {
                    "line": 742,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 24039,
                  "end": 24048,
                  "loc": {
                    "start": {
                      "line": 723,
                      "column": 2
                    },
                    "end": {
                      "line": 723,
                      "column": 11
                    },
                    "identifierName": "_logIssue"
                  },
                  "name": "_logIssue"
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 24049,
                    "end": 24053,
                    "loc": {
                      "start": {
                        "line": 723,
                        "column": 12
                      },
                      "end": {
                        "line": 723,
                        "column": 16
                      },
                      "identifierName": "type"
                    },
                    "name": "type"
                  },
                  {
                    "type": "Identifier",
                    "start": 24055,
                    "end": 24070,
                    "loc": {
                      "start": {
                        "line": 723,
                        "column": 18
                      },
                      "end": {
                        "line": 723,
                        "column": 33
                      },
                      "identifierName": "sourceBidEntity"
                    },
                    "name": "sourceBidEntity"
                  },
                  {
                    "type": "Identifier",
                    "start": 24072,
                    "end": 24090,
                    "loc": {
                      "start": {
                        "line": 723,
                        "column": 35
                      },
                      "end": {
                        "line": 723,
                        "column": 53
                      },
                      "identifierName": "dependencyContract"
                    },
                    "name": "dependencyContract"
                  },
                  {
                    "type": "Identifier",
                    "start": 24092,
                    "end": 24096,
                    "loc": {
                      "start": {
                        "line": 723,
                        "column": 55
                      },
                      "end": {
                        "line": 723,
                        "column": 59
                      },
                      "identifierName": "meta"
                    },
                    "name": "meta"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 24098,
                  "end": 24873,
                  "loc": {
                    "start": {
                      "line": 723,
                      "column": 61
                    },
                    "end": {
                      "line": 742,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 24104,
                      "end": 24869,
                      "loc": {
                        "start": {
                          "line": 724,
                          "column": 4
                        },
                        "end": {
                          "line": 741,
                          "column": 7
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 24104,
                        "end": 24868,
                        "loc": {
                          "start": {
                            "line": 724,
                            "column": 4
                          },
                          "end": {
                            "line": 741,
                            "column": 6
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 24104,
                          "end": 24126,
                          "loc": {
                            "start": {
                              "line": 724,
                              "column": 4
                            },
                            "end": {
                              "line": 724,
                              "column": 26
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 24104,
                            "end": 24121,
                            "loc": {
                              "start": {
                                "line": 724,
                                "column": 4
                              },
                              "end": {
                                "line": 724,
                                "column": 21
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 24104,
                              "end": 24108,
                              "loc": {
                                "start": {
                                  "line": 724,
                                  "column": 4
                                },
                                "end": {
                                  "line": 724,
                                  "column": 8
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 24109,
                              "end": 24121,
                              "loc": {
                                "start": {
                                  "line": 724,
                                  "column": 9
                                },
                                "end": {
                                  "line": 724,
                                  "column": 21
                                },
                                "identifierName": "_testResults"
                              },
                              "name": "_testResults"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 24122,
                            "end": 24126,
                            "loc": {
                              "start": {
                                "line": 724,
                                "column": 22
                              },
                              "end": {
                                "line": 724,
                                "column": 26
                              },
                              "identifierName": "push"
                            },
                            "name": "push"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ObjectExpression",
                            "start": 24127,
                            "end": 24867,
                            "loc": {
                              "start": {
                                "line": 724,
                                "column": 27
                              },
                              "end": {
                                "line": 741,
                                "column": 5
                              }
                            },
                            "properties": [
                              {
                                "type": "ObjectProperty",
                                "start": 24135,
                                "end": 24145,
                                "loc": {
                                  "start": {
                                    "line": 725,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 725,
                                    "column": 16
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 24135,
                                  "end": 24139,
                                  "loc": {
                                    "start": {
                                      "line": 725,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 725,
                                      "column": 10
                                    },
                                    "identifierName": "type"
                                  },
                                  "name": "type"
                                },
                                "value": {
                                  "type": "Identifier",
                                  "start": 24141,
                                  "end": 24145,
                                  "loc": {
                                    "start": {
                                      "line": 725,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 725,
                                      "column": 16
                                    },
                                    "identifierName": "type"
                                  },
                                  "name": "type"
                                }
                              },
                              {
                                "type": "ObjectProperty",
                                "start": 24153,
                                "end": 24197,
                                "loc": {
                                  "start": {
                                    "line": 726,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 726,
                                    "column": 50
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 24153,
                                  "end": 24175,
                                  "loc": {
                                    "start": {
                                      "line": 726,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 726,
                                      "column": 28
                                    },
                                    "identifierName": "source_bid_entity_type"
                                  },
                                  "name": "source_bid_entity_type"
                                },
                                "value": {
                                  "type": "MemberExpression",
                                  "start": 24177,
                                  "end": 24197,
                                  "loc": {
                                    "start": {
                                      "line": 726,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 726,
                                      "column": 50
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 24177,
                                    "end": 24192,
                                    "loc": {
                                      "start": {
                                        "line": 726,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 726,
                                        "column": 45
                                      },
                                      "identifierName": "sourceBidEntity"
                                    },
                                    "name": "sourceBidEntity"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 24193,
                                    "end": 24197,
                                    "loc": {
                                      "start": {
                                        "line": 726,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 726,
                                        "column": 50
                                      },
                                      "identifierName": "type"
                                    },
                                    "name": "type"
                                  },
                                  "computed": false
                                }
                              },
                              {
                                "type": "ObjectProperty",
                                "start": 24205,
                                "end": 24245,
                                "loc": {
                                  "start": {
                                    "line": 727,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 727,
                                    "column": 46
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 24205,
                                  "end": 24225,
                                  "loc": {
                                    "start": {
                                      "line": 727,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 727,
                                      "column": 26
                                    },
                                    "identifierName": "source_bid_entity_id"
                                  },
                                  "name": "source_bid_entity_id"
                                },
                                "value": {
                                  "type": "MemberExpression",
                                  "start": 24227,
                                  "end": 24245,
                                  "loc": {
                                    "start": {
                                      "line": 727,
                                      "column": 28
                                    },
                                    "end": {
                                      "line": 727,
                                      "column": 46
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 24227,
                                    "end": 24242,
                                    "loc": {
                                      "start": {
                                        "line": 727,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 727,
                                        "column": 43
                                      },
                                      "identifierName": "sourceBidEntity"
                                    },
                                    "name": "sourceBidEntity"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 24243,
                                    "end": 24245,
                                    "loc": {
                                      "start": {
                                        "line": 727,
                                        "column": 44
                                      },
                                      "end": {
                                        "line": 727,
                                        "column": 46
                                      },
                                      "identifierName": "id"
                                    },
                                    "name": "id"
                                  },
                                  "computed": false
                                }
                              },
                              {
                                "type": "ObjectProperty",
                                "start": 24253,
                                "end": 24299,
                                "loc": {
                                  "start": {
                                    "line": 728,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 728,
                                    "column": 52
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 24253,
                                  "end": 24276,
                                  "loc": {
                                    "start": {
                                      "line": 728,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 728,
                                      "column": 29
                                    },
                                    "identifierName": "source_bid_entity_title"
                                  },
                                  "name": "source_bid_entity_title"
                                },
                                "value": {
                                  "type": "MemberExpression",
                                  "start": 24278,
                                  "end": 24299,
                                  "loc": {
                                    "start": {
                                      "line": 728,
                                      "column": 31
                                    },
                                    "end": {
                                      "line": 728,
                                      "column": 52
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 24278,
                                    "end": 24293,
                                    "loc": {
                                      "start": {
                                        "line": 728,
                                        "column": 31
                                      },
                                      "end": {
                                        "line": 728,
                                        "column": 46
                                      },
                                      "identifierName": "sourceBidEntity"
                                    },
                                    "name": "sourceBidEntity"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 24294,
                                    "end": 24299,
                                    "loc": {
                                      "start": {
                                        "line": 728,
                                        "column": 47
                                      },
                                      "end": {
                                        "line": 728,
                                        "column": 52
                                      },
                                      "identifierName": "title"
                                    },
                                    "name": "title"
                                  },
                                  "computed": false
                                }
                              },
                              {
                                "type": "ObjectProperty",
                                "start": 24307,
                                "end": 24470,
                                "loc": {
                                  "start": {
                                    "line": 729,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 732,
                                    "column": 16
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 24307,
                                  "end": 24336,
                                  "loc": {
                                    "start": {
                                      "line": 729,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 729,
                                      "column": 35
                                    },
                                    "identifierName": "source_bid_entity_assembly_id"
                                  },
                                  "name": "source_bid_entity_assembly_id"
                                },
                                "value": {
                                  "type": "ConditionalExpression",
                                  "start": 24346,
                                  "end": 24470,
                                  "loc": {
                                    "start": {
                                      "line": 730,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 732,
                                      "column": 16
                                    }
                                  },
                                  "test": {
                                    "type": "LogicalExpression",
                                    "start": 24346,
                                    "end": 24406,
                                    "loc": {
                                      "start": {
                                        "line": 730,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 730,
                                        "column": 68
                                      }
                                    },
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 24346,
                                      "end": 24368,
                                      "loc": {
                                        "start": {
                                          "line": 730,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 730,
                                          "column": 30
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 24346,
                                        "end": 24361,
                                        "loc": {
                                          "start": {
                                            "line": 730,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 730,
                                            "column": 23
                                          },
                                          "identifierName": "sourceBidEntity"
                                        },
                                        "name": "sourceBidEntity"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 24362,
                                        "end": 24368,
                                        "loc": {
                                          "start": {
                                            "line": 730,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 730,
                                            "column": 30
                                          },
                                          "identifierName": "config"
                                        },
                                        "name": "config"
                                      },
                                      "computed": false
                                    },
                                    "operator": "&&",
                                    "right": {
                                      "type": "MemberExpression",
                                      "start": 24372,
                                      "end": 24406,
                                      "loc": {
                                        "start": {
                                          "line": 730,
                                          "column": 34
                                        },
                                        "end": {
                                          "line": 730,
                                          "column": 68
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 24372,
                                        "end": 24394,
                                        "loc": {
                                          "start": {
                                            "line": 730,
                                            "column": 34
                                          },
                                          "end": {
                                            "line": 730,
                                            "column": 56
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 24372,
                                          "end": 24387,
                                          "loc": {
                                            "start": {
                                              "line": 730,
                                              "column": 34
                                            },
                                            "end": {
                                              "line": 730,
                                              "column": 49
                                            },
                                            "identifierName": "sourceBidEntity"
                                          },
                                          "name": "sourceBidEntity"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 24388,
                                          "end": 24394,
                                          "loc": {
                                            "start": {
                                              "line": 730,
                                              "column": 50
                                            },
                                            "end": {
                                              "line": 730,
                                              "column": 56
                                            },
                                            "identifierName": "config"
                                          },
                                          "name": "config"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 24395,
                                        "end": 24406,
                                        "loc": {
                                          "start": {
                                            "line": 730,
                                            "column": 57
                                          },
                                          "end": {
                                            "line": 730,
                                            "column": 68
                                          },
                                          "identifierName": "assembly_id"
                                        },
                                        "name": "assembly_id"
                                      },
                                      "computed": false
                                    }
                                  },
                                  "consequent": {
                                    "type": "MemberExpression",
                                    "start": 24419,
                                    "end": 24453,
                                    "loc": {
                                      "start": {
                                        "line": 731,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 731,
                                        "column": 46
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 24419,
                                      "end": 24441,
                                      "loc": {
                                        "start": {
                                          "line": 731,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 731,
                                          "column": 34
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 24419,
                                        "end": 24434,
                                        "loc": {
                                          "start": {
                                            "line": 731,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 731,
                                            "column": 27
                                          },
                                          "identifierName": "sourceBidEntity"
                                        },
                                        "name": "sourceBidEntity"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 24435,
                                        "end": 24441,
                                        "loc": {
                                          "start": {
                                            "line": 731,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 731,
                                            "column": 34
                                          },
                                          "identifierName": "config"
                                        },
                                        "name": "config"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 24442,
                                      "end": 24453,
                                      "loc": {
                                        "start": {
                                          "line": 731,
                                          "column": 35
                                        },
                                        "end": {
                                          "line": 731,
                                          "column": 46
                                        },
                                        "identifierName": "assembly_id"
                                      },
                                      "name": "assembly_id"
                                    },
                                    "computed": false
                                  },
                                  "alternate": {
                                    "type": "NullLiteral",
                                    "start": 24466,
                                    "end": 24470,
                                    "loc": {
                                      "start": {
                                        "line": 732,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 732,
                                        "column": 16
                                      }
                                    }
                                  }
                                }
                              },
                              {
                                "type": "ObjectProperty",
                                "start": 24478,
                                "end": 24668,
                                "loc": {
                                  "start": {
                                    "line": 733,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 736,
                                    "column": 16
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 24478,
                                  "end": 24510,
                                  "loc": {
                                    "start": {
                                      "line": 733,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 733,
                                      "column": 38
                                    },
                                    "identifierName": "source_bid_entity_assembly_title"
                                  },
                                  "name": "source_bid_entity_assembly_title"
                                },
                                "value": {
                                  "type": "ConditionalExpression",
                                  "start": 24520,
                                  "end": 24668,
                                  "loc": {
                                    "start": {
                                      "line": 734,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 736,
                                      "column": 16
                                    }
                                  },
                                  "test": {
                                    "type": "LogicalExpression",
                                    "start": 24520,
                                    "end": 24580,
                                    "loc": {
                                      "start": {
                                        "line": 734,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 734,
                                        "column": 68
                                      }
                                    },
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 24520,
                                      "end": 24542,
                                      "loc": {
                                        "start": {
                                          "line": 734,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 734,
                                          "column": 30
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 24520,
                                        "end": 24535,
                                        "loc": {
                                          "start": {
                                            "line": 734,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 734,
                                            "column": 23
                                          },
                                          "identifierName": "sourceBidEntity"
                                        },
                                        "name": "sourceBidEntity"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 24536,
                                        "end": 24542,
                                        "loc": {
                                          "start": {
                                            "line": 734,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 734,
                                            "column": 30
                                          },
                                          "identifierName": "config"
                                        },
                                        "name": "config"
                                      },
                                      "computed": false
                                    },
                                    "operator": "&&",
                                    "right": {
                                      "type": "MemberExpression",
                                      "start": 24546,
                                      "end": 24580,
                                      "loc": {
                                        "start": {
                                          "line": 734,
                                          "column": 34
                                        },
                                        "end": {
                                          "line": 734,
                                          "column": 68
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 24546,
                                        "end": 24568,
                                        "loc": {
                                          "start": {
                                            "line": 734,
                                            "column": 34
                                          },
                                          "end": {
                                            "line": 734,
                                            "column": 56
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 24546,
                                          "end": 24561,
                                          "loc": {
                                            "start": {
                                              "line": 734,
                                              "column": 34
                                            },
                                            "end": {
                                              "line": 734,
                                              "column": 49
                                            },
                                            "identifierName": "sourceBidEntity"
                                          },
                                          "name": "sourceBidEntity"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 24562,
                                          "end": 24568,
                                          "loc": {
                                            "start": {
                                              "line": 734,
                                              "column": 50
                                            },
                                            "end": {
                                              "line": 734,
                                              "column": 56
                                            },
                                            "identifierName": "config"
                                          },
                                          "name": "config"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 24569,
                                        "end": 24580,
                                        "loc": {
                                          "start": {
                                            "line": 734,
                                            "column": 57
                                          },
                                          "end": {
                                            "line": 734,
                                            "column": 68
                                          },
                                          "identifierName": "assembly_id"
                                        },
                                        "name": "assembly_id"
                                      },
                                      "computed": false
                                    }
                                  },
                                  "consequent": {
                                    "type": "CallExpression",
                                    "start": 24593,
                                    "end": 24651,
                                    "loc": {
                                      "start": {
                                        "line": 735,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 735,
                                        "column": 70
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 24593,
                                      "end": 24615,
                                      "loc": {
                                        "start": {
                                          "line": 735,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 735,
                                          "column": 34
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 24593,
                                        "end": 24597,
                                        "loc": {
                                          "start": {
                                            "line": 735,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 735,
                                            "column": 16
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 24598,
                                        "end": 24615,
                                        "loc": {
                                          "start": {
                                            "line": 735,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 735,
                                            "column": 34
                                          },
                                          "identifierName": "_getAssemblyTitle"
                                        },
                                        "name": "_getAssemblyTitle"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "start": 24616,
                                        "end": 24650,
                                        "loc": {
                                          "start": {
                                            "line": 735,
                                            "column": 35
                                          },
                                          "end": {
                                            "line": 735,
                                            "column": 69
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 24616,
                                          "end": 24638,
                                          "loc": {
                                            "start": {
                                              "line": 735,
                                              "column": 35
                                            },
                                            "end": {
                                              "line": 735,
                                              "column": 57
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 24616,
                                            "end": 24631,
                                            "loc": {
                                              "start": {
                                                "line": 735,
                                                "column": 35
                                              },
                                              "end": {
                                                "line": 735,
                                                "column": 50
                                              },
                                              "identifierName": "sourceBidEntity"
                                            },
                                            "name": "sourceBidEntity"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 24632,
                                            "end": 24638,
                                            "loc": {
                                              "start": {
                                                "line": 735,
                                                "column": 51
                                              },
                                              "end": {
                                                "line": 735,
                                                "column": 57
                                              },
                                              "identifierName": "config"
                                            },
                                            "name": "config"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 24639,
                                          "end": 24650,
                                          "loc": {
                                            "start": {
                                              "line": 735,
                                              "column": 58
                                            },
                                            "end": {
                                              "line": 735,
                                              "column": 69
                                            },
                                            "identifierName": "assembly_id"
                                          },
                                          "name": "assembly_id"
                                        },
                                        "computed": false
                                      }
                                    ]
                                  },
                                  "alternate": {
                                    "type": "NullLiteral",
                                    "start": 24664,
                                    "end": 24668,
                                    "loc": {
                                      "start": {
                                        "line": 736,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 736,
                                        "column": 16
                                      }
                                    }
                                  }
                                }
                              },
                              {
                                "type": "ObjectProperty",
                                "start": 24677,
                                "end": 24745,
                                "loc": {
                                  "start": {
                                    "line": 738,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 738,
                                    "column": 74
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 24677,
                                  "end": 24692,
                                  "loc": {
                                    "start": {
                                      "line": 738,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 738,
                                      "column": 21
                                    },
                                    "identifierName": "dependency_type"
                                  },
                                  "name": "dependency_type"
                                },
                                "value": {
                                  "type": "ConditionalExpression",
                                  "start": 24694,
                                  "end": 24745,
                                  "loc": {
                                    "start": {
                                      "line": 738,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 738,
                                      "column": 74
                                    }
                                  },
                                  "test": {
                                    "type": "Identifier",
                                    "start": 24694,
                                    "end": 24712,
                                    "loc": {
                                      "start": {
                                        "line": 738,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 738,
                                        "column": 41
                                      },
                                      "identifierName": "dependencyContract"
                                    },
                                    "name": "dependencyContract"
                                  },
                                  "consequent": {
                                    "type": "MemberExpression",
                                    "start": 24715,
                                    "end": 24738,
                                    "loc": {
                                      "start": {
                                        "line": 738,
                                        "column": 44
                                      },
                                      "end": {
                                        "line": 738,
                                        "column": 67
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 24715,
                                      "end": 24733,
                                      "loc": {
                                        "start": {
                                          "line": 738,
                                          "column": 44
                                        },
                                        "end": {
                                          "line": 738,
                                          "column": 62
                                        },
                                        "identifierName": "dependencyContract"
                                      },
                                      "name": "dependencyContract"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 24734,
                                      "end": 24738,
                                      "loc": {
                                        "start": {
                                          "line": 738,
                                          "column": 63
                                        },
                                        "end": {
                                          "line": 738,
                                          "column": 67
                                        },
                                        "identifierName": "type"
                                      },
                                      "name": "type"
                                    },
                                    "computed": false
                                  },
                                  "alternate": {
                                    "type": "NullLiteral",
                                    "start": 24741,
                                    "end": 24745,
                                    "loc": {
                                      "start": {
                                        "line": 738,
                                        "column": 70
                                      },
                                      "end": {
                                        "line": 738,
                                        "column": 74
                                      }
                                    }
                                  }
                                }
                              },
                              {
                                "type": "ObjectProperty",
                                "start": 24753,
                                "end": 24828,
                                "loc": {
                                  "start": {
                                    "line": 739,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 739,
                                    "column": 81
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 24753,
                                  "end": 24766,
                                  "loc": {
                                    "start": {
                                      "line": 739,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 739,
                                      "column": 19
                                    },
                                    "identifierName": "dependency_id"
                                  },
                                  "name": "dependency_id"
                                },
                                "value": {
                                  "type": "ConditionalExpression",
                                  "start": 24768,
                                  "end": 24828,
                                  "loc": {
                                    "start": {
                                      "line": 739,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 739,
                                      "column": 81
                                    }
                                  },
                                  "test": {
                                    "type": "Identifier",
                                    "start": 24768,
                                    "end": 24786,
                                    "loc": {
                                      "start": {
                                        "line": 739,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 739,
                                        "column": 39
                                      },
                                      "identifierName": "dependencyContract"
                                    },
                                    "name": "dependencyContract"
                                  },
                                  "consequent": {
                                    "type": "MemberExpression",
                                    "start": 24789,
                                    "end": 24821,
                                    "loc": {
                                      "start": {
                                        "line": 739,
                                        "column": 42
                                      },
                                      "end": {
                                        "line": 739,
                                        "column": 74
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 24789,
                                      "end": 24807,
                                      "loc": {
                                        "start": {
                                          "line": 739,
                                          "column": 42
                                        },
                                        "end": {
                                          "line": 739,
                                          "column": 60
                                        },
                                        "identifierName": "dependencyContract"
                                      },
                                      "name": "dependencyContract"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 24808,
                                      "end": 24821,
                                      "loc": {
                                        "start": {
                                          "line": 739,
                                          "column": 61
                                        },
                                        "end": {
                                          "line": 739,
                                          "column": 74
                                        },
                                        "identifierName": "bid_entity_id"
                                      },
                                      "name": "bid_entity_id"
                                    },
                                    "computed": false
                                  },
                                  "alternate": {
                                    "type": "NullLiteral",
                                    "start": 24824,
                                    "end": 24828,
                                    "loc": {
                                      "start": {
                                        "line": 739,
                                        "column": 77
                                      },
                                      "end": {
                                        "line": 739,
                                        "column": 81
                                      }
                                    }
                                  }
                                }
                              },
                              {
                                "type": "ObjectProperty",
                                "start": 24836,
                                "end": 24860,
                                "loc": {
                                  "start": {
                                    "line": 740,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 740,
                                    "column": 30
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 24836,
                                  "end": 24840,
                                  "loc": {
                                    "start": {
                                      "line": 740,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 740,
                                      "column": 10
                                    },
                                    "identifierName": "meta"
                                  },
                                  "name": "meta"
                                },
                                "value": {
                                  "type": "ConditionalExpression",
                                  "start": 24842,
                                  "end": 24860,
                                  "loc": {
                                    "start": {
                                      "line": 740,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 740,
                                      "column": 30
                                    }
                                  },
                                  "test": {
                                    "type": "Identifier",
                                    "start": 24842,
                                    "end": 24846,
                                    "loc": {
                                      "start": {
                                        "line": 740,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 740,
                                        "column": 16
                                      },
                                      "identifierName": "meta"
                                    },
                                    "name": "meta"
                                  },
                                  "consequent": {
                                    "type": "Identifier",
                                    "start": 24849,
                                    "end": 24853,
                                    "loc": {
                                      "start": {
                                        "line": 740,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 740,
                                        "column": 23
                                      },
                                      "identifierName": "meta"
                                    },
                                    "name": "meta"
                                  },
                                  "alternate": {
                                    "type": "NullLiteral",
                                    "start": 24856,
                                    "end": 24860,
                                    "loc": {
                                      "start": {
                                        "line": 740,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 740,
                                        "column": 30
                                      }
                                    }
                                  }
                                }
                              }
                            ]
                          }
                        ]
                      }
                    }
                  ],
                  "directives": []
                }
              }
            ]
          },
          "leadingComments": [
            {
              "type": "CommentBlock",
              "value": "*\n * Validates a bid structure and dependencies.\n *\n * @class BidValidator\n ",
              "start": 68,
              "end": 148,
              "loc": {
                "start": {
                  "line": 4,
                  "column": 0
                },
                "end": {
                  "line": 8,
                  "column": 3
                }
              }
            }
          ],
          "trailingComments": []
        },
        "leadingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * Validates a bid structure and dependencies.\n *\n * @class BidValidator\n ",
            "start": 68,
            "end": 148,
            "loc": {
              "start": {
                "line": 4,
                "column": 0
              },
              "end": {
                "line": 8,
                "column": 3
              }
            }
          }
        ]
      }
    ],
    "directives": []
  },
  "comments": [
    {
      "type": "CommentBlock",
      "value": "*\n * Validates a bid structure and dependencies.\n *\n * @class BidValidator\n ",
      "start": 68,
      "end": 148,
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 8,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Creates an instance of BidValidator.\n   ",
      "start": 187,
      "end": 238,
      "loc": {
        "start": {
          "line": 10,
          "column": 2
        },
        "end": {
          "line": 12,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Validates a bid return an array of issues, if any exists.\n   *\n   * @param {Bid} bid\n   * @returns {object[]} Returns an array of validation errors.\n   ",
      "start": 314,
      "end": 477,
      "loc": {
        "start": {
          "line": 18,
          "column": 2
        },
        "end": {
          "line": 23,
          "column": 5
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "First test to ensure metric manipultion has a valid assembly.",
      "start": 8354,
      "end": 8417,
      "loc": {
        "start": {
          "line": 263,
          "column": 6
        },
        "end": {
          "line": 263,
          "column": 69
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "Test metric manipulation dependencies.",
      "start": 8803,
      "end": 8843,
      "loc": {
        "start": {
          "line": 275,
          "column": 6
        },
        "end": {
          "line": 275,
          "column": 46
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "Due to upgrading to multi reference scalars, the original scalar is simply x.",
      "start": 12273,
      "end": 12352,
      "loc": {
        "start": {
          "line": 385,
          "column": 4
        },
        "end": {
          "line": 385,
          "column": 83
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " test each workup item has valid reference datatable column",
      "start": 13421,
      "end": 13482,
      "loc": {
        "start": {
          "line": 410,
          "column": 6
        },
        "end": {
          "line": 410,
          "column": 67
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Test Line Items are not used more than once within a Component Group\n   ",
      "start": 14525,
      "end": 14608,
      "loc": {
        "start": {
          "line": 443,
          "column": 2
        },
        "end": {
          "line": 445,
          "column": 5
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " initialize cg prop",
      "start": 14815,
      "end": 14836,
      "loc": {
        "start": {
          "line": 452,
          "column": 6
        },
        "end": {
          "line": 452,
          "column": 27
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " a one-to-many map of LI IDs to Component IDs in which they are found",
      "start": 14921,
      "end": 14992,
      "loc": {
        "start": {
          "line": 455,
          "column": 6
        },
        "end": {
          "line": 455,
          "column": 77
        }
      }
    }
  ],
  "tokens": [
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 0,
      "end": 6,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 7,
      "end": 8,
      "loc": {
        "start": {
          "line": 1,
          "column": 7
        },
        "end": {
          "line": 1,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 9,
      "end": 13,
      "loc": {
        "start": {
          "line": 1,
          "column": 9
        },
        "end": {
          "line": 1,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "lodash",
      "start": 14,
      "end": 22,
      "loc": {
        "start": {
          "line": 1,
          "column": 14
        },
        "end": {
          "line": 1,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22,
      "end": 23,
      "loc": {
        "start": {
          "line": 1,
          "column": 22
        },
        "end": {
          "line": 1,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 24,
      "end": 30,
      "loc": {
        "start": {
          "line": 2,
          "column": 0
        },
        "end": {
          "line": 2,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Helpers",
      "start": 31,
      "end": 38,
      "loc": {
        "start": {
          "line": 2,
          "column": 7
        },
        "end": {
          "line": 2,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 39,
      "end": 43,
      "loc": {
        "start": {
          "line": 2,
          "column": 15
        },
        "end": {
          "line": 2,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "../../utils/Helpers",
      "start": 44,
      "end": 65,
      "loc": {
        "start": {
          "line": 2,
          "column": 20
        },
        "end": {
          "line": 2,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 65,
      "end": 66,
      "loc": {
        "start": {
          "line": 2,
          "column": 41
        },
        "end": {
          "line": 2,
          "column": 42
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * Validates a bid structure and dependencies.\n *\n * @class BidValidator\n ",
      "start": 68,
      "end": 148,
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 8,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "export",
        "keyword": "export",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "export",
      "start": 149,
      "end": 155,
      "loc": {
        "start": {
          "line": 9,
          "column": 0
        },
        "end": {
          "line": 9,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "default",
        "keyword": "default",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "default",
      "start": 156,
      "end": 163,
      "loc": {
        "start": {
          "line": 9,
          "column": 7
        },
        "end": {
          "line": 9,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "class",
        "keyword": "class",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "class",
      "start": 164,
      "end": 169,
      "loc": {
        "start": {
          "line": 9,
          "column": 15
        },
        "end": {
          "line": 9,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "BidValidator",
      "start": 170,
      "end": 182,
      "loc": {
        "start": {
          "line": 9,
          "column": 21
        },
        "end": {
          "line": 9,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 183,
      "end": 184,
      "loc": {
        "start": {
          "line": 9,
          "column": 34
        },
        "end": {
          "line": 9,
          "column": 35
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Creates an instance of BidValidator.\n   ",
      "start": 187,
      "end": 238,
      "loc": {
        "start": {
          "line": 10,
          "column": 2
        },
        "end": {
          "line": 12,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "constructor",
      "start": 241,
      "end": 252,
      "loc": {
        "start": {
          "line": 13,
          "column": 2
        },
        "end": {
          "line": 13,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 252,
      "end": 253,
      "loc": {
        "start": {
          "line": 13,
          "column": 13
        },
        "end": {
          "line": 13,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 253,
      "end": 254,
      "loc": {
        "start": {
          "line": 13,
          "column": 14
        },
        "end": {
          "line": 13,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 255,
      "end": 256,
      "loc": {
        "start": {
          "line": 13,
          "column": 16
        },
        "end": {
          "line": 13,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 261,
      "end": 265,
      "loc": {
        "start": {
          "line": 14,
          "column": 4
        },
        "end": {
          "line": 14,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 265,
      "end": 266,
      "loc": {
        "start": {
          "line": 14,
          "column": 8
        },
        "end": {
          "line": 14,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_bid",
      "start": 266,
      "end": 270,
      "loc": {
        "start": {
          "line": 14,
          "column": 9
        },
        "end": {
          "line": 14,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 271,
      "end": 272,
      "loc": {
        "start": {
          "line": 14,
          "column": 14
        },
        "end": {
          "line": 14,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 273,
      "end": 277,
      "loc": {
        "start": {
          "line": 14,
          "column": 16
        },
        "end": {
          "line": 14,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 277,
      "end": 278,
      "loc": {
        "start": {
          "line": 14,
          "column": 20
        },
        "end": {
          "line": 14,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 283,
      "end": 287,
      "loc": {
        "start": {
          "line": 15,
          "column": 4
        },
        "end": {
          "line": 15,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 287,
      "end": 288,
      "loc": {
        "start": {
          "line": 15,
          "column": 8
        },
        "end": {
          "line": 15,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_testResults",
      "start": 288,
      "end": 300,
      "loc": {
        "start": {
          "line": 15,
          "column": 9
        },
        "end": {
          "line": 15,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 301,
      "end": 302,
      "loc": {
        "start": {
          "line": 15,
          "column": 22
        },
        "end": {
          "line": 15,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 303,
      "end": 304,
      "loc": {
        "start": {
          "line": 15,
          "column": 24
        },
        "end": {
          "line": 15,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 304,
      "end": 305,
      "loc": {
        "start": {
          "line": 15,
          "column": 25
        },
        "end": {
          "line": 15,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 305,
      "end": 306,
      "loc": {
        "start": {
          "line": 15,
          "column": 26
        },
        "end": {
          "line": 15,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 309,
      "end": 310,
      "loc": {
        "start": {
          "line": 16,
          "column": 2
        },
        "end": {
          "line": 16,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Validates a bid return an array of issues, if any exists.\n   *\n   * @param {Bid} bid\n   * @returns {object[]} Returns an array of validation errors.\n   ",
      "start": 314,
      "end": 477,
      "loc": {
        "start": {
          "line": 18,
          "column": 2
        },
        "end": {
          "line": 23,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "validate",
      "start": 480,
      "end": 488,
      "loc": {
        "start": {
          "line": 24,
          "column": 2
        },
        "end": {
          "line": 24,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 488,
      "end": 489,
      "loc": {
        "start": {
          "line": 24,
          "column": 10
        },
        "end": {
          "line": 24,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bid",
      "start": 489,
      "end": 492,
      "loc": {
        "start": {
          "line": 24,
          "column": 11
        },
        "end": {
          "line": 24,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 492,
      "end": 493,
      "loc": {
        "start": {
          "line": 24,
          "column": 14
        },
        "end": {
          "line": 24,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 494,
      "end": 495,
      "loc": {
        "start": {
          "line": 24,
          "column": 16
        },
        "end": {
          "line": 24,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 500,
      "end": 504,
      "loc": {
        "start": {
          "line": 25,
          "column": 4
        },
        "end": {
          "line": 25,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 504,
      "end": 505,
      "loc": {
        "start": {
          "line": 25,
          "column": 8
        },
        "end": {
          "line": 25,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_bid",
      "start": 505,
      "end": 509,
      "loc": {
        "start": {
          "line": 25,
          "column": 9
        },
        "end": {
          "line": 25,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 510,
      "end": 511,
      "loc": {
        "start": {
          "line": 25,
          "column": 14
        },
        "end": {
          "line": 25,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bid",
      "start": 512,
      "end": 515,
      "loc": {
        "start": {
          "line": 25,
          "column": 16
        },
        "end": {
          "line": 25,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 515,
      "end": 516,
      "loc": {
        "start": {
          "line": 25,
          "column": 19
        },
        "end": {
          "line": 25,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 521,
      "end": 525,
      "loc": {
        "start": {
          "line": 26,
          "column": 4
        },
        "end": {
          "line": 26,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 525,
      "end": 526,
      "loc": {
        "start": {
          "line": 26,
          "column": 8
        },
        "end": {
          "line": 26,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_testResults",
      "start": 526,
      "end": 538,
      "loc": {
        "start": {
          "line": 26,
          "column": 9
        },
        "end": {
          "line": 26,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 539,
      "end": 540,
      "loc": {
        "start": {
          "line": 26,
          "column": 22
        },
        "end": {
          "line": 26,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 541,
      "end": 542,
      "loc": {
        "start": {
          "line": 26,
          "column": 24
        },
        "end": {
          "line": 26,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 542,
      "end": 543,
      "loc": {
        "start": {
          "line": 26,
          "column": 25
        },
        "end": {
          "line": 26,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 543,
      "end": 544,
      "loc": {
        "start": {
          "line": 26,
          "column": 26
        },
        "end": {
          "line": 26,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "try",
        "keyword": "try",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "try",
      "start": 549,
      "end": 552,
      "loc": {
        "start": {
          "line": 27,
          "column": 4
        },
        "end": {
          "line": 27,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 553,
      "end": 554,
      "loc": {
        "start": {
          "line": 27,
          "column": 8
        },
        "end": {
          "line": 27,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 561,
      "end": 563,
      "loc": {
        "start": {
          "line": 28,
          "column": 6
        },
        "end": {
          "line": 28,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 564,
      "end": 565,
      "loc": {
        "start": {
          "line": 28,
          "column": 9
        },
        "end": {
          "line": 28,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 565,
      "end": 566,
      "loc": {
        "start": {
          "line": 28,
          "column": 10
        },
        "end": {
          "line": 28,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bid",
      "start": 566,
      "end": 569,
      "loc": {
        "start": {
          "line": 28,
          "column": 11
        },
        "end": {
          "line": 28,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 569,
      "end": 570,
      "loc": {
        "start": {
          "line": 28,
          "column": 14
        },
        "end": {
          "line": 28,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isShell",
      "start": 570,
      "end": 577,
      "loc": {
        "start": {
          "line": 28,
          "column": 15
        },
        "end": {
          "line": 28,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 577,
      "end": 578,
      "loc": {
        "start": {
          "line": 28,
          "column": 22
        },
        "end": {
          "line": 28,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 578,
      "end": 579,
      "loc": {
        "start": {
          "line": 28,
          "column": 23
        },
        "end": {
          "line": 28,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 579,
      "end": 580,
      "loc": {
        "start": {
          "line": 28,
          "column": 24
        },
        "end": {
          "line": 28,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 581,
      "end": 585,
      "loc": {
        "start": {
          "line": 28,
          "column": 26
        },
        "end": {
          "line": 28,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 585,
      "end": 586,
      "loc": {
        "start": {
          "line": 28,
          "column": 30
        },
        "end": {
          "line": 28,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_testAll",
      "start": 586,
      "end": 594,
      "loc": {
        "start": {
          "line": 28,
          "column": 31
        },
        "end": {
          "line": 28,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 594,
      "end": 595,
      "loc": {
        "start": {
          "line": 28,
          "column": 39
        },
        "end": {
          "line": 28,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 595,
      "end": 596,
      "loc": {
        "start": {
          "line": 28,
          "column": 40
        },
        "end": {
          "line": 28,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 596,
      "end": 597,
      "loc": {
        "start": {
          "line": 28,
          "column": 41
        },
        "end": {
          "line": 28,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 602,
      "end": 603,
      "loc": {
        "start": {
          "line": 29,
          "column": 4
        },
        "end": {
          "line": 29,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "catch",
        "keyword": "catch",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "catch",
      "start": 604,
      "end": 609,
      "loc": {
        "start": {
          "line": 29,
          "column": 6
        },
        "end": {
          "line": 29,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 610,
      "end": 611,
      "loc": {
        "start": {
          "line": 29,
          "column": 12
        },
        "end": {
          "line": 29,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "err",
      "start": 611,
      "end": 614,
      "loc": {
        "start": {
          "line": 29,
          "column": 13
        },
        "end": {
          "line": 29,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 614,
      "end": 615,
      "loc": {
        "start": {
          "line": 29,
          "column": 16
        },
        "end": {
          "line": 29,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 616,
      "end": 617,
      "loc": {
        "start": {
          "line": 29,
          "column": 18
        },
        "end": {
          "line": 29,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "console",
      "start": 624,
      "end": 631,
      "loc": {
        "start": {
          "line": 30,
          "column": 6
        },
        "end": {
          "line": 30,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 631,
      "end": 632,
      "loc": {
        "start": {
          "line": 30,
          "column": 13
        },
        "end": {
          "line": 30,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "log",
      "start": 632,
      "end": 635,
      "loc": {
        "start": {
          "line": 30,
          "column": 14
        },
        "end": {
          "line": 30,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 635,
      "end": 636,
      "loc": {
        "start": {
          "line": 30,
          "column": 17
        },
        "end": {
          "line": 30,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "err",
      "start": 636,
      "end": 639,
      "loc": {
        "start": {
          "line": 30,
          "column": 18
        },
        "end": {
          "line": 30,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 639,
      "end": 640,
      "loc": {
        "start": {
          "line": 30,
          "column": 21
        },
        "end": {
          "line": 30,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 640,
      "end": 641,
      "loc": {
        "start": {
          "line": 30,
          "column": 22
        },
        "end": {
          "line": 30,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 646,
      "end": 647,
      "loc": {
        "start": {
          "line": 31,
          "column": 4
        },
        "end": {
          "line": 31,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 653,
      "end": 659,
      "loc": {
        "start": {
          "line": 33,
          "column": 4
        },
        "end": {
          "line": 33,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 660,
      "end": 664,
      "loc": {
        "start": {
          "line": 33,
          "column": 11
        },
        "end": {
          "line": 33,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 664,
      "end": 665,
      "loc": {
        "start": {
          "line": 33,
          "column": 15
        },
        "end": {
          "line": 33,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_testResults",
      "start": 665,
      "end": 677,
      "loc": {
        "start": {
          "line": 33,
          "column": 16
        },
        "end": {
          "line": 33,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 677,
      "end": 678,
      "loc": {
        "start": {
          "line": 33,
          "column": 28
        },
        "end": {
          "line": 33,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 681,
      "end": 682,
      "loc": {
        "start": {
          "line": 34,
          "column": 2
        },
        "end": {
          "line": 34,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_baseEntityTest",
      "start": 686,
      "end": 701,
      "loc": {
        "start": {
          "line": 36,
          "column": 2
        },
        "end": {
          "line": 36,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 701,
      "end": 702,
      "loc": {
        "start": {
          "line": 36,
          "column": 17
        },
        "end": {
          "line": 36,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bidEntity",
      "start": 702,
      "end": 711,
      "loc": {
        "start": {
          "line": 36,
          "column": 18
        },
        "end": {
          "line": 36,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 711,
      "end": 712,
      "loc": {
        "start": {
          "line": 36,
          "column": 27
        },
        "end": {
          "line": 36,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 713,
      "end": 714,
      "loc": {
        "start": {
          "line": 36,
          "column": 29
        },
        "end": {
          "line": 36,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 719,
      "end": 721,
      "loc": {
        "start": {
          "line": 37,
          "column": 4
        },
        "end": {
          "line": 37,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 722,
      "end": 723,
      "loc": {
        "start": {
          "line": 37,
          "column": 7
        },
        "end": {
          "line": 37,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 723,
      "end": 724,
      "loc": {
        "start": {
          "line": 37,
          "column": 8
        },
        "end": {
          "line": 37,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 724,
      "end": 725,
      "loc": {
        "start": {
          "line": 37,
          "column": 9
        },
        "end": {
          "line": 37,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 725,
      "end": 726,
      "loc": {
        "start": {
          "line": 37,
          "column": 10
        },
        "end": {
          "line": 37,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isUndefined",
      "start": 726,
      "end": 737,
      "loc": {
        "start": {
          "line": 37,
          "column": 11
        },
        "end": {
          "line": 37,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 737,
      "end": 738,
      "loc": {
        "start": {
          "line": 37,
          "column": 22
        },
        "end": {
          "line": 37,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bidEntity",
      "start": 738,
      "end": 747,
      "loc": {
        "start": {
          "line": 37,
          "column": 23
        },
        "end": {
          "line": 37,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 747,
      "end": 748,
      "loc": {
        "start": {
          "line": 37,
          "column": 32
        },
        "end": {
          "line": 37,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 748,
      "end": 754,
      "loc": {
        "start": {
          "line": 37,
          "column": 33
        },
        "end": {
          "line": 37,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 754,
      "end": 755,
      "loc": {
        "start": {
          "line": 37,
          "column": 39
        },
        "end": {
          "line": 37,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencies",
      "start": 755,
      "end": 767,
      "loc": {
        "start": {
          "line": 37,
          "column": 40
        },
        "end": {
          "line": 37,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 767,
      "end": 768,
      "loc": {
        "start": {
          "line": 37,
          "column": 52
        },
        "end": {
          "line": 37,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 768,
      "end": 769,
      "loc": {
        "start": {
          "line": 37,
          "column": 53
        },
        "end": {
          "line": 37,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 770,
      "end": 771,
      "loc": {
        "start": {
          "line": 37,
          "column": 55
        },
        "end": {
          "line": 37,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 778,
      "end": 779,
      "loc": {
        "start": {
          "line": 38,
          "column": 6
        },
        "end": {
          "line": 38,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 779,
      "end": 780,
      "loc": {
        "start": {
          "line": 38,
          "column": 7
        },
        "end": {
          "line": 38,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "each",
      "start": 780,
      "end": 784,
      "loc": {
        "start": {
          "line": 38,
          "column": 8
        },
        "end": {
          "line": 38,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 784,
      "end": 785,
      "loc": {
        "start": {
          "line": 38,
          "column": 12
        },
        "end": {
          "line": 38,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bidEntity",
      "start": 785,
      "end": 794,
      "loc": {
        "start": {
          "line": 38,
          "column": 13
        },
        "end": {
          "line": 38,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 794,
      "end": 795,
      "loc": {
        "start": {
          "line": 38,
          "column": 22
        },
        "end": {
          "line": 38,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 795,
      "end": 801,
      "loc": {
        "start": {
          "line": 38,
          "column": 23
        },
        "end": {
          "line": 38,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 801,
      "end": 802,
      "loc": {
        "start": {
          "line": 38,
          "column": 29
        },
        "end": {
          "line": 38,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencies",
      "start": 802,
      "end": 814,
      "loc": {
        "start": {
          "line": 38,
          "column": 30
        },
        "end": {
          "line": 38,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 814,
      "end": 815,
      "loc": {
        "start": {
          "line": 38,
          "column": 42
        },
        "end": {
          "line": 38,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 816,
      "end": 817,
      "loc": {
        "start": {
          "line": 38,
          "column": 44
        },
        "end": {
          "line": 38,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyContract",
      "start": 817,
      "end": 835,
      "loc": {
        "start": {
          "line": 38,
          "column": 45
        },
        "end": {
          "line": 38,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 835,
      "end": 836,
      "loc": {
        "start": {
          "line": 38,
          "column": 63
        },
        "end": {
          "line": 38,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 837,
      "end": 840,
      "loc": {
        "start": {
          "line": 38,
          "column": 65
        },
        "end": {
          "line": 38,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 840,
      "end": 841,
      "loc": {
        "start": {
          "line": 38,
          "column": 68
        },
        "end": {
          "line": 38,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 842,
      "end": 844,
      "loc": {
        "start": {
          "line": 38,
          "column": 70
        },
        "end": {
          "line": 38,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 845,
      "end": 846,
      "loc": {
        "start": {
          "line": 38,
          "column": 73
        },
        "end": {
          "line": 38,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 855,
      "end": 857,
      "loc": {
        "start": {
          "line": 39,
          "column": 8
        },
        "end": {
          "line": 39,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 858,
      "end": 859,
      "loc": {
        "start": {
          "line": 39,
          "column": 11
        },
        "end": {
          "line": 39,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 859,
      "end": 860,
      "loc": {
        "start": {
          "line": 39,
          "column": 12
        },
        "end": {
          "line": 39,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 860,
      "end": 861,
      "loc": {
        "start": {
          "line": 39,
          "column": 13
        },
        "end": {
          "line": 39,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 861,
      "end": 862,
      "loc": {
        "start": {
          "line": 39,
          "column": 14
        },
        "end": {
          "line": 39,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isEmpty",
      "start": 862,
      "end": 869,
      "loc": {
        "start": {
          "line": 39,
          "column": 15
        },
        "end": {
          "line": 39,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 869,
      "end": 870,
      "loc": {
        "start": {
          "line": 39,
          "column": 22
        },
        "end": {
          "line": 39,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyContract",
      "start": 870,
      "end": 888,
      "loc": {
        "start": {
          "line": 39,
          "column": 23
        },
        "end": {
          "line": 39,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 888,
      "end": 889,
      "loc": {
        "start": {
          "line": 39,
          "column": 41
        },
        "end": {
          "line": 39,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 890,
      "end": 892,
      "loc": {
        "start": {
          "line": 39,
          "column": 43
        },
        "end": {
          "line": 39,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 893,
      "end": 894,
      "loc": {
        "start": {
          "line": 39,
          "column": 46
        },
        "end": {
          "line": 39,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 894,
      "end": 895,
      "loc": {
        "start": {
          "line": 39,
          "column": 47
        },
        "end": {
          "line": 39,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 895,
      "end": 896,
      "loc": {
        "start": {
          "line": 39,
          "column": 48
        },
        "end": {
          "line": 39,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isNull",
      "start": 896,
      "end": 902,
      "loc": {
        "start": {
          "line": 39,
          "column": 49
        },
        "end": {
          "line": 39,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 902,
      "end": 903,
      "loc": {
        "start": {
          "line": 39,
          "column": 55
        },
        "end": {
          "line": 39,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyContract",
      "start": 903,
      "end": 921,
      "loc": {
        "start": {
          "line": 39,
          "column": 56
        },
        "end": {
          "line": 39,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 921,
      "end": 922,
      "loc": {
        "start": {
          "line": 39,
          "column": 74
        },
        "end": {
          "line": 39,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 922,
      "end": 926,
      "loc": {
        "start": {
          "line": 39,
          "column": 75
        },
        "end": {
          "line": 39,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 926,
      "end": 927,
      "loc": {
        "start": {
          "line": 39,
          "column": 79
        },
        "end": {
          "line": 39,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 927,
      "end": 928,
      "loc": {
        "start": {
          "line": 39,
          "column": 80
        },
        "end": {
          "line": 39,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 929,
      "end": 930,
      "loc": {
        "start": {
          "line": 39,
          "column": 82
        },
        "end": {
          "line": 39,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 941,
      "end": 945,
      "loc": {
        "start": {
          "line": 40,
          "column": 10
        },
        "end": {
          "line": 40,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 945,
      "end": 946,
      "loc": {
        "start": {
          "line": 40,
          "column": 14
        },
        "end": {
          "line": 40,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_testDependencyExistence",
      "start": 946,
      "end": 970,
      "loc": {
        "start": {
          "line": 40,
          "column": 15
        },
        "end": {
          "line": 40,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 970,
      "end": 971,
      "loc": {
        "start": {
          "line": 40,
          "column": 39
        },
        "end": {
          "line": 40,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bidEntity",
      "start": 971,
      "end": 980,
      "loc": {
        "start": {
          "line": 40,
          "column": 40
        },
        "end": {
          "line": 40,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 980,
      "end": 981,
      "loc": {
        "start": {
          "line": 40,
          "column": 49
        },
        "end": {
          "line": 40,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyContract",
      "start": 982,
      "end": 1000,
      "loc": {
        "start": {
          "line": 40,
          "column": 51
        },
        "end": {
          "line": 40,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1000,
      "end": 1001,
      "loc": {
        "start": {
          "line": 40,
          "column": 69
        },
        "end": {
          "line": 40,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 1002,
      "end": 1005,
      "loc": {
        "start": {
          "line": 40,
          "column": 71
        },
        "end": {
          "line": 40,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1005,
      "end": 1006,
      "loc": {
        "start": {
          "line": 40,
          "column": 74
        },
        "end": {
          "line": 40,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1006,
      "end": 1007,
      "loc": {
        "start": {
          "line": 40,
          "column": 75
        },
        "end": {
          "line": 40,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1018,
      "end": 1022,
      "loc": {
        "start": {
          "line": 41,
          "column": 10
        },
        "end": {
          "line": 41,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1022,
      "end": 1023,
      "loc": {
        "start": {
          "line": 41,
          "column": 14
        },
        "end": {
          "line": 41,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_testDatatableKey",
      "start": 1023,
      "end": 1040,
      "loc": {
        "start": {
          "line": 41,
          "column": 15
        },
        "end": {
          "line": 41,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1040,
      "end": 1041,
      "loc": {
        "start": {
          "line": 41,
          "column": 32
        },
        "end": {
          "line": 41,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bidEntity",
      "start": 1041,
      "end": 1050,
      "loc": {
        "start": {
          "line": 41,
          "column": 33
        },
        "end": {
          "line": 41,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1050,
      "end": 1051,
      "loc": {
        "start": {
          "line": 41,
          "column": 42
        },
        "end": {
          "line": 41,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyContract",
      "start": 1052,
      "end": 1070,
      "loc": {
        "start": {
          "line": 41,
          "column": 44
        },
        "end": {
          "line": 41,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1070,
      "end": 1071,
      "loc": {
        "start": {
          "line": 41,
          "column": 62
        },
        "end": {
          "line": 41,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 1072,
      "end": 1075,
      "loc": {
        "start": {
          "line": 41,
          "column": 64
        },
        "end": {
          "line": 41,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1075,
      "end": 1076,
      "loc": {
        "start": {
          "line": 41,
          "column": 67
        },
        "end": {
          "line": 41,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1076,
      "end": 1077,
      "loc": {
        "start": {
          "line": 41,
          "column": 68
        },
        "end": {
          "line": 41,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1088,
      "end": 1092,
      "loc": {
        "start": {
          "line": 42,
          "column": 10
        },
        "end": {
          "line": 42,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1092,
      "end": 1093,
      "loc": {
        "start": {
          "line": 42,
          "column": 14
        },
        "end": {
          "line": 42,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_testEmptyField",
      "start": 1093,
      "end": 1108,
      "loc": {
        "start": {
          "line": 42,
          "column": 15
        },
        "end": {
          "line": 42,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1108,
      "end": 1109,
      "loc": {
        "start": {
          "line": 42,
          "column": 30
        },
        "end": {
          "line": 42,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bidEntity",
      "start": 1109,
      "end": 1118,
      "loc": {
        "start": {
          "line": 42,
          "column": 31
        },
        "end": {
          "line": 42,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1118,
      "end": 1119,
      "loc": {
        "start": {
          "line": 42,
          "column": 40
        },
        "end": {
          "line": 42,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyContract",
      "start": 1120,
      "end": 1138,
      "loc": {
        "start": {
          "line": 42,
          "column": 42
        },
        "end": {
          "line": 42,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1138,
      "end": 1139,
      "loc": {
        "start": {
          "line": 42,
          "column": 60
        },
        "end": {
          "line": 42,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 1140,
      "end": 1143,
      "loc": {
        "start": {
          "line": 42,
          "column": 62
        },
        "end": {
          "line": 42,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1143,
      "end": 1144,
      "loc": {
        "start": {
          "line": 42,
          "column": 65
        },
        "end": {
          "line": 42,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1144,
      "end": 1145,
      "loc": {
        "start": {
          "line": 42,
          "column": 66
        },
        "end": {
          "line": 42,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1156,
      "end": 1160,
      "loc": {
        "start": {
          "line": 43,
          "column": 10
        },
        "end": {
          "line": 43,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1160,
      "end": 1161,
      "loc": {
        "start": {
          "line": 43,
          "column": 14
        },
        "end": {
          "line": 43,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_testLineItemDatatableLink",
      "start": 1161,
      "end": 1187,
      "loc": {
        "start": {
          "line": 43,
          "column": 15
        },
        "end": {
          "line": 43,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1187,
      "end": 1188,
      "loc": {
        "start": {
          "line": 43,
          "column": 41
        },
        "end": {
          "line": 43,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bidEntity",
      "start": 1188,
      "end": 1197,
      "loc": {
        "start": {
          "line": 43,
          "column": 42
        },
        "end": {
          "line": 43,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1197,
      "end": 1198,
      "loc": {
        "start": {
          "line": 43,
          "column": 51
        },
        "end": {
          "line": 43,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyContract",
      "start": 1199,
      "end": 1217,
      "loc": {
        "start": {
          "line": 43,
          "column": 53
        },
        "end": {
          "line": 43,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1217,
      "end": 1218,
      "loc": {
        "start": {
          "line": 43,
          "column": 71
        },
        "end": {
          "line": 43,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 1219,
      "end": 1222,
      "loc": {
        "start": {
          "line": 43,
          "column": 73
        },
        "end": {
          "line": 43,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1222,
      "end": 1223,
      "loc": {
        "start": {
          "line": 43,
          "column": 76
        },
        "end": {
          "line": 43,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1223,
      "end": 1224,
      "loc": {
        "start": {
          "line": 43,
          "column": 77
        },
        "end": {
          "line": 43,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1235,
      "end": 1239,
      "loc": {
        "start": {
          "line": 44,
          "column": 10
        },
        "end": {
          "line": 44,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1239,
      "end": 1240,
      "loc": {
        "start": {
          "line": 44,
          "column": 14
        },
        "end": {
          "line": 44,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_testDependencyAssemblySafeGuard",
      "start": 1240,
      "end": 1272,
      "loc": {
        "start": {
          "line": 44,
          "column": 15
        },
        "end": {
          "line": 44,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1272,
      "end": 1273,
      "loc": {
        "start": {
          "line": 44,
          "column": 47
        },
        "end": {
          "line": 44,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bidEntity",
      "start": 1273,
      "end": 1282,
      "loc": {
        "start": {
          "line": 44,
          "column": 48
        },
        "end": {
          "line": 44,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1282,
      "end": 1283,
      "loc": {
        "start": {
          "line": 44,
          "column": 57
        },
        "end": {
          "line": 44,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyContract",
      "start": 1284,
      "end": 1302,
      "loc": {
        "start": {
          "line": 44,
          "column": 59
        },
        "end": {
          "line": 44,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1302,
      "end": 1303,
      "loc": {
        "start": {
          "line": 44,
          "column": 77
        },
        "end": {
          "line": 44,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 1304,
      "end": 1307,
      "loc": {
        "start": {
          "line": 44,
          "column": 79
        },
        "end": {
          "line": 44,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1307,
      "end": 1308,
      "loc": {
        "start": {
          "line": 44,
          "column": 82
        },
        "end": {
          "line": 44,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1308,
      "end": 1309,
      "loc": {
        "start": {
          "line": 44,
          "column": 83
        },
        "end": {
          "line": 44,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1318,
      "end": 1319,
      "loc": {
        "start": {
          "line": 45,
          "column": 8
        },
        "end": {
          "line": 45,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1326,
      "end": 1327,
      "loc": {
        "start": {
          "line": 46,
          "column": 6
        },
        "end": {
          "line": 46,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1327,
      "end": 1328,
      "loc": {
        "start": {
          "line": 46,
          "column": 7
        },
        "end": {
          "line": 46,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1328,
      "end": 1329,
      "loc": {
        "start": {
          "line": 46,
          "column": 8
        },
        "end": {
          "line": 46,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1337,
      "end": 1341,
      "loc": {
        "start": {
          "line": 48,
          "column": 6
        },
        "end": {
          "line": 48,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1341,
      "end": 1342,
      "loc": {
        "start": {
          "line": 48,
          "column": 10
        },
        "end": {
          "line": 48,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_testAssemblyExistence",
      "start": 1342,
      "end": 1364,
      "loc": {
        "start": {
          "line": 48,
          "column": 11
        },
        "end": {
          "line": 48,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1364,
      "end": 1365,
      "loc": {
        "start": {
          "line": 48,
          "column": 33
        },
        "end": {
          "line": 48,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bidEntity",
      "start": 1365,
      "end": 1374,
      "loc": {
        "start": {
          "line": 48,
          "column": 34
        },
        "end": {
          "line": 48,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1374,
      "end": 1375,
      "loc": {
        "start": {
          "line": 48,
          "column": 43
        },
        "end": {
          "line": 48,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1375,
      "end": 1376,
      "loc": {
        "start": {
          "line": 48,
          "column": 44
        },
        "end": {
          "line": 48,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1381,
      "end": 1382,
      "loc": {
        "start": {
          "line": 49,
          "column": 4
        },
        "end": {
          "line": 49,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1385,
      "end": 1386,
      "loc": {
        "start": {
          "line": 50,
          "column": 2
        },
        "end": {
          "line": 50,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_runLineItemTests",
      "start": 1390,
      "end": 1407,
      "loc": {
        "start": {
          "line": 52,
          "column": 2
        },
        "end": {
          "line": 52,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1407,
      "end": 1408,
      "loc": {
        "start": {
          "line": 52,
          "column": 19
        },
        "end": {
          "line": 52,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1408,
      "end": 1409,
      "loc": {
        "start": {
          "line": 52,
          "column": 20
        },
        "end": {
          "line": 52,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1410,
      "end": 1411,
      "loc": {
        "start": {
          "line": 52,
          "column": 22
        },
        "end": {
          "line": 52,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 1416,
      "end": 1417,
      "loc": {
        "start": {
          "line": 53,
          "column": 4
        },
        "end": {
          "line": 53,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1417,
      "end": 1418,
      "loc": {
        "start": {
          "line": 53,
          "column": 5
        },
        "end": {
          "line": 53,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "each",
      "start": 1418,
      "end": 1422,
      "loc": {
        "start": {
          "line": 53,
          "column": 6
        },
        "end": {
          "line": 53,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1422,
      "end": 1423,
      "loc": {
        "start": {
          "line": 53,
          "column": 10
        },
        "end": {
          "line": 53,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1423,
      "end": 1427,
      "loc": {
        "start": {
          "line": 53,
          "column": 11
        },
        "end": {
          "line": 53,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1427,
      "end": 1428,
      "loc": {
        "start": {
          "line": 53,
          "column": 15
        },
        "end": {
          "line": 53,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_bid",
      "start": 1428,
      "end": 1432,
      "loc": {
        "start": {
          "line": 53,
          "column": 16
        },
        "end": {
          "line": 53,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1432,
      "end": 1433,
      "loc": {
        "start": {
          "line": 53,
          "column": 20
        },
        "end": {
          "line": 53,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entities",
      "start": 1433,
      "end": 1441,
      "loc": {
        "start": {
          "line": 53,
          "column": 21
        },
        "end": {
          "line": 53,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1441,
      "end": 1442,
      "loc": {
        "start": {
          "line": 53,
          "column": 29
        },
        "end": {
          "line": 53,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lineItems",
      "start": 1442,
      "end": 1451,
      "loc": {
        "start": {
          "line": 53,
          "column": 30
        },
        "end": {
          "line": 53,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1451,
      "end": 1452,
      "loc": {
        "start": {
          "line": 53,
          "column": 39
        },
        "end": {
          "line": 53,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1452,
      "end": 1453,
      "loc": {
        "start": {
          "line": 53,
          "column": 40
        },
        "end": {
          "line": 53,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1453,
      "end": 1454,
      "loc": {
        "start": {
          "line": 53,
          "column": 41
        },
        "end": {
          "line": 53,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lineItem",
      "start": 1455,
      "end": 1463,
      "loc": {
        "start": {
          "line": 53,
          "column": 43
        },
        "end": {
          "line": 53,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1464,
      "end": 1466,
      "loc": {
        "start": {
          "line": 53,
          "column": 52
        },
        "end": {
          "line": 53,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1467,
      "end": 1468,
      "loc": {
        "start": {
          "line": 53,
          "column": 55
        },
        "end": {
          "line": 53,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "try",
        "keyword": "try",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "try",
      "start": 1475,
      "end": 1478,
      "loc": {
        "start": {
          "line": 54,
          "column": 6
        },
        "end": {
          "line": 54,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1479,
      "end": 1480,
      "loc": {
        "start": {
          "line": 54,
          "column": 10
        },
        "end": {
          "line": 54,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1489,
      "end": 1493,
      "loc": {
        "start": {
          "line": 55,
          "column": 8
        },
        "end": {
          "line": 55,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1493,
      "end": 1494,
      "loc": {
        "start": {
          "line": 55,
          "column": 12
        },
        "end": {
          "line": 55,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_baseEntityTest",
      "start": 1494,
      "end": 1509,
      "loc": {
        "start": {
          "line": 55,
          "column": 13
        },
        "end": {
          "line": 55,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1509,
      "end": 1510,
      "loc": {
        "start": {
          "line": 55,
          "column": 28
        },
        "end": {
          "line": 55,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lineItem",
      "start": 1510,
      "end": 1518,
      "loc": {
        "start": {
          "line": 55,
          "column": 29
        },
        "end": {
          "line": 55,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1518,
      "end": 1519,
      "loc": {
        "start": {
          "line": 55,
          "column": 37
        },
        "end": {
          "line": 55,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1519,
      "end": 1520,
      "loc": {
        "start": {
          "line": 55,
          "column": 38
        },
        "end": {
          "line": 55,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1529,
      "end": 1533,
      "loc": {
        "start": {
          "line": 56,
          "column": 8
        },
        "end": {
          "line": 56,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1533,
      "end": 1534,
      "loc": {
        "start": {
          "line": 56,
          "column": 12
        },
        "end": {
          "line": 56,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_testLineItemScalarFormulaReferences",
      "start": 1534,
      "end": 1570,
      "loc": {
        "start": {
          "line": 56,
          "column": 13
        },
        "end": {
          "line": 56,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1570,
      "end": 1571,
      "loc": {
        "start": {
          "line": 56,
          "column": 49
        },
        "end": {
          "line": 56,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lineItem",
      "start": 1571,
      "end": 1579,
      "loc": {
        "start": {
          "line": 56,
          "column": 50
        },
        "end": {
          "line": 56,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1579,
      "end": 1580,
      "loc": {
        "start": {
          "line": 56,
          "column": 58
        },
        "end": {
          "line": 56,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1580,
      "end": 1581,
      "loc": {
        "start": {
          "line": 56,
          "column": 59
        },
        "end": {
          "line": 56,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1590,
      "end": 1594,
      "loc": {
        "start": {
          "line": 57,
          "column": 8
        },
        "end": {
          "line": 57,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1594,
      "end": 1595,
      "loc": {
        "start": {
          "line": 57,
          "column": 12
        },
        "end": {
          "line": 57,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_testLineItemWorkup",
      "start": 1595,
      "end": 1614,
      "loc": {
        "start": {
          "line": 57,
          "column": 13
        },
        "end": {
          "line": 57,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1614,
      "end": 1615,
      "loc": {
        "start": {
          "line": 57,
          "column": 32
        },
        "end": {
          "line": 57,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lineItem",
      "start": 1615,
      "end": 1623,
      "loc": {
        "start": {
          "line": 57,
          "column": 33
        },
        "end": {
          "line": 57,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1623,
      "end": 1624,
      "loc": {
        "start": {
          "line": 57,
          "column": 41
        },
        "end": {
          "line": 57,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1624,
      "end": 1625,
      "loc": {
        "start": {
          "line": 57,
          "column": 42
        },
        "end": {
          "line": 57,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 1634,
      "end": 1635,
      "loc": {
        "start": {
          "line": 58,
          "column": 8
        },
        "end": {
          "line": 58,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1635,
      "end": 1636,
      "loc": {
        "start": {
          "line": 58,
          "column": 9
        },
        "end": {
          "line": 58,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "each",
      "start": 1636,
      "end": 1640,
      "loc": {
        "start": {
          "line": 58,
          "column": 10
        },
        "end": {
          "line": 58,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1640,
      "end": 1641,
      "loc": {
        "start": {
          "line": 58,
          "column": 14
        },
        "end": {
          "line": 58,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lineItem",
      "start": 1641,
      "end": 1649,
      "loc": {
        "start": {
          "line": 58,
          "column": 15
        },
        "end": {
          "line": 58,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1649,
      "end": 1650,
      "loc": {
        "start": {
          "line": 58,
          "column": 23
        },
        "end": {
          "line": 58,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 1650,
      "end": 1656,
      "loc": {
        "start": {
          "line": 58,
          "column": 24
        },
        "end": {
          "line": 58,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1656,
      "end": 1657,
      "loc": {
        "start": {
          "line": 58,
          "column": 30
        },
        "end": {
          "line": 58,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rules",
      "start": 1657,
      "end": 1662,
      "loc": {
        "start": {
          "line": 58,
          "column": 31
        },
        "end": {
          "line": 58,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1662,
      "end": 1663,
      "loc": {
        "start": {
          "line": 58,
          "column": 36
        },
        "end": {
          "line": 58,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rule",
      "start": 1664,
      "end": 1668,
      "loc": {
        "start": {
          "line": 58,
          "column": 38
        },
        "end": {
          "line": 58,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1669,
      "end": 1671,
      "loc": {
        "start": {
          "line": 58,
          "column": 43
        },
        "end": {
          "line": 58,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1672,
      "end": 1673,
      "loc": {
        "start": {
          "line": 58,
          "column": 46
        },
        "end": {
          "line": 58,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1684,
      "end": 1688,
      "loc": {
        "start": {
          "line": 59,
          "column": 10
        },
        "end": {
          "line": 59,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1688,
      "end": 1689,
      "loc": {
        "start": {
          "line": 59,
          "column": 14
        },
        "end": {
          "line": 59,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_testLineItemRuleCompleteness",
      "start": 1689,
      "end": 1718,
      "loc": {
        "start": {
          "line": 59,
          "column": 15
        },
        "end": {
          "line": 59,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1718,
      "end": 1719,
      "loc": {
        "start": {
          "line": 59,
          "column": 44
        },
        "end": {
          "line": 59,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lineItem",
      "start": 1719,
      "end": 1727,
      "loc": {
        "start": {
          "line": 59,
          "column": 45
        },
        "end": {
          "line": 59,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1727,
      "end": 1728,
      "loc": {
        "start": {
          "line": 59,
          "column": 53
        },
        "end": {
          "line": 59,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rule",
      "start": 1729,
      "end": 1733,
      "loc": {
        "start": {
          "line": 59,
          "column": 55
        },
        "end": {
          "line": 59,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1733,
      "end": 1734,
      "loc": {
        "start": {
          "line": 59,
          "column": 59
        },
        "end": {
          "line": 59,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1734,
      "end": 1735,
      "loc": {
        "start": {
          "line": 59,
          "column": 60
        },
        "end": {
          "line": 59,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 1747,
      "end": 1749,
      "loc": {
        "start": {
          "line": 61,
          "column": 10
        },
        "end": {
          "line": 61,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1750,
      "end": 1751,
      "loc": {
        "start": {
          "line": 61,
          "column": 13
        },
        "end": {
          "line": 61,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rule",
      "start": 1751,
      "end": 1755,
      "loc": {
        "start": {
          "line": 61,
          "column": 14
        },
        "end": {
          "line": 61,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1755,
      "end": 1756,
      "loc": {
        "start": {
          "line": 61,
          "column": 18
        },
        "end": {
          "line": 61,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 1756,
      "end": 1760,
      "loc": {
        "start": {
          "line": 61,
          "column": 19
        },
        "end": {
          "line": 61,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 1761,
      "end": 1764,
      "loc": {
        "start": {
          "line": 61,
          "column": 24
        },
        "end": {
          "line": 61,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "value_expression",
      "start": 1765,
      "end": 1783,
      "loc": {
        "start": {
          "line": 61,
          "column": 28
        },
        "end": {
          "line": 61,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1783,
      "end": 1784,
      "loc": {
        "start": {
          "line": 61,
          "column": 46
        },
        "end": {
          "line": 61,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1785,
      "end": 1786,
      "loc": {
        "start": {
          "line": 61,
          "column": 48
        },
        "end": {
          "line": 61,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1799,
      "end": 1803,
      "loc": {
        "start": {
          "line": 62,
          "column": 12
        },
        "end": {
          "line": 62,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1803,
      "end": 1804,
      "loc": {
        "start": {
          "line": 62,
          "column": 16
        },
        "end": {
          "line": 62,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_testLineItemRuleFormula",
      "start": 1804,
      "end": 1828,
      "loc": {
        "start": {
          "line": 62,
          "column": 17
        },
        "end": {
          "line": 62,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1828,
      "end": 1829,
      "loc": {
        "start": {
          "line": 62,
          "column": 41
        },
        "end": {
          "line": 62,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lineItem",
      "start": 1829,
      "end": 1837,
      "loc": {
        "start": {
          "line": 62,
          "column": 42
        },
        "end": {
          "line": 62,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1837,
      "end": 1838,
      "loc": {
        "start": {
          "line": 62,
          "column": 50
        },
        "end": {
          "line": 62,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rule",
      "start": 1839,
      "end": 1843,
      "loc": {
        "start": {
          "line": 62,
          "column": 52
        },
        "end": {
          "line": 62,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1843,
      "end": 1844,
      "loc": {
        "start": {
          "line": 62,
          "column": 56
        },
        "end": {
          "line": 62,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1844,
      "end": 1845,
      "loc": {
        "start": {
          "line": 62,
          "column": 57
        },
        "end": {
          "line": 62,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1856,
      "end": 1857,
      "loc": {
        "start": {
          "line": 63,
          "column": 10
        },
        "end": {
          "line": 63,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 1868,
      "end": 1870,
      "loc": {
        "start": {
          "line": 64,
          "column": 10
        },
        "end": {
          "line": 64,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1871,
      "end": 1872,
      "loc": {
        "start": {
          "line": 64,
          "column": 13
        },
        "end": {
          "line": 64,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rule",
      "start": 1872,
      "end": 1876,
      "loc": {
        "start": {
          "line": 64,
          "column": 14
        },
        "end": {
          "line": 64,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1876,
      "end": 1877,
      "loc": {
        "start": {
          "line": 64,
          "column": 18
        },
        "end": {
          "line": 64,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 1877,
      "end": 1881,
      "loc": {
        "start": {
          "line": 64,
          "column": 19
        },
        "end": {
          "line": 64,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 1882,
      "end": 1885,
      "loc": {
        "start": {
          "line": 64,
          "column": 24
        },
        "end": {
          "line": 64,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "list_field",
      "start": 1886,
      "end": 1898,
      "loc": {
        "start": {
          "line": 64,
          "column": 28
        },
        "end": {
          "line": 64,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1898,
      "end": 1899,
      "loc": {
        "start": {
          "line": 64,
          "column": 40
        },
        "end": {
          "line": 64,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1900,
      "end": 1901,
      "loc": {
        "start": {
          "line": 64,
          "column": 42
        },
        "end": {
          "line": 64,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1914,
      "end": 1918,
      "loc": {
        "start": {
          "line": 65,
          "column": 12
        },
        "end": {
          "line": 65,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1918,
      "end": 1919,
      "loc": {
        "start": {
          "line": 65,
          "column": 16
        },
        "end": {
          "line": 65,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_testLineItemRuleListField",
      "start": 1919,
      "end": 1945,
      "loc": {
        "start": {
          "line": 65,
          "column": 17
        },
        "end": {
          "line": 65,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1945,
      "end": 1946,
      "loc": {
        "start": {
          "line": 65,
          "column": 43
        },
        "end": {
          "line": 65,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lineItem",
      "start": 1946,
      "end": 1954,
      "loc": {
        "start": {
          "line": 65,
          "column": 44
        },
        "end": {
          "line": 65,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1954,
      "end": 1955,
      "loc": {
        "start": {
          "line": 65,
          "column": 52
        },
        "end": {
          "line": 65,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rule",
      "start": 1956,
      "end": 1960,
      "loc": {
        "start": {
          "line": 65,
          "column": 54
        },
        "end": {
          "line": 65,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1960,
      "end": 1961,
      "loc": {
        "start": {
          "line": 65,
          "column": 58
        },
        "end": {
          "line": 65,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1961,
      "end": 1962,
      "loc": {
        "start": {
          "line": 65,
          "column": 59
        },
        "end": {
          "line": 65,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1973,
      "end": 1974,
      "loc": {
        "start": {
          "line": 66,
          "column": 10
        },
        "end": {
          "line": 66,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 1986,
      "end": 1988,
      "loc": {
        "start": {
          "line": 68,
          "column": 10
        },
        "end": {
          "line": 68,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1989,
      "end": 1990,
      "loc": {
        "start": {
          "line": 68,
          "column": 13
        },
        "end": {
          "line": 68,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 1990,
      "end": 1991,
      "loc": {
        "start": {
          "line": 68,
          "column": 14
        },
        "end": {
          "line": 68,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 1991,
      "end": 1992,
      "loc": {
        "start": {
          "line": 68,
          "column": 15
        },
        "end": {
          "line": 68,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1992,
      "end": 1993,
      "loc": {
        "start": {
          "line": 68,
          "column": 16
        },
        "end": {
          "line": 68,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isUndefined",
      "start": 1993,
      "end": 2004,
      "loc": {
        "start": {
          "line": 68,
          "column": 17
        },
        "end": {
          "line": 68,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2004,
      "end": 2005,
      "loc": {
        "start": {
          "line": 68,
          "column": 28
        },
        "end": {
          "line": 68,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rule",
      "start": 2005,
      "end": 2009,
      "loc": {
        "start": {
          "line": 68,
          "column": 29
        },
        "end": {
          "line": 68,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2009,
      "end": 2010,
      "loc": {
        "start": {
          "line": 68,
          "column": 33
        },
        "end": {
          "line": 68,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencies",
      "start": 2010,
      "end": 2022,
      "loc": {
        "start": {
          "line": 68,
          "column": 34
        },
        "end": {
          "line": 68,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2022,
      "end": 2023,
      "loc": {
        "start": {
          "line": 68,
          "column": 46
        },
        "end": {
          "line": 68,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2023,
      "end": 2024,
      "loc": {
        "start": {
          "line": 68,
          "column": 47
        },
        "end": {
          "line": 68,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2025,
      "end": 2026,
      "loc": {
        "start": {
          "line": 68,
          "column": 49
        },
        "end": {
          "line": 68,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 2039,
      "end": 2040,
      "loc": {
        "start": {
          "line": 69,
          "column": 12
        },
        "end": {
          "line": 69,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2040,
      "end": 2041,
      "loc": {
        "start": {
          "line": 69,
          "column": 13
        },
        "end": {
          "line": 69,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "each",
      "start": 2041,
      "end": 2045,
      "loc": {
        "start": {
          "line": 69,
          "column": 14
        },
        "end": {
          "line": 69,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2045,
      "end": 2046,
      "loc": {
        "start": {
          "line": 69,
          "column": 18
        },
        "end": {
          "line": 69,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rule",
      "start": 2046,
      "end": 2050,
      "loc": {
        "start": {
          "line": 69,
          "column": 19
        },
        "end": {
          "line": 69,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2050,
      "end": 2051,
      "loc": {
        "start": {
          "line": 69,
          "column": 23
        },
        "end": {
          "line": 69,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencies",
      "start": 2051,
      "end": 2063,
      "loc": {
        "start": {
          "line": 69,
          "column": 24
        },
        "end": {
          "line": 69,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2063,
      "end": 2064,
      "loc": {
        "start": {
          "line": 69,
          "column": 36
        },
        "end": {
          "line": 69,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2065,
      "end": 2066,
      "loc": {
        "start": {
          "line": 69,
          "column": 38
        },
        "end": {
          "line": 69,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyContract",
      "start": 2066,
      "end": 2084,
      "loc": {
        "start": {
          "line": 69,
          "column": 39
        },
        "end": {
          "line": 69,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2084,
      "end": 2085,
      "loc": {
        "start": {
          "line": 69,
          "column": 57
        },
        "end": {
          "line": 69,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ruleKey",
      "start": 2086,
      "end": 2093,
      "loc": {
        "start": {
          "line": 69,
          "column": 59
        },
        "end": {
          "line": 69,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2093,
      "end": 2094,
      "loc": {
        "start": {
          "line": 69,
          "column": 66
        },
        "end": {
          "line": 69,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2095,
      "end": 2097,
      "loc": {
        "start": {
          "line": 69,
          "column": 68
        },
        "end": {
          "line": 69,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2098,
      "end": 2099,
      "loc": {
        "start": {
          "line": 69,
          "column": 71
        },
        "end": {
          "line": 69,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2114,
      "end": 2118,
      "loc": {
        "start": {
          "line": 70,
          "column": 14
        },
        "end": {
          "line": 70,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2118,
      "end": 2119,
      "loc": {
        "start": {
          "line": 70,
          "column": 18
        },
        "end": {
          "line": 70,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_testUnconvertedRuleDefinitionId",
      "start": 2119,
      "end": 2151,
      "loc": {
        "start": {
          "line": 70,
          "column": 19
        },
        "end": {
          "line": 70,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2151,
      "end": 2152,
      "loc": {
        "start": {
          "line": 70,
          "column": 51
        },
        "end": {
          "line": 70,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lineItem",
      "start": 2152,
      "end": 2160,
      "loc": {
        "start": {
          "line": 70,
          "column": 52
        },
        "end": {
          "line": 70,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2160,
      "end": 2161,
      "loc": {
        "start": {
          "line": 70,
          "column": 60
        },
        "end": {
          "line": 70,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyContract",
      "start": 2162,
      "end": 2180,
      "loc": {
        "start": {
          "line": 70,
          "column": 62
        },
        "end": {
          "line": 70,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2180,
      "end": 2181,
      "loc": {
        "start": {
          "line": 70,
          "column": 80
        },
        "end": {
          "line": 70,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ruleKey",
      "start": 2182,
      "end": 2189,
      "loc": {
        "start": {
          "line": 70,
          "column": 82
        },
        "end": {
          "line": 70,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2189,
      "end": 2190,
      "loc": {
        "start": {
          "line": 70,
          "column": 89
        },
        "end": {
          "line": 70,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rule",
      "start": 2191,
      "end": 2195,
      "loc": {
        "start": {
          "line": 70,
          "column": 91
        },
        "end": {
          "line": 70,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2195,
      "end": 2196,
      "loc": {
        "start": {
          "line": 70,
          "column": 95
        },
        "end": {
          "line": 70,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2196,
      "end": 2197,
      "loc": {
        "start": {
          "line": 70,
          "column": 96
        },
        "end": {
          "line": 70,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 2212,
      "end": 2214,
      "loc": {
        "start": {
          "line": 71,
          "column": 14
        },
        "end": {
          "line": 71,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2215,
      "end": 2216,
      "loc": {
        "start": {
          "line": 71,
          "column": 17
        },
        "end": {
          "line": 71,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 2216,
      "end": 2217,
      "loc": {
        "start": {
          "line": 71,
          "column": 18
        },
        "end": {
          "line": 71,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 2217,
      "end": 2218,
      "loc": {
        "start": {
          "line": 71,
          "column": 19
        },
        "end": {
          "line": 71,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2218,
      "end": 2219,
      "loc": {
        "start": {
          "line": 71,
          "column": 20
        },
        "end": {
          "line": 71,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isEmpty",
      "start": 2219,
      "end": 2226,
      "loc": {
        "start": {
          "line": 71,
          "column": 21
        },
        "end": {
          "line": 71,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2226,
      "end": 2227,
      "loc": {
        "start": {
          "line": 71,
          "column": 28
        },
        "end": {
          "line": 71,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyContract",
      "start": 2227,
      "end": 2245,
      "loc": {
        "start": {
          "line": 71,
          "column": 29
        },
        "end": {
          "line": 71,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2245,
      "end": 2246,
      "loc": {
        "start": {
          "line": 71,
          "column": 47
        },
        "end": {
          "line": 71,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 2247,
      "end": 2249,
      "loc": {
        "start": {
          "line": 71,
          "column": 49
        },
        "end": {
          "line": 71,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 2250,
      "end": 2251,
      "loc": {
        "start": {
          "line": 71,
          "column": 52
        },
        "end": {
          "line": 71,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 2251,
      "end": 2252,
      "loc": {
        "start": {
          "line": 71,
          "column": 53
        },
        "end": {
          "line": 71,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2252,
      "end": 2253,
      "loc": {
        "start": {
          "line": 71,
          "column": 54
        },
        "end": {
          "line": 71,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isNull",
      "start": 2253,
      "end": 2259,
      "loc": {
        "start": {
          "line": 71,
          "column": 55
        },
        "end": {
          "line": 71,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2259,
      "end": 2260,
      "loc": {
        "start": {
          "line": 71,
          "column": 61
        },
        "end": {
          "line": 71,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyContract",
      "start": 2260,
      "end": 2278,
      "loc": {
        "start": {
          "line": 71,
          "column": 62
        },
        "end": {
          "line": 71,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2278,
      "end": 2279,
      "loc": {
        "start": {
          "line": 71,
          "column": 80
        },
        "end": {
          "line": 71,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 2279,
      "end": 2283,
      "loc": {
        "start": {
          "line": 71,
          "column": 81
        },
        "end": {
          "line": 71,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2283,
      "end": 2284,
      "loc": {
        "start": {
          "line": 71,
          "column": 85
        },
        "end": {
          "line": 71,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2284,
      "end": 2285,
      "loc": {
        "start": {
          "line": 71,
          "column": 86
        },
        "end": {
          "line": 71,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2286,
      "end": 2287,
      "loc": {
        "start": {
          "line": 71,
          "column": 88
        },
        "end": {
          "line": 71,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2304,
      "end": 2308,
      "loc": {
        "start": {
          "line": 72,
          "column": 16
        },
        "end": {
          "line": 72,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2308,
      "end": 2309,
      "loc": {
        "start": {
          "line": 72,
          "column": 20
        },
        "end": {
          "line": 72,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_testDependencyExistence",
      "start": 2309,
      "end": 2333,
      "loc": {
        "start": {
          "line": 72,
          "column": 21
        },
        "end": {
          "line": 72,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2333,
      "end": 2334,
      "loc": {
        "start": {
          "line": 72,
          "column": 45
        },
        "end": {
          "line": 72,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lineItem",
      "start": 2334,
      "end": 2342,
      "loc": {
        "start": {
          "line": 72,
          "column": 46
        },
        "end": {
          "line": 72,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2342,
      "end": 2343,
      "loc": {
        "start": {
          "line": 72,
          "column": 54
        },
        "end": {
          "line": 72,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyContract",
      "start": 2344,
      "end": 2362,
      "loc": {
        "start": {
          "line": 72,
          "column": 56
        },
        "end": {
          "line": 72,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2362,
      "end": 2363,
      "loc": {
        "start": {
          "line": 72,
          "column": 74
        },
        "end": {
          "line": 72,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ruleKey",
      "start": 2364,
      "end": 2371,
      "loc": {
        "start": {
          "line": 72,
          "column": 76
        },
        "end": {
          "line": 72,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2371,
      "end": 2372,
      "loc": {
        "start": {
          "line": 72,
          "column": 83
        },
        "end": {
          "line": 72,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2372,
      "end": 2373,
      "loc": {
        "start": {
          "line": 72,
          "column": 84
        },
        "end": {
          "line": 72,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2390,
      "end": 2394,
      "loc": {
        "start": {
          "line": 73,
          "column": 16
        },
        "end": {
          "line": 73,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2394,
      "end": 2395,
      "loc": {
        "start": {
          "line": 73,
          "column": 20
        },
        "end": {
          "line": 73,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_testDependencyAssemblySafeGuard",
      "start": 2395,
      "end": 2427,
      "loc": {
        "start": {
          "line": 73,
          "column": 21
        },
        "end": {
          "line": 73,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2427,
      "end": 2428,
      "loc": {
        "start": {
          "line": 73,
          "column": 53
        },
        "end": {
          "line": 73,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lineItem",
      "start": 2428,
      "end": 2436,
      "loc": {
        "start": {
          "line": 73,
          "column": 54
        },
        "end": {
          "line": 73,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2436,
      "end": 2437,
      "loc": {
        "start": {
          "line": 73,
          "column": 62
        },
        "end": {
          "line": 73,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyContract",
      "start": 2438,
      "end": 2456,
      "loc": {
        "start": {
          "line": 73,
          "column": 64
        },
        "end": {
          "line": 73,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2456,
      "end": 2457,
      "loc": {
        "start": {
          "line": 73,
          "column": 82
        },
        "end": {
          "line": 73,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ruleKey",
      "start": 2458,
      "end": 2465,
      "loc": {
        "start": {
          "line": 73,
          "column": 84
        },
        "end": {
          "line": 73,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2465,
      "end": 2466,
      "loc": {
        "start": {
          "line": 73,
          "column": 91
        },
        "end": {
          "line": 73,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2466,
      "end": 2467,
      "loc": {
        "start": {
          "line": 73,
          "column": 92
        },
        "end": {
          "line": 73,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2484,
      "end": 2488,
      "loc": {
        "start": {
          "line": 74,
          "column": 16
        },
        "end": {
          "line": 74,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2488,
      "end": 2489,
      "loc": {
        "start": {
          "line": 74,
          "column": 20
        },
        "end": {
          "line": 74,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_testEmptyField",
      "start": 2489,
      "end": 2504,
      "loc": {
        "start": {
          "line": 74,
          "column": 21
        },
        "end": {
          "line": 74,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2504,
      "end": 2505,
      "loc": {
        "start": {
          "line": 74,
          "column": 36
        },
        "end": {
          "line": 74,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lineItem",
      "start": 2505,
      "end": 2513,
      "loc": {
        "start": {
          "line": 74,
          "column": 37
        },
        "end": {
          "line": 74,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2513,
      "end": 2514,
      "loc": {
        "start": {
          "line": 74,
          "column": 45
        },
        "end": {
          "line": 74,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyContract",
      "start": 2515,
      "end": 2533,
      "loc": {
        "start": {
          "line": 74,
          "column": 47
        },
        "end": {
          "line": 74,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2533,
      "end": 2534,
      "loc": {
        "start": {
          "line": 74,
          "column": 65
        },
        "end": {
          "line": 74,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ruleKey",
      "start": 2535,
      "end": 2542,
      "loc": {
        "start": {
          "line": 74,
          "column": 67
        },
        "end": {
          "line": 74,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2542,
      "end": 2543,
      "loc": {
        "start": {
          "line": 74,
          "column": 74
        },
        "end": {
          "line": 74,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2543,
      "end": 2544,
      "loc": {
        "start": {
          "line": 74,
          "column": 75
        },
        "end": {
          "line": 74,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2559,
      "end": 2560,
      "loc": {
        "start": {
          "line": 75,
          "column": 14
        },
        "end": {
          "line": 75,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2573,
      "end": 2574,
      "loc": {
        "start": {
          "line": 76,
          "column": 12
        },
        "end": {
          "line": 76,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2574,
      "end": 2575,
      "loc": {
        "start": {
          "line": 76,
          "column": 13
        },
        "end": {
          "line": 76,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2575,
      "end": 2576,
      "loc": {
        "start": {
          "line": 76,
          "column": 14
        },
        "end": {
          "line": 76,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2587,
      "end": 2588,
      "loc": {
        "start": {
          "line": 77,
          "column": 10
        },
        "end": {
          "line": 77,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2597,
      "end": 2598,
      "loc": {
        "start": {
          "line": 78,
          "column": 8
        },
        "end": {
          "line": 78,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2598,
      "end": 2599,
      "loc": {
        "start": {
          "line": 78,
          "column": 9
        },
        "end": {
          "line": 78,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2599,
      "end": 2600,
      "loc": {
        "start": {
          "line": 78,
          "column": 10
        },
        "end": {
          "line": 78,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2607,
      "end": 2608,
      "loc": {
        "start": {
          "line": 79,
          "column": 6
        },
        "end": {
          "line": 79,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "catch",
        "keyword": "catch",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "catch",
      "start": 2609,
      "end": 2614,
      "loc": {
        "start": {
          "line": 79,
          "column": 8
        },
        "end": {
          "line": 79,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2615,
      "end": 2616,
      "loc": {
        "start": {
          "line": 79,
          "column": 14
        },
        "end": {
          "line": 79,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "err",
      "start": 2616,
      "end": 2619,
      "loc": {
        "start": {
          "line": 79,
          "column": 15
        },
        "end": {
          "line": 79,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2619,
      "end": 2620,
      "loc": {
        "start": {
          "line": 79,
          "column": 18
        },
        "end": {
          "line": 79,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2621,
      "end": 2622,
      "loc": {
        "start": {
          "line": 79,
          "column": 20
        },
        "end": {
          "line": 79,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2631,
      "end": 2635,
      "loc": {
        "start": {
          "line": 80,
          "column": 8
        },
        "end": {
          "line": 80,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2635,
      "end": 2636,
      "loc": {
        "start": {
          "line": 80,
          "column": 12
        },
        "end": {
          "line": 80,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_logIssue",
      "start": 2636,
      "end": 2645,
      "loc": {
        "start": {
          "line": 80,
          "column": 13
        },
        "end": {
          "line": 80,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2645,
      "end": 2646,
      "loc": {
        "start": {
          "line": 80,
          "column": 22
        },
        "end": {
          "line": 80,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "unknown_error",
      "start": 2646,
      "end": 2661,
      "loc": {
        "start": {
          "line": 80,
          "column": 23
        },
        "end": {
          "line": 80,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2661,
      "end": 2662,
      "loc": {
        "start": {
          "line": 80,
          "column": 38
        },
        "end": {
          "line": 80,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lineItem",
      "start": 2663,
      "end": 2671,
      "loc": {
        "start": {
          "line": 80,
          "column": 40
        },
        "end": {
          "line": 80,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2671,
      "end": 2672,
      "loc": {
        "start": {
          "line": 80,
          "column": 48
        },
        "end": {
          "line": 80,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 2673,
      "end": 2677,
      "loc": {
        "start": {
          "line": 80,
          "column": 50
        },
        "end": {
          "line": 80,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2677,
      "end": 2678,
      "loc": {
        "start": {
          "line": 80,
          "column": 54
        },
        "end": {
          "line": 80,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "err",
      "start": 2679,
      "end": 2682,
      "loc": {
        "start": {
          "line": 80,
          "column": 56
        },
        "end": {
          "line": 80,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2682,
      "end": 2683,
      "loc": {
        "start": {
          "line": 80,
          "column": 59
        },
        "end": {
          "line": 80,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2683,
      "end": 2684,
      "loc": {
        "start": {
          "line": 80,
          "column": 60
        },
        "end": {
          "line": 80,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2691,
      "end": 2692,
      "loc": {
        "start": {
          "line": 81,
          "column": 6
        },
        "end": {
          "line": 81,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2697,
      "end": 2698,
      "loc": {
        "start": {
          "line": 82,
          "column": 4
        },
        "end": {
          "line": 82,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2698,
      "end": 2699,
      "loc": {
        "start": {
          "line": 82,
          "column": 5
        },
        "end": {
          "line": 82,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2699,
      "end": 2700,
      "loc": {
        "start": {
          "line": 82,
          "column": 6
        },
        "end": {
          "line": 82,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2703,
      "end": 2704,
      "loc": {
        "start": {
          "line": 83,
          "column": 2
        },
        "end": {
          "line": 83,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_runFieldTests",
      "start": 2708,
      "end": 2722,
      "loc": {
        "start": {
          "line": 85,
          "column": 2
        },
        "end": {
          "line": 85,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2722,
      "end": 2723,
      "loc": {
        "start": {
          "line": 85,
          "column": 16
        },
        "end": {
          "line": 85,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2723,
      "end": 2724,
      "loc": {
        "start": {
          "line": 85,
          "column": 17
        },
        "end": {
          "line": 85,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2725,
      "end": 2726,
      "loc": {
        "start": {
          "line": 85,
          "column": 19
        },
        "end": {
          "line": 85,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 2731,
      "end": 2732,
      "loc": {
        "start": {
          "line": 86,
          "column": 4
        },
        "end": {
          "line": 86,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2732,
      "end": 2733,
      "loc": {
        "start": {
          "line": 86,
          "column": 5
        },
        "end": {
          "line": 86,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "each",
      "start": 2733,
      "end": 2737,
      "loc": {
        "start": {
          "line": 86,
          "column": 6
        },
        "end": {
          "line": 86,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2737,
      "end": 2738,
      "loc": {
        "start": {
          "line": 86,
          "column": 10
        },
        "end": {
          "line": 86,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2738,
      "end": 2742,
      "loc": {
        "start": {
          "line": 86,
          "column": 11
        },
        "end": {
          "line": 86,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2742,
      "end": 2743,
      "loc": {
        "start": {
          "line": 86,
          "column": 15
        },
        "end": {
          "line": 86,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_bid",
      "start": 2743,
      "end": 2747,
      "loc": {
        "start": {
          "line": 86,
          "column": 16
        },
        "end": {
          "line": 86,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2747,
      "end": 2748,
      "loc": {
        "start": {
          "line": 86,
          "column": 20
        },
        "end": {
          "line": 86,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entities",
      "start": 2748,
      "end": 2756,
      "loc": {
        "start": {
          "line": 86,
          "column": 21
        },
        "end": {
          "line": 86,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2756,
      "end": 2757,
      "loc": {
        "start": {
          "line": 86,
          "column": 29
        },
        "end": {
          "line": 86,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fields",
      "start": 2757,
      "end": 2763,
      "loc": {
        "start": {
          "line": 86,
          "column": 30
        },
        "end": {
          "line": 86,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2763,
      "end": 2764,
      "loc": {
        "start": {
          "line": 86,
          "column": 36
        },
        "end": {
          "line": 86,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2764,
      "end": 2765,
      "loc": {
        "start": {
          "line": 86,
          "column": 37
        },
        "end": {
          "line": 86,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2765,
      "end": 2766,
      "loc": {
        "start": {
          "line": 86,
          "column": 38
        },
        "end": {
          "line": 86,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 2767,
      "end": 2772,
      "loc": {
        "start": {
          "line": 86,
          "column": 40
        },
        "end": {
          "line": 86,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2773,
      "end": 2775,
      "loc": {
        "start": {
          "line": 86,
          "column": 46
        },
        "end": {
          "line": 86,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2776,
      "end": 2777,
      "loc": {
        "start": {
          "line": 86,
          "column": 49
        },
        "end": {
          "line": 86,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "try",
        "keyword": "try",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "try",
      "start": 2784,
      "end": 2787,
      "loc": {
        "start": {
          "line": 87,
          "column": 6
        },
        "end": {
          "line": 87,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2788,
      "end": 2789,
      "loc": {
        "start": {
          "line": 87,
          "column": 10
        },
        "end": {
          "line": 87,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2798,
      "end": 2802,
      "loc": {
        "start": {
          "line": 88,
          "column": 8
        },
        "end": {
          "line": 88,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2802,
      "end": 2803,
      "loc": {
        "start": {
          "line": 88,
          "column": 12
        },
        "end": {
          "line": 88,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_baseEntityTest",
      "start": 2803,
      "end": 2818,
      "loc": {
        "start": {
          "line": 88,
          "column": 13
        },
        "end": {
          "line": 88,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2818,
      "end": 2819,
      "loc": {
        "start": {
          "line": 88,
          "column": 28
        },
        "end": {
          "line": 88,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 2819,
      "end": 2824,
      "loc": {
        "start": {
          "line": 88,
          "column": 29
        },
        "end": {
          "line": 88,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2824,
      "end": 2825,
      "loc": {
        "start": {
          "line": 88,
          "column": 34
        },
        "end": {
          "line": 88,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2825,
      "end": 2826,
      "loc": {
        "start": {
          "line": 88,
          "column": 35
        },
        "end": {
          "line": 88,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2835,
      "end": 2839,
      "loc": {
        "start": {
          "line": 89,
          "column": 8
        },
        "end": {
          "line": 89,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2839,
      "end": 2840,
      "loc": {
        "start": {
          "line": 89,
          "column": 12
        },
        "end": {
          "line": 89,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_testIsFieldAssignedToGroup",
      "start": 2840,
      "end": 2867,
      "loc": {
        "start": {
          "line": 89,
          "column": 13
        },
        "end": {
          "line": 89,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2867,
      "end": 2868,
      "loc": {
        "start": {
          "line": 89,
          "column": 40
        },
        "end": {
          "line": 89,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 2868,
      "end": 2873,
      "loc": {
        "start": {
          "line": 89,
          "column": 41
        },
        "end": {
          "line": 89,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2873,
      "end": 2874,
      "loc": {
        "start": {
          "line": 89,
          "column": 46
        },
        "end": {
          "line": 89,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2874,
      "end": 2875,
      "loc": {
        "start": {
          "line": 89,
          "column": 47
        },
        "end": {
          "line": 89,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 2884,
      "end": 2886,
      "loc": {
        "start": {
          "line": 90,
          "column": 8
        },
        "end": {
          "line": 90,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2887,
      "end": 2888,
      "loc": {
        "start": {
          "line": 90,
          "column": 11
        },
        "end": {
          "line": 90,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 2888,
      "end": 2893,
      "loc": {
        "start": {
          "line": 90,
          "column": 12
        },
        "end": {
          "line": 90,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2893,
      "end": 2894,
      "loc": {
        "start": {
          "line": 90,
          "column": 17
        },
        "end": {
          "line": 90,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 2894,
      "end": 2900,
      "loc": {
        "start": {
          "line": 90,
          "column": 18
        },
        "end": {
          "line": 90,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2900,
      "end": 2901,
      "loc": {
        "start": {
          "line": 90,
          "column": 24
        },
        "end": {
          "line": 90,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 2901,
      "end": 2905,
      "loc": {
        "start": {
          "line": 90,
          "column": 25
        },
        "end": {
          "line": 90,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 2906,
      "end": 2909,
      "loc": {
        "start": {
          "line": 90,
          "column": 30
        },
        "end": {
          "line": 90,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "list",
      "start": 2910,
      "end": 2916,
      "loc": {
        "start": {
          "line": 90,
          "column": 34
        },
        "end": {
          "line": 90,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2916,
      "end": 2917,
      "loc": {
        "start": {
          "line": 90,
          "column": 40
        },
        "end": {
          "line": 90,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2918,
      "end": 2919,
      "loc": {
        "start": {
          "line": 90,
          "column": 42
        },
        "end": {
          "line": 90,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2930,
      "end": 2934,
      "loc": {
        "start": {
          "line": 91,
          "column": 10
        },
        "end": {
          "line": 91,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2934,
      "end": 2935,
      "loc": {
        "start": {
          "line": 91,
          "column": 14
        },
        "end": {
          "line": 91,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_testListFieldHasDatatable",
      "start": 2935,
      "end": 2961,
      "loc": {
        "start": {
          "line": 91,
          "column": 15
        },
        "end": {
          "line": 91,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2961,
      "end": 2962,
      "loc": {
        "start": {
          "line": 91,
          "column": 41
        },
        "end": {
          "line": 91,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 2962,
      "end": 2967,
      "loc": {
        "start": {
          "line": 91,
          "column": 42
        },
        "end": {
          "line": 91,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2967,
      "end": 2968,
      "loc": {
        "start": {
          "line": 91,
          "column": 47
        },
        "end": {
          "line": 91,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2968,
      "end": 2969,
      "loc": {
        "start": {
          "line": 91,
          "column": 48
        },
        "end": {
          "line": 91,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2978,
      "end": 2979,
      "loc": {
        "start": {
          "line": 92,
          "column": 8
        },
        "end": {
          "line": 92,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2986,
      "end": 2987,
      "loc": {
        "start": {
          "line": 93,
          "column": 6
        },
        "end": {
          "line": 93,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "catch",
        "keyword": "catch",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "catch",
      "start": 2988,
      "end": 2993,
      "loc": {
        "start": {
          "line": 93,
          "column": 8
        },
        "end": {
          "line": 93,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2994,
      "end": 2995,
      "loc": {
        "start": {
          "line": 93,
          "column": 14
        },
        "end": {
          "line": 93,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "err",
      "start": 2995,
      "end": 2998,
      "loc": {
        "start": {
          "line": 93,
          "column": 15
        },
        "end": {
          "line": 93,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2998,
      "end": 2999,
      "loc": {
        "start": {
          "line": 93,
          "column": 18
        },
        "end": {
          "line": 93,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3000,
      "end": 3001,
      "loc": {
        "start": {
          "line": 93,
          "column": 20
        },
        "end": {
          "line": 93,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3010,
      "end": 3014,
      "loc": {
        "start": {
          "line": 94,
          "column": 8
        },
        "end": {
          "line": 94,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3014,
      "end": 3015,
      "loc": {
        "start": {
          "line": 94,
          "column": 12
        },
        "end": {
          "line": 94,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_logIssue",
      "start": 3015,
      "end": 3024,
      "loc": {
        "start": {
          "line": 94,
          "column": 13
        },
        "end": {
          "line": 94,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3024,
      "end": 3025,
      "loc": {
        "start": {
          "line": 94,
          "column": 22
        },
        "end": {
          "line": 94,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "unknown_error",
      "start": 3025,
      "end": 3040,
      "loc": {
        "start": {
          "line": 94,
          "column": 23
        },
        "end": {
          "line": 94,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3040,
      "end": 3041,
      "loc": {
        "start": {
          "line": 94,
          "column": 38
        },
        "end": {
          "line": 94,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 3042,
      "end": 3047,
      "loc": {
        "start": {
          "line": 94,
          "column": 40
        },
        "end": {
          "line": 94,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3047,
      "end": 3048,
      "loc": {
        "start": {
          "line": 94,
          "column": 45
        },
        "end": {
          "line": 94,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 3049,
      "end": 3053,
      "loc": {
        "start": {
          "line": 94,
          "column": 47
        },
        "end": {
          "line": 94,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3053,
      "end": 3054,
      "loc": {
        "start": {
          "line": 94,
          "column": 51
        },
        "end": {
          "line": 94,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "err",
      "start": 3055,
      "end": 3058,
      "loc": {
        "start": {
          "line": 94,
          "column": 53
        },
        "end": {
          "line": 94,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3058,
      "end": 3059,
      "loc": {
        "start": {
          "line": 94,
          "column": 56
        },
        "end": {
          "line": 94,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3059,
      "end": 3060,
      "loc": {
        "start": {
          "line": 94,
          "column": 57
        },
        "end": {
          "line": 94,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3067,
      "end": 3068,
      "loc": {
        "start": {
          "line": 95,
          "column": 6
        },
        "end": {
          "line": 95,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3073,
      "end": 3074,
      "loc": {
        "start": {
          "line": 96,
          "column": 4
        },
        "end": {
          "line": 96,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3074,
      "end": 3075,
      "loc": {
        "start": {
          "line": 96,
          "column": 5
        },
        "end": {
          "line": 96,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3075,
      "end": 3076,
      "loc": {
        "start": {
          "line": 96,
          "column": 6
        },
        "end": {
          "line": 96,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3079,
      "end": 3080,
      "loc": {
        "start": {
          "line": 97,
          "column": 2
        },
        "end": {
          "line": 97,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_runFieldGroupTests",
      "start": 3084,
      "end": 3103,
      "loc": {
        "start": {
          "line": 99,
          "column": 2
        },
        "end": {
          "line": 99,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3103,
      "end": 3104,
      "loc": {
        "start": {
          "line": 99,
          "column": 21
        },
        "end": {
          "line": 99,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3104,
      "end": 3105,
      "loc": {
        "start": {
          "line": 99,
          "column": 22
        },
        "end": {
          "line": 99,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3106,
      "end": 3107,
      "loc": {
        "start": {
          "line": 99,
          "column": 24
        },
        "end": {
          "line": 99,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 3112,
      "end": 3113,
      "loc": {
        "start": {
          "line": 100,
          "column": 4
        },
        "end": {
          "line": 100,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3113,
      "end": 3114,
      "loc": {
        "start": {
          "line": 100,
          "column": 5
        },
        "end": {
          "line": 100,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "each",
      "start": 3114,
      "end": 3118,
      "loc": {
        "start": {
          "line": 100,
          "column": 6
        },
        "end": {
          "line": 100,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3118,
      "end": 3119,
      "loc": {
        "start": {
          "line": 100,
          "column": 10
        },
        "end": {
          "line": 100,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3119,
      "end": 3123,
      "loc": {
        "start": {
          "line": 100,
          "column": 11
        },
        "end": {
          "line": 100,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3123,
      "end": 3124,
      "loc": {
        "start": {
          "line": 100,
          "column": 15
        },
        "end": {
          "line": 100,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_bid",
      "start": 3124,
      "end": 3128,
      "loc": {
        "start": {
          "line": 100,
          "column": 16
        },
        "end": {
          "line": 100,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3128,
      "end": 3129,
      "loc": {
        "start": {
          "line": 100,
          "column": 20
        },
        "end": {
          "line": 100,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entities",
      "start": 3129,
      "end": 3137,
      "loc": {
        "start": {
          "line": 100,
          "column": 21
        },
        "end": {
          "line": 100,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3137,
      "end": 3138,
      "loc": {
        "start": {
          "line": 100,
          "column": 29
        },
        "end": {
          "line": 100,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fieldGroups",
      "start": 3138,
      "end": 3149,
      "loc": {
        "start": {
          "line": 100,
          "column": 30
        },
        "end": {
          "line": 100,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3149,
      "end": 3150,
      "loc": {
        "start": {
          "line": 100,
          "column": 41
        },
        "end": {
          "line": 100,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3150,
      "end": 3151,
      "loc": {
        "start": {
          "line": 100,
          "column": 42
        },
        "end": {
          "line": 100,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3151,
      "end": 3152,
      "loc": {
        "start": {
          "line": 100,
          "column": 43
        },
        "end": {
          "line": 100,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fieldGroup",
      "start": 3153,
      "end": 3163,
      "loc": {
        "start": {
          "line": 100,
          "column": 45
        },
        "end": {
          "line": 100,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3164,
      "end": 3166,
      "loc": {
        "start": {
          "line": 100,
          "column": 56
        },
        "end": {
          "line": 100,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3167,
      "end": 3168,
      "loc": {
        "start": {
          "line": 100,
          "column": 59
        },
        "end": {
          "line": 100,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "try",
        "keyword": "try",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "try",
      "start": 3175,
      "end": 3178,
      "loc": {
        "start": {
          "line": 101,
          "column": 6
        },
        "end": {
          "line": 101,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3179,
      "end": 3180,
      "loc": {
        "start": {
          "line": 101,
          "column": 10
        },
        "end": {
          "line": 101,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3189,
      "end": 3193,
      "loc": {
        "start": {
          "line": 102,
          "column": 8
        },
        "end": {
          "line": 102,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3193,
      "end": 3194,
      "loc": {
        "start": {
          "line": 102,
          "column": 12
        },
        "end": {
          "line": 102,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_baseEntityTest",
      "start": 3194,
      "end": 3209,
      "loc": {
        "start": {
          "line": 102,
          "column": 13
        },
        "end": {
          "line": 102,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3209,
      "end": 3210,
      "loc": {
        "start": {
          "line": 102,
          "column": 28
        },
        "end": {
          "line": 102,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fieldGroup",
      "start": 3210,
      "end": 3220,
      "loc": {
        "start": {
          "line": 102,
          "column": 29
        },
        "end": {
          "line": 102,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3220,
      "end": 3221,
      "loc": {
        "start": {
          "line": 102,
          "column": 39
        },
        "end": {
          "line": 102,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3221,
      "end": 3222,
      "loc": {
        "start": {
          "line": 102,
          "column": 40
        },
        "end": {
          "line": 102,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3231,
      "end": 3235,
      "loc": {
        "start": {
          "line": 103,
          "column": 8
        },
        "end": {
          "line": 103,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3235,
      "end": 3236,
      "loc": {
        "start": {
          "line": 103,
          "column": 12
        },
        "end": {
          "line": 103,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_testFieldGroupReferences",
      "start": 3236,
      "end": 3261,
      "loc": {
        "start": {
          "line": 103,
          "column": 13
        },
        "end": {
          "line": 103,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3261,
      "end": 3262,
      "loc": {
        "start": {
          "line": 103,
          "column": 38
        },
        "end": {
          "line": 103,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fieldGroup",
      "start": 3262,
      "end": 3272,
      "loc": {
        "start": {
          "line": 103,
          "column": 39
        },
        "end": {
          "line": 103,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3272,
      "end": 3273,
      "loc": {
        "start": {
          "line": 103,
          "column": 49
        },
        "end": {
          "line": 103,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3273,
      "end": 3274,
      "loc": {
        "start": {
          "line": 103,
          "column": 50
        },
        "end": {
          "line": 103,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3281,
      "end": 3282,
      "loc": {
        "start": {
          "line": 104,
          "column": 6
        },
        "end": {
          "line": 104,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "catch",
        "keyword": "catch",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "catch",
      "start": 3283,
      "end": 3288,
      "loc": {
        "start": {
          "line": 104,
          "column": 8
        },
        "end": {
          "line": 104,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3289,
      "end": 3290,
      "loc": {
        "start": {
          "line": 104,
          "column": 14
        },
        "end": {
          "line": 104,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "err",
      "start": 3290,
      "end": 3293,
      "loc": {
        "start": {
          "line": 104,
          "column": 15
        },
        "end": {
          "line": 104,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3293,
      "end": 3294,
      "loc": {
        "start": {
          "line": 104,
          "column": 18
        },
        "end": {
          "line": 104,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3295,
      "end": 3296,
      "loc": {
        "start": {
          "line": 104,
          "column": 20
        },
        "end": {
          "line": 104,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3305,
      "end": 3309,
      "loc": {
        "start": {
          "line": 105,
          "column": 8
        },
        "end": {
          "line": 105,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3309,
      "end": 3310,
      "loc": {
        "start": {
          "line": 105,
          "column": 12
        },
        "end": {
          "line": 105,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_logIssue",
      "start": 3310,
      "end": 3319,
      "loc": {
        "start": {
          "line": 105,
          "column": 13
        },
        "end": {
          "line": 105,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3319,
      "end": 3320,
      "loc": {
        "start": {
          "line": 105,
          "column": 22
        },
        "end": {
          "line": 105,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "unknown_error",
      "start": 3320,
      "end": 3335,
      "loc": {
        "start": {
          "line": 105,
          "column": 23
        },
        "end": {
          "line": 105,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3335,
      "end": 3336,
      "loc": {
        "start": {
          "line": 105,
          "column": 38
        },
        "end": {
          "line": 105,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fieldGroup",
      "start": 3337,
      "end": 3347,
      "loc": {
        "start": {
          "line": 105,
          "column": 40
        },
        "end": {
          "line": 105,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3347,
      "end": 3348,
      "loc": {
        "start": {
          "line": 105,
          "column": 50
        },
        "end": {
          "line": 105,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 3349,
      "end": 3353,
      "loc": {
        "start": {
          "line": 105,
          "column": 52
        },
        "end": {
          "line": 105,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3353,
      "end": 3354,
      "loc": {
        "start": {
          "line": 105,
          "column": 56
        },
        "end": {
          "line": 105,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "err",
      "start": 3355,
      "end": 3358,
      "loc": {
        "start": {
          "line": 105,
          "column": 58
        },
        "end": {
          "line": 105,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3358,
      "end": 3359,
      "loc": {
        "start": {
          "line": 105,
          "column": 61
        },
        "end": {
          "line": 105,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3359,
      "end": 3360,
      "loc": {
        "start": {
          "line": 105,
          "column": 62
        },
        "end": {
          "line": 105,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3367,
      "end": 3368,
      "loc": {
        "start": {
          "line": 106,
          "column": 6
        },
        "end": {
          "line": 106,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3373,
      "end": 3374,
      "loc": {
        "start": {
          "line": 107,
          "column": 4
        },
        "end": {
          "line": 107,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3374,
      "end": 3375,
      "loc": {
        "start": {
          "line": 107,
          "column": 5
        },
        "end": {
          "line": 107,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3375,
      "end": 3376,
      "loc": {
        "start": {
          "line": 107,
          "column": 6
        },
        "end": {
          "line": 107,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3379,
      "end": 3380,
      "loc": {
        "start": {
          "line": 108,
          "column": 2
        },
        "end": {
          "line": 108,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_runMetricTests",
      "start": 3384,
      "end": 3399,
      "loc": {
        "start": {
          "line": 110,
          "column": 2
        },
        "end": {
          "line": 110,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3399,
      "end": 3400,
      "loc": {
        "start": {
          "line": 110,
          "column": 17
        },
        "end": {
          "line": 110,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3400,
      "end": 3401,
      "loc": {
        "start": {
          "line": 110,
          "column": 18
        },
        "end": {
          "line": 110,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3402,
      "end": 3403,
      "loc": {
        "start": {
          "line": 110,
          "column": 20
        },
        "end": {
          "line": 110,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 3408,
      "end": 3409,
      "loc": {
        "start": {
          "line": 111,
          "column": 4
        },
        "end": {
          "line": 111,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3409,
      "end": 3410,
      "loc": {
        "start": {
          "line": 111,
          "column": 5
        },
        "end": {
          "line": 111,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "each",
      "start": 3410,
      "end": 3414,
      "loc": {
        "start": {
          "line": 111,
          "column": 6
        },
        "end": {
          "line": 111,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3414,
      "end": 3415,
      "loc": {
        "start": {
          "line": 111,
          "column": 10
        },
        "end": {
          "line": 111,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3415,
      "end": 3419,
      "loc": {
        "start": {
          "line": 111,
          "column": 11
        },
        "end": {
          "line": 111,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3419,
      "end": 3420,
      "loc": {
        "start": {
          "line": 111,
          "column": 15
        },
        "end": {
          "line": 111,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_bid",
      "start": 3420,
      "end": 3424,
      "loc": {
        "start": {
          "line": 111,
          "column": 16
        },
        "end": {
          "line": 111,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3424,
      "end": 3425,
      "loc": {
        "start": {
          "line": 111,
          "column": 20
        },
        "end": {
          "line": 111,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entities",
      "start": 3425,
      "end": 3433,
      "loc": {
        "start": {
          "line": 111,
          "column": 21
        },
        "end": {
          "line": 111,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3433,
      "end": 3434,
      "loc": {
        "start": {
          "line": 111,
          "column": 29
        },
        "end": {
          "line": 111,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "metrics",
      "start": 3434,
      "end": 3441,
      "loc": {
        "start": {
          "line": 111,
          "column": 30
        },
        "end": {
          "line": 111,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3441,
      "end": 3442,
      "loc": {
        "start": {
          "line": 111,
          "column": 37
        },
        "end": {
          "line": 111,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3442,
      "end": 3443,
      "loc": {
        "start": {
          "line": 111,
          "column": 38
        },
        "end": {
          "line": 111,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3443,
      "end": 3444,
      "loc": {
        "start": {
          "line": 111,
          "column": 39
        },
        "end": {
          "line": 111,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "metric",
      "start": 3445,
      "end": 3451,
      "loc": {
        "start": {
          "line": 111,
          "column": 41
        },
        "end": {
          "line": 111,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3452,
      "end": 3454,
      "loc": {
        "start": {
          "line": 111,
          "column": 48
        },
        "end": {
          "line": 111,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3455,
      "end": 3456,
      "loc": {
        "start": {
          "line": 111,
          "column": 51
        },
        "end": {
          "line": 111,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "try",
        "keyword": "try",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "try",
      "start": 3463,
      "end": 3466,
      "loc": {
        "start": {
          "line": 112,
          "column": 6
        },
        "end": {
          "line": 112,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3467,
      "end": 3468,
      "loc": {
        "start": {
          "line": 112,
          "column": 10
        },
        "end": {
          "line": 112,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3477,
      "end": 3481,
      "loc": {
        "start": {
          "line": 113,
          "column": 8
        },
        "end": {
          "line": 113,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3481,
      "end": 3482,
      "loc": {
        "start": {
          "line": 113,
          "column": 12
        },
        "end": {
          "line": 113,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_baseEntityTest",
      "start": 3482,
      "end": 3497,
      "loc": {
        "start": {
          "line": 113,
          "column": 13
        },
        "end": {
          "line": 113,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3497,
      "end": 3498,
      "loc": {
        "start": {
          "line": 113,
          "column": 28
        },
        "end": {
          "line": 113,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "metric",
      "start": 3498,
      "end": 3504,
      "loc": {
        "start": {
          "line": 113,
          "column": 29
        },
        "end": {
          "line": 113,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3504,
      "end": 3505,
      "loc": {
        "start": {
          "line": 113,
          "column": 35
        },
        "end": {
          "line": 113,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3505,
      "end": 3506,
      "loc": {
        "start": {
          "line": 113,
          "column": 36
        },
        "end": {
          "line": 113,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3515,
      "end": 3519,
      "loc": {
        "start": {
          "line": 114,
          "column": 8
        },
        "end": {
          "line": 114,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3519,
      "end": 3520,
      "loc": {
        "start": {
          "line": 114,
          "column": 12
        },
        "end": {
          "line": 114,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_testMetricFormulaReferences",
      "start": 3520,
      "end": 3548,
      "loc": {
        "start": {
          "line": 114,
          "column": 13
        },
        "end": {
          "line": 114,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3548,
      "end": 3549,
      "loc": {
        "start": {
          "line": 114,
          "column": 41
        },
        "end": {
          "line": 114,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "metric",
      "start": 3549,
      "end": 3555,
      "loc": {
        "start": {
          "line": 114,
          "column": 42
        },
        "end": {
          "line": 114,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3555,
      "end": 3556,
      "loc": {
        "start": {
          "line": 114,
          "column": 48
        },
        "end": {
          "line": 114,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3556,
      "end": 3557,
      "loc": {
        "start": {
          "line": 114,
          "column": 49
        },
        "end": {
          "line": 114,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3566,
      "end": 3570,
      "loc": {
        "start": {
          "line": 115,
          "column": 8
        },
        "end": {
          "line": 115,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3570,
      "end": 3571,
      "loc": {
        "start": {
          "line": 115,
          "column": 12
        },
        "end": {
          "line": 115,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_testMetricManipulations",
      "start": 3571,
      "end": 3595,
      "loc": {
        "start": {
          "line": 115,
          "column": 13
        },
        "end": {
          "line": 115,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3595,
      "end": 3596,
      "loc": {
        "start": {
          "line": 115,
          "column": 37
        },
        "end": {
          "line": 115,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "metric",
      "start": 3596,
      "end": 3602,
      "loc": {
        "start": {
          "line": 115,
          "column": 38
        },
        "end": {
          "line": 115,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3602,
      "end": 3603,
      "loc": {
        "start": {
          "line": 115,
          "column": 44
        },
        "end": {
          "line": 115,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3603,
      "end": 3604,
      "loc": {
        "start": {
          "line": 115,
          "column": 45
        },
        "end": {
          "line": 115,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3611,
      "end": 3612,
      "loc": {
        "start": {
          "line": 116,
          "column": 6
        },
        "end": {
          "line": 116,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "catch",
        "keyword": "catch",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "catch",
      "start": 3613,
      "end": 3618,
      "loc": {
        "start": {
          "line": 116,
          "column": 8
        },
        "end": {
          "line": 116,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3619,
      "end": 3620,
      "loc": {
        "start": {
          "line": 116,
          "column": 14
        },
        "end": {
          "line": 116,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "err",
      "start": 3620,
      "end": 3623,
      "loc": {
        "start": {
          "line": 116,
          "column": 15
        },
        "end": {
          "line": 116,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3623,
      "end": 3624,
      "loc": {
        "start": {
          "line": 116,
          "column": 18
        },
        "end": {
          "line": 116,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3625,
      "end": 3626,
      "loc": {
        "start": {
          "line": 116,
          "column": 20
        },
        "end": {
          "line": 116,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3635,
      "end": 3639,
      "loc": {
        "start": {
          "line": 117,
          "column": 8
        },
        "end": {
          "line": 117,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3639,
      "end": 3640,
      "loc": {
        "start": {
          "line": 117,
          "column": 12
        },
        "end": {
          "line": 117,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_logIssue",
      "start": 3640,
      "end": 3649,
      "loc": {
        "start": {
          "line": 117,
          "column": 13
        },
        "end": {
          "line": 117,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3649,
      "end": 3650,
      "loc": {
        "start": {
          "line": 117,
          "column": 22
        },
        "end": {
          "line": 117,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "unknown_error",
      "start": 3650,
      "end": 3665,
      "loc": {
        "start": {
          "line": 117,
          "column": 23
        },
        "end": {
          "line": 117,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3665,
      "end": 3666,
      "loc": {
        "start": {
          "line": 117,
          "column": 38
        },
        "end": {
          "line": 117,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "metric",
      "start": 3667,
      "end": 3673,
      "loc": {
        "start": {
          "line": 117,
          "column": 40
        },
        "end": {
          "line": 117,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3673,
      "end": 3674,
      "loc": {
        "start": {
          "line": 117,
          "column": 46
        },
        "end": {
          "line": 117,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 3675,
      "end": 3679,
      "loc": {
        "start": {
          "line": 117,
          "column": 48
        },
        "end": {
          "line": 117,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3679,
      "end": 3680,
      "loc": {
        "start": {
          "line": 117,
          "column": 52
        },
        "end": {
          "line": 117,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "err",
      "start": 3681,
      "end": 3684,
      "loc": {
        "start": {
          "line": 117,
          "column": 54
        },
        "end": {
          "line": 117,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3684,
      "end": 3685,
      "loc": {
        "start": {
          "line": 117,
          "column": 57
        },
        "end": {
          "line": 117,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3685,
      "end": 3686,
      "loc": {
        "start": {
          "line": 117,
          "column": 58
        },
        "end": {
          "line": 117,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3693,
      "end": 3694,
      "loc": {
        "start": {
          "line": 118,
          "column": 6
        },
        "end": {
          "line": 118,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3699,
      "end": 3700,
      "loc": {
        "start": {
          "line": 119,
          "column": 4
        },
        "end": {
          "line": 119,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3700,
      "end": 3701,
      "loc": {
        "start": {
          "line": 119,
          "column": 5
        },
        "end": {
          "line": 119,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3701,
      "end": 3702,
      "loc": {
        "start": {
          "line": 119,
          "column": 6
        },
        "end": {
          "line": 119,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3705,
      "end": 3706,
      "loc": {
        "start": {
          "line": 120,
          "column": 2
        },
        "end": {
          "line": 120,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_runComponentTests",
      "start": 3710,
      "end": 3728,
      "loc": {
        "start": {
          "line": 122,
          "column": 2
        },
        "end": {
          "line": 122,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3728,
      "end": 3729,
      "loc": {
        "start": {
          "line": 122,
          "column": 20
        },
        "end": {
          "line": 122,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3729,
      "end": 3730,
      "loc": {
        "start": {
          "line": 122,
          "column": 21
        },
        "end": {
          "line": 122,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3731,
      "end": 3732,
      "loc": {
        "start": {
          "line": 122,
          "column": 23
        },
        "end": {
          "line": 122,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 3737,
      "end": 3738,
      "loc": {
        "start": {
          "line": 123,
          "column": 4
        },
        "end": {
          "line": 123,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3738,
      "end": 3739,
      "loc": {
        "start": {
          "line": 123,
          "column": 5
        },
        "end": {
          "line": 123,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "each",
      "start": 3739,
      "end": 3743,
      "loc": {
        "start": {
          "line": 123,
          "column": 6
        },
        "end": {
          "line": 123,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3743,
      "end": 3744,
      "loc": {
        "start": {
          "line": 123,
          "column": 10
        },
        "end": {
          "line": 123,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3744,
      "end": 3748,
      "loc": {
        "start": {
          "line": 123,
          "column": 11
        },
        "end": {
          "line": 123,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3748,
      "end": 3749,
      "loc": {
        "start": {
          "line": 123,
          "column": 15
        },
        "end": {
          "line": 123,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_bid",
      "start": 3749,
      "end": 3753,
      "loc": {
        "start": {
          "line": 123,
          "column": 16
        },
        "end": {
          "line": 123,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3753,
      "end": 3754,
      "loc": {
        "start": {
          "line": 123,
          "column": 20
        },
        "end": {
          "line": 123,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entities",
      "start": 3754,
      "end": 3762,
      "loc": {
        "start": {
          "line": 123,
          "column": 21
        },
        "end": {
          "line": 123,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3762,
      "end": 3763,
      "loc": {
        "start": {
          "line": 123,
          "column": 29
        },
        "end": {
          "line": 123,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "components",
      "start": 3763,
      "end": 3773,
      "loc": {
        "start": {
          "line": 123,
          "column": 30
        },
        "end": {
          "line": 123,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3773,
      "end": 3774,
      "loc": {
        "start": {
          "line": 123,
          "column": 40
        },
        "end": {
          "line": 123,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3774,
      "end": 3775,
      "loc": {
        "start": {
          "line": 123,
          "column": 41
        },
        "end": {
          "line": 123,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3775,
      "end": 3776,
      "loc": {
        "start": {
          "line": 123,
          "column": 42
        },
        "end": {
          "line": 123,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "component",
      "start": 3777,
      "end": 3786,
      "loc": {
        "start": {
          "line": 123,
          "column": 44
        },
        "end": {
          "line": 123,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3787,
      "end": 3789,
      "loc": {
        "start": {
          "line": 123,
          "column": 54
        },
        "end": {
          "line": 123,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3790,
      "end": 3791,
      "loc": {
        "start": {
          "line": 123,
          "column": 57
        },
        "end": {
          "line": 123,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "try",
        "keyword": "try",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "try",
      "start": 3798,
      "end": 3801,
      "loc": {
        "start": {
          "line": 124,
          "column": 6
        },
        "end": {
          "line": 124,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3802,
      "end": 3803,
      "loc": {
        "start": {
          "line": 124,
          "column": 10
        },
        "end": {
          "line": 124,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3812,
      "end": 3816,
      "loc": {
        "start": {
          "line": 125,
          "column": 8
        },
        "end": {
          "line": 125,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3816,
      "end": 3817,
      "loc": {
        "start": {
          "line": 125,
          "column": 12
        },
        "end": {
          "line": 125,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_baseEntityTest",
      "start": 3817,
      "end": 3832,
      "loc": {
        "start": {
          "line": 125,
          "column": 13
        },
        "end": {
          "line": 125,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3832,
      "end": 3833,
      "loc": {
        "start": {
          "line": 125,
          "column": 28
        },
        "end": {
          "line": 125,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "component",
      "start": 3833,
      "end": 3842,
      "loc": {
        "start": {
          "line": 125,
          "column": 29
        },
        "end": {
          "line": 125,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3842,
      "end": 3843,
      "loc": {
        "start": {
          "line": 125,
          "column": 38
        },
        "end": {
          "line": 125,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3843,
      "end": 3844,
      "loc": {
        "start": {
          "line": 125,
          "column": 39
        },
        "end": {
          "line": 125,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3853,
      "end": 3857,
      "loc": {
        "start": {
          "line": 126,
          "column": 8
        },
        "end": {
          "line": 126,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3857,
      "end": 3858,
      "loc": {
        "start": {
          "line": 126,
          "column": 12
        },
        "end": {
          "line": 126,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_testComponentReferences",
      "start": 3858,
      "end": 3882,
      "loc": {
        "start": {
          "line": 126,
          "column": 13
        },
        "end": {
          "line": 126,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3882,
      "end": 3883,
      "loc": {
        "start": {
          "line": 126,
          "column": 37
        },
        "end": {
          "line": 126,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "component",
      "start": 3883,
      "end": 3892,
      "loc": {
        "start": {
          "line": 126,
          "column": 38
        },
        "end": {
          "line": 126,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3892,
      "end": 3893,
      "loc": {
        "start": {
          "line": 126,
          "column": 47
        },
        "end": {
          "line": 126,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3893,
      "end": 3894,
      "loc": {
        "start": {
          "line": 126,
          "column": 48
        },
        "end": {
          "line": 126,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3901,
      "end": 3902,
      "loc": {
        "start": {
          "line": 127,
          "column": 6
        },
        "end": {
          "line": 127,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "catch",
        "keyword": "catch",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "catch",
      "start": 3903,
      "end": 3908,
      "loc": {
        "start": {
          "line": 127,
          "column": 8
        },
        "end": {
          "line": 127,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3909,
      "end": 3910,
      "loc": {
        "start": {
          "line": 127,
          "column": 14
        },
        "end": {
          "line": 127,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "err",
      "start": 3910,
      "end": 3913,
      "loc": {
        "start": {
          "line": 127,
          "column": 15
        },
        "end": {
          "line": 127,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3913,
      "end": 3914,
      "loc": {
        "start": {
          "line": 127,
          "column": 18
        },
        "end": {
          "line": 127,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3915,
      "end": 3916,
      "loc": {
        "start": {
          "line": 127,
          "column": 20
        },
        "end": {
          "line": 127,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3925,
      "end": 3929,
      "loc": {
        "start": {
          "line": 128,
          "column": 8
        },
        "end": {
          "line": 128,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3929,
      "end": 3930,
      "loc": {
        "start": {
          "line": 128,
          "column": 12
        },
        "end": {
          "line": 128,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_logIssue",
      "start": 3930,
      "end": 3939,
      "loc": {
        "start": {
          "line": 128,
          "column": 13
        },
        "end": {
          "line": 128,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3939,
      "end": 3940,
      "loc": {
        "start": {
          "line": 128,
          "column": 22
        },
        "end": {
          "line": 128,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "unknown_error",
      "start": 3940,
      "end": 3955,
      "loc": {
        "start": {
          "line": 128,
          "column": 23
        },
        "end": {
          "line": 128,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3955,
      "end": 3956,
      "loc": {
        "start": {
          "line": 128,
          "column": 38
        },
        "end": {
          "line": 128,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "component",
      "start": 3957,
      "end": 3966,
      "loc": {
        "start": {
          "line": 128,
          "column": 40
        },
        "end": {
          "line": 128,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3966,
      "end": 3967,
      "loc": {
        "start": {
          "line": 128,
          "column": 49
        },
        "end": {
          "line": 128,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 3968,
      "end": 3972,
      "loc": {
        "start": {
          "line": 128,
          "column": 51
        },
        "end": {
          "line": 128,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3972,
      "end": 3973,
      "loc": {
        "start": {
          "line": 128,
          "column": 55
        },
        "end": {
          "line": 128,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "err",
      "start": 3974,
      "end": 3977,
      "loc": {
        "start": {
          "line": 128,
          "column": 57
        },
        "end": {
          "line": 128,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3977,
      "end": 3978,
      "loc": {
        "start": {
          "line": 128,
          "column": 60
        },
        "end": {
          "line": 128,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3978,
      "end": 3979,
      "loc": {
        "start": {
          "line": 128,
          "column": 61
        },
        "end": {
          "line": 128,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3986,
      "end": 3987,
      "loc": {
        "start": {
          "line": 129,
          "column": 6
        },
        "end": {
          "line": 129,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3992,
      "end": 3993,
      "loc": {
        "start": {
          "line": 130,
          "column": 4
        },
        "end": {
          "line": 130,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3993,
      "end": 3994,
      "loc": {
        "start": {
          "line": 130,
          "column": 5
        },
        "end": {
          "line": 130,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3994,
      "end": 3995,
      "loc": {
        "start": {
          "line": 130,
          "column": 6
        },
        "end": {
          "line": 130,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3998,
      "end": 3999,
      "loc": {
        "start": {
          "line": 131,
          "column": 2
        },
        "end": {
          "line": 131,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_runDynamicGroupTests",
      "start": 4003,
      "end": 4024,
      "loc": {
        "start": {
          "line": 133,
          "column": 2
        },
        "end": {
          "line": 133,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4024,
      "end": 4025,
      "loc": {
        "start": {
          "line": 133,
          "column": 23
        },
        "end": {
          "line": 133,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4025,
      "end": 4026,
      "loc": {
        "start": {
          "line": 133,
          "column": 24
        },
        "end": {
          "line": 133,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4027,
      "end": 4028,
      "loc": {
        "start": {
          "line": 133,
          "column": 26
        },
        "end": {
          "line": 133,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 4033,
      "end": 4034,
      "loc": {
        "start": {
          "line": 134,
          "column": 4
        },
        "end": {
          "line": 134,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4034,
      "end": 4035,
      "loc": {
        "start": {
          "line": 134,
          "column": 5
        },
        "end": {
          "line": 134,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "each",
      "start": 4035,
      "end": 4039,
      "loc": {
        "start": {
          "line": 134,
          "column": 6
        },
        "end": {
          "line": 134,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4039,
      "end": 4040,
      "loc": {
        "start": {
          "line": 134,
          "column": 10
        },
        "end": {
          "line": 134,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 4040,
      "end": 4044,
      "loc": {
        "start": {
          "line": 134,
          "column": 11
        },
        "end": {
          "line": 134,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4044,
      "end": 4045,
      "loc": {
        "start": {
          "line": 134,
          "column": 15
        },
        "end": {
          "line": 134,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_bid",
      "start": 4045,
      "end": 4049,
      "loc": {
        "start": {
          "line": 134,
          "column": 16
        },
        "end": {
          "line": 134,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4049,
      "end": 4050,
      "loc": {
        "start": {
          "line": 134,
          "column": 20
        },
        "end": {
          "line": 134,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entities",
      "start": 4050,
      "end": 4058,
      "loc": {
        "start": {
          "line": 134,
          "column": 21
        },
        "end": {
          "line": 134,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4058,
      "end": 4059,
      "loc": {
        "start": {
          "line": 134,
          "column": 29
        },
        "end": {
          "line": 134,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dynamicGroups",
      "start": 4059,
      "end": 4072,
      "loc": {
        "start": {
          "line": 134,
          "column": 30
        },
        "end": {
          "line": 134,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4072,
      "end": 4073,
      "loc": {
        "start": {
          "line": 134,
          "column": 43
        },
        "end": {
          "line": 134,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4073,
      "end": 4074,
      "loc": {
        "start": {
          "line": 134,
          "column": 44
        },
        "end": {
          "line": 134,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4074,
      "end": 4075,
      "loc": {
        "start": {
          "line": 134,
          "column": 45
        },
        "end": {
          "line": 134,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dynamicGroup",
      "start": 4076,
      "end": 4088,
      "loc": {
        "start": {
          "line": 134,
          "column": 47
        },
        "end": {
          "line": 134,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4089,
      "end": 4091,
      "loc": {
        "start": {
          "line": 134,
          "column": 60
        },
        "end": {
          "line": 134,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4092,
      "end": 4093,
      "loc": {
        "start": {
          "line": 134,
          "column": 63
        },
        "end": {
          "line": 134,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "try",
        "keyword": "try",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "try",
      "start": 4100,
      "end": 4103,
      "loc": {
        "start": {
          "line": 135,
          "column": 6
        },
        "end": {
          "line": 135,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4104,
      "end": 4105,
      "loc": {
        "start": {
          "line": 135,
          "column": 10
        },
        "end": {
          "line": 135,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 4114,
      "end": 4118,
      "loc": {
        "start": {
          "line": 136,
          "column": 8
        },
        "end": {
          "line": 136,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4118,
      "end": 4119,
      "loc": {
        "start": {
          "line": 136,
          "column": 12
        },
        "end": {
          "line": 136,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_testDynamicGroupReferences",
      "start": 4119,
      "end": 4146,
      "loc": {
        "start": {
          "line": 136,
          "column": 13
        },
        "end": {
          "line": 136,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4146,
      "end": 4147,
      "loc": {
        "start": {
          "line": 136,
          "column": 40
        },
        "end": {
          "line": 136,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dynamicGroup",
      "start": 4147,
      "end": 4159,
      "loc": {
        "start": {
          "line": 136,
          "column": 41
        },
        "end": {
          "line": 136,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4159,
      "end": 4160,
      "loc": {
        "start": {
          "line": 136,
          "column": 53
        },
        "end": {
          "line": 136,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4160,
      "end": 4161,
      "loc": {
        "start": {
          "line": 136,
          "column": 54
        },
        "end": {
          "line": 136,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4168,
      "end": 4169,
      "loc": {
        "start": {
          "line": 137,
          "column": 6
        },
        "end": {
          "line": 137,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "catch",
        "keyword": "catch",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "catch",
      "start": 4170,
      "end": 4175,
      "loc": {
        "start": {
          "line": 137,
          "column": 8
        },
        "end": {
          "line": 137,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4176,
      "end": 4177,
      "loc": {
        "start": {
          "line": 137,
          "column": 14
        },
        "end": {
          "line": 137,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "err",
      "start": 4177,
      "end": 4180,
      "loc": {
        "start": {
          "line": 137,
          "column": 15
        },
        "end": {
          "line": 137,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4180,
      "end": 4181,
      "loc": {
        "start": {
          "line": 137,
          "column": 18
        },
        "end": {
          "line": 137,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4182,
      "end": 4183,
      "loc": {
        "start": {
          "line": 137,
          "column": 20
        },
        "end": {
          "line": 137,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 4192,
      "end": 4196,
      "loc": {
        "start": {
          "line": 138,
          "column": 8
        },
        "end": {
          "line": 138,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4196,
      "end": 4197,
      "loc": {
        "start": {
          "line": 138,
          "column": 12
        },
        "end": {
          "line": 138,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_logIssue",
      "start": 4197,
      "end": 4206,
      "loc": {
        "start": {
          "line": 138,
          "column": 13
        },
        "end": {
          "line": 138,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4206,
      "end": 4207,
      "loc": {
        "start": {
          "line": 138,
          "column": 22
        },
        "end": {
          "line": 138,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "unknown_error",
      "start": 4207,
      "end": 4222,
      "loc": {
        "start": {
          "line": 138,
          "column": 23
        },
        "end": {
          "line": 138,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4222,
      "end": 4223,
      "loc": {
        "start": {
          "line": 138,
          "column": 38
        },
        "end": {
          "line": 138,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dynamicGroup",
      "start": 4224,
      "end": 4236,
      "loc": {
        "start": {
          "line": 138,
          "column": 40
        },
        "end": {
          "line": 138,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4236,
      "end": 4237,
      "loc": {
        "start": {
          "line": 138,
          "column": 52
        },
        "end": {
          "line": 138,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 4238,
      "end": 4242,
      "loc": {
        "start": {
          "line": 138,
          "column": 54
        },
        "end": {
          "line": 138,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4242,
      "end": 4243,
      "loc": {
        "start": {
          "line": 138,
          "column": 58
        },
        "end": {
          "line": 138,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "err",
      "start": 4244,
      "end": 4247,
      "loc": {
        "start": {
          "line": 138,
          "column": 60
        },
        "end": {
          "line": 138,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4247,
      "end": 4248,
      "loc": {
        "start": {
          "line": 138,
          "column": 63
        },
        "end": {
          "line": 138,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4248,
      "end": 4249,
      "loc": {
        "start": {
          "line": 138,
          "column": 64
        },
        "end": {
          "line": 138,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4256,
      "end": 4257,
      "loc": {
        "start": {
          "line": 139,
          "column": 6
        },
        "end": {
          "line": 139,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4262,
      "end": 4263,
      "loc": {
        "start": {
          "line": 140,
          "column": 4
        },
        "end": {
          "line": 140,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4263,
      "end": 4264,
      "loc": {
        "start": {
          "line": 140,
          "column": 5
        },
        "end": {
          "line": 140,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4264,
      "end": 4265,
      "loc": {
        "start": {
          "line": 140,
          "column": 6
        },
        "end": {
          "line": 140,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4268,
      "end": 4269,
      "loc": {
        "start": {
          "line": 141,
          "column": 2
        },
        "end": {
          "line": 141,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_runAssemblyTest",
      "start": 4273,
      "end": 4289,
      "loc": {
        "start": {
          "line": 143,
          "column": 2
        },
        "end": {
          "line": 143,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4289,
      "end": 4290,
      "loc": {
        "start": {
          "line": 143,
          "column": 18
        },
        "end": {
          "line": 143,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4290,
      "end": 4291,
      "loc": {
        "start": {
          "line": 143,
          "column": 19
        },
        "end": {
          "line": 143,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4292,
      "end": 4293,
      "loc": {
        "start": {
          "line": 143,
          "column": 21
        },
        "end": {
          "line": 143,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 4298,
      "end": 4299,
      "loc": {
        "start": {
          "line": 144,
          "column": 4
        },
        "end": {
          "line": 144,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4299,
      "end": 4300,
      "loc": {
        "start": {
          "line": 144,
          "column": 5
        },
        "end": {
          "line": 144,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "each",
      "start": 4300,
      "end": 4304,
      "loc": {
        "start": {
          "line": 144,
          "column": 6
        },
        "end": {
          "line": 144,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4304,
      "end": 4305,
      "loc": {
        "start": {
          "line": 144,
          "column": 10
        },
        "end": {
          "line": 144,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 4305,
      "end": 4309,
      "loc": {
        "start": {
          "line": 144,
          "column": 11
        },
        "end": {
          "line": 144,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4309,
      "end": 4310,
      "loc": {
        "start": {
          "line": 144,
          "column": 15
        },
        "end": {
          "line": 144,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_bid",
      "start": 4310,
      "end": 4314,
      "loc": {
        "start": {
          "line": 144,
          "column": 16
        },
        "end": {
          "line": 144,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4314,
      "end": 4315,
      "loc": {
        "start": {
          "line": 144,
          "column": 20
        },
        "end": {
          "line": 144,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entities",
      "start": 4315,
      "end": 4323,
      "loc": {
        "start": {
          "line": 144,
          "column": 21
        },
        "end": {
          "line": 144,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4323,
      "end": 4324,
      "loc": {
        "start": {
          "line": 144,
          "column": 29
        },
        "end": {
          "line": 144,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assemblies",
      "start": 4324,
      "end": 4334,
      "loc": {
        "start": {
          "line": 144,
          "column": 30
        },
        "end": {
          "line": 144,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4334,
      "end": 4335,
      "loc": {
        "start": {
          "line": 144,
          "column": 40
        },
        "end": {
          "line": 144,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4335,
      "end": 4336,
      "loc": {
        "start": {
          "line": 144,
          "column": 41
        },
        "end": {
          "line": 144,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4336,
      "end": 4337,
      "loc": {
        "start": {
          "line": 144,
          "column": 42
        },
        "end": {
          "line": 144,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assembly",
      "start": 4338,
      "end": 4346,
      "loc": {
        "start": {
          "line": 144,
          "column": 44
        },
        "end": {
          "line": 144,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4347,
      "end": 4349,
      "loc": {
        "start": {
          "line": 144,
          "column": 53
        },
        "end": {
          "line": 144,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4350,
      "end": 4351,
      "loc": {
        "start": {
          "line": 144,
          "column": 56
        },
        "end": {
          "line": 144,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "try",
        "keyword": "try",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "try",
      "start": 4358,
      "end": 4361,
      "loc": {
        "start": {
          "line": 145,
          "column": 6
        },
        "end": {
          "line": 145,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4362,
      "end": 4363,
      "loc": {
        "start": {
          "line": 145,
          "column": 10
        },
        "end": {
          "line": 145,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 4372,
      "end": 4373,
      "loc": {
        "start": {
          "line": 146,
          "column": 8
        },
        "end": {
          "line": 146,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4373,
      "end": 4374,
      "loc": {
        "start": {
          "line": 146,
          "column": 9
        },
        "end": {
          "line": 146,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "each",
      "start": 4374,
      "end": 4378,
      "loc": {
        "start": {
          "line": 146,
          "column": 10
        },
        "end": {
          "line": 146,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4378,
      "end": 4379,
      "loc": {
        "start": {
          "line": 146,
          "column": 14
        },
        "end": {
          "line": 146,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assembly",
      "start": 4379,
      "end": 4387,
      "loc": {
        "start": {
          "line": 146,
          "column": 15
        },
        "end": {
          "line": 146,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4387,
      "end": 4388,
      "loc": {
        "start": {
          "line": 146,
          "column": 23
        },
        "end": {
          "line": 146,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 4388,
      "end": 4394,
      "loc": {
        "start": {
          "line": 146,
          "column": 24
        },
        "end": {
          "line": 146,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4394,
      "end": 4395,
      "loc": {
        "start": {
          "line": 146,
          "column": 30
        },
        "end": {
          "line": 146,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "line_items",
      "start": 4395,
      "end": 4405,
      "loc": {
        "start": {
          "line": 146,
          "column": 31
        },
        "end": {
          "line": 146,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4405,
      "end": 4406,
      "loc": {
        "start": {
          "line": 146,
          "column": 41
        },
        "end": {
          "line": 146,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 4407,
      "end": 4409,
      "loc": {
        "start": {
          "line": 146,
          "column": 43
        },
        "end": {
          "line": 146,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4410,
      "end": 4412,
      "loc": {
        "start": {
          "line": 146,
          "column": 46
        },
        "end": {
          "line": 146,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4413,
      "end": 4414,
      "loc": {
        "start": {
          "line": 146,
          "column": 49
        },
        "end": {
          "line": 146,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 4425,
      "end": 4428,
      "loc": {
        "start": {
          "line": 147,
          "column": 10
        },
        "end": {
          "line": 147,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entity",
      "start": 4429,
      "end": 4435,
      "loc": {
        "start": {
          "line": 147,
          "column": 14
        },
        "end": {
          "line": 147,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4436,
      "end": 4437,
      "loc": {
        "start": {
          "line": 147,
          "column": 21
        },
        "end": {
          "line": 147,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 4438,
      "end": 4442,
      "loc": {
        "start": {
          "line": 147,
          "column": 23
        },
        "end": {
          "line": 147,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4442,
      "end": 4443,
      "loc": {
        "start": {
          "line": 147,
          "column": 27
        },
        "end": {
          "line": 147,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_bid",
      "start": 4443,
      "end": 4447,
      "loc": {
        "start": {
          "line": 147,
          "column": 28
        },
        "end": {
          "line": 147,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4447,
      "end": 4448,
      "loc": {
        "start": {
          "line": 147,
          "column": 32
        },
        "end": {
          "line": 147,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entities",
      "start": 4448,
      "end": 4456,
      "loc": {
        "start": {
          "line": 147,
          "column": 33
        },
        "end": {
          "line": 147,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4456,
      "end": 4457,
      "loc": {
        "start": {
          "line": 147,
          "column": 41
        },
        "end": {
          "line": 147,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lineItems",
      "start": 4457,
      "end": 4466,
      "loc": {
        "start": {
          "line": 147,
          "column": 42
        },
        "end": {
          "line": 147,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4466,
      "end": 4467,
      "loc": {
        "start": {
          "line": 147,
          "column": 51
        },
        "end": {
          "line": 147,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 4467,
      "end": 4469,
      "loc": {
        "start": {
          "line": 147,
          "column": 52
        },
        "end": {
          "line": 147,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4469,
      "end": 4470,
      "loc": {
        "start": {
          "line": 147,
          "column": 54
        },
        "end": {
          "line": 147,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4470,
      "end": 4471,
      "loc": {
        "start": {
          "line": 147,
          "column": 55
        },
        "end": {
          "line": 147,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 4482,
      "end": 4484,
      "loc": {
        "start": {
          "line": 148,
          "column": 10
        },
        "end": {
          "line": 148,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4485,
      "end": 4486,
      "loc": {
        "start": {
          "line": 148,
          "column": 13
        },
        "end": {
          "line": 148,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 4486,
      "end": 4487,
      "loc": {
        "start": {
          "line": 148,
          "column": 14
        },
        "end": {
          "line": 148,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4487,
      "end": 4488,
      "loc": {
        "start": {
          "line": 148,
          "column": 15
        },
        "end": {
          "line": 148,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isUndefined",
      "start": 4488,
      "end": 4499,
      "loc": {
        "start": {
          "line": 148,
          "column": 16
        },
        "end": {
          "line": 148,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4499,
      "end": 4500,
      "loc": {
        "start": {
          "line": 148,
          "column": 27
        },
        "end": {
          "line": 148,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entity",
      "start": 4500,
      "end": 4506,
      "loc": {
        "start": {
          "line": 148,
          "column": 28
        },
        "end": {
          "line": 148,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4506,
      "end": 4507,
      "loc": {
        "start": {
          "line": 148,
          "column": 34
        },
        "end": {
          "line": 148,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 4508,
      "end": 4510,
      "loc": {
        "start": {
          "line": 148,
          "column": 36
        },
        "end": {
          "line": 148,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 4511,
      "end": 4512,
      "loc": {
        "start": {
          "line": 148,
          "column": 39
        },
        "end": {
          "line": 148,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4512,
      "end": 4513,
      "loc": {
        "start": {
          "line": 148,
          "column": 40
        },
        "end": {
          "line": 148,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isNull",
      "start": 4513,
      "end": 4519,
      "loc": {
        "start": {
          "line": 148,
          "column": 41
        },
        "end": {
          "line": 148,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4519,
      "end": 4520,
      "loc": {
        "start": {
          "line": 148,
          "column": 47
        },
        "end": {
          "line": 148,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entity",
      "start": 4520,
      "end": 4526,
      "loc": {
        "start": {
          "line": 148,
          "column": 48
        },
        "end": {
          "line": 148,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4526,
      "end": 4527,
      "loc": {
        "start": {
          "line": 148,
          "column": 54
        },
        "end": {
          "line": 148,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4527,
      "end": 4528,
      "loc": {
        "start": {
          "line": 148,
          "column": 55
        },
        "end": {
          "line": 148,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4529,
      "end": 4530,
      "loc": {
        "start": {
          "line": 148,
          "column": 57
        },
        "end": {
          "line": 148,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 4543,
      "end": 4547,
      "loc": {
        "start": {
          "line": 149,
          "column": 12
        },
        "end": {
          "line": 149,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4547,
      "end": 4548,
      "loc": {
        "start": {
          "line": 149,
          "column": 16
        },
        "end": {
          "line": 149,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_logIssue",
      "start": 4548,
      "end": 4557,
      "loc": {
        "start": {
          "line": 149,
          "column": 17
        },
        "end": {
          "line": 149,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4557,
      "end": 4558,
      "loc": {
        "start": {
          "line": 149,
          "column": 26
        },
        "end": {
          "line": 149,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "invalid_assembly_entity_reference",
      "start": 4558,
      "end": 4593,
      "loc": {
        "start": {
          "line": 149,
          "column": 27
        },
        "end": {
          "line": 149,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4593,
      "end": 4594,
      "loc": {
        "start": {
          "line": 149,
          "column": 62
        },
        "end": {
          "line": 149,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assembly",
      "start": 4595,
      "end": 4603,
      "loc": {
        "start": {
          "line": 149,
          "column": 64
        },
        "end": {
          "line": 149,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4603,
      "end": 4604,
      "loc": {
        "start": {
          "line": 149,
          "column": 72
        },
        "end": {
          "line": 149,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 4605,
      "end": 4609,
      "loc": {
        "start": {
          "line": 149,
          "column": 74
        },
        "end": {
          "line": 149,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4609,
      "end": 4610,
      "loc": {
        "start": {
          "line": 149,
          "column": 78
        },
        "end": {
          "line": 149,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4611,
      "end": 4612,
      "loc": {
        "start": {
          "line": 149,
          "column": 80
        },
        "end": {
          "line": 149,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependency_type",
      "start": 4627,
      "end": 4642,
      "loc": {
        "start": {
          "line": 150,
          "column": 14
        },
        "end": {
          "line": 150,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4642,
      "end": 4643,
      "loc": {
        "start": {
          "line": 150,
          "column": 29
        },
        "end": {
          "line": 150,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "line_item",
      "start": 4644,
      "end": 4655,
      "loc": {
        "start": {
          "line": 150,
          "column": 31
        },
        "end": {
          "line": 150,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4655,
      "end": 4656,
      "loc": {
        "start": {
          "line": 150,
          "column": 42
        },
        "end": {
          "line": 150,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependency_id",
      "start": 4671,
      "end": 4684,
      "loc": {
        "start": {
          "line": 151,
          "column": 14
        },
        "end": {
          "line": 151,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4684,
      "end": 4685,
      "loc": {
        "start": {
          "line": 151,
          "column": 27
        },
        "end": {
          "line": 151,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 4686,
      "end": 4688,
      "loc": {
        "start": {
          "line": 151,
          "column": 29
        },
        "end": {
          "line": 151,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4688,
      "end": 4689,
      "loc": {
        "start": {
          "line": 151,
          "column": 31
        },
        "end": {
          "line": 151,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4702,
      "end": 4703,
      "loc": {
        "start": {
          "line": 152,
          "column": 12
        },
        "end": {
          "line": 152,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4703,
      "end": 4704,
      "loc": {
        "start": {
          "line": 152,
          "column": 13
        },
        "end": {
          "line": 152,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4704,
      "end": 4705,
      "loc": {
        "start": {
          "line": 152,
          "column": 14
        },
        "end": {
          "line": 152,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4716,
      "end": 4717,
      "loc": {
        "start": {
          "line": 153,
          "column": 10
        },
        "end": {
          "line": 153,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4726,
      "end": 4727,
      "loc": {
        "start": {
          "line": 154,
          "column": 8
        },
        "end": {
          "line": 154,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4727,
      "end": 4728,
      "loc": {
        "start": {
          "line": 154,
          "column": 9
        },
        "end": {
          "line": 154,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4728,
      "end": 4729,
      "loc": {
        "start": {
          "line": 154,
          "column": 10
        },
        "end": {
          "line": 154,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 4739,
      "end": 4740,
      "loc": {
        "start": {
          "line": 156,
          "column": 8
        },
        "end": {
          "line": 156,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4740,
      "end": 4741,
      "loc": {
        "start": {
          "line": 156,
          "column": 9
        },
        "end": {
          "line": 156,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "each",
      "start": 4741,
      "end": 4745,
      "loc": {
        "start": {
          "line": 156,
          "column": 10
        },
        "end": {
          "line": 156,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4745,
      "end": 4746,
      "loc": {
        "start": {
          "line": 156,
          "column": 14
        },
        "end": {
          "line": 156,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assembly",
      "start": 4746,
      "end": 4754,
      "loc": {
        "start": {
          "line": 156,
          "column": 15
        },
        "end": {
          "line": 156,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4754,
      "end": 4755,
      "loc": {
        "start": {
          "line": 156,
          "column": 23
        },
        "end": {
          "line": 156,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 4755,
      "end": 4761,
      "loc": {
        "start": {
          "line": 156,
          "column": 24
        },
        "end": {
          "line": 156,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4761,
      "end": 4762,
      "loc": {
        "start": {
          "line": 156,
          "column": 30
        },
        "end": {
          "line": 156,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "components",
      "start": 4762,
      "end": 4772,
      "loc": {
        "start": {
          "line": 156,
          "column": 31
        },
        "end": {
          "line": 156,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4772,
      "end": 4773,
      "loc": {
        "start": {
          "line": 156,
          "column": 41
        },
        "end": {
          "line": 156,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 4774,
      "end": 4776,
      "loc": {
        "start": {
          "line": 156,
          "column": 43
        },
        "end": {
          "line": 156,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4777,
      "end": 4779,
      "loc": {
        "start": {
          "line": 156,
          "column": 46
        },
        "end": {
          "line": 156,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4780,
      "end": 4781,
      "loc": {
        "start": {
          "line": 156,
          "column": 49
        },
        "end": {
          "line": 156,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 4792,
      "end": 4795,
      "loc": {
        "start": {
          "line": 157,
          "column": 10
        },
        "end": {
          "line": 157,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entity",
      "start": 4796,
      "end": 4802,
      "loc": {
        "start": {
          "line": 157,
          "column": 14
        },
        "end": {
          "line": 157,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4803,
      "end": 4804,
      "loc": {
        "start": {
          "line": 157,
          "column": 21
        },
        "end": {
          "line": 157,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 4805,
      "end": 4809,
      "loc": {
        "start": {
          "line": 157,
          "column": 23
        },
        "end": {
          "line": 157,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4809,
      "end": 4810,
      "loc": {
        "start": {
          "line": 157,
          "column": 27
        },
        "end": {
          "line": 157,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_bid",
      "start": 4810,
      "end": 4814,
      "loc": {
        "start": {
          "line": 157,
          "column": 28
        },
        "end": {
          "line": 157,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4814,
      "end": 4815,
      "loc": {
        "start": {
          "line": 157,
          "column": 32
        },
        "end": {
          "line": 157,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entities",
      "start": 4815,
      "end": 4823,
      "loc": {
        "start": {
          "line": 157,
          "column": 33
        },
        "end": {
          "line": 157,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4823,
      "end": 4824,
      "loc": {
        "start": {
          "line": 157,
          "column": 41
        },
        "end": {
          "line": 157,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "components",
      "start": 4824,
      "end": 4834,
      "loc": {
        "start": {
          "line": 157,
          "column": 42
        },
        "end": {
          "line": 157,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4834,
      "end": 4835,
      "loc": {
        "start": {
          "line": 157,
          "column": 52
        },
        "end": {
          "line": 157,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 4835,
      "end": 4837,
      "loc": {
        "start": {
          "line": 157,
          "column": 53
        },
        "end": {
          "line": 157,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4837,
      "end": 4838,
      "loc": {
        "start": {
          "line": 157,
          "column": 55
        },
        "end": {
          "line": 157,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4838,
      "end": 4839,
      "loc": {
        "start": {
          "line": 157,
          "column": 56
        },
        "end": {
          "line": 157,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 4850,
      "end": 4852,
      "loc": {
        "start": {
          "line": 158,
          "column": 10
        },
        "end": {
          "line": 158,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4853,
      "end": 4854,
      "loc": {
        "start": {
          "line": 158,
          "column": 13
        },
        "end": {
          "line": 158,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 4854,
      "end": 4855,
      "loc": {
        "start": {
          "line": 158,
          "column": 14
        },
        "end": {
          "line": 158,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4855,
      "end": 4856,
      "loc": {
        "start": {
          "line": 158,
          "column": 15
        },
        "end": {
          "line": 158,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isUndefined",
      "start": 4856,
      "end": 4867,
      "loc": {
        "start": {
          "line": 158,
          "column": 16
        },
        "end": {
          "line": 158,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4867,
      "end": 4868,
      "loc": {
        "start": {
          "line": 158,
          "column": 27
        },
        "end": {
          "line": 158,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entity",
      "start": 4868,
      "end": 4874,
      "loc": {
        "start": {
          "line": 158,
          "column": 28
        },
        "end": {
          "line": 158,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4874,
      "end": 4875,
      "loc": {
        "start": {
          "line": 158,
          "column": 34
        },
        "end": {
          "line": 158,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 4876,
      "end": 4878,
      "loc": {
        "start": {
          "line": 158,
          "column": 36
        },
        "end": {
          "line": 158,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 4879,
      "end": 4880,
      "loc": {
        "start": {
          "line": 158,
          "column": 39
        },
        "end": {
          "line": 158,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4880,
      "end": 4881,
      "loc": {
        "start": {
          "line": 158,
          "column": 40
        },
        "end": {
          "line": 158,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isNull",
      "start": 4881,
      "end": 4887,
      "loc": {
        "start": {
          "line": 158,
          "column": 41
        },
        "end": {
          "line": 158,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4887,
      "end": 4888,
      "loc": {
        "start": {
          "line": 158,
          "column": 47
        },
        "end": {
          "line": 158,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entity",
      "start": 4888,
      "end": 4894,
      "loc": {
        "start": {
          "line": 158,
          "column": 48
        },
        "end": {
          "line": 158,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4894,
      "end": 4895,
      "loc": {
        "start": {
          "line": 158,
          "column": 54
        },
        "end": {
          "line": 158,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4895,
      "end": 4896,
      "loc": {
        "start": {
          "line": 158,
          "column": 55
        },
        "end": {
          "line": 158,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4897,
      "end": 4898,
      "loc": {
        "start": {
          "line": 158,
          "column": 57
        },
        "end": {
          "line": 158,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 4911,
      "end": 4915,
      "loc": {
        "start": {
          "line": 159,
          "column": 12
        },
        "end": {
          "line": 159,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4915,
      "end": 4916,
      "loc": {
        "start": {
          "line": 159,
          "column": 16
        },
        "end": {
          "line": 159,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_logIssue",
      "start": 4916,
      "end": 4925,
      "loc": {
        "start": {
          "line": 159,
          "column": 17
        },
        "end": {
          "line": 159,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4925,
      "end": 4926,
      "loc": {
        "start": {
          "line": 159,
          "column": 26
        },
        "end": {
          "line": 159,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "invalid_assembly_entity_reference",
      "start": 4926,
      "end": 4961,
      "loc": {
        "start": {
          "line": 159,
          "column": 27
        },
        "end": {
          "line": 159,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4961,
      "end": 4962,
      "loc": {
        "start": {
          "line": 159,
          "column": 62
        },
        "end": {
          "line": 159,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assembly",
      "start": 4963,
      "end": 4971,
      "loc": {
        "start": {
          "line": 159,
          "column": 64
        },
        "end": {
          "line": 159,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4971,
      "end": 4972,
      "loc": {
        "start": {
          "line": 159,
          "column": 72
        },
        "end": {
          "line": 159,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 4973,
      "end": 4977,
      "loc": {
        "start": {
          "line": 159,
          "column": 74
        },
        "end": {
          "line": 159,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4977,
      "end": 4978,
      "loc": {
        "start": {
          "line": 159,
          "column": 78
        },
        "end": {
          "line": 159,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4979,
      "end": 4980,
      "loc": {
        "start": {
          "line": 159,
          "column": 80
        },
        "end": {
          "line": 159,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependency_type",
      "start": 4995,
      "end": 5010,
      "loc": {
        "start": {
          "line": 160,
          "column": 14
        },
        "end": {
          "line": 160,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5010,
      "end": 5011,
      "loc": {
        "start": {
          "line": 160,
          "column": 29
        },
        "end": {
          "line": 160,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "component",
      "start": 5012,
      "end": 5023,
      "loc": {
        "start": {
          "line": 160,
          "column": 31
        },
        "end": {
          "line": 160,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5023,
      "end": 5024,
      "loc": {
        "start": {
          "line": 160,
          "column": 42
        },
        "end": {
          "line": 160,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependency_id",
      "start": 5039,
      "end": 5052,
      "loc": {
        "start": {
          "line": 161,
          "column": 14
        },
        "end": {
          "line": 161,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5052,
      "end": 5053,
      "loc": {
        "start": {
          "line": 161,
          "column": 27
        },
        "end": {
          "line": 161,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 5054,
      "end": 5056,
      "loc": {
        "start": {
          "line": 161,
          "column": 29
        },
        "end": {
          "line": 161,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5056,
      "end": 5057,
      "loc": {
        "start": {
          "line": 161,
          "column": 31
        },
        "end": {
          "line": 161,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5070,
      "end": 5071,
      "loc": {
        "start": {
          "line": 162,
          "column": 12
        },
        "end": {
          "line": 162,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5071,
      "end": 5072,
      "loc": {
        "start": {
          "line": 162,
          "column": 13
        },
        "end": {
          "line": 162,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5072,
      "end": 5073,
      "loc": {
        "start": {
          "line": 162,
          "column": 14
        },
        "end": {
          "line": 162,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5084,
      "end": 5085,
      "loc": {
        "start": {
          "line": 163,
          "column": 10
        },
        "end": {
          "line": 163,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5094,
      "end": 5095,
      "loc": {
        "start": {
          "line": 164,
          "column": 8
        },
        "end": {
          "line": 164,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5095,
      "end": 5096,
      "loc": {
        "start": {
          "line": 164,
          "column": 9
        },
        "end": {
          "line": 164,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5096,
      "end": 5097,
      "loc": {
        "start": {
          "line": 164,
          "column": 10
        },
        "end": {
          "line": 164,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 5107,
      "end": 5108,
      "loc": {
        "start": {
          "line": 166,
          "column": 8
        },
        "end": {
          "line": 166,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5108,
      "end": 5109,
      "loc": {
        "start": {
          "line": 166,
          "column": 9
        },
        "end": {
          "line": 166,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "each",
      "start": 5109,
      "end": 5113,
      "loc": {
        "start": {
          "line": 166,
          "column": 10
        },
        "end": {
          "line": 166,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5113,
      "end": 5114,
      "loc": {
        "start": {
          "line": 166,
          "column": 14
        },
        "end": {
          "line": 166,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assembly",
      "start": 5114,
      "end": 5122,
      "loc": {
        "start": {
          "line": 166,
          "column": 15
        },
        "end": {
          "line": 166,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5122,
      "end": 5123,
      "loc": {
        "start": {
          "line": 166,
          "column": 23
        },
        "end": {
          "line": 166,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 5123,
      "end": 5129,
      "loc": {
        "start": {
          "line": 166,
          "column": 24
        },
        "end": {
          "line": 166,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5129,
      "end": 5130,
      "loc": {
        "start": {
          "line": 166,
          "column": 30
        },
        "end": {
          "line": 166,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "metrics",
      "start": 5130,
      "end": 5137,
      "loc": {
        "start": {
          "line": 166,
          "column": 31
        },
        "end": {
          "line": 166,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5137,
      "end": 5138,
      "loc": {
        "start": {
          "line": 166,
          "column": 38
        },
        "end": {
          "line": 166,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 5139,
      "end": 5141,
      "loc": {
        "start": {
          "line": 166,
          "column": 40
        },
        "end": {
          "line": 166,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5142,
      "end": 5144,
      "loc": {
        "start": {
          "line": 166,
          "column": 43
        },
        "end": {
          "line": 166,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5145,
      "end": 5146,
      "loc": {
        "start": {
          "line": 166,
          "column": 46
        },
        "end": {
          "line": 166,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 5157,
      "end": 5160,
      "loc": {
        "start": {
          "line": 167,
          "column": 10
        },
        "end": {
          "line": 167,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entity",
      "start": 5161,
      "end": 5167,
      "loc": {
        "start": {
          "line": 167,
          "column": 14
        },
        "end": {
          "line": 167,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5168,
      "end": 5169,
      "loc": {
        "start": {
          "line": 167,
          "column": 21
        },
        "end": {
          "line": 167,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 5170,
      "end": 5174,
      "loc": {
        "start": {
          "line": 167,
          "column": 23
        },
        "end": {
          "line": 167,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5174,
      "end": 5175,
      "loc": {
        "start": {
          "line": 167,
          "column": 27
        },
        "end": {
          "line": 167,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_bid",
      "start": 5175,
      "end": 5179,
      "loc": {
        "start": {
          "line": 167,
          "column": 28
        },
        "end": {
          "line": 167,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5179,
      "end": 5180,
      "loc": {
        "start": {
          "line": 167,
          "column": 32
        },
        "end": {
          "line": 167,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entities",
      "start": 5180,
      "end": 5188,
      "loc": {
        "start": {
          "line": 167,
          "column": 33
        },
        "end": {
          "line": 167,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5188,
      "end": 5189,
      "loc": {
        "start": {
          "line": 167,
          "column": 41
        },
        "end": {
          "line": 167,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "metrics",
      "start": 5189,
      "end": 5196,
      "loc": {
        "start": {
          "line": 167,
          "column": 42
        },
        "end": {
          "line": 167,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5196,
      "end": 5197,
      "loc": {
        "start": {
          "line": 167,
          "column": 49
        },
        "end": {
          "line": 167,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 5197,
      "end": 5199,
      "loc": {
        "start": {
          "line": 167,
          "column": 50
        },
        "end": {
          "line": 167,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5199,
      "end": 5200,
      "loc": {
        "start": {
          "line": 167,
          "column": 52
        },
        "end": {
          "line": 167,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5200,
      "end": 5201,
      "loc": {
        "start": {
          "line": 167,
          "column": 53
        },
        "end": {
          "line": 167,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 5212,
      "end": 5214,
      "loc": {
        "start": {
          "line": 168,
          "column": 10
        },
        "end": {
          "line": 168,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5215,
      "end": 5216,
      "loc": {
        "start": {
          "line": 168,
          "column": 13
        },
        "end": {
          "line": 168,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 5216,
      "end": 5217,
      "loc": {
        "start": {
          "line": 168,
          "column": 14
        },
        "end": {
          "line": 168,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5217,
      "end": 5218,
      "loc": {
        "start": {
          "line": 168,
          "column": 15
        },
        "end": {
          "line": 168,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isUndefined",
      "start": 5218,
      "end": 5229,
      "loc": {
        "start": {
          "line": 168,
          "column": 16
        },
        "end": {
          "line": 168,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5229,
      "end": 5230,
      "loc": {
        "start": {
          "line": 168,
          "column": 27
        },
        "end": {
          "line": 168,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entity",
      "start": 5230,
      "end": 5236,
      "loc": {
        "start": {
          "line": 168,
          "column": 28
        },
        "end": {
          "line": 168,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5236,
      "end": 5237,
      "loc": {
        "start": {
          "line": 168,
          "column": 34
        },
        "end": {
          "line": 168,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 5238,
      "end": 5240,
      "loc": {
        "start": {
          "line": 168,
          "column": 36
        },
        "end": {
          "line": 168,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 5241,
      "end": 5242,
      "loc": {
        "start": {
          "line": 168,
          "column": 39
        },
        "end": {
          "line": 168,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5242,
      "end": 5243,
      "loc": {
        "start": {
          "line": 168,
          "column": 40
        },
        "end": {
          "line": 168,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isNull",
      "start": 5243,
      "end": 5249,
      "loc": {
        "start": {
          "line": 168,
          "column": 41
        },
        "end": {
          "line": 168,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5249,
      "end": 5250,
      "loc": {
        "start": {
          "line": 168,
          "column": 47
        },
        "end": {
          "line": 168,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entity",
      "start": 5250,
      "end": 5256,
      "loc": {
        "start": {
          "line": 168,
          "column": 48
        },
        "end": {
          "line": 168,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5256,
      "end": 5257,
      "loc": {
        "start": {
          "line": 168,
          "column": 54
        },
        "end": {
          "line": 168,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5257,
      "end": 5258,
      "loc": {
        "start": {
          "line": 168,
          "column": 55
        },
        "end": {
          "line": 168,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5259,
      "end": 5260,
      "loc": {
        "start": {
          "line": 168,
          "column": 57
        },
        "end": {
          "line": 168,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 5273,
      "end": 5277,
      "loc": {
        "start": {
          "line": 169,
          "column": 12
        },
        "end": {
          "line": 169,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5277,
      "end": 5278,
      "loc": {
        "start": {
          "line": 169,
          "column": 16
        },
        "end": {
          "line": 169,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_logIssue",
      "start": 5278,
      "end": 5287,
      "loc": {
        "start": {
          "line": 169,
          "column": 17
        },
        "end": {
          "line": 169,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5287,
      "end": 5288,
      "loc": {
        "start": {
          "line": 169,
          "column": 26
        },
        "end": {
          "line": 169,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "invalid_assembly_entity_reference",
      "start": 5288,
      "end": 5323,
      "loc": {
        "start": {
          "line": 169,
          "column": 27
        },
        "end": {
          "line": 169,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5323,
      "end": 5324,
      "loc": {
        "start": {
          "line": 169,
          "column": 62
        },
        "end": {
          "line": 169,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assembly",
      "start": 5325,
      "end": 5333,
      "loc": {
        "start": {
          "line": 169,
          "column": 64
        },
        "end": {
          "line": 169,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5333,
      "end": 5334,
      "loc": {
        "start": {
          "line": 169,
          "column": 72
        },
        "end": {
          "line": 169,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 5335,
      "end": 5339,
      "loc": {
        "start": {
          "line": 169,
          "column": 74
        },
        "end": {
          "line": 169,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5339,
      "end": 5340,
      "loc": {
        "start": {
          "line": 169,
          "column": 78
        },
        "end": {
          "line": 169,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5341,
      "end": 5342,
      "loc": {
        "start": {
          "line": 169,
          "column": 80
        },
        "end": {
          "line": 169,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependency_type",
      "start": 5357,
      "end": 5372,
      "loc": {
        "start": {
          "line": 170,
          "column": 14
        },
        "end": {
          "line": 170,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5372,
      "end": 5373,
      "loc": {
        "start": {
          "line": 170,
          "column": 29
        },
        "end": {
          "line": 170,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "metric",
      "start": 5374,
      "end": 5382,
      "loc": {
        "start": {
          "line": 170,
          "column": 31
        },
        "end": {
          "line": 170,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5382,
      "end": 5383,
      "loc": {
        "start": {
          "line": 170,
          "column": 39
        },
        "end": {
          "line": 170,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependency_id",
      "start": 5398,
      "end": 5411,
      "loc": {
        "start": {
          "line": 171,
          "column": 14
        },
        "end": {
          "line": 171,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5411,
      "end": 5412,
      "loc": {
        "start": {
          "line": 171,
          "column": 27
        },
        "end": {
          "line": 171,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 5413,
      "end": 5415,
      "loc": {
        "start": {
          "line": 171,
          "column": 29
        },
        "end": {
          "line": 171,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5415,
      "end": 5416,
      "loc": {
        "start": {
          "line": 171,
          "column": 31
        },
        "end": {
          "line": 171,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5429,
      "end": 5430,
      "loc": {
        "start": {
          "line": 172,
          "column": 12
        },
        "end": {
          "line": 172,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5430,
      "end": 5431,
      "loc": {
        "start": {
          "line": 172,
          "column": 13
        },
        "end": {
          "line": 172,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5431,
      "end": 5432,
      "loc": {
        "start": {
          "line": 172,
          "column": 14
        },
        "end": {
          "line": 172,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5443,
      "end": 5444,
      "loc": {
        "start": {
          "line": 173,
          "column": 10
        },
        "end": {
          "line": 173,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5453,
      "end": 5454,
      "loc": {
        "start": {
          "line": 174,
          "column": 8
        },
        "end": {
          "line": 174,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5454,
      "end": 5455,
      "loc": {
        "start": {
          "line": 174,
          "column": 9
        },
        "end": {
          "line": 174,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5455,
      "end": 5456,
      "loc": {
        "start": {
          "line": 174,
          "column": 10
        },
        "end": {
          "line": 174,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 5466,
      "end": 5467,
      "loc": {
        "start": {
          "line": 176,
          "column": 8
        },
        "end": {
          "line": 176,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5467,
      "end": 5468,
      "loc": {
        "start": {
          "line": 176,
          "column": 9
        },
        "end": {
          "line": 176,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "each",
      "start": 5468,
      "end": 5472,
      "loc": {
        "start": {
          "line": 176,
          "column": 10
        },
        "end": {
          "line": 176,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5472,
      "end": 5473,
      "loc": {
        "start": {
          "line": 176,
          "column": 14
        },
        "end": {
          "line": 176,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assembly",
      "start": 5473,
      "end": 5481,
      "loc": {
        "start": {
          "line": 176,
          "column": 15
        },
        "end": {
          "line": 176,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5481,
      "end": 5482,
      "loc": {
        "start": {
          "line": 176,
          "column": 23
        },
        "end": {
          "line": 176,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 5482,
      "end": 5488,
      "loc": {
        "start": {
          "line": 176,
          "column": 24
        },
        "end": {
          "line": 176,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5488,
      "end": 5489,
      "loc": {
        "start": {
          "line": 176,
          "column": 30
        },
        "end": {
          "line": 176,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fields",
      "start": 5489,
      "end": 5495,
      "loc": {
        "start": {
          "line": 176,
          "column": 31
        },
        "end": {
          "line": 176,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5495,
      "end": 5496,
      "loc": {
        "start": {
          "line": 176,
          "column": 37
        },
        "end": {
          "line": 176,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 5497,
      "end": 5499,
      "loc": {
        "start": {
          "line": 176,
          "column": 39
        },
        "end": {
          "line": 176,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5500,
      "end": 5502,
      "loc": {
        "start": {
          "line": 176,
          "column": 42
        },
        "end": {
          "line": 176,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5503,
      "end": 5504,
      "loc": {
        "start": {
          "line": 176,
          "column": 45
        },
        "end": {
          "line": 176,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 5515,
      "end": 5518,
      "loc": {
        "start": {
          "line": 177,
          "column": 10
        },
        "end": {
          "line": 177,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entity",
      "start": 5519,
      "end": 5525,
      "loc": {
        "start": {
          "line": 177,
          "column": 14
        },
        "end": {
          "line": 177,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5526,
      "end": 5527,
      "loc": {
        "start": {
          "line": 177,
          "column": 21
        },
        "end": {
          "line": 177,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 5528,
      "end": 5532,
      "loc": {
        "start": {
          "line": 177,
          "column": 23
        },
        "end": {
          "line": 177,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5532,
      "end": 5533,
      "loc": {
        "start": {
          "line": 177,
          "column": 27
        },
        "end": {
          "line": 177,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_bid",
      "start": 5533,
      "end": 5537,
      "loc": {
        "start": {
          "line": 177,
          "column": 28
        },
        "end": {
          "line": 177,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5537,
      "end": 5538,
      "loc": {
        "start": {
          "line": 177,
          "column": 32
        },
        "end": {
          "line": 177,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entities",
      "start": 5538,
      "end": 5546,
      "loc": {
        "start": {
          "line": 177,
          "column": 33
        },
        "end": {
          "line": 177,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5546,
      "end": 5547,
      "loc": {
        "start": {
          "line": 177,
          "column": 41
        },
        "end": {
          "line": 177,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fields",
      "start": 5547,
      "end": 5553,
      "loc": {
        "start": {
          "line": 177,
          "column": 42
        },
        "end": {
          "line": 177,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5553,
      "end": 5554,
      "loc": {
        "start": {
          "line": 177,
          "column": 48
        },
        "end": {
          "line": 177,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 5554,
      "end": 5556,
      "loc": {
        "start": {
          "line": 177,
          "column": 49
        },
        "end": {
          "line": 177,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5556,
      "end": 5557,
      "loc": {
        "start": {
          "line": 177,
          "column": 51
        },
        "end": {
          "line": 177,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5557,
      "end": 5558,
      "loc": {
        "start": {
          "line": 177,
          "column": 52
        },
        "end": {
          "line": 177,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 5569,
      "end": 5571,
      "loc": {
        "start": {
          "line": 178,
          "column": 10
        },
        "end": {
          "line": 178,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5572,
      "end": 5573,
      "loc": {
        "start": {
          "line": 178,
          "column": 13
        },
        "end": {
          "line": 178,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 5573,
      "end": 5574,
      "loc": {
        "start": {
          "line": 178,
          "column": 14
        },
        "end": {
          "line": 178,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5574,
      "end": 5575,
      "loc": {
        "start": {
          "line": 178,
          "column": 15
        },
        "end": {
          "line": 178,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isUndefined",
      "start": 5575,
      "end": 5586,
      "loc": {
        "start": {
          "line": 178,
          "column": 16
        },
        "end": {
          "line": 178,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5586,
      "end": 5587,
      "loc": {
        "start": {
          "line": 178,
          "column": 27
        },
        "end": {
          "line": 178,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entity",
      "start": 5587,
      "end": 5593,
      "loc": {
        "start": {
          "line": 178,
          "column": 28
        },
        "end": {
          "line": 178,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5593,
      "end": 5594,
      "loc": {
        "start": {
          "line": 178,
          "column": 34
        },
        "end": {
          "line": 178,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 5595,
      "end": 5597,
      "loc": {
        "start": {
          "line": 178,
          "column": 36
        },
        "end": {
          "line": 178,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 5598,
      "end": 5599,
      "loc": {
        "start": {
          "line": 178,
          "column": 39
        },
        "end": {
          "line": 178,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5599,
      "end": 5600,
      "loc": {
        "start": {
          "line": 178,
          "column": 40
        },
        "end": {
          "line": 178,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isNull",
      "start": 5600,
      "end": 5606,
      "loc": {
        "start": {
          "line": 178,
          "column": 41
        },
        "end": {
          "line": 178,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5606,
      "end": 5607,
      "loc": {
        "start": {
          "line": 178,
          "column": 47
        },
        "end": {
          "line": 178,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entity",
      "start": 5607,
      "end": 5613,
      "loc": {
        "start": {
          "line": 178,
          "column": 48
        },
        "end": {
          "line": 178,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5613,
      "end": 5614,
      "loc": {
        "start": {
          "line": 178,
          "column": 54
        },
        "end": {
          "line": 178,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5614,
      "end": 5615,
      "loc": {
        "start": {
          "line": 178,
          "column": 55
        },
        "end": {
          "line": 178,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5616,
      "end": 5617,
      "loc": {
        "start": {
          "line": 178,
          "column": 57
        },
        "end": {
          "line": 178,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 5630,
      "end": 5634,
      "loc": {
        "start": {
          "line": 179,
          "column": 12
        },
        "end": {
          "line": 179,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5634,
      "end": 5635,
      "loc": {
        "start": {
          "line": 179,
          "column": 16
        },
        "end": {
          "line": 179,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_logIssue",
      "start": 5635,
      "end": 5644,
      "loc": {
        "start": {
          "line": 179,
          "column": 17
        },
        "end": {
          "line": 179,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5644,
      "end": 5645,
      "loc": {
        "start": {
          "line": 179,
          "column": 26
        },
        "end": {
          "line": 179,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "invalid_assembly_entity_reference",
      "start": 5645,
      "end": 5680,
      "loc": {
        "start": {
          "line": 179,
          "column": 27
        },
        "end": {
          "line": 179,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5680,
      "end": 5681,
      "loc": {
        "start": {
          "line": 179,
          "column": 62
        },
        "end": {
          "line": 179,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assembly",
      "start": 5682,
      "end": 5690,
      "loc": {
        "start": {
          "line": 179,
          "column": 64
        },
        "end": {
          "line": 179,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5690,
      "end": 5691,
      "loc": {
        "start": {
          "line": 179,
          "column": 72
        },
        "end": {
          "line": 179,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 5692,
      "end": 5696,
      "loc": {
        "start": {
          "line": 179,
          "column": 74
        },
        "end": {
          "line": 179,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5696,
      "end": 5697,
      "loc": {
        "start": {
          "line": 179,
          "column": 78
        },
        "end": {
          "line": 179,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5698,
      "end": 5699,
      "loc": {
        "start": {
          "line": 179,
          "column": 80
        },
        "end": {
          "line": 179,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependency_type",
      "start": 5714,
      "end": 5729,
      "loc": {
        "start": {
          "line": 180,
          "column": 14
        },
        "end": {
          "line": 180,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5729,
      "end": 5730,
      "loc": {
        "start": {
          "line": 180,
          "column": 29
        },
        "end": {
          "line": 180,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "field",
      "start": 5731,
      "end": 5738,
      "loc": {
        "start": {
          "line": 180,
          "column": 31
        },
        "end": {
          "line": 180,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5738,
      "end": 5739,
      "loc": {
        "start": {
          "line": 180,
          "column": 38
        },
        "end": {
          "line": 180,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependency_id",
      "start": 5754,
      "end": 5767,
      "loc": {
        "start": {
          "line": 181,
          "column": 14
        },
        "end": {
          "line": 181,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5767,
      "end": 5768,
      "loc": {
        "start": {
          "line": 181,
          "column": 27
        },
        "end": {
          "line": 181,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 5769,
      "end": 5771,
      "loc": {
        "start": {
          "line": 181,
          "column": 29
        },
        "end": {
          "line": 181,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5771,
      "end": 5772,
      "loc": {
        "start": {
          "line": 181,
          "column": 31
        },
        "end": {
          "line": 181,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5785,
      "end": 5786,
      "loc": {
        "start": {
          "line": 182,
          "column": 12
        },
        "end": {
          "line": 182,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5786,
      "end": 5787,
      "loc": {
        "start": {
          "line": 182,
          "column": 13
        },
        "end": {
          "line": 182,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5787,
      "end": 5788,
      "loc": {
        "start": {
          "line": 182,
          "column": 14
        },
        "end": {
          "line": 182,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5799,
      "end": 5800,
      "loc": {
        "start": {
          "line": 183,
          "column": 10
        },
        "end": {
          "line": 183,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5809,
      "end": 5810,
      "loc": {
        "start": {
          "line": 184,
          "column": 8
        },
        "end": {
          "line": 184,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5810,
      "end": 5811,
      "loc": {
        "start": {
          "line": 184,
          "column": 9
        },
        "end": {
          "line": 184,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5811,
      "end": 5812,
      "loc": {
        "start": {
          "line": 184,
          "column": 10
        },
        "end": {
          "line": 184,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 5822,
      "end": 5823,
      "loc": {
        "start": {
          "line": 186,
          "column": 8
        },
        "end": {
          "line": 186,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5823,
      "end": 5824,
      "loc": {
        "start": {
          "line": 186,
          "column": 9
        },
        "end": {
          "line": 186,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "each",
      "start": 5824,
      "end": 5828,
      "loc": {
        "start": {
          "line": 186,
          "column": 10
        },
        "end": {
          "line": 186,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5828,
      "end": 5829,
      "loc": {
        "start": {
          "line": 186,
          "column": 14
        },
        "end": {
          "line": 186,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assembly",
      "start": 5829,
      "end": 5837,
      "loc": {
        "start": {
          "line": 186,
          "column": 15
        },
        "end": {
          "line": 186,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5837,
      "end": 5838,
      "loc": {
        "start": {
          "line": 186,
          "column": 23
        },
        "end": {
          "line": 186,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 5838,
      "end": 5844,
      "loc": {
        "start": {
          "line": 186,
          "column": 24
        },
        "end": {
          "line": 186,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5844,
      "end": 5845,
      "loc": {
        "start": {
          "line": 186,
          "column": 30
        },
        "end": {
          "line": 186,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field_groups",
      "start": 5845,
      "end": 5857,
      "loc": {
        "start": {
          "line": 186,
          "column": 31
        },
        "end": {
          "line": 186,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5857,
      "end": 5858,
      "loc": {
        "start": {
          "line": 186,
          "column": 43
        },
        "end": {
          "line": 186,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 5859,
      "end": 5861,
      "loc": {
        "start": {
          "line": 186,
          "column": 45
        },
        "end": {
          "line": 186,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5862,
      "end": 5864,
      "loc": {
        "start": {
          "line": 186,
          "column": 48
        },
        "end": {
          "line": 186,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5865,
      "end": 5866,
      "loc": {
        "start": {
          "line": 186,
          "column": 51
        },
        "end": {
          "line": 186,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 5877,
      "end": 5880,
      "loc": {
        "start": {
          "line": 187,
          "column": 10
        },
        "end": {
          "line": 187,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entity",
      "start": 5881,
      "end": 5887,
      "loc": {
        "start": {
          "line": 187,
          "column": 14
        },
        "end": {
          "line": 187,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5888,
      "end": 5889,
      "loc": {
        "start": {
          "line": 187,
          "column": 21
        },
        "end": {
          "line": 187,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 5890,
      "end": 5894,
      "loc": {
        "start": {
          "line": 187,
          "column": 23
        },
        "end": {
          "line": 187,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5894,
      "end": 5895,
      "loc": {
        "start": {
          "line": 187,
          "column": 27
        },
        "end": {
          "line": 187,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_bid",
      "start": 5895,
      "end": 5899,
      "loc": {
        "start": {
          "line": 187,
          "column": 28
        },
        "end": {
          "line": 187,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5899,
      "end": 5900,
      "loc": {
        "start": {
          "line": 187,
          "column": 32
        },
        "end": {
          "line": 187,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entities",
      "start": 5900,
      "end": 5908,
      "loc": {
        "start": {
          "line": 187,
          "column": 33
        },
        "end": {
          "line": 187,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5908,
      "end": 5909,
      "loc": {
        "start": {
          "line": 187,
          "column": 41
        },
        "end": {
          "line": 187,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fieldGroups",
      "start": 5909,
      "end": 5920,
      "loc": {
        "start": {
          "line": 187,
          "column": 42
        },
        "end": {
          "line": 187,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5920,
      "end": 5921,
      "loc": {
        "start": {
          "line": 187,
          "column": 53
        },
        "end": {
          "line": 187,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 5921,
      "end": 5923,
      "loc": {
        "start": {
          "line": 187,
          "column": 54
        },
        "end": {
          "line": 187,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5923,
      "end": 5924,
      "loc": {
        "start": {
          "line": 187,
          "column": 56
        },
        "end": {
          "line": 187,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5924,
      "end": 5925,
      "loc": {
        "start": {
          "line": 187,
          "column": 57
        },
        "end": {
          "line": 187,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 5936,
      "end": 5938,
      "loc": {
        "start": {
          "line": 188,
          "column": 10
        },
        "end": {
          "line": 188,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5939,
      "end": 5940,
      "loc": {
        "start": {
          "line": 188,
          "column": 13
        },
        "end": {
          "line": 188,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 5940,
      "end": 5941,
      "loc": {
        "start": {
          "line": 188,
          "column": 14
        },
        "end": {
          "line": 188,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5941,
      "end": 5942,
      "loc": {
        "start": {
          "line": 188,
          "column": 15
        },
        "end": {
          "line": 188,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isUndefined",
      "start": 5942,
      "end": 5953,
      "loc": {
        "start": {
          "line": 188,
          "column": 16
        },
        "end": {
          "line": 188,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5953,
      "end": 5954,
      "loc": {
        "start": {
          "line": 188,
          "column": 27
        },
        "end": {
          "line": 188,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entity",
      "start": 5954,
      "end": 5960,
      "loc": {
        "start": {
          "line": 188,
          "column": 28
        },
        "end": {
          "line": 188,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5960,
      "end": 5961,
      "loc": {
        "start": {
          "line": 188,
          "column": 34
        },
        "end": {
          "line": 188,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 5962,
      "end": 5964,
      "loc": {
        "start": {
          "line": 188,
          "column": 36
        },
        "end": {
          "line": 188,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 5965,
      "end": 5966,
      "loc": {
        "start": {
          "line": 188,
          "column": 39
        },
        "end": {
          "line": 188,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5966,
      "end": 5967,
      "loc": {
        "start": {
          "line": 188,
          "column": 40
        },
        "end": {
          "line": 188,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isNull",
      "start": 5967,
      "end": 5973,
      "loc": {
        "start": {
          "line": 188,
          "column": 41
        },
        "end": {
          "line": 188,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5973,
      "end": 5974,
      "loc": {
        "start": {
          "line": 188,
          "column": 47
        },
        "end": {
          "line": 188,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entity",
      "start": 5974,
      "end": 5980,
      "loc": {
        "start": {
          "line": 188,
          "column": 48
        },
        "end": {
          "line": 188,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5980,
      "end": 5981,
      "loc": {
        "start": {
          "line": 188,
          "column": 54
        },
        "end": {
          "line": 188,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5981,
      "end": 5982,
      "loc": {
        "start": {
          "line": 188,
          "column": 55
        },
        "end": {
          "line": 188,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5983,
      "end": 5984,
      "loc": {
        "start": {
          "line": 188,
          "column": 57
        },
        "end": {
          "line": 188,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 5997,
      "end": 6001,
      "loc": {
        "start": {
          "line": 189,
          "column": 12
        },
        "end": {
          "line": 189,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6001,
      "end": 6002,
      "loc": {
        "start": {
          "line": 189,
          "column": 16
        },
        "end": {
          "line": 189,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_logIssue",
      "start": 6002,
      "end": 6011,
      "loc": {
        "start": {
          "line": 189,
          "column": 17
        },
        "end": {
          "line": 189,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6011,
      "end": 6012,
      "loc": {
        "start": {
          "line": 189,
          "column": 26
        },
        "end": {
          "line": 189,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "invalid_assembly_entity_reference",
      "start": 6012,
      "end": 6047,
      "loc": {
        "start": {
          "line": 189,
          "column": 27
        },
        "end": {
          "line": 189,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6047,
      "end": 6048,
      "loc": {
        "start": {
          "line": 189,
          "column": 62
        },
        "end": {
          "line": 189,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assembly",
      "start": 6049,
      "end": 6057,
      "loc": {
        "start": {
          "line": 189,
          "column": 64
        },
        "end": {
          "line": 189,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6057,
      "end": 6058,
      "loc": {
        "start": {
          "line": 189,
          "column": 72
        },
        "end": {
          "line": 189,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 6059,
      "end": 6063,
      "loc": {
        "start": {
          "line": 189,
          "column": 74
        },
        "end": {
          "line": 189,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6063,
      "end": 6064,
      "loc": {
        "start": {
          "line": 189,
          "column": 78
        },
        "end": {
          "line": 189,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6065,
      "end": 6066,
      "loc": {
        "start": {
          "line": 189,
          "column": 80
        },
        "end": {
          "line": 189,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependency_type",
      "start": 6081,
      "end": 6096,
      "loc": {
        "start": {
          "line": 190,
          "column": 14
        },
        "end": {
          "line": 190,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6096,
      "end": 6097,
      "loc": {
        "start": {
          "line": 190,
          "column": 29
        },
        "end": {
          "line": 190,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "field_group",
      "start": 6098,
      "end": 6111,
      "loc": {
        "start": {
          "line": 190,
          "column": 31
        },
        "end": {
          "line": 190,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6111,
      "end": 6112,
      "loc": {
        "start": {
          "line": 190,
          "column": 44
        },
        "end": {
          "line": 190,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependency_id",
      "start": 6127,
      "end": 6140,
      "loc": {
        "start": {
          "line": 191,
          "column": 14
        },
        "end": {
          "line": 191,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6140,
      "end": 6141,
      "loc": {
        "start": {
          "line": 191,
          "column": 27
        },
        "end": {
          "line": 191,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 6142,
      "end": 6144,
      "loc": {
        "start": {
          "line": 191,
          "column": 29
        },
        "end": {
          "line": 191,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6144,
      "end": 6145,
      "loc": {
        "start": {
          "line": 191,
          "column": 31
        },
        "end": {
          "line": 191,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6158,
      "end": 6159,
      "loc": {
        "start": {
          "line": 192,
          "column": 12
        },
        "end": {
          "line": 192,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6159,
      "end": 6160,
      "loc": {
        "start": {
          "line": 192,
          "column": 13
        },
        "end": {
          "line": 192,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6160,
      "end": 6161,
      "loc": {
        "start": {
          "line": 192,
          "column": 14
        },
        "end": {
          "line": 192,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6172,
      "end": 6173,
      "loc": {
        "start": {
          "line": 193,
          "column": 10
        },
        "end": {
          "line": 193,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6182,
      "end": 6183,
      "loc": {
        "start": {
          "line": 194,
          "column": 8
        },
        "end": {
          "line": 194,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6183,
      "end": 6184,
      "loc": {
        "start": {
          "line": 194,
          "column": 9
        },
        "end": {
          "line": 194,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6184,
      "end": 6185,
      "loc": {
        "start": {
          "line": 194,
          "column": 10
        },
        "end": {
          "line": 194,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 6194,
      "end": 6195,
      "loc": {
        "start": {
          "line": 195,
          "column": 8
        },
        "end": {
          "line": 195,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6195,
      "end": 6196,
      "loc": {
        "start": {
          "line": 195,
          "column": 9
        },
        "end": {
          "line": 195,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "each",
      "start": 6196,
      "end": 6200,
      "loc": {
        "start": {
          "line": 195,
          "column": 10
        },
        "end": {
          "line": 195,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6200,
      "end": 6201,
      "loc": {
        "start": {
          "line": 195,
          "column": 14
        },
        "end": {
          "line": 195,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assembly",
      "start": 6201,
      "end": 6209,
      "loc": {
        "start": {
          "line": 195,
          "column": 15
        },
        "end": {
          "line": 195,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6209,
      "end": 6210,
      "loc": {
        "start": {
          "line": 195,
          "column": 23
        },
        "end": {
          "line": 195,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 6210,
      "end": 6216,
      "loc": {
        "start": {
          "line": 195,
          "column": 24
        },
        "end": {
          "line": 195,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6216,
      "end": 6217,
      "loc": {
        "start": {
          "line": 195,
          "column": 30
        },
        "end": {
          "line": 195,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "manipulated_metrics",
      "start": 6217,
      "end": 6236,
      "loc": {
        "start": {
          "line": 195,
          "column": 31
        },
        "end": {
          "line": 195,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6236,
      "end": 6237,
      "loc": {
        "start": {
          "line": 195,
          "column": 50
        },
        "end": {
          "line": 195,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 6238,
      "end": 6240,
      "loc": {
        "start": {
          "line": 195,
          "column": 52
        },
        "end": {
          "line": 195,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6241,
      "end": 6243,
      "loc": {
        "start": {
          "line": 195,
          "column": 55
        },
        "end": {
          "line": 195,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6244,
      "end": 6245,
      "loc": {
        "start": {
          "line": 195,
          "column": 58
        },
        "end": {
          "line": 195,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 6256,
      "end": 6259,
      "loc": {
        "start": {
          "line": 196,
          "column": 10
        },
        "end": {
          "line": 196,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entity",
      "start": 6260,
      "end": 6266,
      "loc": {
        "start": {
          "line": 196,
          "column": 14
        },
        "end": {
          "line": 196,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6267,
      "end": 6268,
      "loc": {
        "start": {
          "line": 196,
          "column": 21
        },
        "end": {
          "line": 196,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 6269,
      "end": 6273,
      "loc": {
        "start": {
          "line": 196,
          "column": 23
        },
        "end": {
          "line": 196,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6273,
      "end": 6274,
      "loc": {
        "start": {
          "line": 196,
          "column": 27
        },
        "end": {
          "line": 196,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_bid",
      "start": 6274,
      "end": 6278,
      "loc": {
        "start": {
          "line": 196,
          "column": 28
        },
        "end": {
          "line": 196,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6278,
      "end": 6279,
      "loc": {
        "start": {
          "line": 196,
          "column": 32
        },
        "end": {
          "line": 196,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entities",
      "start": 6279,
      "end": 6287,
      "loc": {
        "start": {
          "line": 196,
          "column": 33
        },
        "end": {
          "line": 196,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6287,
      "end": 6288,
      "loc": {
        "start": {
          "line": 196,
          "column": 41
        },
        "end": {
          "line": 196,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "metrics",
      "start": 6288,
      "end": 6295,
      "loc": {
        "start": {
          "line": 196,
          "column": 42
        },
        "end": {
          "line": 196,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6295,
      "end": 6296,
      "loc": {
        "start": {
          "line": 196,
          "column": 49
        },
        "end": {
          "line": 196,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 6296,
      "end": 6298,
      "loc": {
        "start": {
          "line": 196,
          "column": 50
        },
        "end": {
          "line": 196,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6298,
      "end": 6299,
      "loc": {
        "start": {
          "line": 196,
          "column": 52
        },
        "end": {
          "line": 196,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6299,
      "end": 6300,
      "loc": {
        "start": {
          "line": 196,
          "column": 53
        },
        "end": {
          "line": 196,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 6311,
      "end": 6313,
      "loc": {
        "start": {
          "line": 197,
          "column": 10
        },
        "end": {
          "line": 197,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6314,
      "end": 6315,
      "loc": {
        "start": {
          "line": 197,
          "column": 13
        },
        "end": {
          "line": 197,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 6315,
      "end": 6316,
      "loc": {
        "start": {
          "line": 197,
          "column": 14
        },
        "end": {
          "line": 197,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6316,
      "end": 6317,
      "loc": {
        "start": {
          "line": 197,
          "column": 15
        },
        "end": {
          "line": 197,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isUndefined",
      "start": 6317,
      "end": 6328,
      "loc": {
        "start": {
          "line": 197,
          "column": 16
        },
        "end": {
          "line": 197,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6328,
      "end": 6329,
      "loc": {
        "start": {
          "line": 197,
          "column": 27
        },
        "end": {
          "line": 197,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entity",
      "start": 6329,
      "end": 6335,
      "loc": {
        "start": {
          "line": 197,
          "column": 28
        },
        "end": {
          "line": 197,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6335,
      "end": 6336,
      "loc": {
        "start": {
          "line": 197,
          "column": 34
        },
        "end": {
          "line": 197,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 6337,
      "end": 6339,
      "loc": {
        "start": {
          "line": 197,
          "column": 36
        },
        "end": {
          "line": 197,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 6340,
      "end": 6341,
      "loc": {
        "start": {
          "line": 197,
          "column": 39
        },
        "end": {
          "line": 197,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6341,
      "end": 6342,
      "loc": {
        "start": {
          "line": 197,
          "column": 40
        },
        "end": {
          "line": 197,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isNull",
      "start": 6342,
      "end": 6348,
      "loc": {
        "start": {
          "line": 197,
          "column": 41
        },
        "end": {
          "line": 197,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6348,
      "end": 6349,
      "loc": {
        "start": {
          "line": 197,
          "column": 47
        },
        "end": {
          "line": 197,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entity",
      "start": 6349,
      "end": 6355,
      "loc": {
        "start": {
          "line": 197,
          "column": 48
        },
        "end": {
          "line": 197,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6355,
      "end": 6356,
      "loc": {
        "start": {
          "line": 197,
          "column": 54
        },
        "end": {
          "line": 197,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6356,
      "end": 6357,
      "loc": {
        "start": {
          "line": 197,
          "column": 55
        },
        "end": {
          "line": 197,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6358,
      "end": 6359,
      "loc": {
        "start": {
          "line": 197,
          "column": 57
        },
        "end": {
          "line": 197,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 6372,
      "end": 6376,
      "loc": {
        "start": {
          "line": 198,
          "column": 12
        },
        "end": {
          "line": 198,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6376,
      "end": 6377,
      "loc": {
        "start": {
          "line": 198,
          "column": 16
        },
        "end": {
          "line": 198,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_logIssue",
      "start": 6377,
      "end": 6386,
      "loc": {
        "start": {
          "line": 198,
          "column": 17
        },
        "end": {
          "line": 198,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6386,
      "end": 6387,
      "loc": {
        "start": {
          "line": 198,
          "column": 26
        },
        "end": {
          "line": 198,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "invalid_assembly_entity_reference",
      "start": 6387,
      "end": 6422,
      "loc": {
        "start": {
          "line": 198,
          "column": 27
        },
        "end": {
          "line": 198,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6422,
      "end": 6423,
      "loc": {
        "start": {
          "line": 198,
          "column": 62
        },
        "end": {
          "line": 198,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assembly",
      "start": 6424,
      "end": 6432,
      "loc": {
        "start": {
          "line": 198,
          "column": 64
        },
        "end": {
          "line": 198,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6432,
      "end": 6433,
      "loc": {
        "start": {
          "line": 198,
          "column": 72
        },
        "end": {
          "line": 198,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 6434,
      "end": 6438,
      "loc": {
        "start": {
          "line": 198,
          "column": 74
        },
        "end": {
          "line": 198,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6438,
      "end": 6439,
      "loc": {
        "start": {
          "line": 198,
          "column": 78
        },
        "end": {
          "line": 198,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6440,
      "end": 6441,
      "loc": {
        "start": {
          "line": 198,
          "column": 80
        },
        "end": {
          "line": 198,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependency_type",
      "start": 6456,
      "end": 6471,
      "loc": {
        "start": {
          "line": 199,
          "column": 14
        },
        "end": {
          "line": 199,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6471,
      "end": 6472,
      "loc": {
        "start": {
          "line": 199,
          "column": 29
        },
        "end": {
          "line": 199,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "manipulated_metric",
      "start": 6473,
      "end": 6493,
      "loc": {
        "start": {
          "line": 199,
          "column": 31
        },
        "end": {
          "line": 199,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6493,
      "end": 6494,
      "loc": {
        "start": {
          "line": 199,
          "column": 51
        },
        "end": {
          "line": 199,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependency_id",
      "start": 6509,
      "end": 6522,
      "loc": {
        "start": {
          "line": 200,
          "column": 14
        },
        "end": {
          "line": 200,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6522,
      "end": 6523,
      "loc": {
        "start": {
          "line": 200,
          "column": 27
        },
        "end": {
          "line": 200,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 6524,
      "end": 6526,
      "loc": {
        "start": {
          "line": 200,
          "column": 29
        },
        "end": {
          "line": 200,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6526,
      "end": 6527,
      "loc": {
        "start": {
          "line": 200,
          "column": 31
        },
        "end": {
          "line": 200,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6540,
      "end": 6541,
      "loc": {
        "start": {
          "line": 201,
          "column": 12
        },
        "end": {
          "line": 201,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6541,
      "end": 6542,
      "loc": {
        "start": {
          "line": 201,
          "column": 13
        },
        "end": {
          "line": 201,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6542,
      "end": 6543,
      "loc": {
        "start": {
          "line": 201,
          "column": 14
        },
        "end": {
          "line": 201,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6554,
      "end": 6555,
      "loc": {
        "start": {
          "line": 202,
          "column": 10
        },
        "end": {
          "line": 202,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6564,
      "end": 6565,
      "loc": {
        "start": {
          "line": 203,
          "column": 8
        },
        "end": {
          "line": 203,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6565,
      "end": 6566,
      "loc": {
        "start": {
          "line": 203,
          "column": 9
        },
        "end": {
          "line": 203,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6566,
      "end": 6567,
      "loc": {
        "start": {
          "line": 203,
          "column": 10
        },
        "end": {
          "line": 203,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6574,
      "end": 6575,
      "loc": {
        "start": {
          "line": 204,
          "column": 6
        },
        "end": {
          "line": 204,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "catch",
        "keyword": "catch",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "catch",
      "start": 6576,
      "end": 6581,
      "loc": {
        "start": {
          "line": 204,
          "column": 8
        },
        "end": {
          "line": 204,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6582,
      "end": 6583,
      "loc": {
        "start": {
          "line": 204,
          "column": 14
        },
        "end": {
          "line": 204,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "err",
      "start": 6583,
      "end": 6586,
      "loc": {
        "start": {
          "line": 204,
          "column": 15
        },
        "end": {
          "line": 204,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6586,
      "end": 6587,
      "loc": {
        "start": {
          "line": 204,
          "column": 18
        },
        "end": {
          "line": 204,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6588,
      "end": 6589,
      "loc": {
        "start": {
          "line": 204,
          "column": 20
        },
        "end": {
          "line": 204,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 6598,
      "end": 6602,
      "loc": {
        "start": {
          "line": 205,
          "column": 8
        },
        "end": {
          "line": 205,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6602,
      "end": 6603,
      "loc": {
        "start": {
          "line": 205,
          "column": 12
        },
        "end": {
          "line": 205,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_logIssue",
      "start": 6603,
      "end": 6612,
      "loc": {
        "start": {
          "line": 205,
          "column": 13
        },
        "end": {
          "line": 205,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6612,
      "end": 6613,
      "loc": {
        "start": {
          "line": 205,
          "column": 22
        },
        "end": {
          "line": 205,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "unknown_error",
      "start": 6613,
      "end": 6628,
      "loc": {
        "start": {
          "line": 205,
          "column": 23
        },
        "end": {
          "line": 205,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6628,
      "end": 6629,
      "loc": {
        "start": {
          "line": 205,
          "column": 38
        },
        "end": {
          "line": 205,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assembly",
      "start": 6630,
      "end": 6638,
      "loc": {
        "start": {
          "line": 205,
          "column": 40
        },
        "end": {
          "line": 205,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6638,
      "end": 6639,
      "loc": {
        "start": {
          "line": 205,
          "column": 48
        },
        "end": {
          "line": 205,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 6640,
      "end": 6644,
      "loc": {
        "start": {
          "line": 205,
          "column": 50
        },
        "end": {
          "line": 205,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6644,
      "end": 6645,
      "loc": {
        "start": {
          "line": 205,
          "column": 54
        },
        "end": {
          "line": 205,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "err",
      "start": 6646,
      "end": 6649,
      "loc": {
        "start": {
          "line": 205,
          "column": 56
        },
        "end": {
          "line": 205,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6649,
      "end": 6650,
      "loc": {
        "start": {
          "line": 205,
          "column": 59
        },
        "end": {
          "line": 205,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6650,
      "end": 6651,
      "loc": {
        "start": {
          "line": 205,
          "column": 60
        },
        "end": {
          "line": 205,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6658,
      "end": 6659,
      "loc": {
        "start": {
          "line": 206,
          "column": 6
        },
        "end": {
          "line": 206,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6664,
      "end": 6665,
      "loc": {
        "start": {
          "line": 207,
          "column": 4
        },
        "end": {
          "line": 207,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6665,
      "end": 6666,
      "loc": {
        "start": {
          "line": 207,
          "column": 5
        },
        "end": {
          "line": 207,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6666,
      "end": 6667,
      "loc": {
        "start": {
          "line": 207,
          "column": 6
        },
        "end": {
          "line": 207,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6670,
      "end": 6671,
      "loc": {
        "start": {
          "line": 208,
          "column": 2
        },
        "end": {
          "line": 208,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_testAll",
      "start": 6675,
      "end": 6683,
      "loc": {
        "start": {
          "line": 210,
          "column": 2
        },
        "end": {
          "line": 210,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6683,
      "end": 6684,
      "loc": {
        "start": {
          "line": 210,
          "column": 10
        },
        "end": {
          "line": 210,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6684,
      "end": 6685,
      "loc": {
        "start": {
          "line": 210,
          "column": 11
        },
        "end": {
          "line": 210,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6686,
      "end": 6687,
      "loc": {
        "start": {
          "line": 210,
          "column": 13
        },
        "end": {
          "line": 210,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 6692,
      "end": 6696,
      "loc": {
        "start": {
          "line": 211,
          "column": 4
        },
        "end": {
          "line": 211,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6696,
      "end": 6697,
      "loc": {
        "start": {
          "line": 211,
          "column": 8
        },
        "end": {
          "line": 211,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_runLineItemTests",
      "start": 6697,
      "end": 6714,
      "loc": {
        "start": {
          "line": 211,
          "column": 9
        },
        "end": {
          "line": 211,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6714,
      "end": 6715,
      "loc": {
        "start": {
          "line": 211,
          "column": 26
        },
        "end": {
          "line": 211,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6715,
      "end": 6716,
      "loc": {
        "start": {
          "line": 211,
          "column": 27
        },
        "end": {
          "line": 211,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6716,
      "end": 6717,
      "loc": {
        "start": {
          "line": 211,
          "column": 28
        },
        "end": {
          "line": 211,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 6722,
      "end": 6726,
      "loc": {
        "start": {
          "line": 212,
          "column": 4
        },
        "end": {
          "line": 212,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6726,
      "end": 6727,
      "loc": {
        "start": {
          "line": 212,
          "column": 8
        },
        "end": {
          "line": 212,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_runFieldTests",
      "start": 6727,
      "end": 6741,
      "loc": {
        "start": {
          "line": 212,
          "column": 9
        },
        "end": {
          "line": 212,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6741,
      "end": 6742,
      "loc": {
        "start": {
          "line": 212,
          "column": 23
        },
        "end": {
          "line": 212,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6742,
      "end": 6743,
      "loc": {
        "start": {
          "line": 212,
          "column": 24
        },
        "end": {
          "line": 212,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6743,
      "end": 6744,
      "loc": {
        "start": {
          "line": 212,
          "column": 25
        },
        "end": {
          "line": 212,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 6749,
      "end": 6753,
      "loc": {
        "start": {
          "line": 213,
          "column": 4
        },
        "end": {
          "line": 213,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6753,
      "end": 6754,
      "loc": {
        "start": {
          "line": 213,
          "column": 8
        },
        "end": {
          "line": 213,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_runFieldGroupTests",
      "start": 6754,
      "end": 6773,
      "loc": {
        "start": {
          "line": 213,
          "column": 9
        },
        "end": {
          "line": 213,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6773,
      "end": 6774,
      "loc": {
        "start": {
          "line": 213,
          "column": 28
        },
        "end": {
          "line": 213,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6774,
      "end": 6775,
      "loc": {
        "start": {
          "line": 213,
          "column": 29
        },
        "end": {
          "line": 213,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6775,
      "end": 6776,
      "loc": {
        "start": {
          "line": 213,
          "column": 30
        },
        "end": {
          "line": 213,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 6781,
      "end": 6785,
      "loc": {
        "start": {
          "line": 214,
          "column": 4
        },
        "end": {
          "line": 214,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6785,
      "end": 6786,
      "loc": {
        "start": {
          "line": 214,
          "column": 8
        },
        "end": {
          "line": 214,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_runMetricTests",
      "start": 6786,
      "end": 6801,
      "loc": {
        "start": {
          "line": 214,
          "column": 9
        },
        "end": {
          "line": 214,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6801,
      "end": 6802,
      "loc": {
        "start": {
          "line": 214,
          "column": 24
        },
        "end": {
          "line": 214,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6802,
      "end": 6803,
      "loc": {
        "start": {
          "line": 214,
          "column": 25
        },
        "end": {
          "line": 214,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6803,
      "end": 6804,
      "loc": {
        "start": {
          "line": 214,
          "column": 26
        },
        "end": {
          "line": 214,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 6809,
      "end": 6813,
      "loc": {
        "start": {
          "line": 215,
          "column": 4
        },
        "end": {
          "line": 215,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6813,
      "end": 6814,
      "loc": {
        "start": {
          "line": 215,
          "column": 8
        },
        "end": {
          "line": 215,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_runComponentTests",
      "start": 6814,
      "end": 6832,
      "loc": {
        "start": {
          "line": 215,
          "column": 9
        },
        "end": {
          "line": 215,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6832,
      "end": 6833,
      "loc": {
        "start": {
          "line": 215,
          "column": 27
        },
        "end": {
          "line": 215,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6833,
      "end": 6834,
      "loc": {
        "start": {
          "line": 215,
          "column": 28
        },
        "end": {
          "line": 215,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6834,
      "end": 6835,
      "loc": {
        "start": {
          "line": 215,
          "column": 29
        },
        "end": {
          "line": 215,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 6840,
      "end": 6844,
      "loc": {
        "start": {
          "line": 216,
          "column": 4
        },
        "end": {
          "line": 216,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6844,
      "end": 6845,
      "loc": {
        "start": {
          "line": 216,
          "column": 8
        },
        "end": {
          "line": 216,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_runDynamicGroupTests",
      "start": 6845,
      "end": 6866,
      "loc": {
        "start": {
          "line": 216,
          "column": 9
        },
        "end": {
          "line": 216,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6866,
      "end": 6867,
      "loc": {
        "start": {
          "line": 216,
          "column": 30
        },
        "end": {
          "line": 216,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6867,
      "end": 6868,
      "loc": {
        "start": {
          "line": 216,
          "column": 31
        },
        "end": {
          "line": 216,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6868,
      "end": 6869,
      "loc": {
        "start": {
          "line": 216,
          "column": 32
        },
        "end": {
          "line": 216,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 6874,
      "end": 6878,
      "loc": {
        "start": {
          "line": 217,
          "column": 4
        },
        "end": {
          "line": 217,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6878,
      "end": 6879,
      "loc": {
        "start": {
          "line": 217,
          "column": 8
        },
        "end": {
          "line": 217,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_runAssemblyTest",
      "start": 6879,
      "end": 6895,
      "loc": {
        "start": {
          "line": 217,
          "column": 9
        },
        "end": {
          "line": 217,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6895,
      "end": 6896,
      "loc": {
        "start": {
          "line": 217,
          "column": 25
        },
        "end": {
          "line": 217,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6896,
      "end": 6897,
      "loc": {
        "start": {
          "line": 217,
          "column": 26
        },
        "end": {
          "line": 217,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6897,
      "end": 6898,
      "loc": {
        "start": {
          "line": 217,
          "column": 27
        },
        "end": {
          "line": 217,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 6903,
      "end": 6907,
      "loc": {
        "start": {
          "line": 218,
          "column": 4
        },
        "end": {
          "line": 218,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6907,
      "end": 6908,
      "loc": {
        "start": {
          "line": 218,
          "column": 8
        },
        "end": {
          "line": 218,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_testForLiDupesInComponentGroups",
      "start": 6908,
      "end": 6940,
      "loc": {
        "start": {
          "line": 218,
          "column": 9
        },
        "end": {
          "line": 218,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6940,
      "end": 6941,
      "loc": {
        "start": {
          "line": 218,
          "column": 41
        },
        "end": {
          "line": 218,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6941,
      "end": 6942,
      "loc": {
        "start": {
          "line": 218,
          "column": 42
        },
        "end": {
          "line": 218,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6942,
      "end": 6943,
      "loc": {
        "start": {
          "line": 218,
          "column": 43
        },
        "end": {
          "line": 218,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6946,
      "end": 6947,
      "loc": {
        "start": {
          "line": 219,
          "column": 2
        },
        "end": {
          "line": 219,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_testIsFieldAssignedToGroup",
      "start": 6951,
      "end": 6978,
      "loc": {
        "start": {
          "line": 221,
          "column": 2
        },
        "end": {
          "line": 221,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6978,
      "end": 6979,
      "loc": {
        "start": {
          "line": 221,
          "column": 29
        },
        "end": {
          "line": 221,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 6979,
      "end": 6994,
      "loc": {
        "start": {
          "line": 221,
          "column": 30
        },
        "end": {
          "line": 221,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6994,
      "end": 6995,
      "loc": {
        "start": {
          "line": 221,
          "column": 45
        },
        "end": {
          "line": 221,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6996,
      "end": 6997,
      "loc": {
        "start": {
          "line": 221,
          "column": 47
        },
        "end": {
          "line": 221,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 7002,
      "end": 7005,
      "loc": {
        "start": {
          "line": 222,
          "column": 4
        },
        "end": {
          "line": 222,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isIncluded",
      "start": 7006,
      "end": 7016,
      "loc": {
        "start": {
          "line": 222,
          "column": 8
        },
        "end": {
          "line": 222,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7017,
      "end": 7018,
      "loc": {
        "start": {
          "line": 222,
          "column": 19
        },
        "end": {
          "line": 222,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 7019,
      "end": 7024,
      "loc": {
        "start": {
          "line": 222,
          "column": 21
        },
        "end": {
          "line": 222,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7024,
      "end": 7025,
      "loc": {
        "start": {
          "line": 222,
          "column": 26
        },
        "end": {
          "line": 222,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 7030,
      "end": 7031,
      "loc": {
        "start": {
          "line": 223,
          "column": 4
        },
        "end": {
          "line": 223,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7031,
      "end": 7032,
      "loc": {
        "start": {
          "line": 223,
          "column": 5
        },
        "end": {
          "line": 223,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "each",
      "start": 7032,
      "end": 7036,
      "loc": {
        "start": {
          "line": 223,
          "column": 6
        },
        "end": {
          "line": 223,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7036,
      "end": 7037,
      "loc": {
        "start": {
          "line": 223,
          "column": 10
        },
        "end": {
          "line": 223,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 7037,
      "end": 7041,
      "loc": {
        "start": {
          "line": 223,
          "column": 11
        },
        "end": {
          "line": 223,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7041,
      "end": 7042,
      "loc": {
        "start": {
          "line": 223,
          "column": 15
        },
        "end": {
          "line": 223,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_bid",
      "start": 7042,
      "end": 7046,
      "loc": {
        "start": {
          "line": 223,
          "column": 16
        },
        "end": {
          "line": 223,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7046,
      "end": 7047,
      "loc": {
        "start": {
          "line": 223,
          "column": 20
        },
        "end": {
          "line": 223,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entities",
      "start": 7047,
      "end": 7055,
      "loc": {
        "start": {
          "line": 223,
          "column": 21
        },
        "end": {
          "line": 223,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7055,
      "end": 7056,
      "loc": {
        "start": {
          "line": 223,
          "column": 29
        },
        "end": {
          "line": 223,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fieldGroups",
      "start": 7056,
      "end": 7067,
      "loc": {
        "start": {
          "line": 223,
          "column": 30
        },
        "end": {
          "line": 223,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7067,
      "end": 7068,
      "loc": {
        "start": {
          "line": 223,
          "column": 41
        },
        "end": {
          "line": 223,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7068,
      "end": 7069,
      "loc": {
        "start": {
          "line": 223,
          "column": 42
        },
        "end": {
          "line": 223,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7069,
      "end": 7070,
      "loc": {
        "start": {
          "line": 223,
          "column": 43
        },
        "end": {
          "line": 223,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fieldGroup",
      "start": 7071,
      "end": 7081,
      "loc": {
        "start": {
          "line": 223,
          "column": 45
        },
        "end": {
          "line": 223,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7082,
      "end": 7084,
      "loc": {
        "start": {
          "line": 223,
          "column": 56
        },
        "end": {
          "line": 223,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7085,
      "end": 7086,
      "loc": {
        "start": {
          "line": 223,
          "column": 59
        },
        "end": {
          "line": 223,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 7093,
      "end": 7095,
      "loc": {
        "start": {
          "line": 224,
          "column": 6
        },
        "end": {
          "line": 224,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7096,
      "end": 7097,
      "loc": {
        "start": {
          "line": 224,
          "column": 9
        },
        "end": {
          "line": 224,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 7097,
      "end": 7098,
      "loc": {
        "start": {
          "line": 224,
          "column": 10
        },
        "end": {
          "line": 224,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isIncluded",
      "start": 7098,
      "end": 7108,
      "loc": {
        "start": {
          "line": 224,
          "column": 11
        },
        "end": {
          "line": 224,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7108,
      "end": 7109,
      "loc": {
        "start": {
          "line": 224,
          "column": 21
        },
        "end": {
          "line": 224,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7110,
      "end": 7111,
      "loc": {
        "start": {
          "line": 224,
          "column": 23
        },
        "end": {
          "line": 224,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isIncluded",
      "start": 7120,
      "end": 7130,
      "loc": {
        "start": {
          "line": 225,
          "column": 8
        },
        "end": {
          "line": 225,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7131,
      "end": 7132,
      "loc": {
        "start": {
          "line": 225,
          "column": 19
        },
        "end": {
          "line": 225,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 7133,
      "end": 7134,
      "loc": {
        "start": {
          "line": 225,
          "column": 21
        },
        "end": {
          "line": 225,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7134,
      "end": 7135,
      "loc": {
        "start": {
          "line": 225,
          "column": 22
        },
        "end": {
          "line": 225,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "includes",
      "start": 7135,
      "end": 7143,
      "loc": {
        "start": {
          "line": 225,
          "column": 23
        },
        "end": {
          "line": 225,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7143,
      "end": 7144,
      "loc": {
        "start": {
          "line": 225,
          "column": 31
        },
        "end": {
          "line": 225,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fieldGroup",
      "start": 7144,
      "end": 7154,
      "loc": {
        "start": {
          "line": 225,
          "column": 32
        },
        "end": {
          "line": 225,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7154,
      "end": 7155,
      "loc": {
        "start": {
          "line": 225,
          "column": 42
        },
        "end": {
          "line": 225,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 7155,
      "end": 7161,
      "loc": {
        "start": {
          "line": 225,
          "column": 43
        },
        "end": {
          "line": 225,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7161,
      "end": 7162,
      "loc": {
        "start": {
          "line": 225,
          "column": 49
        },
        "end": {
          "line": 225,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fields",
      "start": 7162,
      "end": 7168,
      "loc": {
        "start": {
          "line": 225,
          "column": 50
        },
        "end": {
          "line": 225,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7168,
      "end": 7169,
      "loc": {
        "start": {
          "line": 225,
          "column": 56
        },
        "end": {
          "line": 225,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 7170,
      "end": 7185,
      "loc": {
        "start": {
          "line": 225,
          "column": 58
        },
        "end": {
          "line": 225,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7185,
      "end": 7186,
      "loc": {
        "start": {
          "line": 225,
          "column": 73
        },
        "end": {
          "line": 225,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 7186,
      "end": 7188,
      "loc": {
        "start": {
          "line": 225,
          "column": 74
        },
        "end": {
          "line": 225,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7188,
      "end": 7189,
      "loc": {
        "start": {
          "line": 225,
          "column": 76
        },
        "end": {
          "line": 225,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7189,
      "end": 7190,
      "loc": {
        "start": {
          "line": 225,
          "column": 77
        },
        "end": {
          "line": 225,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7197,
      "end": 7198,
      "loc": {
        "start": {
          "line": 226,
          "column": 6
        },
        "end": {
          "line": 226,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 7199,
      "end": 7203,
      "loc": {
        "start": {
          "line": 226,
          "column": 8
        },
        "end": {
          "line": 226,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 7204,
      "end": 7210,
      "loc": {
        "start": {
          "line": 226,
          "column": 13
        },
        "end": {
          "line": 226,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 7211,
      "end": 7216,
      "loc": {
        "start": {
          "line": 226,
          "column": 20
        },
        "end": {
          "line": 226,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7216,
      "end": 7217,
      "loc": {
        "start": {
          "line": 226,
          "column": 25
        },
        "end": {
          "line": 226,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7222,
      "end": 7223,
      "loc": {
        "start": {
          "line": 227,
          "column": 4
        },
        "end": {
          "line": 227,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7223,
      "end": 7224,
      "loc": {
        "start": {
          "line": 227,
          "column": 5
        },
        "end": {
          "line": 227,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7224,
      "end": 7225,
      "loc": {
        "start": {
          "line": 227,
          "column": 6
        },
        "end": {
          "line": 227,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 7231,
      "end": 7233,
      "loc": {
        "start": {
          "line": 229,
          "column": 4
        },
        "end": {
          "line": 229,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7234,
      "end": 7235,
      "loc": {
        "start": {
          "line": 229,
          "column": 7
        },
        "end": {
          "line": 229,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 7235,
      "end": 7236,
      "loc": {
        "start": {
          "line": 229,
          "column": 8
        },
        "end": {
          "line": 229,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isIncluded",
      "start": 7236,
      "end": 7246,
      "loc": {
        "start": {
          "line": 229,
          "column": 9
        },
        "end": {
          "line": 229,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7246,
      "end": 7247,
      "loc": {
        "start": {
          "line": 229,
          "column": 19
        },
        "end": {
          "line": 229,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7248,
      "end": 7249,
      "loc": {
        "start": {
          "line": 229,
          "column": 21
        },
        "end": {
          "line": 229,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 7256,
      "end": 7260,
      "loc": {
        "start": {
          "line": 230,
          "column": 6
        },
        "end": {
          "line": 230,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7260,
      "end": 7261,
      "loc": {
        "start": {
          "line": 230,
          "column": 10
        },
        "end": {
          "line": 230,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_logIssue",
      "start": 7261,
      "end": 7270,
      "loc": {
        "start": {
          "line": 230,
          "column": 11
        },
        "end": {
          "line": 230,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7270,
      "end": 7271,
      "loc": {
        "start": {
          "line": 230,
          "column": 20
        },
        "end": {
          "line": 230,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "unassigned_field",
      "start": 7271,
      "end": 7289,
      "loc": {
        "start": {
          "line": 230,
          "column": 21
        },
        "end": {
          "line": 230,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7289,
      "end": 7290,
      "loc": {
        "start": {
          "line": 230,
          "column": 39
        },
        "end": {
          "line": 230,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 7291,
      "end": 7306,
      "loc": {
        "start": {
          "line": 230,
          "column": 41
        },
        "end": {
          "line": 230,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7306,
      "end": 7307,
      "loc": {
        "start": {
          "line": 230,
          "column": 56
        },
        "end": {
          "line": 230,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7307,
      "end": 7308,
      "loc": {
        "start": {
          "line": 230,
          "column": 57
        },
        "end": {
          "line": 230,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7313,
      "end": 7314,
      "loc": {
        "start": {
          "line": 231,
          "column": 4
        },
        "end": {
          "line": 231,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7317,
      "end": 7318,
      "loc": {
        "start": {
          "line": 232,
          "column": 2
        },
        "end": {
          "line": 232,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_testListFieldHasDatatable",
      "start": 7322,
      "end": 7348,
      "loc": {
        "start": {
          "line": 234,
          "column": 2
        },
        "end": {
          "line": 234,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7348,
      "end": 7349,
      "loc": {
        "start": {
          "line": 234,
          "column": 28
        },
        "end": {
          "line": 234,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 7349,
      "end": 7364,
      "loc": {
        "start": {
          "line": 234,
          "column": 29
        },
        "end": {
          "line": 234,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7364,
      "end": 7365,
      "loc": {
        "start": {
          "line": 234,
          "column": 44
        },
        "end": {
          "line": 234,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7366,
      "end": 7367,
      "loc": {
        "start": {
          "line": 234,
          "column": 46
        },
        "end": {
          "line": 234,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 7372,
      "end": 7377,
      "loc": {
        "start": {
          "line": 235,
          "column": 4
        },
        "end": {
          "line": 235,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7378,
      "end": 7379,
      "loc": {
        "start": {
          "line": 235,
          "column": 10
        },
        "end": {
          "line": 235,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 7386,
      "end": 7390,
      "loc": {
        "start": {
          "line": 236,
          "column": 6
        },
        "end": {
          "line": 236,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7390,
      "end": 7391,
      "loc": {
        "start": {
          "line": 236,
          "column": 10
        },
        "end": {
          "line": 236,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencies",
      "start": 7398,
      "end": 7410,
      "loc": {
        "start": {
          "line": 237,
          "column": 6
        },
        "end": {
          "line": 237,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7410,
      "end": 7411,
      "loc": {
        "start": {
          "line": 237,
          "column": 18
        },
        "end": {
          "line": 237,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7412,
      "end": 7413,
      "loc": {
        "start": {
          "line": 237,
          "column": 20
        },
        "end": {
          "line": 237,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "datatable",
      "start": 7414,
      "end": 7423,
      "loc": {
        "start": {
          "line": 237,
          "column": 22
        },
        "end": {
          "line": 237,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7424,
      "end": 7425,
      "loc": {
        "start": {
          "line": 237,
          "column": 32
        },
        "end": {
          "line": 237,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7425,
      "end": 7426,
      "loc": {
        "start": {
          "line": 237,
          "column": 33
        },
        "end": {
          "line": 237,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7431,
      "end": 7432,
      "loc": {
        "start": {
          "line": 238,
          "column": 4
        },
        "end": {
          "line": 238,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7433,
      "end": 7434,
      "loc": {
        "start": {
          "line": 238,
          "column": 6
        },
        "end": {
          "line": 238,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 7435,
      "end": 7450,
      "loc": {
        "start": {
          "line": 238,
          "column": 8
        },
        "end": {
          "line": 238,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7450,
      "end": 7451,
      "loc": {
        "start": {
          "line": 238,
          "column": 23
        },
        "end": {
          "line": 238,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 7451,
      "end": 7457,
      "loc": {
        "start": {
          "line": 238,
          "column": 24
        },
        "end": {
          "line": 238,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7457,
      "end": 7458,
      "loc": {
        "start": {
          "line": 238,
          "column": 30
        },
        "end": {
          "line": 238,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 7463,
      "end": 7465,
      "loc": {
        "start": {
          "line": 239,
          "column": 4
        },
        "end": {
          "line": 239,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7466,
      "end": 7467,
      "loc": {
        "start": {
          "line": 239,
          "column": 7
        },
        "end": {
          "line": 239,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 7467,
      "end": 7471,
      "loc": {
        "start": {
          "line": 239,
          "column": 8
        },
        "end": {
          "line": 239,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 7472,
      "end": 7475,
      "loc": {
        "start": {
          "line": 239,
          "column": 13
        },
        "end": {
          "line": 239,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "list",
      "start": 7476,
      "end": 7482,
      "loc": {
        "start": {
          "line": 239,
          "column": 17
        },
        "end": {
          "line": 239,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 7483,
      "end": 7485,
      "loc": {
        "start": {
          "line": 239,
          "column": 24
        },
        "end": {
          "line": 239,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 7486,
      "end": 7487,
      "loc": {
        "start": {
          "line": 239,
          "column": 27
        },
        "end": {
          "line": 239,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7487,
      "end": 7488,
      "loc": {
        "start": {
          "line": 239,
          "column": 28
        },
        "end": {
          "line": 239,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "datatable",
      "start": 7488,
      "end": 7497,
      "loc": {
        "start": {
          "line": 239,
          "column": 29
        },
        "end": {
          "line": 239,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 7498,
      "end": 7500,
      "loc": {
        "start": {
          "line": 239,
          "column": 39
        },
        "end": {
          "line": 239,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "datatable",
      "start": 7501,
      "end": 7510,
      "loc": {
        "start": {
          "line": 239,
          "column": 42
        },
        "end": {
          "line": 239,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7510,
      "end": 7511,
      "loc": {
        "start": {
          "line": 239,
          "column": 51
        },
        "end": {
          "line": 239,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bid_entity_id",
      "start": 7511,
      "end": 7524,
      "loc": {
        "start": {
          "line": 239,
          "column": 52
        },
        "end": {
          "line": 239,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7524,
      "end": 7525,
      "loc": {
        "start": {
          "line": 239,
          "column": 65
        },
        "end": {
          "line": 239,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7525,
      "end": 7526,
      "loc": {
        "start": {
          "line": 239,
          "column": 66
        },
        "end": {
          "line": 239,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7527,
      "end": 7528,
      "loc": {
        "start": {
          "line": 239,
          "column": 68
        },
        "end": {
          "line": 239,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 7535,
      "end": 7539,
      "loc": {
        "start": {
          "line": 240,
          "column": 6
        },
        "end": {
          "line": 240,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7539,
      "end": 7540,
      "loc": {
        "start": {
          "line": 240,
          "column": 10
        },
        "end": {
          "line": 240,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_logIssue",
      "start": 7540,
      "end": 7549,
      "loc": {
        "start": {
          "line": 240,
          "column": 11
        },
        "end": {
          "line": 240,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7549,
      "end": 7550,
      "loc": {
        "start": {
          "line": 240,
          "column": 20
        },
        "end": {
          "line": 240,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "list_field_missing_datatable_dependency",
      "start": 7550,
      "end": 7591,
      "loc": {
        "start": {
          "line": 240,
          "column": 21
        },
        "end": {
          "line": 240,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7591,
      "end": 7592,
      "loc": {
        "start": {
          "line": 240,
          "column": 62
        },
        "end": {
          "line": 240,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 7593,
      "end": 7608,
      "loc": {
        "start": {
          "line": 240,
          "column": 64
        },
        "end": {
          "line": 240,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7608,
      "end": 7609,
      "loc": {
        "start": {
          "line": 240,
          "column": 79
        },
        "end": {
          "line": 240,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "datatable",
      "start": 7610,
      "end": 7619,
      "loc": {
        "start": {
          "line": 240,
          "column": 81
        },
        "end": {
          "line": 240,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7619,
      "end": 7620,
      "loc": {
        "start": {
          "line": 240,
          "column": 90
        },
        "end": {
          "line": 240,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7621,
      "end": 7622,
      "loc": {
        "start": {
          "line": 240,
          "column": 92
        },
        "end": {
          "line": 240,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "source_bid_entity_dependency_key",
      "start": 7631,
      "end": 7663,
      "loc": {
        "start": {
          "line": 241,
          "column": 8
        },
        "end": {
          "line": 241,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7663,
      "end": 7664,
      "loc": {
        "start": {
          "line": 241,
          "column": 40
        },
        "end": {
          "line": 241,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "datatable",
      "start": 7665,
      "end": 7676,
      "loc": {
        "start": {
          "line": 241,
          "column": 42
        },
        "end": {
          "line": 241,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7676,
      "end": 7677,
      "loc": {
        "start": {
          "line": 241,
          "column": 53
        },
        "end": {
          "line": 241,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7684,
      "end": 7685,
      "loc": {
        "start": {
          "line": 242,
          "column": 6
        },
        "end": {
          "line": 242,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7685,
      "end": 7686,
      "loc": {
        "start": {
          "line": 242,
          "column": 7
        },
        "end": {
          "line": 242,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7686,
      "end": 7687,
      "loc": {
        "start": {
          "line": 242,
          "column": 8
        },
        "end": {
          "line": 242,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7692,
      "end": 7693,
      "loc": {
        "start": {
          "line": 243,
          "column": 4
        },
        "end": {
          "line": 243,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7696,
      "end": 7697,
      "loc": {
        "start": {
          "line": 244,
          "column": 2
        },
        "end": {
          "line": 244,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_testMetricFormulaReferences",
      "start": 7701,
      "end": 7729,
      "loc": {
        "start": {
          "line": 246,
          "column": 2
        },
        "end": {
          "line": 246,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7729,
      "end": 7730,
      "loc": {
        "start": {
          "line": 246,
          "column": 30
        },
        "end": {
          "line": 246,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 7730,
      "end": 7745,
      "loc": {
        "start": {
          "line": 246,
          "column": 31
        },
        "end": {
          "line": 246,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7745,
      "end": 7746,
      "loc": {
        "start": {
          "line": 246,
          "column": 46
        },
        "end": {
          "line": 246,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7747,
      "end": 7748,
      "loc": {
        "start": {
          "line": 246,
          "column": 48
        },
        "end": {
          "line": 246,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 7753,
      "end": 7756,
      "loc": {
        "start": {
          "line": 247,
          "column": 4
        },
        "end": {
          "line": 247,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "params",
      "start": 7757,
      "end": 7763,
      "loc": {
        "start": {
          "line": 247,
          "column": 8
        },
        "end": {
          "line": 247,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7764,
      "end": 7765,
      "loc": {
        "start": {
          "line": 247,
          "column": 15
        },
        "end": {
          "line": 247,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7766,
      "end": 7767,
      "loc": {
        "start": {
          "line": 247,
          "column": 17
        },
        "end": {
          "line": 247,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7767,
      "end": 7768,
      "loc": {
        "start": {
          "line": 247,
          "column": 18
        },
        "end": {
          "line": 247,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7768,
      "end": 7769,
      "loc": {
        "start": {
          "line": 247,
          "column": 19
        },
        "end": {
          "line": 247,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 7774,
      "end": 7775,
      "loc": {
        "start": {
          "line": 248,
          "column": 4
        },
        "end": {
          "line": 248,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7775,
      "end": 7776,
      "loc": {
        "start": {
          "line": 248,
          "column": 5
        },
        "end": {
          "line": 248,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "each",
      "start": 7776,
      "end": 7780,
      "loc": {
        "start": {
          "line": 248,
          "column": 6
        },
        "end": {
          "line": 248,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7780,
      "end": 7781,
      "loc": {
        "start": {
          "line": 248,
          "column": 10
        },
        "end": {
          "line": 248,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 7781,
      "end": 7796,
      "loc": {
        "start": {
          "line": 248,
          "column": 11
        },
        "end": {
          "line": 248,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7796,
      "end": 7797,
      "loc": {
        "start": {
          "line": 248,
          "column": 26
        },
        "end": {
          "line": 248,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 7797,
      "end": 7803,
      "loc": {
        "start": {
          "line": 248,
          "column": 27
        },
        "end": {
          "line": 248,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7803,
      "end": 7804,
      "loc": {
        "start": {
          "line": 248,
          "column": 33
        },
        "end": {
          "line": 248,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencies",
      "start": 7804,
      "end": 7816,
      "loc": {
        "start": {
          "line": 248,
          "column": 34
        },
        "end": {
          "line": 248,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7816,
      "end": 7817,
      "loc": {
        "start": {
          "line": 248,
          "column": 46
        },
        "end": {
          "line": 248,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7818,
      "end": 7819,
      "loc": {
        "start": {
          "line": 248,
          "column": 48
        },
        "end": {
          "line": 248,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 7819,
      "end": 7824,
      "loc": {
        "start": {
          "line": 248,
          "column": 49
        },
        "end": {
          "line": 248,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7824,
      "end": 7825,
      "loc": {
        "start": {
          "line": 248,
          "column": 54
        },
        "end": {
          "line": 248,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 7826,
      "end": 7829,
      "loc": {
        "start": {
          "line": 248,
          "column": 56
        },
        "end": {
          "line": 248,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7829,
      "end": 7830,
      "loc": {
        "start": {
          "line": 248,
          "column": 59
        },
        "end": {
          "line": 248,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7831,
      "end": 7833,
      "loc": {
        "start": {
          "line": 248,
          "column": 61
        },
        "end": {
          "line": 248,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7834,
      "end": 7835,
      "loc": {
        "start": {
          "line": 248,
          "column": 64
        },
        "end": {
          "line": 248,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 7842,
      "end": 7844,
      "loc": {
        "start": {
          "line": 249,
          "column": 6
        },
        "end": {
          "line": 249,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7845,
      "end": 7846,
      "loc": {
        "start": {
          "line": 249,
          "column": 9
        },
        "end": {
          "line": 249,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 7846,
      "end": 7847,
      "loc": {
        "start": {
          "line": 249,
          "column": 10
        },
        "end": {
          "line": 249,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 7847,
      "end": 7848,
      "loc": {
        "start": {
          "line": 249,
          "column": 11
        },
        "end": {
          "line": 249,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7848,
      "end": 7849,
      "loc": {
        "start": {
          "line": 249,
          "column": 12
        },
        "end": {
          "line": 249,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isEmpty",
      "start": 7849,
      "end": 7856,
      "loc": {
        "start": {
          "line": 249,
          "column": 13
        },
        "end": {
          "line": 249,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7856,
      "end": 7857,
      "loc": {
        "start": {
          "line": 249,
          "column": 20
        },
        "end": {
          "line": 249,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 7857,
      "end": 7862,
      "loc": {
        "start": {
          "line": 249,
          "column": 21
        },
        "end": {
          "line": 249,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7862,
      "end": 7863,
      "loc": {
        "start": {
          "line": 249,
          "column": 26
        },
        "end": {
          "line": 249,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 7864,
      "end": 7866,
      "loc": {
        "start": {
          "line": 249,
          "column": 28
        },
        "end": {
          "line": 249,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 7867,
      "end": 7868,
      "loc": {
        "start": {
          "line": 249,
          "column": 31
        },
        "end": {
          "line": 249,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 7868,
      "end": 7869,
      "loc": {
        "start": {
          "line": 249,
          "column": 32
        },
        "end": {
          "line": 249,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7869,
      "end": 7870,
      "loc": {
        "start": {
          "line": 249,
          "column": 33
        },
        "end": {
          "line": 249,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isNull",
      "start": 7870,
      "end": 7876,
      "loc": {
        "start": {
          "line": 249,
          "column": 34
        },
        "end": {
          "line": 249,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7876,
      "end": 7877,
      "loc": {
        "start": {
          "line": 249,
          "column": 40
        },
        "end": {
          "line": 249,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 7877,
      "end": 7882,
      "loc": {
        "start": {
          "line": 249,
          "column": 41
        },
        "end": {
          "line": 249,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7882,
      "end": 7883,
      "loc": {
        "start": {
          "line": 249,
          "column": 46
        },
        "end": {
          "line": 249,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 7883,
      "end": 7887,
      "loc": {
        "start": {
          "line": 249,
          "column": 47
        },
        "end": {
          "line": 249,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7887,
      "end": 7888,
      "loc": {
        "start": {
          "line": 249,
          "column": 51
        },
        "end": {
          "line": 249,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7888,
      "end": 7889,
      "loc": {
        "start": {
          "line": 249,
          "column": 52
        },
        "end": {
          "line": 249,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7890,
      "end": 7891,
      "loc": {
        "start": {
          "line": 249,
          "column": 54
        },
        "end": {
          "line": 249,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "params",
      "start": 7900,
      "end": 7906,
      "loc": {
        "start": {
          "line": 250,
          "column": 8
        },
        "end": {
          "line": 250,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7906,
      "end": 7907,
      "loc": {
        "start": {
          "line": 250,
          "column": 14
        },
        "end": {
          "line": 250,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 7907,
      "end": 7910,
      "loc": {
        "start": {
          "line": 250,
          "column": 15
        },
        "end": {
          "line": 250,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7910,
      "end": 7911,
      "loc": {
        "start": {
          "line": 250,
          "column": 18
        },
        "end": {
          "line": 250,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7912,
      "end": 7913,
      "loc": {
        "start": {
          "line": 250,
          "column": 20
        },
        "end": {
          "line": 250,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 7914,
      "end": 7915,
      "loc": {
        "start": {
          "line": 250,
          "column": 22
        },
        "end": {
          "line": 250,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7915,
      "end": 7916,
      "loc": {
        "start": {
          "line": 250,
          "column": 23
        },
        "end": {
          "line": 250,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7923,
      "end": 7924,
      "loc": {
        "start": {
          "line": 251,
          "column": 6
        },
        "end": {
          "line": 251,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7929,
      "end": 7930,
      "loc": {
        "start": {
          "line": 252,
          "column": 4
        },
        "end": {
          "line": 252,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7930,
      "end": 7931,
      "loc": {
        "start": {
          "line": 252,
          "column": 5
        },
        "end": {
          "line": 252,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7931,
      "end": 7932,
      "loc": {
        "start": {
          "line": 252,
          "column": 6
        },
        "end": {
          "line": 252,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 7937,
      "end": 7939,
      "loc": {
        "start": {
          "line": 253,
          "column": 4
        },
        "end": {
          "line": 253,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7940,
      "end": 7941,
      "loc": {
        "start": {
          "line": 253,
          "column": 7
        },
        "end": {
          "line": 253,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 7941,
      "end": 7942,
      "loc": {
        "start": {
          "line": 253,
          "column": 8
        },
        "end": {
          "line": 253,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Helpers",
      "start": 7942,
      "end": 7949,
      "loc": {
        "start": {
          "line": 253,
          "column": 9
        },
        "end": {
          "line": 253,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7949,
      "end": 7950,
      "loc": {
        "start": {
          "line": 253,
          "column": 16
        },
        "end": {
          "line": 253,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "validateFormula",
      "start": 7950,
      "end": 7965,
      "loc": {
        "start": {
          "line": 253,
          "column": 17
        },
        "end": {
          "line": 253,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7965,
      "end": 7966,
      "loc": {
        "start": {
          "line": 253,
          "column": 32
        },
        "end": {
          "line": 253,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 7966,
      "end": 7981,
      "loc": {
        "start": {
          "line": 253,
          "column": 33
        },
        "end": {
          "line": 253,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7981,
      "end": 7982,
      "loc": {
        "start": {
          "line": 253,
          "column": 48
        },
        "end": {
          "line": 253,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 7982,
      "end": 7988,
      "loc": {
        "start": {
          "line": 253,
          "column": 49
        },
        "end": {
          "line": 253,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7988,
      "end": 7989,
      "loc": {
        "start": {
          "line": 253,
          "column": 55
        },
        "end": {
          "line": 253,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "formula",
      "start": 7989,
      "end": 7996,
      "loc": {
        "start": {
          "line": 253,
          "column": 56
        },
        "end": {
          "line": 253,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7996,
      "end": 7997,
      "loc": {
        "start": {
          "line": 253,
          "column": 63
        },
        "end": {
          "line": 253,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "params",
      "start": 7998,
      "end": 8004,
      "loc": {
        "start": {
          "line": 253,
          "column": 65
        },
        "end": {
          "line": 253,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8004,
      "end": 8005,
      "loc": {
        "start": {
          "line": 253,
          "column": 71
        },
        "end": {
          "line": 253,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8005,
      "end": 8006,
      "loc": {
        "start": {
          "line": 253,
          "column": 72
        },
        "end": {
          "line": 253,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8007,
      "end": 8008,
      "loc": {
        "start": {
          "line": 253,
          "column": 74
        },
        "end": {
          "line": 253,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 8015,
      "end": 8019,
      "loc": {
        "start": {
          "line": 254,
          "column": 6
        },
        "end": {
          "line": 254,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8019,
      "end": 8020,
      "loc": {
        "start": {
          "line": 254,
          "column": 10
        },
        "end": {
          "line": 254,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_logIssue",
      "start": 8020,
      "end": 8029,
      "loc": {
        "start": {
          "line": 254,
          "column": 11
        },
        "end": {
          "line": 254,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8029,
      "end": 8030,
      "loc": {
        "start": {
          "line": 254,
          "column": 20
        },
        "end": {
          "line": 254,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "invalid_metric_formula_dependency",
      "start": 8030,
      "end": 8065,
      "loc": {
        "start": {
          "line": 254,
          "column": 21
        },
        "end": {
          "line": 254,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8065,
      "end": 8066,
      "loc": {
        "start": {
          "line": 254,
          "column": 56
        },
        "end": {
          "line": 254,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 8067,
      "end": 8082,
      "loc": {
        "start": {
          "line": 254,
          "column": 58
        },
        "end": {
          "line": 254,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8082,
      "end": 8083,
      "loc": {
        "start": {
          "line": 254,
          "column": 73
        },
        "end": {
          "line": 254,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 8084,
      "end": 8088,
      "loc": {
        "start": {
          "line": 254,
          "column": 75
        },
        "end": {
          "line": 254,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8088,
      "end": 8089,
      "loc": {
        "start": {
          "line": 254,
          "column": 79
        },
        "end": {
          "line": 254,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8090,
      "end": 8091,
      "loc": {
        "start": {
          "line": 254,
          "column": 81
        },
        "end": {
          "line": 254,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "formula",
      "start": 8100,
      "end": 8107,
      "loc": {
        "start": {
          "line": 255,
          "column": 8
        },
        "end": {
          "line": 255,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8107,
      "end": 8108,
      "loc": {
        "start": {
          "line": 255,
          "column": 15
        },
        "end": {
          "line": 255,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 8109,
      "end": 8124,
      "loc": {
        "start": {
          "line": 255,
          "column": 17
        },
        "end": {
          "line": 255,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8124,
      "end": 8125,
      "loc": {
        "start": {
          "line": 255,
          "column": 32
        },
        "end": {
          "line": 255,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 8125,
      "end": 8131,
      "loc": {
        "start": {
          "line": 255,
          "column": 33
        },
        "end": {
          "line": 255,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8131,
      "end": 8132,
      "loc": {
        "start": {
          "line": 255,
          "column": 39
        },
        "end": {
          "line": 255,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "formula",
      "start": 8132,
      "end": 8139,
      "loc": {
        "start": {
          "line": 255,
          "column": 40
        },
        "end": {
          "line": 255,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8139,
      "end": 8140,
      "loc": {
        "start": {
          "line": 255,
          "column": 47
        },
        "end": {
          "line": 255,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "formula_dependencies",
      "start": 8149,
      "end": 8169,
      "loc": {
        "start": {
          "line": 256,
          "column": 8
        },
        "end": {
          "line": 256,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8169,
      "end": 8170,
      "loc": {
        "start": {
          "line": 256,
          "column": 28
        },
        "end": {
          "line": 256,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 8171,
      "end": 8186,
      "loc": {
        "start": {
          "line": 256,
          "column": 30
        },
        "end": {
          "line": 256,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8186,
      "end": 8187,
      "loc": {
        "start": {
          "line": 256,
          "column": 45
        },
        "end": {
          "line": 256,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 8187,
      "end": 8193,
      "loc": {
        "start": {
          "line": 256,
          "column": 46
        },
        "end": {
          "line": 256,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8193,
      "end": 8194,
      "loc": {
        "start": {
          "line": 256,
          "column": 52
        },
        "end": {
          "line": 256,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencies",
      "start": 8194,
      "end": 8206,
      "loc": {
        "start": {
          "line": 256,
          "column": 53
        },
        "end": {
          "line": 256,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8206,
      "end": 8207,
      "loc": {
        "start": {
          "line": 256,
          "column": 65
        },
        "end": {
          "line": 256,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8214,
      "end": 8215,
      "loc": {
        "start": {
          "line": 257,
          "column": 6
        },
        "end": {
          "line": 257,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8215,
      "end": 8216,
      "loc": {
        "start": {
          "line": 257,
          "column": 7
        },
        "end": {
          "line": 257,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8216,
      "end": 8217,
      "loc": {
        "start": {
          "line": 257,
          "column": 8
        },
        "end": {
          "line": 257,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8222,
      "end": 8223,
      "loc": {
        "start": {
          "line": 258,
          "column": 4
        },
        "end": {
          "line": 258,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8226,
      "end": 8227,
      "loc": {
        "start": {
          "line": 259,
          "column": 2
        },
        "end": {
          "line": 259,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_testMetricManipulations",
      "start": 8231,
      "end": 8255,
      "loc": {
        "start": {
          "line": 261,
          "column": 2
        },
        "end": {
          "line": 261,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8255,
      "end": 8256,
      "loc": {
        "start": {
          "line": 261,
          "column": 26
        },
        "end": {
          "line": 261,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 8256,
      "end": 8271,
      "loc": {
        "start": {
          "line": 261,
          "column": 27
        },
        "end": {
          "line": 261,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8271,
      "end": 8272,
      "loc": {
        "start": {
          "line": 261,
          "column": 42
        },
        "end": {
          "line": 261,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8273,
      "end": 8274,
      "loc": {
        "start": {
          "line": 261,
          "column": 44
        },
        "end": {
          "line": 261,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 8279,
      "end": 8280,
      "loc": {
        "start": {
          "line": 262,
          "column": 4
        },
        "end": {
          "line": 262,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8280,
      "end": 8281,
      "loc": {
        "start": {
          "line": 262,
          "column": 5
        },
        "end": {
          "line": 262,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "each",
      "start": 8281,
      "end": 8285,
      "loc": {
        "start": {
          "line": 262,
          "column": 6
        },
        "end": {
          "line": 262,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8285,
      "end": 8286,
      "loc": {
        "start": {
          "line": 262,
          "column": 10
        },
        "end": {
          "line": 262,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 8286,
      "end": 8301,
      "loc": {
        "start": {
          "line": 262,
          "column": 11
        },
        "end": {
          "line": 262,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8301,
      "end": 8302,
      "loc": {
        "start": {
          "line": 262,
          "column": 26
        },
        "end": {
          "line": 262,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 8302,
      "end": 8308,
      "loc": {
        "start": {
          "line": 262,
          "column": 27
        },
        "end": {
          "line": 262,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8308,
      "end": 8309,
      "loc": {
        "start": {
          "line": 262,
          "column": 33
        },
        "end": {
          "line": 262,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "manipulations",
      "start": 8309,
      "end": 8322,
      "loc": {
        "start": {
          "line": 262,
          "column": 34
        },
        "end": {
          "line": 262,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8322,
      "end": 8323,
      "loc": {
        "start": {
          "line": 262,
          "column": 47
        },
        "end": {
          "line": 262,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "metricManipulation",
      "start": 8324,
      "end": 8342,
      "loc": {
        "start": {
          "line": 262,
          "column": 49
        },
        "end": {
          "line": 262,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8343,
      "end": 8345,
      "loc": {
        "start": {
          "line": 262,
          "column": 68
        },
        "end": {
          "line": 262,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8346,
      "end": 8347,
      "loc": {
        "start": {
          "line": 262,
          "column": 71
        },
        "end": {
          "line": 262,
          "column": 72
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "First test to ensure metric manipultion has a valid assembly.",
      "start": 8354,
      "end": 8417,
      "loc": {
        "start": {
          "line": 263,
          "column": 6
        },
        "end": {
          "line": 263,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 8425,
      "end": 8427,
      "loc": {
        "start": {
          "line": 265,
          "column": 6
        },
        "end": {
          "line": 265,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8428,
      "end": 8429,
      "loc": {
        "start": {
          "line": 265,
          "column": 9
        },
        "end": {
          "line": 265,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "metricManipulation",
      "start": 8429,
      "end": 8447,
      "loc": {
        "start": {
          "line": 265,
          "column": 10
        },
        "end": {
          "line": 265,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8447,
      "end": 8448,
      "loc": {
        "start": {
          "line": 265,
          "column": 28
        },
        "end": {
          "line": 265,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assembly_id",
      "start": 8448,
      "end": 8459,
      "loc": {
        "start": {
          "line": 265,
          "column": 29
        },
        "end": {
          "line": 265,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8459,
      "end": 8460,
      "loc": {
        "start": {
          "line": 265,
          "column": 40
        },
        "end": {
          "line": 265,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8461,
      "end": 8462,
      "loc": {
        "start": {
          "line": 265,
          "column": 42
        },
        "end": {
          "line": 265,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 8471,
      "end": 8474,
      "loc": {
        "start": {
          "line": 266,
          "column": 8
        },
        "end": {
          "line": 266,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "metricManipulationAssembly",
      "start": 8475,
      "end": 8501,
      "loc": {
        "start": {
          "line": 266,
          "column": 12
        },
        "end": {
          "line": 266,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8502,
      "end": 8503,
      "loc": {
        "start": {
          "line": 266,
          "column": 39
        },
        "end": {
          "line": 266,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 8504,
      "end": 8508,
      "loc": {
        "start": {
          "line": 266,
          "column": 41
        },
        "end": {
          "line": 266,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8508,
      "end": 8509,
      "loc": {
        "start": {
          "line": 266,
          "column": 45
        },
        "end": {
          "line": 266,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_bid",
      "start": 8509,
      "end": 8513,
      "loc": {
        "start": {
          "line": 266,
          "column": 46
        },
        "end": {
          "line": 266,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8513,
      "end": 8514,
      "loc": {
        "start": {
          "line": 266,
          "column": 50
        },
        "end": {
          "line": 266,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entities",
      "start": 8514,
      "end": 8522,
      "loc": {
        "start": {
          "line": 266,
          "column": 51
        },
        "end": {
          "line": 266,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8522,
      "end": 8523,
      "loc": {
        "start": {
          "line": 266,
          "column": 59
        },
        "end": {
          "line": 266,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assemblies",
      "start": 8523,
      "end": 8533,
      "loc": {
        "start": {
          "line": 266,
          "column": 60
        },
        "end": {
          "line": 266,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8533,
      "end": 8534,
      "loc": {
        "start": {
          "line": 266,
          "column": 70
        },
        "end": {
          "line": 266,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "metricManipulation",
      "start": 8534,
      "end": 8552,
      "loc": {
        "start": {
          "line": 266,
          "column": 71
        },
        "end": {
          "line": 266,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8552,
      "end": 8553,
      "loc": {
        "start": {
          "line": 266,
          "column": 89
        },
        "end": {
          "line": 266,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assembly_id",
      "start": 8553,
      "end": 8564,
      "loc": {
        "start": {
          "line": 266,
          "column": 90
        },
        "end": {
          "line": 266,
          "column": 101
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8564,
      "end": 8565,
      "loc": {
        "start": {
          "line": 266,
          "column": 101
        },
        "end": {
          "line": 266,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8565,
      "end": 8566,
      "loc": {
        "start": {
          "line": 266,
          "column": 102
        },
        "end": {
          "line": 266,
          "column": 103
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 8576,
      "end": 8578,
      "loc": {
        "start": {
          "line": 268,
          "column": 8
        },
        "end": {
          "line": 268,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8579,
      "end": 8580,
      "loc": {
        "start": {
          "line": 268,
          "column": 11
        },
        "end": {
          "line": 268,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 8580,
      "end": 8581,
      "loc": {
        "start": {
          "line": 268,
          "column": 12
        },
        "end": {
          "line": 268,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "metricManipulationAssembly",
      "start": 8581,
      "end": 8607,
      "loc": {
        "start": {
          "line": 268,
          "column": 13
        },
        "end": {
          "line": 268,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8607,
      "end": 8608,
      "loc": {
        "start": {
          "line": 268,
          "column": 39
        },
        "end": {
          "line": 268,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8609,
      "end": 8610,
      "loc": {
        "start": {
          "line": 268,
          "column": 41
        },
        "end": {
          "line": 268,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 8621,
      "end": 8625,
      "loc": {
        "start": {
          "line": 269,
          "column": 10
        },
        "end": {
          "line": 269,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8625,
      "end": 8626,
      "loc": {
        "start": {
          "line": 269,
          "column": 14
        },
        "end": {
          "line": 269,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_logIssue",
      "start": 8626,
      "end": 8635,
      "loc": {
        "start": {
          "line": 269,
          "column": 15
        },
        "end": {
          "line": 269,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8635,
      "end": 8636,
      "loc": {
        "start": {
          "line": 269,
          "column": 24
        },
        "end": {
          "line": 269,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "invalid_metric_manipulation_assembly_reference",
      "start": 8636,
      "end": 8684,
      "loc": {
        "start": {
          "line": 269,
          "column": 25
        },
        "end": {
          "line": 269,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8684,
      "end": 8685,
      "loc": {
        "start": {
          "line": 269,
          "column": 73
        },
        "end": {
          "line": 269,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 8686,
      "end": 8701,
      "loc": {
        "start": {
          "line": 269,
          "column": 75
        },
        "end": {
          "line": 269,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8701,
      "end": 8702,
      "loc": {
        "start": {
          "line": 269,
          "column": 90
        },
        "end": {
          "line": 269,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 8703,
      "end": 8707,
      "loc": {
        "start": {
          "line": 269,
          "column": 92
        },
        "end": {
          "line": 269,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8707,
      "end": 8708,
      "loc": {
        "start": {
          "line": 269,
          "column": 96
        },
        "end": {
          "line": 269,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8709,
      "end": 8710,
      "loc": {
        "start": {
          "line": 269,
          "column": 98
        },
        "end": {
          "line": 269,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "metric_manipulation",
      "start": 8723,
      "end": 8742,
      "loc": {
        "start": {
          "line": 270,
          "column": 12
        },
        "end": {
          "line": 270,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8742,
      "end": 8743,
      "loc": {
        "start": {
          "line": 270,
          "column": 31
        },
        "end": {
          "line": 270,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "metricManipulation",
      "start": 8744,
      "end": 8762,
      "loc": {
        "start": {
          "line": 270,
          "column": 33
        },
        "end": {
          "line": 270,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8762,
      "end": 8763,
      "loc": {
        "start": {
          "line": 270,
          "column": 51
        },
        "end": {
          "line": 270,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8774,
      "end": 8775,
      "loc": {
        "start": {
          "line": 271,
          "column": 10
        },
        "end": {
          "line": 271,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8775,
      "end": 8776,
      "loc": {
        "start": {
          "line": 271,
          "column": 11
        },
        "end": {
          "line": 271,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8776,
      "end": 8777,
      "loc": {
        "start": {
          "line": 271,
          "column": 12
        },
        "end": {
          "line": 271,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8786,
      "end": 8787,
      "loc": {
        "start": {
          "line": 272,
          "column": 8
        },
        "end": {
          "line": 272,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8794,
      "end": 8795,
      "loc": {
        "start": {
          "line": 273,
          "column": 6
        },
        "end": {
          "line": 273,
          "column": 7
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "Test metric manipulation dependencies.",
      "start": 8803,
      "end": 8843,
      "loc": {
        "start": {
          "line": 275,
          "column": 6
        },
        "end": {
          "line": 275,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 8850,
      "end": 8853,
      "loc": {
        "start": {
          "line": 276,
          "column": 6
        },
        "end": {
          "line": 276,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "params",
      "start": 8854,
      "end": 8860,
      "loc": {
        "start": {
          "line": 276,
          "column": 10
        },
        "end": {
          "line": 276,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8861,
      "end": 8862,
      "loc": {
        "start": {
          "line": 276,
          "column": 17
        },
        "end": {
          "line": 276,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8863,
      "end": 8864,
      "loc": {
        "start": {
          "line": 276,
          "column": 19
        },
        "end": {
          "line": 276,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "original",
      "start": 8873,
      "end": 8881,
      "loc": {
        "start": {
          "line": 277,
          "column": 8
        },
        "end": {
          "line": 277,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8881,
      "end": 8882,
      "loc": {
        "start": {
          "line": 277,
          "column": 16
        },
        "end": {
          "line": 277,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 8883,
      "end": 8884,
      "loc": {
        "start": {
          "line": 277,
          "column": 18
        },
        "end": {
          "line": 277,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8884,
      "end": 8885,
      "loc": {
        "start": {
          "line": 277,
          "column": 19
        },
        "end": {
          "line": 277,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8892,
      "end": 8893,
      "loc": {
        "start": {
          "line": 278,
          "column": 6
        },
        "end": {
          "line": 278,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8893,
      "end": 8894,
      "loc": {
        "start": {
          "line": 278,
          "column": 7
        },
        "end": {
          "line": 278,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 8901,
      "end": 8902,
      "loc": {
        "start": {
          "line": 279,
          "column": 6
        },
        "end": {
          "line": 279,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8902,
      "end": 8903,
      "loc": {
        "start": {
          "line": 279,
          "column": 7
        },
        "end": {
          "line": 279,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "each",
      "start": 8903,
      "end": 8907,
      "loc": {
        "start": {
          "line": 279,
          "column": 8
        },
        "end": {
          "line": 279,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8907,
      "end": 8908,
      "loc": {
        "start": {
          "line": 279,
          "column": 12
        },
        "end": {
          "line": 279,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "metricManipulation",
      "start": 8908,
      "end": 8926,
      "loc": {
        "start": {
          "line": 279,
          "column": 13
        },
        "end": {
          "line": 279,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8926,
      "end": 8927,
      "loc": {
        "start": {
          "line": 279,
          "column": 31
        },
        "end": {
          "line": 279,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencies",
      "start": 8927,
      "end": 8939,
      "loc": {
        "start": {
          "line": 279,
          "column": 32
        },
        "end": {
          "line": 279,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8939,
      "end": 8940,
      "loc": {
        "start": {
          "line": 279,
          "column": 44
        },
        "end": {
          "line": 279,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8941,
      "end": 8942,
      "loc": {
        "start": {
          "line": 279,
          "column": 46
        },
        "end": {
          "line": 279,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 8942,
      "end": 8947,
      "loc": {
        "start": {
          "line": 279,
          "column": 47
        },
        "end": {
          "line": 279,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8947,
      "end": 8948,
      "loc": {
        "start": {
          "line": 279,
          "column": 52
        },
        "end": {
          "line": 279,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 8949,
      "end": 8952,
      "loc": {
        "start": {
          "line": 279,
          "column": 54
        },
        "end": {
          "line": 279,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8952,
      "end": 8953,
      "loc": {
        "start": {
          "line": 279,
          "column": 57
        },
        "end": {
          "line": 279,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8954,
      "end": 8956,
      "loc": {
        "start": {
          "line": 279,
          "column": 59
        },
        "end": {
          "line": 279,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8957,
      "end": 8958,
      "loc": {
        "start": {
          "line": 279,
          "column": 62
        },
        "end": {
          "line": 279,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "params",
      "start": 8967,
      "end": 8973,
      "loc": {
        "start": {
          "line": 280,
          "column": 8
        },
        "end": {
          "line": 280,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8973,
      "end": 8974,
      "loc": {
        "start": {
          "line": 280,
          "column": 14
        },
        "end": {
          "line": 280,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 8974,
      "end": 8977,
      "loc": {
        "start": {
          "line": 280,
          "column": 15
        },
        "end": {
          "line": 280,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8977,
      "end": 8978,
      "loc": {
        "start": {
          "line": 280,
          "column": 18
        },
        "end": {
          "line": 280,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8979,
      "end": 8980,
      "loc": {
        "start": {
          "line": 280,
          "column": 20
        },
        "end": {
          "line": 280,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 8981,
      "end": 8982,
      "loc": {
        "start": {
          "line": 280,
          "column": 22
        },
        "end": {
          "line": 280,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8982,
      "end": 8983,
      "loc": {
        "start": {
          "line": 280,
          "column": 23
        },
        "end": {
          "line": 280,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 8992,
      "end": 8994,
      "loc": {
        "start": {
          "line": 281,
          "column": 8
        },
        "end": {
          "line": 281,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8995,
      "end": 8996,
      "loc": {
        "start": {
          "line": 281,
          "column": 11
        },
        "end": {
          "line": 281,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 8996,
      "end": 8997,
      "loc": {
        "start": {
          "line": 281,
          "column": 12
        },
        "end": {
          "line": 281,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 8997,
      "end": 9001,
      "loc": {
        "start": {
          "line": 281,
          "column": 13
        },
        "end": {
          "line": 281,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9001,
      "end": 9002,
      "loc": {
        "start": {
          "line": 281,
          "column": 17
        },
        "end": {
          "line": 281,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_bid",
      "start": 9002,
      "end": 9006,
      "loc": {
        "start": {
          "line": 281,
          "column": 18
        },
        "end": {
          "line": 281,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9006,
      "end": 9007,
      "loc": {
        "start": {
          "line": 281,
          "column": 22
        },
        "end": {
          "line": 281,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entities",
      "start": 9007,
      "end": 9015,
      "loc": {
        "start": {
          "line": 281,
          "column": 23
        },
        "end": {
          "line": 281,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9015,
      "end": 9016,
      "loc": {
        "start": {
          "line": 281,
          "column": 31
        },
        "end": {
          "line": 281,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyExists",
      "start": 9016,
      "end": 9032,
      "loc": {
        "start": {
          "line": 281,
          "column": 32
        },
        "end": {
          "line": 281,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9032,
      "end": 9033,
      "loc": {
        "start": {
          "line": 281,
          "column": 48
        },
        "end": {
          "line": 281,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 9033,
      "end": 9038,
      "loc": {
        "start": {
          "line": 281,
          "column": 49
        },
        "end": {
          "line": 281,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9038,
      "end": 9039,
      "loc": {
        "start": {
          "line": 281,
          "column": 54
        },
        "end": {
          "line": 281,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9039,
      "end": 9040,
      "loc": {
        "start": {
          "line": 281,
          "column": 55
        },
        "end": {
          "line": 281,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9041,
      "end": 9042,
      "loc": {
        "start": {
          "line": 281,
          "column": 57
        },
        "end": {
          "line": 281,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 9053,
      "end": 9057,
      "loc": {
        "start": {
          "line": 282,
          "column": 10
        },
        "end": {
          "line": 282,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9057,
      "end": 9058,
      "loc": {
        "start": {
          "line": 282,
          "column": 14
        },
        "end": {
          "line": 282,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_logIssue",
      "start": 9058,
      "end": 9067,
      "loc": {
        "start": {
          "line": 282,
          "column": 15
        },
        "end": {
          "line": 282,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9067,
      "end": 9068,
      "loc": {
        "start": {
          "line": 282,
          "column": 24
        },
        "end": {
          "line": 282,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "invalid_metric_manipulation_dependency",
      "start": 9068,
      "end": 9108,
      "loc": {
        "start": {
          "line": 282,
          "column": 25
        },
        "end": {
          "line": 282,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9108,
      "end": 9109,
      "loc": {
        "start": {
          "line": 282,
          "column": 65
        },
        "end": {
          "line": 282,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 9110,
      "end": 9125,
      "loc": {
        "start": {
          "line": 282,
          "column": 67
        },
        "end": {
          "line": 282,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9125,
      "end": 9126,
      "loc": {
        "start": {
          "line": 282,
          "column": 82
        },
        "end": {
          "line": 282,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 9127,
      "end": 9132,
      "loc": {
        "start": {
          "line": 282,
          "column": 84
        },
        "end": {
          "line": 282,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9132,
      "end": 9133,
      "loc": {
        "start": {
          "line": 282,
          "column": 89
        },
        "end": {
          "line": 282,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9134,
      "end": 9135,
      "loc": {
        "start": {
          "line": 282,
          "column": 91
        },
        "end": {
          "line": 282,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "source_bid_entity_dependency_key",
      "start": 9148,
      "end": 9180,
      "loc": {
        "start": {
          "line": 283,
          "column": 12
        },
        "end": {
          "line": 283,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9180,
      "end": 9181,
      "loc": {
        "start": {
          "line": 283,
          "column": 44
        },
        "end": {
          "line": 283,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 9182,
      "end": 9185,
      "loc": {
        "start": {
          "line": 283,
          "column": 46
        },
        "end": {
          "line": 283,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9185,
      "end": 9186,
      "loc": {
        "start": {
          "line": 283,
          "column": 49
        },
        "end": {
          "line": 283,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9197,
      "end": 9198,
      "loc": {
        "start": {
          "line": 284,
          "column": 10
        },
        "end": {
          "line": 284,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9198,
      "end": 9199,
      "loc": {
        "start": {
          "line": 284,
          "column": 11
        },
        "end": {
          "line": 284,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9199,
      "end": 9200,
      "loc": {
        "start": {
          "line": 284,
          "column": 12
        },
        "end": {
          "line": 284,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9209,
      "end": 9210,
      "loc": {
        "start": {
          "line": 285,
          "column": 8
        },
        "end": {
          "line": 285,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9217,
      "end": 9218,
      "loc": {
        "start": {
          "line": 286,
          "column": 6
        },
        "end": {
          "line": 286,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9218,
      "end": 9219,
      "loc": {
        "start": {
          "line": 286,
          "column": 7
        },
        "end": {
          "line": 286,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9219,
      "end": 9220,
      "loc": {
        "start": {
          "line": 286,
          "column": 8
        },
        "end": {
          "line": 286,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 9227,
      "end": 9229,
      "loc": {
        "start": {
          "line": 287,
          "column": 6
        },
        "end": {
          "line": 287,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9230,
      "end": 9231,
      "loc": {
        "start": {
          "line": 287,
          "column": 9
        },
        "end": {
          "line": 287,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 9231,
      "end": 9232,
      "loc": {
        "start": {
          "line": 287,
          "column": 10
        },
        "end": {
          "line": 287,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Helpers",
      "start": 9232,
      "end": 9239,
      "loc": {
        "start": {
          "line": 287,
          "column": 11
        },
        "end": {
          "line": 287,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9239,
      "end": 9240,
      "loc": {
        "start": {
          "line": 287,
          "column": 18
        },
        "end": {
          "line": 287,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "validateFormula",
      "start": 9240,
      "end": 9255,
      "loc": {
        "start": {
          "line": 287,
          "column": 19
        },
        "end": {
          "line": 287,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9255,
      "end": 9256,
      "loc": {
        "start": {
          "line": 287,
          "column": 34
        },
        "end": {
          "line": 287,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "metricManipulation",
      "start": 9256,
      "end": 9274,
      "loc": {
        "start": {
          "line": 287,
          "column": 35
        },
        "end": {
          "line": 287,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9274,
      "end": 9275,
      "loc": {
        "start": {
          "line": 287,
          "column": 53
        },
        "end": {
          "line": 287,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "formula",
      "start": 9275,
      "end": 9282,
      "loc": {
        "start": {
          "line": 287,
          "column": 54
        },
        "end": {
          "line": 287,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9282,
      "end": 9283,
      "loc": {
        "start": {
          "line": 287,
          "column": 61
        },
        "end": {
          "line": 287,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "params",
      "start": 9284,
      "end": 9290,
      "loc": {
        "start": {
          "line": 287,
          "column": 63
        },
        "end": {
          "line": 287,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9290,
      "end": 9291,
      "loc": {
        "start": {
          "line": 287,
          "column": 69
        },
        "end": {
          "line": 287,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9291,
      "end": 9292,
      "loc": {
        "start": {
          "line": 287,
          "column": 70
        },
        "end": {
          "line": 287,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9293,
      "end": 9294,
      "loc": {
        "start": {
          "line": 287,
          "column": 72
        },
        "end": {
          "line": 287,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 9303,
      "end": 9306,
      "loc": {
        "start": {
          "line": 288,
          "column": 8
        },
        "end": {
          "line": 288,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "metric",
      "start": 9307,
      "end": 9313,
      "loc": {
        "start": {
          "line": 288,
          "column": 12
        },
        "end": {
          "line": 288,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9314,
      "end": 9315,
      "loc": {
        "start": {
          "line": 288,
          "column": 19
        },
        "end": {
          "line": 288,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 9316,
      "end": 9320,
      "loc": {
        "start": {
          "line": 288,
          "column": 21
        },
        "end": {
          "line": 288,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9320,
      "end": 9321,
      "loc": {
        "start": {
          "line": 288,
          "column": 25
        },
        "end": {
          "line": 288,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_bid",
      "start": 9321,
      "end": 9325,
      "loc": {
        "start": {
          "line": 288,
          "column": 26
        },
        "end": {
          "line": 288,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9325,
      "end": 9326,
      "loc": {
        "start": {
          "line": 288,
          "column": 30
        },
        "end": {
          "line": 288,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entities",
      "start": 9326,
      "end": 9334,
      "loc": {
        "start": {
          "line": 288,
          "column": 31
        },
        "end": {
          "line": 288,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9334,
      "end": 9335,
      "loc": {
        "start": {
          "line": 288,
          "column": 39
        },
        "end": {
          "line": 288,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "metrics",
      "start": 9335,
      "end": 9342,
      "loc": {
        "start": {
          "line": 288,
          "column": 40
        },
        "end": {
          "line": 288,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9342,
      "end": 9343,
      "loc": {
        "start": {
          "line": 288,
          "column": 47
        },
        "end": {
          "line": 288,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "metricManipulation",
      "start": 9343,
      "end": 9361,
      "loc": {
        "start": {
          "line": 288,
          "column": 48
        },
        "end": {
          "line": 288,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9361,
      "end": 9362,
      "loc": {
        "start": {
          "line": 288,
          "column": 66
        },
        "end": {
          "line": 288,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 9362,
      "end": 9364,
      "loc": {
        "start": {
          "line": 288,
          "column": 67
        },
        "end": {
          "line": 288,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9364,
      "end": 9365,
      "loc": {
        "start": {
          "line": 288,
          "column": 69
        },
        "end": {
          "line": 288,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9365,
      "end": 9366,
      "loc": {
        "start": {
          "line": 288,
          "column": 70
        },
        "end": {
          "line": 288,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 9376,
      "end": 9380,
      "loc": {
        "start": {
          "line": 290,
          "column": 8
        },
        "end": {
          "line": 290,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9380,
      "end": 9381,
      "loc": {
        "start": {
          "line": 290,
          "column": 12
        },
        "end": {
          "line": 290,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_logIssue",
      "start": 9381,
      "end": 9390,
      "loc": {
        "start": {
          "line": 290,
          "column": 13
        },
        "end": {
          "line": 290,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9390,
      "end": 9391,
      "loc": {
        "start": {
          "line": 290,
          "column": 22
        },
        "end": {
          "line": 290,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "invalid_metric_manipulation_formula_dependency",
      "start": 9391,
      "end": 9439,
      "loc": {
        "start": {
          "line": 290,
          "column": 23
        },
        "end": {
          "line": 290,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9439,
      "end": 9440,
      "loc": {
        "start": {
          "line": 290,
          "column": 71
        },
        "end": {
          "line": 290,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 9441,
      "end": 9456,
      "loc": {
        "start": {
          "line": 290,
          "column": 73
        },
        "end": {
          "line": 290,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9456,
      "end": 9457,
      "loc": {
        "start": {
          "line": 290,
          "column": 88
        },
        "end": {
          "line": 290,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 9458,
      "end": 9462,
      "loc": {
        "start": {
          "line": 290,
          "column": 90
        },
        "end": {
          "line": 290,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9462,
      "end": 9463,
      "loc": {
        "start": {
          "line": 290,
          "column": 94
        },
        "end": {
          "line": 290,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9464,
      "end": 9465,
      "loc": {
        "start": {
          "line": 290,
          "column": 96
        },
        "end": {
          "line": 290,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "manipulation_metric_title",
      "start": 9476,
      "end": 9501,
      "loc": {
        "start": {
          "line": 291,
          "column": 10
        },
        "end": {
          "line": 291,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9501,
      "end": 9502,
      "loc": {
        "start": {
          "line": 291,
          "column": 35
        },
        "end": {
          "line": 291,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "metric",
      "start": 9503,
      "end": 9509,
      "loc": {
        "start": {
          "line": 291,
          "column": 37
        },
        "end": {
          "line": 291,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9509,
      "end": 9510,
      "loc": {
        "start": {
          "line": 291,
          "column": 43
        },
        "end": {
          "line": 291,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "title",
      "start": 9510,
      "end": 9515,
      "loc": {
        "start": {
          "line": 291,
          "column": 44
        },
        "end": {
          "line": 291,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9515,
      "end": 9516,
      "loc": {
        "start": {
          "line": 291,
          "column": 49
        },
        "end": {
          "line": 291,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "manipulation_metric_id",
      "start": 9527,
      "end": 9549,
      "loc": {
        "start": {
          "line": 292,
          "column": 10
        },
        "end": {
          "line": 292,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9549,
      "end": 9550,
      "loc": {
        "start": {
          "line": 292,
          "column": 32
        },
        "end": {
          "line": 292,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "metric",
      "start": 9551,
      "end": 9557,
      "loc": {
        "start": {
          "line": 292,
          "column": 34
        },
        "end": {
          "line": 292,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9557,
      "end": 9558,
      "loc": {
        "start": {
          "line": 292,
          "column": 40
        },
        "end": {
          "line": 292,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 9558,
      "end": 9560,
      "loc": {
        "start": {
          "line": 292,
          "column": 41
        },
        "end": {
          "line": 292,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9560,
      "end": 9561,
      "loc": {
        "start": {
          "line": 292,
          "column": 43
        },
        "end": {
          "line": 292,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "formula",
      "start": 9572,
      "end": 9579,
      "loc": {
        "start": {
          "line": 293,
          "column": 10
        },
        "end": {
          "line": 293,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9579,
      "end": 9580,
      "loc": {
        "start": {
          "line": 293,
          "column": 17
        },
        "end": {
          "line": 293,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "metricManipulation",
      "start": 9581,
      "end": 9599,
      "loc": {
        "start": {
          "line": 293,
          "column": 19
        },
        "end": {
          "line": 293,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9599,
      "end": 9600,
      "loc": {
        "start": {
          "line": 293,
          "column": 37
        },
        "end": {
          "line": 293,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "formula",
      "start": 9600,
      "end": 9607,
      "loc": {
        "start": {
          "line": 293,
          "column": 38
        },
        "end": {
          "line": 293,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9607,
      "end": 9608,
      "loc": {
        "start": {
          "line": 293,
          "column": 45
        },
        "end": {
          "line": 293,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "formula_dependencies",
      "start": 9619,
      "end": 9639,
      "loc": {
        "start": {
          "line": 294,
          "column": 10
        },
        "end": {
          "line": 294,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9639,
      "end": 9640,
      "loc": {
        "start": {
          "line": 294,
          "column": 30
        },
        "end": {
          "line": 294,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "metricManipulation",
      "start": 9641,
      "end": 9659,
      "loc": {
        "start": {
          "line": 294,
          "column": 32
        },
        "end": {
          "line": 294,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9659,
      "end": 9660,
      "loc": {
        "start": {
          "line": 294,
          "column": 50
        },
        "end": {
          "line": 294,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencies",
      "start": 9660,
      "end": 9672,
      "loc": {
        "start": {
          "line": 294,
          "column": 51
        },
        "end": {
          "line": 294,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9672,
      "end": 9673,
      "loc": {
        "start": {
          "line": 294,
          "column": 63
        },
        "end": {
          "line": 294,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9682,
      "end": 9683,
      "loc": {
        "start": {
          "line": 295,
          "column": 8
        },
        "end": {
          "line": 295,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9683,
      "end": 9684,
      "loc": {
        "start": {
          "line": 295,
          "column": 9
        },
        "end": {
          "line": 295,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9684,
      "end": 9685,
      "loc": {
        "start": {
          "line": 295,
          "column": 10
        },
        "end": {
          "line": 295,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9692,
      "end": 9693,
      "loc": {
        "start": {
          "line": 296,
          "column": 6
        },
        "end": {
          "line": 296,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9698,
      "end": 9699,
      "loc": {
        "start": {
          "line": 297,
          "column": 4
        },
        "end": {
          "line": 297,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9699,
      "end": 9700,
      "loc": {
        "start": {
          "line": 297,
          "column": 5
        },
        "end": {
          "line": 297,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9700,
      "end": 9701,
      "loc": {
        "start": {
          "line": 297,
          "column": 6
        },
        "end": {
          "line": 297,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9704,
      "end": 9705,
      "loc": {
        "start": {
          "line": 298,
          "column": 2
        },
        "end": {
          "line": 298,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_testLineItemRuleCompleteness",
      "start": 9709,
      "end": 9738,
      "loc": {
        "start": {
          "line": 300,
          "column": 2
        },
        "end": {
          "line": 300,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9738,
      "end": 9739,
      "loc": {
        "start": {
          "line": 300,
          "column": 31
        },
        "end": {
          "line": 300,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 9739,
      "end": 9754,
      "loc": {
        "start": {
          "line": 300,
          "column": 32
        },
        "end": {
          "line": 300,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9754,
      "end": 9755,
      "loc": {
        "start": {
          "line": 300,
          "column": 47
        },
        "end": {
          "line": 300,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rule",
      "start": 9756,
      "end": 9760,
      "loc": {
        "start": {
          "line": 300,
          "column": 49
        },
        "end": {
          "line": 300,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9760,
      "end": 9761,
      "loc": {
        "start": {
          "line": 300,
          "column": 53
        },
        "end": {
          "line": 300,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9762,
      "end": 9763,
      "loc": {
        "start": {
          "line": 300,
          "column": 55
        },
        "end": {
          "line": 300,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 9768,
      "end": 9771,
      "loc": {
        "start": {
          "line": 301,
          "column": 4
        },
        "end": {
          "line": 301,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isIncomplete",
      "start": 9772,
      "end": 9784,
      "loc": {
        "start": {
          "line": 301,
          "column": 8
        },
        "end": {
          "line": 301,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9785,
      "end": 9786,
      "loc": {
        "start": {
          "line": 301,
          "column": 21
        },
        "end": {
          "line": 301,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 9787,
      "end": 9792,
      "loc": {
        "start": {
          "line": 301,
          "column": 23
        },
        "end": {
          "line": 301,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9792,
      "end": 9793,
      "loc": {
        "start": {
          "line": 301,
          "column": 28
        },
        "end": {
          "line": 301,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 9799,
      "end": 9801,
      "loc": {
        "start": {
          "line": 303,
          "column": 4
        },
        "end": {
          "line": 303,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9802,
      "end": 9803,
      "loc": {
        "start": {
          "line": 303,
          "column": 7
        },
        "end": {
          "line": 303,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rule",
      "start": 9803,
      "end": 9807,
      "loc": {
        "start": {
          "line": 303,
          "column": 8
        },
        "end": {
          "line": 303,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9807,
      "end": 9808,
      "loc": {
        "start": {
          "line": 303,
          "column": 12
        },
        "end": {
          "line": 303,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 9808,
      "end": 9812,
      "loc": {
        "start": {
          "line": 303,
          "column": 13
        },
        "end": {
          "line": 303,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 9813,
      "end": 9816,
      "loc": {
        "start": {
          "line": 303,
          "column": 18
        },
        "end": {
          "line": 303,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "value_expression",
      "start": 9817,
      "end": 9835,
      "loc": {
        "start": {
          "line": 303,
          "column": 22
        },
        "end": {
          "line": 303,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9835,
      "end": 9836,
      "loc": {
        "start": {
          "line": 303,
          "column": 40
        },
        "end": {
          "line": 303,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9837,
      "end": 9838,
      "loc": {
        "start": {
          "line": 303,
          "column": 42
        },
        "end": {
          "line": 303,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isIncomplete",
      "start": 9845,
      "end": 9857,
      "loc": {
        "start": {
          "line": 304,
          "column": 6
        },
        "end": {
          "line": 304,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9858,
      "end": 9859,
      "loc": {
        "start": {
          "line": 304,
          "column": 19
        },
        "end": {
          "line": 304,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 9868,
      "end": 9869,
      "loc": {
        "start": {
          "line": 305,
          "column": 8
        },
        "end": {
          "line": 305,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9869,
      "end": 9870,
      "loc": {
        "start": {
          "line": 305,
          "column": 9
        },
        "end": {
          "line": 305,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isUndefined",
      "start": 9870,
      "end": 9881,
      "loc": {
        "start": {
          "line": 305,
          "column": 10
        },
        "end": {
          "line": 305,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9881,
      "end": 9882,
      "loc": {
        "start": {
          "line": 305,
          "column": 21
        },
        "end": {
          "line": 305,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rule",
      "start": 9882,
      "end": 9886,
      "loc": {
        "start": {
          "line": 305,
          "column": 22
        },
        "end": {
          "line": 305,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9886,
      "end": 9887,
      "loc": {
        "start": {
          "line": 305,
          "column": 26
        },
        "end": {
          "line": 305,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "expression",
      "start": 9887,
      "end": 9897,
      "loc": {
        "start": {
          "line": 305,
          "column": 27
        },
        "end": {
          "line": 305,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9897,
      "end": 9898,
      "loc": {
        "start": {
          "line": 305,
          "column": 37
        },
        "end": {
          "line": 305,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 9899,
      "end": 9901,
      "loc": {
        "start": {
          "line": 305,
          "column": 39
        },
        "end": {
          "line": 305,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 9910,
      "end": 9911,
      "loc": {
        "start": {
          "line": 306,
          "column": 8
        },
        "end": {
          "line": 306,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9911,
      "end": 9912,
      "loc": {
        "start": {
          "line": 306,
          "column": 9
        },
        "end": {
          "line": 306,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isNull",
      "start": 9912,
      "end": 9918,
      "loc": {
        "start": {
          "line": 306,
          "column": 10
        },
        "end": {
          "line": 306,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9918,
      "end": 9919,
      "loc": {
        "start": {
          "line": 306,
          "column": 16
        },
        "end": {
          "line": 306,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rule",
      "start": 9919,
      "end": 9923,
      "loc": {
        "start": {
          "line": 306,
          "column": 17
        },
        "end": {
          "line": 306,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9923,
      "end": 9924,
      "loc": {
        "start": {
          "line": 306,
          "column": 21
        },
        "end": {
          "line": 306,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "expression",
      "start": 9924,
      "end": 9934,
      "loc": {
        "start": {
          "line": 306,
          "column": 22
        },
        "end": {
          "line": 306,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9934,
      "end": 9935,
      "loc": {
        "start": {
          "line": 306,
          "column": 32
        },
        "end": {
          "line": 306,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 9936,
      "end": 9938,
      "loc": {
        "start": {
          "line": 306,
          "column": 34
        },
        "end": {
          "line": 306,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rule",
      "start": 9947,
      "end": 9951,
      "loc": {
        "start": {
          "line": 307,
          "column": 8
        },
        "end": {
          "line": 307,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9951,
      "end": 9952,
      "loc": {
        "start": {
          "line": 307,
          "column": 12
        },
        "end": {
          "line": 307,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "expression",
      "start": 9952,
      "end": 9962,
      "loc": {
        "start": {
          "line": 307,
          "column": 13
        },
        "end": {
          "line": 307,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9962,
      "end": 9963,
      "loc": {
        "start": {
          "line": 307,
          "column": 23
        },
        "end": {
          "line": 307,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 9963,
      "end": 9969,
      "loc": {
        "start": {
          "line": 307,
          "column": 24
        },
        "end": {
          "line": 307,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "==",
      "start": 9970,
      "end": 9972,
      "loc": {
        "start": {
          "line": 307,
          "column": 31
        },
        "end": {
          "line": 307,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 9973,
      "end": 9974,
      "loc": {
        "start": {
          "line": 307,
          "column": 34
        },
        "end": {
          "line": 307,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 9975,
      "end": 9977,
      "loc": {
        "start": {
          "line": 307,
          "column": 36
        },
        "end": {
          "line": 307,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 9986,
      "end": 9987,
      "loc": {
        "start": {
          "line": 308,
          "column": 8
        },
        "end": {
          "line": 308,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9987,
      "end": 9988,
      "loc": {
        "start": {
          "line": 308,
          "column": 9
        },
        "end": {
          "line": 308,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isUndefined",
      "start": 9988,
      "end": 9999,
      "loc": {
        "start": {
          "line": 308,
          "column": 10
        },
        "end": {
          "line": 308,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9999,
      "end": 10000,
      "loc": {
        "start": {
          "line": 308,
          "column": 21
        },
        "end": {
          "line": 308,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rule",
      "start": 10000,
      "end": 10004,
      "loc": {
        "start": {
          "line": 308,
          "column": 22
        },
        "end": {
          "line": 308,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10004,
      "end": 10005,
      "loc": {
        "start": {
          "line": 308,
          "column": 26
        },
        "end": {
          "line": 308,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencies",
      "start": 10005,
      "end": 10017,
      "loc": {
        "start": {
          "line": 308,
          "column": 27
        },
        "end": {
          "line": 308,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10017,
      "end": 10018,
      "loc": {
        "start": {
          "line": 308,
          "column": 39
        },
        "end": {
          "line": 308,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 10019,
      "end": 10021,
      "loc": {
        "start": {
          "line": 308,
          "column": 41
        },
        "end": {
          "line": 308,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 10030,
      "end": 10031,
      "loc": {
        "start": {
          "line": 309,
          "column": 8
        },
        "end": {
          "line": 309,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10031,
      "end": 10032,
      "loc": {
        "start": {
          "line": 309,
          "column": 9
        },
        "end": {
          "line": 309,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isUndefined",
      "start": 10032,
      "end": 10043,
      "loc": {
        "start": {
          "line": 309,
          "column": 10
        },
        "end": {
          "line": 309,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10043,
      "end": 10044,
      "loc": {
        "start": {
          "line": 309,
          "column": 21
        },
        "end": {
          "line": 309,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rule",
      "start": 10044,
      "end": 10048,
      "loc": {
        "start": {
          "line": 309,
          "column": 22
        },
        "end": {
          "line": 309,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10048,
      "end": 10049,
      "loc": {
        "start": {
          "line": 309,
          "column": 26
        },
        "end": {
          "line": 309,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "activate_on",
      "start": 10049,
      "end": 10060,
      "loc": {
        "start": {
          "line": 309,
          "column": 27
        },
        "end": {
          "line": 309,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10060,
      "end": 10061,
      "loc": {
        "start": {
          "line": 309,
          "column": 38
        },
        "end": {
          "line": 309,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 10062,
      "end": 10064,
      "loc": {
        "start": {
          "line": 309,
          "column": 40
        },
        "end": {
          "line": 309,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rule",
      "start": 10073,
      "end": 10077,
      "loc": {
        "start": {
          "line": 310,
          "column": 8
        },
        "end": {
          "line": 310,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10077,
      "end": 10078,
      "loc": {
        "start": {
          "line": 310,
          "column": 12
        },
        "end": {
          "line": 310,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencies",
      "start": 10078,
      "end": 10090,
      "loc": {
        "start": {
          "line": 310,
          "column": 13
        },
        "end": {
          "line": 310,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10090,
      "end": 10091,
      "loc": {
        "start": {
          "line": 310,
          "column": 25
        },
        "end": {
          "line": 310,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 10091,
      "end": 10097,
      "loc": {
        "start": {
          "line": 310,
          "column": 26
        },
        "end": {
          "line": 310,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "==",
      "start": 10098,
      "end": 10100,
      "loc": {
        "start": {
          "line": 310,
          "column": 33
        },
        "end": {
          "line": 310,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 10101,
      "end": 10102,
      "loc": {
        "start": {
          "line": 310,
          "column": 36
        },
        "end": {
          "line": 310,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10102,
      "end": 10103,
      "loc": {
        "start": {
          "line": 310,
          "column": 37
        },
        "end": {
          "line": 310,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10108,
      "end": 10109,
      "loc": {
        "start": {
          "line": 311,
          "column": 4
        },
        "end": {
          "line": 311,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 10115,
      "end": 10117,
      "loc": {
        "start": {
          "line": 313,
          "column": 4
        },
        "end": {
          "line": 313,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10118,
      "end": 10119,
      "loc": {
        "start": {
          "line": 313,
          "column": 7
        },
        "end": {
          "line": 313,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rule",
      "start": 10119,
      "end": 10123,
      "loc": {
        "start": {
          "line": 313,
          "column": 8
        },
        "end": {
          "line": 313,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10123,
      "end": 10124,
      "loc": {
        "start": {
          "line": 313,
          "column": 12
        },
        "end": {
          "line": 313,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 10124,
      "end": 10128,
      "loc": {
        "start": {
          "line": 313,
          "column": 13
        },
        "end": {
          "line": 313,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 10129,
      "end": 10132,
      "loc": {
        "start": {
          "line": 313,
          "column": 18
        },
        "end": {
          "line": 313,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "toggle_field",
      "start": 10133,
      "end": 10147,
      "loc": {
        "start": {
          "line": 313,
          "column": 22
        },
        "end": {
          "line": 313,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10147,
      "end": 10148,
      "loc": {
        "start": {
          "line": 313,
          "column": 36
        },
        "end": {
          "line": 313,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10149,
      "end": 10150,
      "loc": {
        "start": {
          "line": 313,
          "column": 38
        },
        "end": {
          "line": 313,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isIncomplete",
      "start": 10157,
      "end": 10169,
      "loc": {
        "start": {
          "line": 314,
          "column": 6
        },
        "end": {
          "line": 314,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10170,
      "end": 10171,
      "loc": {
        "start": {
          "line": 314,
          "column": 19
        },
        "end": {
          "line": 314,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 10180,
      "end": 10181,
      "loc": {
        "start": {
          "line": 315,
          "column": 8
        },
        "end": {
          "line": 315,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10181,
      "end": 10182,
      "loc": {
        "start": {
          "line": 315,
          "column": 9
        },
        "end": {
          "line": 315,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isUndefined",
      "start": 10182,
      "end": 10193,
      "loc": {
        "start": {
          "line": 315,
          "column": 10
        },
        "end": {
          "line": 315,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10193,
      "end": 10194,
      "loc": {
        "start": {
          "line": 315,
          "column": 21
        },
        "end": {
          "line": 315,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rule",
      "start": 10194,
      "end": 10198,
      "loc": {
        "start": {
          "line": 315,
          "column": 22
        },
        "end": {
          "line": 315,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10198,
      "end": 10199,
      "loc": {
        "start": {
          "line": 315,
          "column": 26
        },
        "end": {
          "line": 315,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencies",
      "start": 10199,
      "end": 10211,
      "loc": {
        "start": {
          "line": 315,
          "column": 27
        },
        "end": {
          "line": 315,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10211,
      "end": 10212,
      "loc": {
        "start": {
          "line": 315,
          "column": 39
        },
        "end": {
          "line": 315,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 10213,
      "end": 10215,
      "loc": {
        "start": {
          "line": 315,
          "column": 41
        },
        "end": {
          "line": 315,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 10224,
      "end": 10225,
      "loc": {
        "start": {
          "line": 316,
          "column": 8
        },
        "end": {
          "line": 316,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10225,
      "end": 10226,
      "loc": {
        "start": {
          "line": 316,
          "column": 9
        },
        "end": {
          "line": 316,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isUndefined",
      "start": 10226,
      "end": 10237,
      "loc": {
        "start": {
          "line": 316,
          "column": 10
        },
        "end": {
          "line": 316,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10237,
      "end": 10238,
      "loc": {
        "start": {
          "line": 316,
          "column": 21
        },
        "end": {
          "line": 316,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rule",
      "start": 10238,
      "end": 10242,
      "loc": {
        "start": {
          "line": 316,
          "column": 22
        },
        "end": {
          "line": 316,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10242,
      "end": 10243,
      "loc": {
        "start": {
          "line": 316,
          "column": 26
        },
        "end": {
          "line": 316,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencies",
      "start": 10243,
      "end": 10255,
      "loc": {
        "start": {
          "line": 316,
          "column": 27
        },
        "end": {
          "line": 316,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10255,
      "end": 10256,
      "loc": {
        "start": {
          "line": 316,
          "column": 39
        },
        "end": {
          "line": 316,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toggle_field",
      "start": 10256,
      "end": 10268,
      "loc": {
        "start": {
          "line": 316,
          "column": 40
        },
        "end": {
          "line": 316,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10268,
      "end": 10269,
      "loc": {
        "start": {
          "line": 316,
          "column": 52
        },
        "end": {
          "line": 316,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 10270,
      "end": 10272,
      "loc": {
        "start": {
          "line": 316,
          "column": 54
        },
        "end": {
          "line": 316,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 10281,
      "end": 10282,
      "loc": {
        "start": {
          "line": 317,
          "column": 8
        },
        "end": {
          "line": 317,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10282,
      "end": 10283,
      "loc": {
        "start": {
          "line": 317,
          "column": 9
        },
        "end": {
          "line": 317,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isUndefined",
      "start": 10283,
      "end": 10294,
      "loc": {
        "start": {
          "line": 317,
          "column": 10
        },
        "end": {
          "line": 317,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10294,
      "end": 10295,
      "loc": {
        "start": {
          "line": 317,
          "column": 21
        },
        "end": {
          "line": 317,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rule",
      "start": 10295,
      "end": 10299,
      "loc": {
        "start": {
          "line": 317,
          "column": 22
        },
        "end": {
          "line": 317,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10299,
      "end": 10300,
      "loc": {
        "start": {
          "line": 317,
          "column": 26
        },
        "end": {
          "line": 317,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "activate_on",
      "start": 10300,
      "end": 10311,
      "loc": {
        "start": {
          "line": 317,
          "column": 27
        },
        "end": {
          "line": 317,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10311,
      "end": 10312,
      "loc": {
        "start": {
          "line": 317,
          "column": 38
        },
        "end": {
          "line": 317,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10312,
      "end": 10313,
      "loc": {
        "start": {
          "line": 317,
          "column": 39
        },
        "end": {
          "line": 317,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 10321,
      "end": 10323,
      "loc": {
        "start": {
          "line": 319,
          "column": 6
        },
        "end": {
          "line": 319,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10324,
      "end": 10325,
      "loc": {
        "start": {
          "line": 319,
          "column": 9
        },
        "end": {
          "line": 319,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 10325,
      "end": 10326,
      "loc": {
        "start": {
          "line": 319,
          "column": 10
        },
        "end": {
          "line": 319,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isIncomplete",
      "start": 10326,
      "end": 10338,
      "loc": {
        "start": {
          "line": 319,
          "column": 11
        },
        "end": {
          "line": 319,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10338,
      "end": 10339,
      "loc": {
        "start": {
          "line": 319,
          "column": 23
        },
        "end": {
          "line": 319,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10340,
      "end": 10341,
      "loc": {
        "start": {
          "line": 319,
          "column": 25
        },
        "end": {
          "line": 319,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isIncomplete",
      "start": 10350,
      "end": 10362,
      "loc": {
        "start": {
          "line": 320,
          "column": 8
        },
        "end": {
          "line": 320,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10363,
      "end": 10364,
      "loc": {
        "start": {
          "line": 320,
          "column": 21
        },
        "end": {
          "line": 320,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 10365,
      "end": 10366,
      "loc": {
        "start": {
          "line": 320,
          "column": 23
        },
        "end": {
          "line": 320,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 10366,
      "end": 10370,
      "loc": {
        "start": {
          "line": 320,
          "column": 24
        },
        "end": {
          "line": 320,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10370,
      "end": 10371,
      "loc": {
        "start": {
          "line": 320,
          "column": 28
        },
        "end": {
          "line": 320,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_bid",
      "start": 10371,
      "end": 10375,
      "loc": {
        "start": {
          "line": 320,
          "column": 29
        },
        "end": {
          "line": 320,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10375,
      "end": 10376,
      "loc": {
        "start": {
          "line": 320,
          "column": 33
        },
        "end": {
          "line": 320,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entities",
      "start": 10376,
      "end": 10384,
      "loc": {
        "start": {
          "line": 320,
          "column": 34
        },
        "end": {
          "line": 320,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10384,
      "end": 10385,
      "loc": {
        "start": {
          "line": 320,
          "column": 42
        },
        "end": {
          "line": 320,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyExists",
      "start": 10385,
      "end": 10401,
      "loc": {
        "start": {
          "line": 320,
          "column": 43
        },
        "end": {
          "line": 320,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10401,
      "end": 10402,
      "loc": {
        "start": {
          "line": 320,
          "column": 59
        },
        "end": {
          "line": 320,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rule",
      "start": 10402,
      "end": 10406,
      "loc": {
        "start": {
          "line": 320,
          "column": 60
        },
        "end": {
          "line": 320,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10406,
      "end": 10407,
      "loc": {
        "start": {
          "line": 320,
          "column": 64
        },
        "end": {
          "line": 320,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencies",
      "start": 10407,
      "end": 10419,
      "loc": {
        "start": {
          "line": 320,
          "column": 65
        },
        "end": {
          "line": 320,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10419,
      "end": 10420,
      "loc": {
        "start": {
          "line": 320,
          "column": 77
        },
        "end": {
          "line": 320,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toggle_field",
      "start": 10420,
      "end": 10432,
      "loc": {
        "start": {
          "line": 320,
          "column": 78
        },
        "end": {
          "line": 320,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10432,
      "end": 10433,
      "loc": {
        "start": {
          "line": 320,
          "column": 90
        },
        "end": {
          "line": 320,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10433,
      "end": 10434,
      "loc": {
        "start": {
          "line": 320,
          "column": 91
        },
        "end": {
          "line": 320,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10441,
      "end": 10442,
      "loc": {
        "start": {
          "line": 321,
          "column": 6
        },
        "end": {
          "line": 321,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10447,
      "end": 10448,
      "loc": {
        "start": {
          "line": 322,
          "column": 4
        },
        "end": {
          "line": 322,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 10454,
      "end": 10456,
      "loc": {
        "start": {
          "line": 324,
          "column": 4
        },
        "end": {
          "line": 324,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10457,
      "end": 10458,
      "loc": {
        "start": {
          "line": 324,
          "column": 7
        },
        "end": {
          "line": 324,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rule",
      "start": 10458,
      "end": 10462,
      "loc": {
        "start": {
          "line": 324,
          "column": 8
        },
        "end": {
          "line": 324,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10462,
      "end": 10463,
      "loc": {
        "start": {
          "line": 324,
          "column": 12
        },
        "end": {
          "line": 324,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 10463,
      "end": 10467,
      "loc": {
        "start": {
          "line": 324,
          "column": 13
        },
        "end": {
          "line": 324,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 10468,
      "end": 10471,
      "loc": {
        "start": {
          "line": 324,
          "column": 18
        },
        "end": {
          "line": 324,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "list_field",
      "start": 10472,
      "end": 10484,
      "loc": {
        "start": {
          "line": 324,
          "column": 22
        },
        "end": {
          "line": 324,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10484,
      "end": 10485,
      "loc": {
        "start": {
          "line": 324,
          "column": 34
        },
        "end": {
          "line": 324,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10486,
      "end": 10487,
      "loc": {
        "start": {
          "line": 324,
          "column": 36
        },
        "end": {
          "line": 324,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isIncomplete",
      "start": 10494,
      "end": 10506,
      "loc": {
        "start": {
          "line": 325,
          "column": 6
        },
        "end": {
          "line": 325,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10507,
      "end": 10508,
      "loc": {
        "start": {
          "line": 325,
          "column": 19
        },
        "end": {
          "line": 325,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 10517,
      "end": 10518,
      "loc": {
        "start": {
          "line": 326,
          "column": 8
        },
        "end": {
          "line": 326,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10518,
      "end": 10519,
      "loc": {
        "start": {
          "line": 326,
          "column": 9
        },
        "end": {
          "line": 326,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isUndefined",
      "start": 10519,
      "end": 10530,
      "loc": {
        "start": {
          "line": 326,
          "column": 10
        },
        "end": {
          "line": 326,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10530,
      "end": 10531,
      "loc": {
        "start": {
          "line": 326,
          "column": 21
        },
        "end": {
          "line": 326,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rule",
      "start": 10531,
      "end": 10535,
      "loc": {
        "start": {
          "line": 326,
          "column": 22
        },
        "end": {
          "line": 326,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10535,
      "end": 10536,
      "loc": {
        "start": {
          "line": 326,
          "column": 26
        },
        "end": {
          "line": 326,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencies",
      "start": 10536,
      "end": 10548,
      "loc": {
        "start": {
          "line": 326,
          "column": 27
        },
        "end": {
          "line": 326,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10548,
      "end": 10549,
      "loc": {
        "start": {
          "line": 326,
          "column": 39
        },
        "end": {
          "line": 326,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 10550,
      "end": 10552,
      "loc": {
        "start": {
          "line": 326,
          "column": 41
        },
        "end": {
          "line": 326,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 10561,
      "end": 10562,
      "loc": {
        "start": {
          "line": 327,
          "column": 8
        },
        "end": {
          "line": 327,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10562,
      "end": 10563,
      "loc": {
        "start": {
          "line": 327,
          "column": 9
        },
        "end": {
          "line": 327,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isUndefined",
      "start": 10563,
      "end": 10574,
      "loc": {
        "start": {
          "line": 327,
          "column": 10
        },
        "end": {
          "line": 327,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10574,
      "end": 10575,
      "loc": {
        "start": {
          "line": 327,
          "column": 21
        },
        "end": {
          "line": 327,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rule",
      "start": 10575,
      "end": 10579,
      "loc": {
        "start": {
          "line": 327,
          "column": 22
        },
        "end": {
          "line": 327,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10579,
      "end": 10580,
      "loc": {
        "start": {
          "line": 327,
          "column": 26
        },
        "end": {
          "line": 327,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencies",
      "start": 10580,
      "end": 10592,
      "loc": {
        "start": {
          "line": 327,
          "column": 27
        },
        "end": {
          "line": 327,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10592,
      "end": 10593,
      "loc": {
        "start": {
          "line": 327,
          "column": 39
        },
        "end": {
          "line": 327,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "list_field",
      "start": 10593,
      "end": 10603,
      "loc": {
        "start": {
          "line": 327,
          "column": 40
        },
        "end": {
          "line": 327,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10603,
      "end": 10604,
      "loc": {
        "start": {
          "line": 327,
          "column": 50
        },
        "end": {
          "line": 327,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 10605,
      "end": 10607,
      "loc": {
        "start": {
          "line": 327,
          "column": 52
        },
        "end": {
          "line": 327,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 10616,
      "end": 10617,
      "loc": {
        "start": {
          "line": 328,
          "column": 8
        },
        "end": {
          "line": 328,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10617,
      "end": 10618,
      "loc": {
        "start": {
          "line": 328,
          "column": 9
        },
        "end": {
          "line": 328,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isUndefined",
      "start": 10618,
      "end": 10629,
      "loc": {
        "start": {
          "line": 328,
          "column": 10
        },
        "end": {
          "line": 328,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10629,
      "end": 10630,
      "loc": {
        "start": {
          "line": 328,
          "column": 21
        },
        "end": {
          "line": 328,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rule",
      "start": 10630,
      "end": 10634,
      "loc": {
        "start": {
          "line": 328,
          "column": 22
        },
        "end": {
          "line": 328,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10634,
      "end": 10635,
      "loc": {
        "start": {
          "line": 328,
          "column": 26
        },
        "end": {
          "line": 328,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "list_options",
      "start": 10635,
      "end": 10647,
      "loc": {
        "start": {
          "line": 328,
          "column": 27
        },
        "end": {
          "line": 328,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10647,
      "end": 10648,
      "loc": {
        "start": {
          "line": 328,
          "column": 39
        },
        "end": {
          "line": 328,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 10649,
      "end": 10651,
      "loc": {
        "start": {
          "line": 328,
          "column": 41
        },
        "end": {
          "line": 328,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 10660,
      "end": 10661,
      "loc": {
        "start": {
          "line": 329,
          "column": 8
        },
        "end": {
          "line": 329,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10661,
      "end": 10662,
      "loc": {
        "start": {
          "line": 329,
          "column": 9
        },
        "end": {
          "line": 329,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isUndefined",
      "start": 10662,
      "end": 10673,
      "loc": {
        "start": {
          "line": 329,
          "column": 10
        },
        "end": {
          "line": 329,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10673,
      "end": 10674,
      "loc": {
        "start": {
          "line": 329,
          "column": 21
        },
        "end": {
          "line": 329,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rule",
      "start": 10674,
      "end": 10678,
      "loc": {
        "start": {
          "line": 329,
          "column": 22
        },
        "end": {
          "line": 329,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10678,
      "end": 10679,
      "loc": {
        "start": {
          "line": 329,
          "column": 26
        },
        "end": {
          "line": 329,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "activate_on",
      "start": 10679,
      "end": 10690,
      "loc": {
        "start": {
          "line": 329,
          "column": 27
        },
        "end": {
          "line": 329,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10690,
      "end": 10691,
      "loc": {
        "start": {
          "line": 329,
          "column": 38
        },
        "end": {
          "line": 329,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10691,
      "end": 10692,
      "loc": {
        "start": {
          "line": 329,
          "column": 39
        },
        "end": {
          "line": 329,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 10700,
      "end": 10702,
      "loc": {
        "start": {
          "line": 331,
          "column": 6
        },
        "end": {
          "line": 331,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10703,
      "end": 10704,
      "loc": {
        "start": {
          "line": 331,
          "column": 9
        },
        "end": {
          "line": 331,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 10704,
      "end": 10705,
      "loc": {
        "start": {
          "line": 331,
          "column": 10
        },
        "end": {
          "line": 331,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isIncomplete",
      "start": 10705,
      "end": 10717,
      "loc": {
        "start": {
          "line": 331,
          "column": 11
        },
        "end": {
          "line": 331,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10717,
      "end": 10718,
      "loc": {
        "start": {
          "line": 331,
          "column": 23
        },
        "end": {
          "line": 331,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10719,
      "end": 10720,
      "loc": {
        "start": {
          "line": 331,
          "column": 25
        },
        "end": {
          "line": 331,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 10729,
      "end": 10732,
      "loc": {
        "start": {
          "line": 332,
          "column": 8
        },
        "end": {
          "line": 332,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 10733,
      "end": 10738,
      "loc": {
        "start": {
          "line": 332,
          "column": 12
        },
        "end": {
          "line": 332,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10739,
      "end": 10740,
      "loc": {
        "start": {
          "line": 332,
          "column": 18
        },
        "end": {
          "line": 332,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 10741,
      "end": 10745,
      "loc": {
        "start": {
          "line": 332,
          "column": 20
        },
        "end": {
          "line": 332,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10745,
      "end": 10746,
      "loc": {
        "start": {
          "line": 332,
          "column": 24
        },
        "end": {
          "line": 332,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_bid",
      "start": 10746,
      "end": 10750,
      "loc": {
        "start": {
          "line": 332,
          "column": 25
        },
        "end": {
          "line": 332,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10750,
      "end": 10751,
      "loc": {
        "start": {
          "line": 332,
          "column": 29
        },
        "end": {
          "line": 332,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entities",
      "start": 10751,
      "end": 10759,
      "loc": {
        "start": {
          "line": 332,
          "column": 30
        },
        "end": {
          "line": 332,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10759,
      "end": 10760,
      "loc": {
        "start": {
          "line": 332,
          "column": 38
        },
        "end": {
          "line": 332,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getDependency",
      "start": 10760,
      "end": 10773,
      "loc": {
        "start": {
          "line": 332,
          "column": 39
        },
        "end": {
          "line": 332,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10773,
      "end": 10774,
      "loc": {
        "start": {
          "line": 332,
          "column": 52
        },
        "end": {
          "line": 332,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rule",
      "start": 10774,
      "end": 10778,
      "loc": {
        "start": {
          "line": 332,
          "column": 53
        },
        "end": {
          "line": 332,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10778,
      "end": 10779,
      "loc": {
        "start": {
          "line": 332,
          "column": 57
        },
        "end": {
          "line": 332,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencies",
      "start": 10779,
      "end": 10791,
      "loc": {
        "start": {
          "line": 332,
          "column": 58
        },
        "end": {
          "line": 332,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10791,
      "end": 10792,
      "loc": {
        "start": {
          "line": 332,
          "column": 70
        },
        "end": {
          "line": 332,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "list_field",
      "start": 10792,
      "end": 10802,
      "loc": {
        "start": {
          "line": 332,
          "column": 71
        },
        "end": {
          "line": 332,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10802,
      "end": 10803,
      "loc": {
        "start": {
          "line": 332,
          "column": 81
        },
        "end": {
          "line": 332,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10803,
      "end": 10804,
      "loc": {
        "start": {
          "line": 332,
          "column": 82
        },
        "end": {
          "line": 332,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 10813,
      "end": 10815,
      "loc": {
        "start": {
          "line": 333,
          "column": 8
        },
        "end": {
          "line": 333,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10816,
      "end": 10817,
      "loc": {
        "start": {
          "line": 333,
          "column": 11
        },
        "end": {
          "line": 333,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 10817,
      "end": 10822,
      "loc": {
        "start": {
          "line": 333,
          "column": 12
        },
        "end": {
          "line": 333,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10822,
      "end": 10823,
      "loc": {
        "start": {
          "line": 333,
          "column": 17
        },
        "end": {
          "line": 333,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10824,
      "end": 10825,
      "loc": {
        "start": {
          "line": 333,
          "column": 19
        },
        "end": {
          "line": 333,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 10836,
      "end": 10839,
      "loc": {
        "start": {
          "line": 334,
          "column": 10
        },
        "end": {
          "line": 334,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dt",
      "start": 10840,
      "end": 10842,
      "loc": {
        "start": {
          "line": 334,
          "column": 14
        },
        "end": {
          "line": 334,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10843,
      "end": 10844,
      "loc": {
        "start": {
          "line": 334,
          "column": 17
        },
        "end": {
          "line": 334,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 10845,
      "end": 10850,
      "loc": {
        "start": {
          "line": 334,
          "column": 19
        },
        "end": {
          "line": 334,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10850,
      "end": 10851,
      "loc": {
        "start": {
          "line": 334,
          "column": 24
        },
        "end": {
          "line": 334,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getDatatable",
      "start": 10851,
      "end": 10863,
      "loc": {
        "start": {
          "line": 334,
          "column": 25
        },
        "end": {
          "line": 334,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10863,
      "end": 10864,
      "loc": {
        "start": {
          "line": 334,
          "column": 37
        },
        "end": {
          "line": 334,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10864,
      "end": 10865,
      "loc": {
        "start": {
          "line": 334,
          "column": 38
        },
        "end": {
          "line": 334,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10865,
      "end": 10866,
      "loc": {
        "start": {
          "line": 334,
          "column": 39
        },
        "end": {
          "line": 334,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 10878,
      "end": 10880,
      "loc": {
        "start": {
          "line": 336,
          "column": 10
        },
        "end": {
          "line": 336,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10881,
      "end": 10882,
      "loc": {
        "start": {
          "line": 336,
          "column": 13
        },
        "end": {
          "line": 336,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dt",
      "start": 10882,
      "end": 10884,
      "loc": {
        "start": {
          "line": 336,
          "column": 14
        },
        "end": {
          "line": 336,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10884,
      "end": 10885,
      "loc": {
        "start": {
          "line": 336,
          "column": 16
        },
        "end": {
          "line": 336,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10886,
      "end": 10887,
      "loc": {
        "start": {
          "line": 336,
          "column": 18
        },
        "end": {
          "line": 336,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 10900,
      "end": 10903,
      "loc": {
        "start": {
          "line": 337,
          "column": 12
        },
        "end": {
          "line": 337,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dtRowIds",
      "start": 10904,
      "end": 10912,
      "loc": {
        "start": {
          "line": 337,
          "column": 16
        },
        "end": {
          "line": 337,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10913,
      "end": 10914,
      "loc": {
        "start": {
          "line": 337,
          "column": 25
        },
        "end": {
          "line": 337,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dt",
      "start": 10915,
      "end": 10917,
      "loc": {
        "start": {
          "line": 337,
          "column": 27
        },
        "end": {
          "line": 337,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10917,
      "end": 10918,
      "loc": {
        "start": {
          "line": 337,
          "column": 29
        },
        "end": {
          "line": 337,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getOptions",
      "start": 10918,
      "end": 10928,
      "loc": {
        "start": {
          "line": 337,
          "column": 30
        },
        "end": {
          "line": 337,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10928,
      "end": 10929,
      "loc": {
        "start": {
          "line": 337,
          "column": 40
        },
        "end": {
          "line": 337,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10929,
      "end": 10930,
      "loc": {
        "start": {
          "line": 337,
          "column": 41
        },
        "end": {
          "line": 337,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10930,
      "end": 10931,
      "loc": {
        "start": {
          "line": 337,
          "column": 42
        },
        "end": {
          "line": 337,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "map",
      "start": 10931,
      "end": 10934,
      "loc": {
        "start": {
          "line": 337,
          "column": 43
        },
        "end": {
          "line": 337,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10934,
      "end": 10935,
      "loc": {
        "start": {
          "line": 337,
          "column": 46
        },
        "end": {
          "line": 337,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "item",
      "start": 10935,
      "end": 10939,
      "loc": {
        "start": {
          "line": 337,
          "column": 47
        },
        "end": {
          "line": 337,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10940,
      "end": 10942,
      "loc": {
        "start": {
          "line": 337,
          "column": 52
        },
        "end": {
          "line": 337,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "item",
      "start": 10943,
      "end": 10947,
      "loc": {
        "start": {
          "line": 337,
          "column": 55
        },
        "end": {
          "line": 337,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10947,
      "end": 10948,
      "loc": {
        "start": {
          "line": 337,
          "column": 59
        },
        "end": {
          "line": 337,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "row_id",
      "start": 10948,
      "end": 10954,
      "loc": {
        "start": {
          "line": 337,
          "column": 60
        },
        "end": {
          "line": 337,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10954,
      "end": 10955,
      "loc": {
        "start": {
          "line": 337,
          "column": 66
        },
        "end": {
          "line": 337,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10955,
      "end": 10956,
      "loc": {
        "start": {
          "line": 337,
          "column": 67
        },
        "end": {
          "line": 337,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 10969,
      "end": 10970,
      "loc": {
        "start": {
          "line": 338,
          "column": 12
        },
        "end": {
          "line": 338,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10970,
      "end": 10971,
      "loc": {
        "start": {
          "line": 338,
          "column": 13
        },
        "end": {
          "line": 338,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "each",
      "start": 10971,
      "end": 10975,
      "loc": {
        "start": {
          "line": 338,
          "column": 14
        },
        "end": {
          "line": 338,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10975,
      "end": 10976,
      "loc": {
        "start": {
          "line": 338,
          "column": 18
        },
        "end": {
          "line": 338,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rule",
      "start": 10976,
      "end": 10980,
      "loc": {
        "start": {
          "line": 338,
          "column": 19
        },
        "end": {
          "line": 338,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10980,
      "end": 10981,
      "loc": {
        "start": {
          "line": 338,
          "column": 23
        },
        "end": {
          "line": 338,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "list_options",
      "start": 10981,
      "end": 10993,
      "loc": {
        "start": {
          "line": 338,
          "column": 24
        },
        "end": {
          "line": 338,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10993,
      "end": 10994,
      "loc": {
        "start": {
          "line": 338,
          "column": 36
        },
        "end": {
          "line": 338,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "optionId",
      "start": 10995,
      "end": 11003,
      "loc": {
        "start": {
          "line": 338,
          "column": 38
        },
        "end": {
          "line": 338,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11004,
      "end": 11006,
      "loc": {
        "start": {
          "line": 338,
          "column": 47
        },
        "end": {
          "line": 338,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11007,
      "end": 11008,
      "loc": {
        "start": {
          "line": 338,
          "column": 50
        },
        "end": {
          "line": 338,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 11023,
      "end": 11025,
      "loc": {
        "start": {
          "line": 339,
          "column": 14
        },
        "end": {
          "line": 339,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11026,
      "end": 11027,
      "loc": {
        "start": {
          "line": 339,
          "column": 17
        },
        "end": {
          "line": 339,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dtRowIds",
      "start": 11027,
      "end": 11035,
      "loc": {
        "start": {
          "line": 339,
          "column": 18
        },
        "end": {
          "line": 339,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11035,
      "end": 11036,
      "loc": {
        "start": {
          "line": 339,
          "column": 26
        },
        "end": {
          "line": 339,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indexOf",
      "start": 11036,
      "end": 11043,
      "loc": {
        "start": {
          "line": 339,
          "column": 27
        },
        "end": {
          "line": 339,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11043,
      "end": 11044,
      "loc": {
        "start": {
          "line": 339,
          "column": 34
        },
        "end": {
          "line": 339,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "optionId",
      "start": 11044,
      "end": 11052,
      "loc": {
        "start": {
          "line": 339,
          "column": 35
        },
        "end": {
          "line": 339,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11052,
      "end": 11053,
      "loc": {
        "start": {
          "line": 339,
          "column": 43
        },
        "end": {
          "line": 339,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<",
      "start": 11054,
      "end": 11055,
      "loc": {
        "start": {
          "line": 339,
          "column": 45
        },
        "end": {
          "line": 339,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 11056,
      "end": 11057,
      "loc": {
        "start": {
          "line": 339,
          "column": 47
        },
        "end": {
          "line": 339,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11057,
      "end": 11058,
      "loc": {
        "start": {
          "line": 339,
          "column": 48
        },
        "end": {
          "line": 339,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11059,
      "end": 11060,
      "loc": {
        "start": {
          "line": 339,
          "column": 50
        },
        "end": {
          "line": 339,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 11077,
      "end": 11081,
      "loc": {
        "start": {
          "line": 340,
          "column": 16
        },
        "end": {
          "line": 340,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11081,
      "end": 11082,
      "loc": {
        "start": {
          "line": 340,
          "column": 20
        },
        "end": {
          "line": 340,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_logIssue",
      "start": 11082,
      "end": 11091,
      "loc": {
        "start": {
          "line": 340,
          "column": 21
        },
        "end": {
          "line": 340,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11091,
      "end": 11092,
      "loc": {
        "start": {
          "line": 340,
          "column": 30
        },
        "end": {
          "line": 340,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "non_existent_dt_rows_line_item_rule",
      "start": 11092,
      "end": 11129,
      "loc": {
        "start": {
          "line": 340,
          "column": 31
        },
        "end": {
          "line": 340,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11129,
      "end": 11130,
      "loc": {
        "start": {
          "line": 340,
          "column": 68
        },
        "end": {
          "line": 340,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 11131,
      "end": 11146,
      "loc": {
        "start": {
          "line": 340,
          "column": 70
        },
        "end": {
          "line": 340,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11146,
      "end": 11147,
      "loc": {
        "start": {
          "line": 340,
          "column": 85
        },
        "end": {
          "line": 340,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 11148,
      "end": 11152,
      "loc": {
        "start": {
          "line": 340,
          "column": 87
        },
        "end": {
          "line": 340,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11152,
      "end": 11153,
      "loc": {
        "start": {
          "line": 340,
          "column": 91
        },
        "end": {
          "line": 340,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11154,
      "end": 11155,
      "loc": {
        "start": {
          "line": 340,
          "column": 93
        },
        "end": {
          "line": 340,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rule",
      "start": 11174,
      "end": 11178,
      "loc": {
        "start": {
          "line": 341,
          "column": 18
        },
        "end": {
          "line": 341,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11178,
      "end": 11179,
      "loc": {
        "start": {
          "line": 341,
          "column": 22
        },
        "end": {
          "line": 341,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rule",
      "start": 11180,
      "end": 11184,
      "loc": {
        "start": {
          "line": 341,
          "column": 24
        },
        "end": {
          "line": 341,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11184,
      "end": 11185,
      "loc": {
        "start": {
          "line": 341,
          "column": 28
        },
        "end": {
          "line": 341,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11202,
      "end": 11203,
      "loc": {
        "start": {
          "line": 342,
          "column": 16
        },
        "end": {
          "line": 342,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11203,
      "end": 11204,
      "loc": {
        "start": {
          "line": 342,
          "column": 17
        },
        "end": {
          "line": 342,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11204,
      "end": 11205,
      "loc": {
        "start": {
          "line": 342,
          "column": 18
        },
        "end": {
          "line": 342,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 11222,
      "end": 11228,
      "loc": {
        "start": {
          "line": 343,
          "column": 16
        },
        "end": {
          "line": 343,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 11229,
      "end": 11234,
      "loc": {
        "start": {
          "line": 343,
          "column": 23
        },
        "end": {
          "line": 343,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11234,
      "end": 11235,
      "loc": {
        "start": {
          "line": 343,
          "column": 28
        },
        "end": {
          "line": 343,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11250,
      "end": 11251,
      "loc": {
        "start": {
          "line": 344,
          "column": 14
        },
        "end": {
          "line": 344,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11264,
      "end": 11265,
      "loc": {
        "start": {
          "line": 345,
          "column": 12
        },
        "end": {
          "line": 345,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11265,
      "end": 11266,
      "loc": {
        "start": {
          "line": 345,
          "column": 13
        },
        "end": {
          "line": 345,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11266,
      "end": 11267,
      "loc": {
        "start": {
          "line": 345,
          "column": 14
        },
        "end": {
          "line": 345,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11278,
      "end": 11279,
      "loc": {
        "start": {
          "line": 346,
          "column": 10
        },
        "end": {
          "line": 346,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 11280,
      "end": 11284,
      "loc": {
        "start": {
          "line": 346,
          "column": 12
        },
        "end": {
          "line": 346,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isIncomplete",
      "start": 11285,
      "end": 11297,
      "loc": {
        "start": {
          "line": 346,
          "column": 17
        },
        "end": {
          "line": 346,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11298,
      "end": 11299,
      "loc": {
        "start": {
          "line": 346,
          "column": 30
        },
        "end": {
          "line": 346,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "true",
        "keyword": "true",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "true",
      "start": 11300,
      "end": 11304,
      "loc": {
        "start": {
          "line": 346,
          "column": 32
        },
        "end": {
          "line": 346,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11304,
      "end": 11305,
      "loc": {
        "start": {
          "line": 346,
          "column": 36
        },
        "end": {
          "line": 346,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11314,
      "end": 11315,
      "loc": {
        "start": {
          "line": 347,
          "column": 8
        },
        "end": {
          "line": 347,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 11316,
      "end": 11320,
      "loc": {
        "start": {
          "line": 347,
          "column": 10
        },
        "end": {
          "line": 347,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isIncomplete",
      "start": 11321,
      "end": 11333,
      "loc": {
        "start": {
          "line": 347,
          "column": 15
        },
        "end": {
          "line": 347,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11334,
      "end": 11335,
      "loc": {
        "start": {
          "line": 347,
          "column": 28
        },
        "end": {
          "line": 347,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "true",
        "keyword": "true",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "true",
      "start": 11336,
      "end": 11340,
      "loc": {
        "start": {
          "line": 347,
          "column": 30
        },
        "end": {
          "line": 347,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11340,
      "end": 11341,
      "loc": {
        "start": {
          "line": 347,
          "column": 34
        },
        "end": {
          "line": 347,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11348,
      "end": 11349,
      "loc": {
        "start": {
          "line": 348,
          "column": 6
        },
        "end": {
          "line": 348,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11354,
      "end": 11355,
      "loc": {
        "start": {
          "line": 349,
          "column": 4
        },
        "end": {
          "line": 349,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 11361,
      "end": 11363,
      "loc": {
        "start": {
          "line": 351,
          "column": 4
        },
        "end": {
          "line": 351,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11364,
      "end": 11365,
      "loc": {
        "start": {
          "line": 351,
          "column": 7
        },
        "end": {
          "line": 351,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isIncomplete",
      "start": 11365,
      "end": 11377,
      "loc": {
        "start": {
          "line": 351,
          "column": 8
        },
        "end": {
          "line": 351,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11377,
      "end": 11378,
      "loc": {
        "start": {
          "line": 351,
          "column": 20
        },
        "end": {
          "line": 351,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11379,
      "end": 11380,
      "loc": {
        "start": {
          "line": 351,
          "column": 22
        },
        "end": {
          "line": 351,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 11387,
      "end": 11391,
      "loc": {
        "start": {
          "line": 352,
          "column": 6
        },
        "end": {
          "line": 352,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11391,
      "end": 11392,
      "loc": {
        "start": {
          "line": 352,
          "column": 10
        },
        "end": {
          "line": 352,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_logIssue",
      "start": 11392,
      "end": 11401,
      "loc": {
        "start": {
          "line": 352,
          "column": 11
        },
        "end": {
          "line": 352,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11401,
      "end": 11402,
      "loc": {
        "start": {
          "line": 352,
          "column": 20
        },
        "end": {
          "line": 352,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "incomplete_line_item_rule",
      "start": 11402,
      "end": 11429,
      "loc": {
        "start": {
          "line": 352,
          "column": 21
        },
        "end": {
          "line": 352,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11429,
      "end": 11430,
      "loc": {
        "start": {
          "line": 352,
          "column": 48
        },
        "end": {
          "line": 352,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 11431,
      "end": 11446,
      "loc": {
        "start": {
          "line": 352,
          "column": 50
        },
        "end": {
          "line": 352,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11446,
      "end": 11447,
      "loc": {
        "start": {
          "line": 352,
          "column": 65
        },
        "end": {
          "line": 352,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 11448,
      "end": 11452,
      "loc": {
        "start": {
          "line": 352,
          "column": 67
        },
        "end": {
          "line": 352,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11452,
      "end": 11453,
      "loc": {
        "start": {
          "line": 352,
          "column": 71
        },
        "end": {
          "line": 352,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11454,
      "end": 11455,
      "loc": {
        "start": {
          "line": 352,
          "column": 73
        },
        "end": {
          "line": 352,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rule",
      "start": 11464,
      "end": 11468,
      "loc": {
        "start": {
          "line": 353,
          "column": 8
        },
        "end": {
          "line": 353,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11468,
      "end": 11469,
      "loc": {
        "start": {
          "line": 353,
          "column": 12
        },
        "end": {
          "line": 353,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rule",
      "start": 11470,
      "end": 11474,
      "loc": {
        "start": {
          "line": 353,
          "column": 14
        },
        "end": {
          "line": 353,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11474,
      "end": 11475,
      "loc": {
        "start": {
          "line": 353,
          "column": 18
        },
        "end": {
          "line": 353,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11482,
      "end": 11483,
      "loc": {
        "start": {
          "line": 354,
          "column": 6
        },
        "end": {
          "line": 354,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11483,
      "end": 11484,
      "loc": {
        "start": {
          "line": 354,
          "column": 7
        },
        "end": {
          "line": 354,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11484,
      "end": 11485,
      "loc": {
        "start": {
          "line": 354,
          "column": 8
        },
        "end": {
          "line": 354,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11490,
      "end": 11491,
      "loc": {
        "start": {
          "line": 355,
          "column": 4
        },
        "end": {
          "line": 355,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11494,
      "end": 11495,
      "loc": {
        "start": {
          "line": 356,
          "column": 2
        },
        "end": {
          "line": 356,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_testLineItemRuleFormula",
      "start": 11499,
      "end": 11523,
      "loc": {
        "start": {
          "line": 358,
          "column": 2
        },
        "end": {
          "line": 358,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11523,
      "end": 11524,
      "loc": {
        "start": {
          "line": 358,
          "column": 26
        },
        "end": {
          "line": 358,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 11524,
      "end": 11539,
      "loc": {
        "start": {
          "line": 358,
          "column": 27
        },
        "end": {
          "line": 358,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11539,
      "end": 11540,
      "loc": {
        "start": {
          "line": 358,
          "column": 42
        },
        "end": {
          "line": 358,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rule",
      "start": 11541,
      "end": 11545,
      "loc": {
        "start": {
          "line": 358,
          "column": 44
        },
        "end": {
          "line": 358,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11545,
      "end": 11546,
      "loc": {
        "start": {
          "line": 358,
          "column": 48
        },
        "end": {
          "line": 358,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11547,
      "end": 11548,
      "loc": {
        "start": {
          "line": 358,
          "column": 50
        },
        "end": {
          "line": 358,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 11553,
      "end": 11556,
      "loc": {
        "start": {
          "line": 359,
          "column": 4
        },
        "end": {
          "line": 359,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "params",
      "start": 11557,
      "end": 11563,
      "loc": {
        "start": {
          "line": 359,
          "column": 8
        },
        "end": {
          "line": 359,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11564,
      "end": 11565,
      "loc": {
        "start": {
          "line": 359,
          "column": 15
        },
        "end": {
          "line": 359,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11566,
      "end": 11567,
      "loc": {
        "start": {
          "line": 359,
          "column": 17
        },
        "end": {
          "line": 359,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11567,
      "end": 11568,
      "loc": {
        "start": {
          "line": 359,
          "column": 18
        },
        "end": {
          "line": 359,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11568,
      "end": 11569,
      "loc": {
        "start": {
          "line": 359,
          "column": 19
        },
        "end": {
          "line": 359,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 11575,
      "end": 11576,
      "loc": {
        "start": {
          "line": 361,
          "column": 4
        },
        "end": {
          "line": 361,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11576,
      "end": 11577,
      "loc": {
        "start": {
          "line": 361,
          "column": 5
        },
        "end": {
          "line": 361,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "each",
      "start": 11577,
      "end": 11581,
      "loc": {
        "start": {
          "line": 361,
          "column": 6
        },
        "end": {
          "line": 361,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11581,
      "end": 11582,
      "loc": {
        "start": {
          "line": 361,
          "column": 10
        },
        "end": {
          "line": 361,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rule",
      "start": 11582,
      "end": 11586,
      "loc": {
        "start": {
          "line": 361,
          "column": 11
        },
        "end": {
          "line": 361,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11586,
      "end": 11587,
      "loc": {
        "start": {
          "line": 361,
          "column": 15
        },
        "end": {
          "line": 361,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencies",
      "start": 11587,
      "end": 11599,
      "loc": {
        "start": {
          "line": 361,
          "column": 16
        },
        "end": {
          "line": 361,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11599,
      "end": 11600,
      "loc": {
        "start": {
          "line": 361,
          "column": 28
        },
        "end": {
          "line": 361,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11601,
      "end": 11602,
      "loc": {
        "start": {
          "line": 361,
          "column": 30
        },
        "end": {
          "line": 361,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyContract",
      "start": 11602,
      "end": 11620,
      "loc": {
        "start": {
          "line": 361,
          "column": 31
        },
        "end": {
          "line": 361,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11620,
      "end": 11621,
      "loc": {
        "start": {
          "line": 361,
          "column": 49
        },
        "end": {
          "line": 361,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 11622,
      "end": 11625,
      "loc": {
        "start": {
          "line": 361,
          "column": 51
        },
        "end": {
          "line": 361,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11625,
      "end": 11626,
      "loc": {
        "start": {
          "line": 361,
          "column": 54
        },
        "end": {
          "line": 361,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11627,
      "end": 11629,
      "loc": {
        "start": {
          "line": 361,
          "column": 56
        },
        "end": {
          "line": 361,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11630,
      "end": 11631,
      "loc": {
        "start": {
          "line": 361,
          "column": 59
        },
        "end": {
          "line": 361,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "params",
      "start": 11638,
      "end": 11644,
      "loc": {
        "start": {
          "line": 362,
          "column": 6
        },
        "end": {
          "line": 362,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11644,
      "end": 11645,
      "loc": {
        "start": {
          "line": 362,
          "column": 12
        },
        "end": {
          "line": 362,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 11645,
      "end": 11648,
      "loc": {
        "start": {
          "line": 362,
          "column": 13
        },
        "end": {
          "line": 362,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11648,
      "end": 11649,
      "loc": {
        "start": {
          "line": 362,
          "column": 16
        },
        "end": {
          "line": 362,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11650,
      "end": 11651,
      "loc": {
        "start": {
          "line": 362,
          "column": 18
        },
        "end": {
          "line": 362,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 11652,
      "end": 11653,
      "loc": {
        "start": {
          "line": 362,
          "column": 20
        },
        "end": {
          "line": 362,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11653,
      "end": 11654,
      "loc": {
        "start": {
          "line": 362,
          "column": 21
        },
        "end": {
          "line": 362,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11659,
      "end": 11660,
      "loc": {
        "start": {
          "line": 363,
          "column": 4
        },
        "end": {
          "line": 363,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11660,
      "end": 11661,
      "loc": {
        "start": {
          "line": 363,
          "column": 5
        },
        "end": {
          "line": 363,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11661,
      "end": 11662,
      "loc": {
        "start": {
          "line": 363,
          "column": 6
        },
        "end": {
          "line": 363,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 11668,
      "end": 11670,
      "loc": {
        "start": {
          "line": 365,
          "column": 4
        },
        "end": {
          "line": 365,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11671,
      "end": 11672,
      "loc": {
        "start": {
          "line": 365,
          "column": 7
        },
        "end": {
          "line": 365,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 11672,
      "end": 11673,
      "loc": {
        "start": {
          "line": 365,
          "column": 8
        },
        "end": {
          "line": 365,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Helpers",
      "start": 11673,
      "end": 11680,
      "loc": {
        "start": {
          "line": 365,
          "column": 9
        },
        "end": {
          "line": 365,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11680,
      "end": 11681,
      "loc": {
        "start": {
          "line": 365,
          "column": 16
        },
        "end": {
          "line": 365,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "validateFormula",
      "start": 11681,
      "end": 11696,
      "loc": {
        "start": {
          "line": 365,
          "column": 17
        },
        "end": {
          "line": 365,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11696,
      "end": 11697,
      "loc": {
        "start": {
          "line": 365,
          "column": 32
        },
        "end": {
          "line": 365,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rule",
      "start": 11697,
      "end": 11701,
      "loc": {
        "start": {
          "line": 365,
          "column": 33
        },
        "end": {
          "line": 365,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11701,
      "end": 11702,
      "loc": {
        "start": {
          "line": 365,
          "column": 37
        },
        "end": {
          "line": 365,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "expression",
      "start": 11702,
      "end": 11712,
      "loc": {
        "start": {
          "line": 365,
          "column": 38
        },
        "end": {
          "line": 365,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11712,
      "end": 11713,
      "loc": {
        "start": {
          "line": 365,
          "column": 48
        },
        "end": {
          "line": 365,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "params",
      "start": 11714,
      "end": 11720,
      "loc": {
        "start": {
          "line": 365,
          "column": 50
        },
        "end": {
          "line": 365,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11720,
      "end": 11721,
      "loc": {
        "start": {
          "line": 365,
          "column": 56
        },
        "end": {
          "line": 365,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11721,
      "end": 11722,
      "loc": {
        "start": {
          "line": 365,
          "column": 57
        },
        "end": {
          "line": 365,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11723,
      "end": 11724,
      "loc": {
        "start": {
          "line": 365,
          "column": 59
        },
        "end": {
          "line": 365,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 11731,
      "end": 11735,
      "loc": {
        "start": {
          "line": 366,
          "column": 6
        },
        "end": {
          "line": 366,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11735,
      "end": 11736,
      "loc": {
        "start": {
          "line": 366,
          "column": 10
        },
        "end": {
          "line": 366,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_logIssue",
      "start": 11736,
      "end": 11745,
      "loc": {
        "start": {
          "line": 366,
          "column": 11
        },
        "end": {
          "line": 366,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11745,
      "end": 11746,
      "loc": {
        "start": {
          "line": 366,
          "column": 20
        },
        "end": {
          "line": 366,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "invalid_line_item_rule_expression",
      "start": 11746,
      "end": 11781,
      "loc": {
        "start": {
          "line": 366,
          "column": 21
        },
        "end": {
          "line": 366,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11781,
      "end": 11782,
      "loc": {
        "start": {
          "line": 366,
          "column": 56
        },
        "end": {
          "line": 366,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 11783,
      "end": 11798,
      "loc": {
        "start": {
          "line": 366,
          "column": 58
        },
        "end": {
          "line": 366,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11798,
      "end": 11799,
      "loc": {
        "start": {
          "line": 366,
          "column": 73
        },
        "end": {
          "line": 366,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 11800,
      "end": 11804,
      "loc": {
        "start": {
          "line": 366,
          "column": 75
        },
        "end": {
          "line": 366,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11804,
      "end": 11805,
      "loc": {
        "start": {
          "line": 366,
          "column": 79
        },
        "end": {
          "line": 366,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11806,
      "end": 11807,
      "loc": {
        "start": {
          "line": 366,
          "column": 81
        },
        "end": {
          "line": 366,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "expression",
      "start": 11816,
      "end": 11826,
      "loc": {
        "start": {
          "line": 367,
          "column": 8
        },
        "end": {
          "line": 367,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11826,
      "end": 11827,
      "loc": {
        "start": {
          "line": 367,
          "column": 18
        },
        "end": {
          "line": 367,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rule",
      "start": 11828,
      "end": 11832,
      "loc": {
        "start": {
          "line": 367,
          "column": 20
        },
        "end": {
          "line": 367,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11832,
      "end": 11833,
      "loc": {
        "start": {
          "line": 367,
          "column": 24
        },
        "end": {
          "line": 367,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "expression",
      "start": 11833,
      "end": 11843,
      "loc": {
        "start": {
          "line": 367,
          "column": 25
        },
        "end": {
          "line": 367,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11843,
      "end": 11844,
      "loc": {
        "start": {
          "line": 367,
          "column": 35
        },
        "end": {
          "line": 367,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "expression_dependencies",
      "start": 11853,
      "end": 11876,
      "loc": {
        "start": {
          "line": 368,
          "column": 8
        },
        "end": {
          "line": 368,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11876,
      "end": 11877,
      "loc": {
        "start": {
          "line": 368,
          "column": 31
        },
        "end": {
          "line": 368,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rule",
      "start": 11878,
      "end": 11882,
      "loc": {
        "start": {
          "line": 368,
          "column": 33
        },
        "end": {
          "line": 368,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11882,
      "end": 11883,
      "loc": {
        "start": {
          "line": 368,
          "column": 37
        },
        "end": {
          "line": 368,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencies",
      "start": 11883,
      "end": 11895,
      "loc": {
        "start": {
          "line": 368,
          "column": 38
        },
        "end": {
          "line": 368,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11895,
      "end": 11896,
      "loc": {
        "start": {
          "line": 368,
          "column": 50
        },
        "end": {
          "line": 368,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rule",
      "start": 11905,
      "end": 11909,
      "loc": {
        "start": {
          "line": 369,
          "column": 8
        },
        "end": {
          "line": 369,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11909,
      "end": 11910,
      "loc": {
        "start": {
          "line": 369,
          "column": 12
        },
        "end": {
          "line": 369,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rule",
      "start": 11911,
      "end": 11915,
      "loc": {
        "start": {
          "line": 369,
          "column": 14
        },
        "end": {
          "line": 369,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11915,
      "end": 11916,
      "loc": {
        "start": {
          "line": 369,
          "column": 18
        },
        "end": {
          "line": 369,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11923,
      "end": 11924,
      "loc": {
        "start": {
          "line": 370,
          "column": 6
        },
        "end": {
          "line": 370,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11924,
      "end": 11925,
      "loc": {
        "start": {
          "line": 370,
          "column": 7
        },
        "end": {
          "line": 370,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11925,
      "end": 11926,
      "loc": {
        "start": {
          "line": 370,
          "column": 8
        },
        "end": {
          "line": 370,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11931,
      "end": 11932,
      "loc": {
        "start": {
          "line": 371,
          "column": 4
        },
        "end": {
          "line": 371,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11935,
      "end": 11936,
      "loc": {
        "start": {
          "line": 372,
          "column": 2
        },
        "end": {
          "line": 372,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_testLineItemScalarFormulaReferences",
      "start": 11940,
      "end": 11976,
      "loc": {
        "start": {
          "line": 374,
          "column": 2
        },
        "end": {
          "line": 374,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11976,
      "end": 11977,
      "loc": {
        "start": {
          "line": 374,
          "column": 38
        },
        "end": {
          "line": 374,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 11977,
      "end": 11992,
      "loc": {
        "start": {
          "line": 374,
          "column": 39
        },
        "end": {
          "line": 374,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11992,
      "end": 11993,
      "loc": {
        "start": {
          "line": 374,
          "column": 54
        },
        "end": {
          "line": 374,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11994,
      "end": 11995,
      "loc": {
        "start": {
          "line": 374,
          "column": 56
        },
        "end": {
          "line": 374,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 12000,
      "end": 12003,
      "loc": {
        "start": {
          "line": 375,
          "column": 4
        },
        "end": {
          "line": 375,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "params",
      "start": 12004,
      "end": 12010,
      "loc": {
        "start": {
          "line": 375,
          "column": 8
        },
        "end": {
          "line": 375,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 12011,
      "end": 12012,
      "loc": {
        "start": {
          "line": 375,
          "column": 15
        },
        "end": {
          "line": 375,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12013,
      "end": 12014,
      "loc": {
        "start": {
          "line": 375,
          "column": 17
        },
        "end": {
          "line": 375,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "workup",
      "start": 12015,
      "end": 12021,
      "loc": {
        "start": {
          "line": 375,
          "column": 19
        },
        "end": {
          "line": 375,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12021,
      "end": 12022,
      "loc": {
        "start": {
          "line": 375,
          "column": 25
        },
        "end": {
          "line": 375,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 12023,
      "end": 12024,
      "loc": {
        "start": {
          "line": 375,
          "column": 27
        },
        "end": {
          "line": 375,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12025,
      "end": 12026,
      "loc": {
        "start": {
          "line": 375,
          "column": 29
        },
        "end": {
          "line": 375,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12026,
      "end": 12027,
      "loc": {
        "start": {
          "line": 375,
          "column": 30
        },
        "end": {
          "line": 375,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 12033,
      "end": 12036,
      "loc": {
        "start": {
          "line": 377,
          "column": 4
        },
        "end": {
          "line": 377,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "scalarContracts",
      "start": 12037,
      "end": 12052,
      "loc": {
        "start": {
          "line": 377,
          "column": 8
        },
        "end": {
          "line": 377,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 12053,
      "end": 12054,
      "loc": {
        "start": {
          "line": 377,
          "column": 24
        },
        "end": {
          "line": 377,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 12055,
      "end": 12056,
      "loc": {
        "start": {
          "line": 377,
          "column": 26
        },
        "end": {
          "line": 377,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12056,
      "end": 12057,
      "loc": {
        "start": {
          "line": 377,
          "column": 27
        },
        "end": {
          "line": 377,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "pickBy",
      "start": 12057,
      "end": 12063,
      "loc": {
        "start": {
          "line": 377,
          "column": 28
        },
        "end": {
          "line": 377,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12063,
      "end": 12064,
      "loc": {
        "start": {
          "line": 377,
          "column": 34
        },
        "end": {
          "line": 377,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 12064,
      "end": 12079,
      "loc": {
        "start": {
          "line": 377,
          "column": 35
        },
        "end": {
          "line": 377,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12079,
      "end": 12080,
      "loc": {
        "start": {
          "line": 377,
          "column": 50
        },
        "end": {
          "line": 377,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 12080,
      "end": 12086,
      "loc": {
        "start": {
          "line": 377,
          "column": 51
        },
        "end": {
          "line": 377,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12086,
      "end": 12087,
      "loc": {
        "start": {
          "line": 377,
          "column": 57
        },
        "end": {
          "line": 377,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencies",
      "start": 12087,
      "end": 12099,
      "loc": {
        "start": {
          "line": 377,
          "column": 58
        },
        "end": {
          "line": 377,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12099,
      "end": 12100,
      "loc": {
        "start": {
          "line": 377,
          "column": 70
        },
        "end": {
          "line": 377,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12101,
      "end": 12102,
      "loc": {
        "start": {
          "line": 377,
          "column": 72
        },
        "end": {
          "line": 377,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "el",
      "start": 12102,
      "end": 12104,
      "loc": {
        "start": {
          "line": 377,
          "column": 73
        },
        "end": {
          "line": 377,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12104,
      "end": 12105,
      "loc": {
        "start": {
          "line": 377,
          "column": 75
        },
        "end": {
          "line": 377,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 12106,
      "end": 12109,
      "loc": {
        "start": {
          "line": 377,
          "column": 77
        },
        "end": {
          "line": 377,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12109,
      "end": 12110,
      "loc": {
        "start": {
          "line": 377,
          "column": 80
        },
        "end": {
          "line": 377,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12111,
      "end": 12113,
      "loc": {
        "start": {
          "line": 377,
          "column": 82
        },
        "end": {
          "line": 377,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12114,
      "end": 12115,
      "loc": {
        "start": {
          "line": 377,
          "column": 85
        },
        "end": {
          "line": 377,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 12122,
      "end": 12128,
      "loc": {
        "start": {
          "line": 378,
          "column": 6
        },
        "end": {
          "line": 378,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 12129,
      "end": 12132,
      "loc": {
        "start": {
          "line": 378,
          "column": 13
        },
        "end": {
          "line": 378,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12132,
      "end": 12133,
      "loc": {
        "start": {
          "line": 378,
          "column": 16
        },
        "end": {
          "line": 378,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indexOf",
      "start": 12133,
      "end": 12140,
      "loc": {
        "start": {
          "line": 378,
          "column": 17
        },
        "end": {
          "line": 378,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12140,
      "end": 12141,
      "loc": {
        "start": {
          "line": 378,
          "column": 24
        },
        "end": {
          "line": 378,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "scalar_",
      "start": 12141,
      "end": 12150,
      "loc": {
        "start": {
          "line": 378,
          "column": 25
        },
        "end": {
          "line": 378,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12150,
      "end": 12151,
      "loc": {
        "start": {
          "line": 378,
          "column": 34
        },
        "end": {
          "line": 378,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 12152,
      "end": 12155,
      "loc": {
        "start": {
          "line": 378,
          "column": 36
        },
        "end": {
          "line": 378,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 12156,
      "end": 12157,
      "loc": {
        "start": {
          "line": 378,
          "column": 40
        },
        "end": {
          "line": 378,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12157,
      "end": 12158,
      "loc": {
        "start": {
          "line": 378,
          "column": 41
        },
        "end": {
          "line": 378,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12163,
      "end": 12164,
      "loc": {
        "start": {
          "line": 379,
          "column": 4
        },
        "end": {
          "line": 379,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12164,
      "end": 12165,
      "loc": {
        "start": {
          "line": 379,
          "column": 5
        },
        "end": {
          "line": 379,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12165,
      "end": 12166,
      "loc": {
        "start": {
          "line": 379,
          "column": 6
        },
        "end": {
          "line": 379,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 12172,
      "end": 12173,
      "loc": {
        "start": {
          "line": 381,
          "column": 4
        },
        "end": {
          "line": 381,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12173,
      "end": 12174,
      "loc": {
        "start": {
          "line": 381,
          "column": 5
        },
        "end": {
          "line": 381,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "each",
      "start": 12174,
      "end": 12178,
      "loc": {
        "start": {
          "line": 381,
          "column": 6
        },
        "end": {
          "line": 381,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12178,
      "end": 12179,
      "loc": {
        "start": {
          "line": 381,
          "column": 10
        },
        "end": {
          "line": 381,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "scalarContracts",
      "start": 12179,
      "end": 12194,
      "loc": {
        "start": {
          "line": 381,
          "column": 11
        },
        "end": {
          "line": 381,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12194,
      "end": 12195,
      "loc": {
        "start": {
          "line": 381,
          "column": 26
        },
        "end": {
          "line": 381,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12196,
      "end": 12197,
      "loc": {
        "start": {
          "line": 381,
          "column": 28
        },
        "end": {
          "line": 381,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyContract",
      "start": 12197,
      "end": 12215,
      "loc": {
        "start": {
          "line": 381,
          "column": 29
        },
        "end": {
          "line": 381,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12215,
      "end": 12216,
      "loc": {
        "start": {
          "line": 381,
          "column": 47
        },
        "end": {
          "line": 381,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 12217,
      "end": 12220,
      "loc": {
        "start": {
          "line": 381,
          "column": 49
        },
        "end": {
          "line": 381,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12220,
      "end": 12221,
      "loc": {
        "start": {
          "line": 381,
          "column": 52
        },
        "end": {
          "line": 381,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12222,
      "end": 12224,
      "loc": {
        "start": {
          "line": 381,
          "column": 54
        },
        "end": {
          "line": 381,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12225,
      "end": 12226,
      "loc": {
        "start": {
          "line": 381,
          "column": 57
        },
        "end": {
          "line": 381,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "params",
      "start": 12233,
      "end": 12239,
      "loc": {
        "start": {
          "line": 382,
          "column": 6
        },
        "end": {
          "line": 382,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12239,
      "end": 12240,
      "loc": {
        "start": {
          "line": 382,
          "column": 12
        },
        "end": {
          "line": 382,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 12240,
      "end": 12243,
      "loc": {
        "start": {
          "line": 382,
          "column": 13
        },
        "end": {
          "line": 382,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12243,
      "end": 12244,
      "loc": {
        "start": {
          "line": 382,
          "column": 16
        },
        "end": {
          "line": 382,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "charAt",
      "start": 12244,
      "end": 12250,
      "loc": {
        "start": {
          "line": 382,
          "column": 17
        },
        "end": {
          "line": 382,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12250,
      "end": 12251,
      "loc": {
        "start": {
          "line": 382,
          "column": 23
        },
        "end": {
          "line": 382,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 7,
      "start": 12251,
      "end": 12252,
      "loc": {
        "start": {
          "line": 382,
          "column": 24
        },
        "end": {
          "line": 382,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12252,
      "end": 12253,
      "loc": {
        "start": {
          "line": 382,
          "column": 25
        },
        "end": {
          "line": 382,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12253,
      "end": 12254,
      "loc": {
        "start": {
          "line": 382,
          "column": 26
        },
        "end": {
          "line": 382,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 12255,
      "end": 12256,
      "loc": {
        "start": {
          "line": 382,
          "column": 28
        },
        "end": {
          "line": 382,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 12257,
      "end": 12258,
      "loc": {
        "start": {
          "line": 382,
          "column": 30
        },
        "end": {
          "line": 382,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12258,
      "end": 12259,
      "loc": {
        "start": {
          "line": 382,
          "column": 31
        },
        "end": {
          "line": 382,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12264,
      "end": 12265,
      "loc": {
        "start": {
          "line": 383,
          "column": 4
        },
        "end": {
          "line": 383,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12265,
      "end": 12266,
      "loc": {
        "start": {
          "line": 383,
          "column": 5
        },
        "end": {
          "line": 383,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12266,
      "end": 12267,
      "loc": {
        "start": {
          "line": 383,
          "column": 6
        },
        "end": {
          "line": 383,
          "column": 7
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "Due to upgrading to multi reference scalars, the original scalar is simply x.",
      "start": 12273,
      "end": 12352,
      "loc": {
        "start": {
          "line": 385,
          "column": 4
        },
        "end": {
          "line": 385,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 12357,
      "end": 12359,
      "loc": {
        "start": {
          "line": 386,
          "column": 4
        },
        "end": {
          "line": 386,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12360,
      "end": 12361,
      "loc": {
        "start": {
          "line": 386,
          "column": 7
        },
        "end": {
          "line": 386,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 12361,
      "end": 12365,
      "loc": {
        "start": {
          "line": 386,
          "column": 8
        },
        "end": {
          "line": 386,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12365,
      "end": 12366,
      "loc": {
        "start": {
          "line": 386,
          "column": 12
        },
        "end": {
          "line": 386,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_bid",
      "start": 12366,
      "end": 12370,
      "loc": {
        "start": {
          "line": 386,
          "column": 13
        },
        "end": {
          "line": 386,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12370,
      "end": 12371,
      "loc": {
        "start": {
          "line": 386,
          "column": 17
        },
        "end": {
          "line": 386,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entities",
      "start": 12371,
      "end": 12379,
      "loc": {
        "start": {
          "line": 386,
          "column": 18
        },
        "end": {
          "line": 386,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12379,
      "end": 12380,
      "loc": {
        "start": {
          "line": 386,
          "column": 26
        },
        "end": {
          "line": 386,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyExists",
      "start": 12380,
      "end": 12396,
      "loc": {
        "start": {
          "line": 386,
          "column": 27
        },
        "end": {
          "line": 386,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12396,
      "end": 12397,
      "loc": {
        "start": {
          "line": 386,
          "column": 43
        },
        "end": {
          "line": 386,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 12397,
      "end": 12412,
      "loc": {
        "start": {
          "line": 386,
          "column": 44
        },
        "end": {
          "line": 386,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12412,
      "end": 12413,
      "loc": {
        "start": {
          "line": 386,
          "column": 59
        },
        "end": {
          "line": 386,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 12413,
      "end": 12419,
      "loc": {
        "start": {
          "line": 386,
          "column": 60
        },
        "end": {
          "line": 386,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12419,
      "end": 12420,
      "loc": {
        "start": {
          "line": 386,
          "column": 66
        },
        "end": {
          "line": 386,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencies",
      "start": 12420,
      "end": 12432,
      "loc": {
        "start": {
          "line": 386,
          "column": 67
        },
        "end": {
          "line": 386,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12432,
      "end": 12433,
      "loc": {
        "start": {
          "line": 386,
          "column": 79
        },
        "end": {
          "line": 386,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "scalar",
      "start": 12433,
      "end": 12439,
      "loc": {
        "start": {
          "line": 386,
          "column": 80
        },
        "end": {
          "line": 386,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12439,
      "end": 12440,
      "loc": {
        "start": {
          "line": 386,
          "column": 86
        },
        "end": {
          "line": 386,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12440,
      "end": 12441,
      "loc": {
        "start": {
          "line": 386,
          "column": 87
        },
        "end": {
          "line": 386,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12442,
      "end": 12443,
      "loc": {
        "start": {
          "line": 386,
          "column": 89
        },
        "end": {
          "line": 386,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "scalarContracts",
      "start": 12450,
      "end": 12465,
      "loc": {
        "start": {
          "line": 387,
          "column": 6
        },
        "end": {
          "line": 387,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12465,
      "end": 12466,
      "loc": {
        "start": {
          "line": 387,
          "column": 21
        },
        "end": {
          "line": 387,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 12466,
      "end": 12467,
      "loc": {
        "start": {
          "line": 387,
          "column": 22
        },
        "end": {
          "line": 387,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 12468,
      "end": 12469,
      "loc": {
        "start": {
          "line": 387,
          "column": 24
        },
        "end": {
          "line": 387,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 12470,
      "end": 12485,
      "loc": {
        "start": {
          "line": 387,
          "column": 26
        },
        "end": {
          "line": 387,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12485,
      "end": 12486,
      "loc": {
        "start": {
          "line": 387,
          "column": 41
        },
        "end": {
          "line": 387,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 12486,
      "end": 12492,
      "loc": {
        "start": {
          "line": 387,
          "column": 42
        },
        "end": {
          "line": 387,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12492,
      "end": 12493,
      "loc": {
        "start": {
          "line": 387,
          "column": 48
        },
        "end": {
          "line": 387,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencies",
      "start": 12493,
      "end": 12505,
      "loc": {
        "start": {
          "line": 387,
          "column": 49
        },
        "end": {
          "line": 387,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12505,
      "end": 12506,
      "loc": {
        "start": {
          "line": 387,
          "column": 61
        },
        "end": {
          "line": 387,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "scalar",
      "start": 12506,
      "end": 12512,
      "loc": {
        "start": {
          "line": 387,
          "column": 62
        },
        "end": {
          "line": 387,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12512,
      "end": 12513,
      "loc": {
        "start": {
          "line": 387,
          "column": 68
        },
        "end": {
          "line": 387,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "params",
      "start": 12520,
      "end": 12526,
      "loc": {
        "start": {
          "line": 388,
          "column": 6
        },
        "end": {
          "line": 388,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12526,
      "end": 12527,
      "loc": {
        "start": {
          "line": 388,
          "column": 12
        },
        "end": {
          "line": 388,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 12527,
      "end": 12528,
      "loc": {
        "start": {
          "line": 388,
          "column": 13
        },
        "end": {
          "line": 388,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 12529,
      "end": 12530,
      "loc": {
        "start": {
          "line": 388,
          "column": 15
        },
        "end": {
          "line": 388,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 12531,
      "end": 12532,
      "loc": {
        "start": {
          "line": 388,
          "column": 17
        },
        "end": {
          "line": 388,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12532,
      "end": 12533,
      "loc": {
        "start": {
          "line": 388,
          "column": 18
        },
        "end": {
          "line": 388,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12538,
      "end": 12539,
      "loc": {
        "start": {
          "line": 389,
          "column": 4
        },
        "end": {
          "line": 389,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 12545,
      "end": 12547,
      "loc": {
        "start": {
          "line": 391,
          "column": 4
        },
        "end": {
          "line": 391,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12548,
      "end": 12549,
      "loc": {
        "start": {
          "line": 391,
          "column": 7
        },
        "end": {
          "line": 391,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 12549,
      "end": 12550,
      "loc": {
        "start": {
          "line": 391,
          "column": 8
        },
        "end": {
          "line": 391,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Helpers",
      "start": 12550,
      "end": 12557,
      "loc": {
        "start": {
          "line": 391,
          "column": 9
        },
        "end": {
          "line": 391,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12557,
      "end": 12558,
      "loc": {
        "start": {
          "line": 391,
          "column": 16
        },
        "end": {
          "line": 391,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "validateFormula",
      "start": 12558,
      "end": 12573,
      "loc": {
        "start": {
          "line": 391,
          "column": 17
        },
        "end": {
          "line": 391,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12573,
      "end": 12574,
      "loc": {
        "start": {
          "line": 391,
          "column": 32
        },
        "end": {
          "line": 391,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 12574,
      "end": 12589,
      "loc": {
        "start": {
          "line": 391,
          "column": 33
        },
        "end": {
          "line": 391,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12589,
      "end": 12590,
      "loc": {
        "start": {
          "line": 391,
          "column": 48
        },
        "end": {
          "line": 391,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 12590,
      "end": 12596,
      "loc": {
        "start": {
          "line": 391,
          "column": 49
        },
        "end": {
          "line": 391,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12596,
      "end": 12597,
      "loc": {
        "start": {
          "line": 391,
          "column": 55
        },
        "end": {
          "line": 391,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "formula",
      "start": 12597,
      "end": 12604,
      "loc": {
        "start": {
          "line": 391,
          "column": 56
        },
        "end": {
          "line": 391,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12604,
      "end": 12605,
      "loc": {
        "start": {
          "line": 391,
          "column": 63
        },
        "end": {
          "line": 391,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "params",
      "start": 12606,
      "end": 12612,
      "loc": {
        "start": {
          "line": 391,
          "column": 65
        },
        "end": {
          "line": 391,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12612,
      "end": 12613,
      "loc": {
        "start": {
          "line": 391,
          "column": 71
        },
        "end": {
          "line": 391,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12613,
      "end": 12614,
      "loc": {
        "start": {
          "line": 391,
          "column": 72
        },
        "end": {
          "line": 391,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12615,
      "end": 12616,
      "loc": {
        "start": {
          "line": 391,
          "column": 74
        },
        "end": {
          "line": 391,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 12623,
      "end": 12627,
      "loc": {
        "start": {
          "line": 392,
          "column": 6
        },
        "end": {
          "line": 392,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12627,
      "end": 12628,
      "loc": {
        "start": {
          "line": 392,
          "column": 10
        },
        "end": {
          "line": 392,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_logIssue",
      "start": 12628,
      "end": 12637,
      "loc": {
        "start": {
          "line": 392,
          "column": 11
        },
        "end": {
          "line": 392,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12637,
      "end": 12638,
      "loc": {
        "start": {
          "line": 392,
          "column": 20
        },
        "end": {
          "line": 392,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "invalid_line_item_formula_dependency",
      "start": 12638,
      "end": 12676,
      "loc": {
        "start": {
          "line": 392,
          "column": 21
        },
        "end": {
          "line": 392,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12676,
      "end": 12677,
      "loc": {
        "start": {
          "line": 392,
          "column": 59
        },
        "end": {
          "line": 392,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 12678,
      "end": 12693,
      "loc": {
        "start": {
          "line": 392,
          "column": 61
        },
        "end": {
          "line": 392,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12693,
      "end": 12694,
      "loc": {
        "start": {
          "line": 392,
          "column": 76
        },
        "end": {
          "line": 392,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 12695,
      "end": 12699,
      "loc": {
        "start": {
          "line": 392,
          "column": 78
        },
        "end": {
          "line": 392,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12699,
      "end": 12700,
      "loc": {
        "start": {
          "line": 392,
          "column": 82
        },
        "end": {
          "line": 392,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12701,
      "end": 12702,
      "loc": {
        "start": {
          "line": 392,
          "column": 84
        },
        "end": {
          "line": 392,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "formula",
      "start": 12711,
      "end": 12718,
      "loc": {
        "start": {
          "line": 393,
          "column": 8
        },
        "end": {
          "line": 393,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12718,
      "end": 12719,
      "loc": {
        "start": {
          "line": 393,
          "column": 15
        },
        "end": {
          "line": 393,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 12720,
      "end": 12735,
      "loc": {
        "start": {
          "line": 393,
          "column": 17
        },
        "end": {
          "line": 393,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12735,
      "end": 12736,
      "loc": {
        "start": {
          "line": 393,
          "column": 32
        },
        "end": {
          "line": 393,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 12736,
      "end": 12742,
      "loc": {
        "start": {
          "line": 393,
          "column": 33
        },
        "end": {
          "line": 393,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12742,
      "end": 12743,
      "loc": {
        "start": {
          "line": 393,
          "column": 39
        },
        "end": {
          "line": 393,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "formula",
      "start": 12743,
      "end": 12750,
      "loc": {
        "start": {
          "line": 393,
          "column": 40
        },
        "end": {
          "line": 393,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12750,
      "end": 12751,
      "loc": {
        "start": {
          "line": 393,
          "column": 47
        },
        "end": {
          "line": 393,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "formula_dependencies",
      "start": 12760,
      "end": 12780,
      "loc": {
        "start": {
          "line": 394,
          "column": 8
        },
        "end": {
          "line": 394,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12780,
      "end": 12781,
      "loc": {
        "start": {
          "line": 394,
          "column": 28
        },
        "end": {
          "line": 394,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "scalarContracts",
      "start": 12782,
      "end": 12797,
      "loc": {
        "start": {
          "line": 394,
          "column": 30
        },
        "end": {
          "line": 394,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12797,
      "end": 12798,
      "loc": {
        "start": {
          "line": 394,
          "column": 45
        },
        "end": {
          "line": 394,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12805,
      "end": 12806,
      "loc": {
        "start": {
          "line": 395,
          "column": 6
        },
        "end": {
          "line": 395,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12806,
      "end": 12807,
      "loc": {
        "start": {
          "line": 395,
          "column": 7
        },
        "end": {
          "line": 395,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12807,
      "end": 12808,
      "loc": {
        "start": {
          "line": 395,
          "column": 8
        },
        "end": {
          "line": 395,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12813,
      "end": 12814,
      "loc": {
        "start": {
          "line": 396,
          "column": 4
        },
        "end": {
          "line": 396,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12817,
      "end": 12818,
      "loc": {
        "start": {
          "line": 397,
          "column": 2
        },
        "end": {
          "line": 397,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_testLineItemWorkup",
      "start": 12822,
      "end": 12841,
      "loc": {
        "start": {
          "line": 399,
          "column": 2
        },
        "end": {
          "line": 399,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12841,
      "end": 12842,
      "loc": {
        "start": {
          "line": 399,
          "column": 21
        },
        "end": {
          "line": 399,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 12842,
      "end": 12857,
      "loc": {
        "start": {
          "line": 399,
          "column": 22
        },
        "end": {
          "line": 399,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12857,
      "end": 12858,
      "loc": {
        "start": {
          "line": 399,
          "column": 37
        },
        "end": {
          "line": 399,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12859,
      "end": 12860,
      "loc": {
        "start": {
          "line": 399,
          "column": 39
        },
        "end": {
          "line": 399,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 12865,
      "end": 12870,
      "loc": {
        "start": {
          "line": 400,
          "column": 4
        },
        "end": {
          "line": 400,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hasFieldDependency",
      "start": 12871,
      "end": 12889,
      "loc": {
        "start": {
          "line": 400,
          "column": 10
        },
        "end": {
          "line": 400,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 12890,
      "end": 12891,
      "loc": {
        "start": {
          "line": 400,
          "column": 29
        },
        "end": {
          "line": 400,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 12898,
      "end": 12913,
      "loc": {
        "start": {
          "line": 401,
          "column": 6
        },
        "end": {
          "line": 401,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12913,
      "end": 12914,
      "loc": {
        "start": {
          "line": 401,
          "column": 21
        },
        "end": {
          "line": 401,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 12914,
      "end": 12920,
      "loc": {
        "start": {
          "line": 401,
          "column": 22
        },
        "end": {
          "line": 401,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12920,
      "end": 12921,
      "loc": {
        "start": {
          "line": 401,
          "column": 28
        },
        "end": {
          "line": 401,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "workups",
      "start": 12921,
      "end": 12928,
      "loc": {
        "start": {
          "line": 401,
          "column": 29
        },
        "end": {
          "line": 401,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 12929,
      "end": 12931,
      "loc": {
        "start": {
          "line": 401,
          "column": 37
        },
        "end": {
          "line": 401,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 12938,
      "end": 12953,
      "loc": {
        "start": {
          "line": 402,
          "column": 6
        },
        "end": {
          "line": 402,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12953,
      "end": 12954,
      "loc": {
        "start": {
          "line": 402,
          "column": 21
        },
        "end": {
          "line": 402,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 12954,
      "end": 12960,
      "loc": {
        "start": {
          "line": 402,
          "column": 22
        },
        "end": {
          "line": 402,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12960,
      "end": 12961,
      "loc": {
        "start": {
          "line": 402,
          "column": 28
        },
        "end": {
          "line": 402,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "workups",
      "start": 12961,
      "end": 12968,
      "loc": {
        "start": {
          "line": 402,
          "column": 29
        },
        "end": {
          "line": 402,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12968,
      "end": 12969,
      "loc": {
        "start": {
          "line": 402,
          "column": 36
        },
        "end": {
          "line": 402,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 12969,
      "end": 12970,
      "loc": {
        "start": {
          "line": 402,
          "column": 37
        },
        "end": {
          "line": 402,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12970,
      "end": 12971,
      "loc": {
        "start": {
          "line": 402,
          "column": 38
        },
        "end": {
          "line": 402,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 12972,
      "end": 12974,
      "loc": {
        "start": {
          "line": 402,
          "column": 40
        },
        "end": {
          "line": 402,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 12981,
      "end": 12996,
      "loc": {
        "start": {
          "line": 403,
          "column": 6
        },
        "end": {
          "line": 403,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12996,
      "end": 12997,
      "loc": {
        "start": {
          "line": 403,
          "column": 21
        },
        "end": {
          "line": 403,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 12997,
      "end": 13003,
      "loc": {
        "start": {
          "line": 403,
          "column": 22
        },
        "end": {
          "line": 403,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13003,
      "end": 13004,
      "loc": {
        "start": {
          "line": 403,
          "column": 28
        },
        "end": {
          "line": 403,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "workups",
      "start": 13004,
      "end": 13011,
      "loc": {
        "start": {
          "line": 403,
          "column": 29
        },
        "end": {
          "line": 403,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13011,
      "end": 13012,
      "loc": {
        "start": {
          "line": 403,
          "column": 36
        },
        "end": {
          "line": 403,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 13012,
      "end": 13013,
      "loc": {
        "start": {
          "line": 403,
          "column": 37
        },
        "end": {
          "line": 403,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13013,
      "end": 13014,
      "loc": {
        "start": {
          "line": 403,
          "column": 38
        },
        "end": {
          "line": 403,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13014,
      "end": 13015,
      "loc": {
        "start": {
          "line": 403,
          "column": 39
        },
        "end": {
          "line": 403,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field_id",
      "start": 13015,
      "end": 13023,
      "loc": {
        "start": {
          "line": 403,
          "column": 40
        },
        "end": {
          "line": 403,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13023,
      "end": 13024,
      "loc": {
        "start": {
          "line": 403,
          "column": 48
        },
        "end": {
          "line": 403,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 13029,
      "end": 13031,
      "loc": {
        "start": {
          "line": 404,
          "column": 4
        },
        "end": {
          "line": 404,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13032,
      "end": 13033,
      "loc": {
        "start": {
          "line": 404,
          "column": 7
        },
        "end": {
          "line": 404,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hasFieldDependency",
      "start": 13033,
      "end": 13051,
      "loc": {
        "start": {
          "line": 404,
          "column": 8
        },
        "end": {
          "line": 404,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13051,
      "end": 13052,
      "loc": {
        "start": {
          "line": 404,
          "column": 26
        },
        "end": {
          "line": 404,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13053,
      "end": 13054,
      "loc": {
        "start": {
          "line": 404,
          "column": 28
        },
        "end": {
          "line": 404,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 13061,
      "end": 13066,
      "loc": {
        "start": {
          "line": 405,
          "column": 6
        },
        "end": {
          "line": 405,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "contract",
      "start": 13067,
      "end": 13075,
      "loc": {
        "start": {
          "line": 405,
          "column": 12
        },
        "end": {
          "line": 405,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 13076,
      "end": 13077,
      "loc": {
        "start": {
          "line": 405,
          "column": 21
        },
        "end": {
          "line": 405,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13078,
      "end": 13079,
      "loc": {
        "start": {
          "line": 405,
          "column": 23
        },
        "end": {
          "line": 405,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 13080,
      "end": 13084,
      "loc": {
        "start": {
          "line": 405,
          "column": 25
        },
        "end": {
          "line": 405,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13084,
      "end": 13085,
      "loc": {
        "start": {
          "line": 405,
          "column": 29
        },
        "end": {
          "line": 405,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "field",
      "start": 13086,
      "end": 13093,
      "loc": {
        "start": {
          "line": 405,
          "column": 31
        },
        "end": {
          "line": 405,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13093,
      "end": 13094,
      "loc": {
        "start": {
          "line": 405,
          "column": 38
        },
        "end": {
          "line": 405,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bid_entity_id",
      "start": 13095,
      "end": 13108,
      "loc": {
        "start": {
          "line": 405,
          "column": 40
        },
        "end": {
          "line": 405,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13108,
      "end": 13109,
      "loc": {
        "start": {
          "line": 405,
          "column": 53
        },
        "end": {
          "line": 405,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 13110,
      "end": 13125,
      "loc": {
        "start": {
          "line": 405,
          "column": 55
        },
        "end": {
          "line": 405,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13125,
      "end": 13126,
      "loc": {
        "start": {
          "line": 405,
          "column": 70
        },
        "end": {
          "line": 405,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 13126,
      "end": 13132,
      "loc": {
        "start": {
          "line": 405,
          "column": 71
        },
        "end": {
          "line": 405,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13132,
      "end": 13133,
      "loc": {
        "start": {
          "line": 405,
          "column": 77
        },
        "end": {
          "line": 405,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "workups",
      "start": 13133,
      "end": 13140,
      "loc": {
        "start": {
          "line": 405,
          "column": 78
        },
        "end": {
          "line": 405,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13140,
      "end": 13141,
      "loc": {
        "start": {
          "line": 405,
          "column": 85
        },
        "end": {
          "line": 405,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 13141,
      "end": 13142,
      "loc": {
        "start": {
          "line": 405,
          "column": 86
        },
        "end": {
          "line": 405,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13142,
      "end": 13143,
      "loc": {
        "start": {
          "line": 405,
          "column": 87
        },
        "end": {
          "line": 405,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13143,
      "end": 13144,
      "loc": {
        "start": {
          "line": 405,
          "column": 88
        },
        "end": {
          "line": 405,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field_id",
      "start": 13144,
      "end": 13152,
      "loc": {
        "start": {
          "line": 405,
          "column": 89
        },
        "end": {
          "line": 405,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13153,
      "end": 13154,
      "loc": {
        "start": {
          "line": 405,
          "column": 98
        },
        "end": {
          "line": 405,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13154,
      "end": 13155,
      "loc": {
        "start": {
          "line": 405,
          "column": 99
        },
        "end": {
          "line": 405,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 13162,
      "end": 13166,
      "loc": {
        "start": {
          "line": 406,
          "column": 6
        },
        "end": {
          "line": 406,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13166,
      "end": 13167,
      "loc": {
        "start": {
          "line": 406,
          "column": 10
        },
        "end": {
          "line": 406,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_testDependencyExistence",
      "start": 13167,
      "end": 13191,
      "loc": {
        "start": {
          "line": 406,
          "column": 11
        },
        "end": {
          "line": 406,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13191,
      "end": 13192,
      "loc": {
        "start": {
          "line": 406,
          "column": 35
        },
        "end": {
          "line": 406,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 13192,
      "end": 13207,
      "loc": {
        "start": {
          "line": 406,
          "column": 36
        },
        "end": {
          "line": 406,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13207,
      "end": 13208,
      "loc": {
        "start": {
          "line": 406,
          "column": 51
        },
        "end": {
          "line": 406,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "contract",
      "start": 13209,
      "end": 13217,
      "loc": {
        "start": {
          "line": 406,
          "column": 53
        },
        "end": {
          "line": 406,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13217,
      "end": 13218,
      "loc": {
        "start": {
          "line": 406,
          "column": 61
        },
        "end": {
          "line": 406,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "WORKUP",
      "start": 13219,
      "end": 13227,
      "loc": {
        "start": {
          "line": 406,
          "column": 63
        },
        "end": {
          "line": 406,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13227,
      "end": 13228,
      "loc": {
        "start": {
          "line": 406,
          "column": 71
        },
        "end": {
          "line": 406,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13228,
      "end": 13229,
      "loc": {
        "start": {
          "line": 406,
          "column": 72
        },
        "end": {
          "line": 406,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 13236,
      "end": 13240,
      "loc": {
        "start": {
          "line": 407,
          "column": 6
        },
        "end": {
          "line": 407,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13240,
      "end": 13241,
      "loc": {
        "start": {
          "line": 407,
          "column": 10
        },
        "end": {
          "line": 407,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_testLineItemWorkupFieldType",
      "start": 13241,
      "end": 13269,
      "loc": {
        "start": {
          "line": 407,
          "column": 11
        },
        "end": {
          "line": 407,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13269,
      "end": 13270,
      "loc": {
        "start": {
          "line": 407,
          "column": 39
        },
        "end": {
          "line": 407,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 13270,
      "end": 13285,
      "loc": {
        "start": {
          "line": 407,
          "column": 40
        },
        "end": {
          "line": 407,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13285,
      "end": 13286,
      "loc": {
        "start": {
          "line": 407,
          "column": 55
        },
        "end": {
          "line": 407,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 13287,
      "end": 13302,
      "loc": {
        "start": {
          "line": 407,
          "column": 57
        },
        "end": {
          "line": 407,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13302,
      "end": 13303,
      "loc": {
        "start": {
          "line": 407,
          "column": 72
        },
        "end": {
          "line": 407,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 13303,
      "end": 13309,
      "loc": {
        "start": {
          "line": 407,
          "column": 73
        },
        "end": {
          "line": 407,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13309,
      "end": 13310,
      "loc": {
        "start": {
          "line": 407,
          "column": 79
        },
        "end": {
          "line": 407,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "workups",
      "start": 13310,
      "end": 13317,
      "loc": {
        "start": {
          "line": 407,
          "column": 80
        },
        "end": {
          "line": 407,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13317,
      "end": 13318,
      "loc": {
        "start": {
          "line": 407,
          "column": 87
        },
        "end": {
          "line": 407,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 13318,
      "end": 13319,
      "loc": {
        "start": {
          "line": 407,
          "column": 88
        },
        "end": {
          "line": 407,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13319,
      "end": 13320,
      "loc": {
        "start": {
          "line": 407,
          "column": 89
        },
        "end": {
          "line": 407,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13320,
      "end": 13321,
      "loc": {
        "start": {
          "line": 407,
          "column": 90
        },
        "end": {
          "line": 407,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field_id",
      "start": 13321,
      "end": 13329,
      "loc": {
        "start": {
          "line": 407,
          "column": 91
        },
        "end": {
          "line": 407,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13329,
      "end": 13330,
      "loc": {
        "start": {
          "line": 407,
          "column": 99
        },
        "end": {
          "line": 407,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13330,
      "end": 13331,
      "loc": {
        "start": {
          "line": 407,
          "column": 100
        },
        "end": {
          "line": 407,
          "column": 101
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 13338,
      "end": 13342,
      "loc": {
        "start": {
          "line": 408,
          "column": 6
        },
        "end": {
          "line": 408,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13342,
      "end": 13343,
      "loc": {
        "start": {
          "line": 408,
          "column": 10
        },
        "end": {
          "line": 408,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_testDependencyAssemblySafeGuard",
      "start": 13343,
      "end": 13375,
      "loc": {
        "start": {
          "line": 408,
          "column": 11
        },
        "end": {
          "line": 408,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13375,
      "end": 13376,
      "loc": {
        "start": {
          "line": 408,
          "column": 43
        },
        "end": {
          "line": 408,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 13376,
      "end": 13391,
      "loc": {
        "start": {
          "line": 408,
          "column": 44
        },
        "end": {
          "line": 408,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13391,
      "end": 13392,
      "loc": {
        "start": {
          "line": 408,
          "column": 59
        },
        "end": {
          "line": 408,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "contract",
      "start": 13393,
      "end": 13401,
      "loc": {
        "start": {
          "line": 408,
          "column": 61
        },
        "end": {
          "line": 408,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13401,
      "end": 13402,
      "loc": {
        "start": {
          "line": 408,
          "column": 69
        },
        "end": {
          "line": 408,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "WORKUP",
      "start": 13403,
      "end": 13411,
      "loc": {
        "start": {
          "line": 408,
          "column": 71
        },
        "end": {
          "line": 408,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13411,
      "end": 13412,
      "loc": {
        "start": {
          "line": 408,
          "column": 79
        },
        "end": {
          "line": 408,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13412,
      "end": 13413,
      "loc": {
        "start": {
          "line": 408,
          "column": 80
        },
        "end": {
          "line": 408,
          "column": 81
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " test each workup item has valid reference datatable column",
      "start": 13421,
      "end": 13482,
      "loc": {
        "start": {
          "line": 410,
          "column": 6
        },
        "end": {
          "line": 410,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 13489,
      "end": 13491,
      "loc": {
        "start": {
          "line": 411,
          "column": 6
        },
        "end": {
          "line": 411,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13492,
      "end": 13493,
      "loc": {
        "start": {
          "line": 411,
          "column": 9
        },
        "end": {
          "line": 411,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 13493,
      "end": 13508,
      "loc": {
        "start": {
          "line": 411,
          "column": 10
        },
        "end": {
          "line": 411,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13508,
      "end": 13509,
      "loc": {
        "start": {
          "line": 411,
          "column": 25
        },
        "end": {
          "line": 411,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 13509,
      "end": 13515,
      "loc": {
        "start": {
          "line": 411,
          "column": 26
        },
        "end": {
          "line": 411,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13515,
      "end": 13516,
      "loc": {
        "start": {
          "line": 411,
          "column": 32
        },
        "end": {
          "line": 411,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "workups",
      "start": 13516,
      "end": 13523,
      "loc": {
        "start": {
          "line": 411,
          "column": 33
        },
        "end": {
          "line": 411,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13523,
      "end": 13524,
      "loc": {
        "start": {
          "line": 411,
          "column": 40
        },
        "end": {
          "line": 411,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 13524,
      "end": 13525,
      "loc": {
        "start": {
          "line": 411,
          "column": 41
        },
        "end": {
          "line": 411,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13525,
      "end": 13526,
      "loc": {
        "start": {
          "line": 411,
          "column": 42
        },
        "end": {
          "line": 411,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13526,
      "end": 13527,
      "loc": {
        "start": {
          "line": 411,
          "column": 43
        },
        "end": {
          "line": 411,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "items",
      "start": 13527,
      "end": 13532,
      "loc": {
        "start": {
          "line": 411,
          "column": 44
        },
        "end": {
          "line": 411,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 13533,
      "end": 13535,
      "loc": {
        "start": {
          "line": 411,
          "column": 50
        },
        "end": {
          "line": 411,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 13536,
      "end": 13551,
      "loc": {
        "start": {
          "line": 411,
          "column": 53
        },
        "end": {
          "line": 411,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13551,
      "end": 13552,
      "loc": {
        "start": {
          "line": 411,
          "column": 68
        },
        "end": {
          "line": 411,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 13552,
      "end": 13558,
      "loc": {
        "start": {
          "line": 411,
          "column": 69
        },
        "end": {
          "line": 411,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13558,
      "end": 13559,
      "loc": {
        "start": {
          "line": 411,
          "column": 75
        },
        "end": {
          "line": 411,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "workups",
      "start": 13559,
      "end": 13566,
      "loc": {
        "start": {
          "line": 411,
          "column": 76
        },
        "end": {
          "line": 411,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13566,
      "end": 13567,
      "loc": {
        "start": {
          "line": 411,
          "column": 83
        },
        "end": {
          "line": 411,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 13567,
      "end": 13568,
      "loc": {
        "start": {
          "line": 411,
          "column": 84
        },
        "end": {
          "line": 411,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13568,
      "end": 13569,
      "loc": {
        "start": {
          "line": 411,
          "column": 85
        },
        "end": {
          "line": 411,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13569,
      "end": 13570,
      "loc": {
        "start": {
          "line": 411,
          "column": 86
        },
        "end": {
          "line": 411,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "items",
      "start": 13570,
      "end": 13575,
      "loc": {
        "start": {
          "line": 411,
          "column": 87
        },
        "end": {
          "line": 411,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13575,
      "end": 13576,
      "loc": {
        "start": {
          "line": 411,
          "column": 92
        },
        "end": {
          "line": 411,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 13576,
      "end": 13582,
      "loc": {
        "start": {
          "line": 411,
          "column": 93
        },
        "end": {
          "line": 411,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13582,
      "end": 13583,
      "loc": {
        "start": {
          "line": 411,
          "column": 99
        },
        "end": {
          "line": 411,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13584,
      "end": 13585,
      "loc": {
        "start": {
          "line": 411,
          "column": 101
        },
        "end": {
          "line": 411,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 13594,
      "end": 13609,
      "loc": {
        "start": {
          "line": 412,
          "column": 8
        },
        "end": {
          "line": 412,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13609,
      "end": 13610,
      "loc": {
        "start": {
          "line": 412,
          "column": 23
        },
        "end": {
          "line": 412,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 13610,
      "end": 13616,
      "loc": {
        "start": {
          "line": 412,
          "column": 24
        },
        "end": {
          "line": 412,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13616,
      "end": 13617,
      "loc": {
        "start": {
          "line": 412,
          "column": 30
        },
        "end": {
          "line": 412,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "workups",
      "start": 13617,
      "end": 13624,
      "loc": {
        "start": {
          "line": 412,
          "column": 31
        },
        "end": {
          "line": 412,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13624,
      "end": 13625,
      "loc": {
        "start": {
          "line": 412,
          "column": 38
        },
        "end": {
          "line": 412,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 13625,
      "end": 13626,
      "loc": {
        "start": {
          "line": 412,
          "column": 39
        },
        "end": {
          "line": 412,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13626,
      "end": 13627,
      "loc": {
        "start": {
          "line": 412,
          "column": 40
        },
        "end": {
          "line": 412,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13627,
      "end": 13628,
      "loc": {
        "start": {
          "line": 412,
          "column": 41
        },
        "end": {
          "line": 412,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "items",
      "start": 13628,
      "end": 13633,
      "loc": {
        "start": {
          "line": 412,
          "column": 42
        },
        "end": {
          "line": 412,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13633,
      "end": 13634,
      "loc": {
        "start": {
          "line": 412,
          "column": 47
        },
        "end": {
          "line": 412,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "forEach",
      "start": 13634,
      "end": 13641,
      "loc": {
        "start": {
          "line": 412,
          "column": 48
        },
        "end": {
          "line": 412,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13641,
      "end": 13642,
      "loc": {
        "start": {
          "line": 412,
          "column": 55
        },
        "end": {
          "line": 412,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13642,
      "end": 13643,
      "loc": {
        "start": {
          "line": 412,
          "column": 56
        },
        "end": {
          "line": 412,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "item",
      "start": 13643,
      "end": 13647,
      "loc": {
        "start": {
          "line": 412,
          "column": 57
        },
        "end": {
          "line": 412,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13647,
      "end": 13648,
      "loc": {
        "start": {
          "line": 412,
          "column": 61
        },
        "end": {
          "line": 412,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 13649,
      "end": 13650,
      "loc": {
        "start": {
          "line": 412,
          "column": 63
        },
        "end": {
          "line": 412,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13650,
      "end": 13651,
      "loc": {
        "start": {
          "line": 412,
          "column": 64
        },
        "end": {
          "line": 412,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13652,
      "end": 13654,
      "loc": {
        "start": {
          "line": 412,
          "column": 66
        },
        "end": {
          "line": 412,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13655,
      "end": 13656,
      "loc": {
        "start": {
          "line": 412,
          "column": 69
        },
        "end": {
          "line": 412,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 13667,
      "end": 13669,
      "loc": {
        "start": {
          "line": 413,
          "column": 10
        },
        "end": {
          "line": 413,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13670,
      "end": 13671,
      "loc": {
        "start": {
          "line": 413,
          "column": 13
        },
        "end": {
          "line": 413,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "item",
      "start": 13671,
      "end": 13675,
      "loc": {
        "start": {
          "line": 413,
          "column": 14
        },
        "end": {
          "line": 413,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13675,
      "end": 13676,
      "loc": {
        "start": {
          "line": 413,
          "column": 18
        },
        "end": {
          "line": 413,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "per_quantity_ref",
      "start": 13676,
      "end": 13692,
      "loc": {
        "start": {
          "line": 413,
          "column": 19
        },
        "end": {
          "line": 413,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13692,
      "end": 13693,
      "loc": {
        "start": {
          "line": 413,
          "column": 35
        },
        "end": {
          "line": 413,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13694,
      "end": 13695,
      "loc": {
        "start": {
          "line": 413,
          "column": 37
        },
        "end": {
          "line": 413,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 13708,
      "end": 13713,
      "loc": {
        "start": {
          "line": 414,
          "column": 12
        },
        "end": {
          "line": 414,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "itemContract",
      "start": 13714,
      "end": 13726,
      "loc": {
        "start": {
          "line": 414,
          "column": 18
        },
        "end": {
          "line": 414,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 13727,
      "end": 13728,
      "loc": {
        "start": {
          "line": 414,
          "column": 31
        },
        "end": {
          "line": 414,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13729,
      "end": 13730,
      "loc": {
        "start": {
          "line": 414,
          "column": 33
        },
        "end": {
          "line": 414,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "...",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13731,
      "end": 13734,
      "loc": {
        "start": {
          "line": 414,
          "column": 35
        },
        "end": {
          "line": 414,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "contract",
      "start": 13734,
      "end": 13742,
      "loc": {
        "start": {
          "line": 414,
          "column": 38
        },
        "end": {
          "line": 414,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13742,
      "end": 13743,
      "loc": {
        "start": {
          "line": 414,
          "column": 46
        },
        "end": {
          "line": 414,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 13744,
      "end": 13749,
      "loc": {
        "start": {
          "line": 414,
          "column": 48
        },
        "end": {
          "line": 414,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13749,
      "end": 13750,
      "loc": {
        "start": {
          "line": 414,
          "column": 53
        },
        "end": {
          "line": 414,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "item",
      "start": 13751,
      "end": 13755,
      "loc": {
        "start": {
          "line": 414,
          "column": 55
        },
        "end": {
          "line": 414,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13755,
      "end": 13756,
      "loc": {
        "start": {
          "line": 414,
          "column": 59
        },
        "end": {
          "line": 414,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "per_quantity_ref",
      "start": 13756,
      "end": 13772,
      "loc": {
        "start": {
          "line": 414,
          "column": 60
        },
        "end": {
          "line": 414,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13773,
      "end": 13774,
      "loc": {
        "start": {
          "line": 414,
          "column": 77
        },
        "end": {
          "line": 414,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13774,
      "end": 13775,
      "loc": {
        "start": {
          "line": 414,
          "column": 78
        },
        "end": {
          "line": 414,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 13788,
      "end": 13793,
      "loc": {
        "start": {
          "line": 415,
          "column": 12
        },
        "end": {
          "line": 415,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "itemKey",
      "start": 13794,
      "end": 13801,
      "loc": {
        "start": {
          "line": 415,
          "column": 18
        },
        "end": {
          "line": 415,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 13802,
      "end": 13803,
      "loc": {
        "start": {
          "line": 415,
          "column": 26
        },
        "end": {
          "line": 415,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13804,
      "end": 13805,
      "loc": {
        "start": {
          "line": 415,
          "column": 28
        },
        "end": {
          "line": 415,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "WORKUP (",
      "start": 13805,
      "end": 13813,
      "loc": {
        "start": {
          "line": 415,
          "column": 29
        },
        "end": {
          "line": 415,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13813,
      "end": 13815,
      "loc": {
        "start": {
          "line": 415,
          "column": 37
        },
        "end": {
          "line": 415,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "item",
      "start": 13815,
      "end": 13819,
      "loc": {
        "start": {
          "line": 415,
          "column": 39
        },
        "end": {
          "line": 415,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13819,
      "end": 13820,
      "loc": {
        "start": {
          "line": 415,
          "column": 43
        },
        "end": {
          "line": 415,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "title",
      "start": 13820,
      "end": 13825,
      "loc": {
        "start": {
          "line": 415,
          "column": 44
        },
        "end": {
          "line": 415,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 13826,
      "end": 13828,
      "loc": {
        "start": {
          "line": 415,
          "column": 50
        },
        "end": {
          "line": 415,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 13829,
      "end": 13830,
      "loc": {
        "start": {
          "line": 415,
          "column": 53
        },
        "end": {
          "line": 415,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13830,
      "end": 13831,
      "loc": {
        "start": {
          "line": 415,
          "column": 54
        },
        "end": {
          "line": 415,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ")",
      "start": 13831,
      "end": 13832,
      "loc": {
        "start": {
          "line": 415,
          "column": 55
        },
        "end": {
          "line": 415,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13832,
      "end": 13833,
      "loc": {
        "start": {
          "line": 415,
          "column": 56
        },
        "end": {
          "line": 415,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13833,
      "end": 13834,
      "loc": {
        "start": {
          "line": 415,
          "column": 57
        },
        "end": {
          "line": 415,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 13847,
      "end": 13851,
      "loc": {
        "start": {
          "line": 416,
          "column": 12
        },
        "end": {
          "line": 416,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13851,
      "end": 13852,
      "loc": {
        "start": {
          "line": 416,
          "column": 16
        },
        "end": {
          "line": 416,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_testLineItemDatatableLink",
      "start": 13852,
      "end": 13878,
      "loc": {
        "start": {
          "line": 416,
          "column": 17
        },
        "end": {
          "line": 416,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13878,
      "end": 13879,
      "loc": {
        "start": {
          "line": 416,
          "column": 43
        },
        "end": {
          "line": 416,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 13879,
      "end": 13894,
      "loc": {
        "start": {
          "line": 416,
          "column": 44
        },
        "end": {
          "line": 416,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13894,
      "end": 13895,
      "loc": {
        "start": {
          "line": 416,
          "column": 59
        },
        "end": {
          "line": 416,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "itemContract",
      "start": 13896,
      "end": 13908,
      "loc": {
        "start": {
          "line": 416,
          "column": 61
        },
        "end": {
          "line": 416,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13908,
      "end": 13909,
      "loc": {
        "start": {
          "line": 416,
          "column": 73
        },
        "end": {
          "line": 416,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "itemKey",
      "start": 13910,
      "end": 13917,
      "loc": {
        "start": {
          "line": 416,
          "column": 75
        },
        "end": {
          "line": 416,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13917,
      "end": 13918,
      "loc": {
        "start": {
          "line": 416,
          "column": 82
        },
        "end": {
          "line": 416,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13918,
      "end": 13919,
      "loc": {
        "start": {
          "line": 416,
          "column": 83
        },
        "end": {
          "line": 416,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13930,
      "end": 13931,
      "loc": {
        "start": {
          "line": 417,
          "column": 10
        },
        "end": {
          "line": 417,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13940,
      "end": 13941,
      "loc": {
        "start": {
          "line": 418,
          "column": 8
        },
        "end": {
          "line": 418,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13941,
      "end": 13942,
      "loc": {
        "start": {
          "line": 418,
          "column": 9
        },
        "end": {
          "line": 418,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13942,
      "end": 13943,
      "loc": {
        "start": {
          "line": 418,
          "column": 10
        },
        "end": {
          "line": 418,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13950,
      "end": 13951,
      "loc": {
        "start": {
          "line": 419,
          "column": 6
        },
        "end": {
          "line": 419,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13956,
      "end": 13957,
      "loc": {
        "start": {
          "line": 420,
          "column": 4
        },
        "end": {
          "line": 420,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13960,
      "end": 13961,
      "loc": {
        "start": {
          "line": 421,
          "column": 2
        },
        "end": {
          "line": 421,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_testLineItemWorkupFieldType",
      "start": 13965,
      "end": 13993,
      "loc": {
        "start": {
          "line": 423,
          "column": 2
        },
        "end": {
          "line": 423,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13993,
      "end": 13994,
      "loc": {
        "start": {
          "line": 423,
          "column": 30
        },
        "end": {
          "line": 423,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 13994,
      "end": 14009,
      "loc": {
        "start": {
          "line": 423,
          "column": 31
        },
        "end": {
          "line": 423,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14009,
      "end": 14010,
      "loc": {
        "start": {
          "line": 423,
          "column": 46
        },
        "end": {
          "line": 423,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fieldId",
      "start": 14011,
      "end": 14018,
      "loc": {
        "start": {
          "line": 423,
          "column": 48
        },
        "end": {
          "line": 423,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14018,
      "end": 14019,
      "loc": {
        "start": {
          "line": 423,
          "column": 55
        },
        "end": {
          "line": 423,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14020,
      "end": 14021,
      "loc": {
        "start": {
          "line": 423,
          "column": 57
        },
        "end": {
          "line": 423,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 14026,
      "end": 14031,
      "loc": {
        "start": {
          "line": 424,
          "column": 4
        },
        "end": {
          "line": 424,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 14032,
      "end": 14037,
      "loc": {
        "start": {
          "line": 424,
          "column": 10
        },
        "end": {
          "line": 424,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 14038,
      "end": 14039,
      "loc": {
        "start": {
          "line": 424,
          "column": 16
        },
        "end": {
          "line": 424,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 14040,
      "end": 14044,
      "loc": {
        "start": {
          "line": 424,
          "column": 18
        },
        "end": {
          "line": 424,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14044,
      "end": 14045,
      "loc": {
        "start": {
          "line": 424,
          "column": 22
        },
        "end": {
          "line": 424,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_bid",
      "start": 14045,
      "end": 14049,
      "loc": {
        "start": {
          "line": 424,
          "column": 23
        },
        "end": {
          "line": 424,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14049,
      "end": 14050,
      "loc": {
        "start": {
          "line": 424,
          "column": 27
        },
        "end": {
          "line": 424,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entities",
      "start": 14050,
      "end": 14058,
      "loc": {
        "start": {
          "line": 424,
          "column": 28
        },
        "end": {
          "line": 424,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14058,
      "end": 14059,
      "loc": {
        "start": {
          "line": 424,
          "column": 36
        },
        "end": {
          "line": 424,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fields",
      "start": 14059,
      "end": 14065,
      "loc": {
        "start": {
          "line": 424,
          "column": 37
        },
        "end": {
          "line": 424,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14065,
      "end": 14066,
      "loc": {
        "start": {
          "line": 424,
          "column": 43
        },
        "end": {
          "line": 424,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fieldId",
      "start": 14066,
      "end": 14073,
      "loc": {
        "start": {
          "line": 424,
          "column": 44
        },
        "end": {
          "line": 424,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14073,
      "end": 14074,
      "loc": {
        "start": {
          "line": 424,
          "column": 51
        },
        "end": {
          "line": 424,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14074,
      "end": 14075,
      "loc": {
        "start": {
          "line": 424,
          "column": 52
        },
        "end": {
          "line": 424,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 14080,
      "end": 14082,
      "loc": {
        "start": {
          "line": 425,
          "column": 4
        },
        "end": {
          "line": 425,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14083,
      "end": 14084,
      "loc": {
        "start": {
          "line": 425,
          "column": 7
        },
        "end": {
          "line": 425,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 14084,
      "end": 14089,
      "loc": {
        "start": {
          "line": 425,
          "column": 8
        },
        "end": {
          "line": 425,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14089,
      "end": 14090,
      "loc": {
        "start": {
          "line": 425,
          "column": 13
        },
        "end": {
          "line": 425,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14091,
      "end": 14092,
      "loc": {
        "start": {
          "line": 425,
          "column": 15
        },
        "end": {
          "line": 425,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 14099,
      "end": 14101,
      "loc": {
        "start": {
          "line": 426,
          "column": 6
        },
        "end": {
          "line": 426,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14102,
      "end": 14103,
      "loc": {
        "start": {
          "line": 426,
          "column": 9
        },
        "end": {
          "line": 426,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 14103,
      "end": 14108,
      "loc": {
        "start": {
          "line": 426,
          "column": 10
        },
        "end": {
          "line": 426,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14108,
      "end": 14109,
      "loc": {
        "start": {
          "line": 426,
          "column": 15
        },
        "end": {
          "line": 426,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fieldType",
      "start": 14109,
      "end": 14118,
      "loc": {
        "start": {
          "line": 426,
          "column": 16
        },
        "end": {
          "line": 426,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 14119,
      "end": 14122,
      "loc": {
        "start": {
          "line": 426,
          "column": 26
        },
        "end": {
          "line": 426,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "list",
      "start": 14123,
      "end": 14129,
      "loc": {
        "start": {
          "line": 426,
          "column": 30
        },
        "end": {
          "line": 426,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14129,
      "end": 14130,
      "loc": {
        "start": {
          "line": 426,
          "column": 36
        },
        "end": {
          "line": 426,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14131,
      "end": 14132,
      "loc": {
        "start": {
          "line": 426,
          "column": 38
        },
        "end": {
          "line": 426,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 14141,
      "end": 14145,
      "loc": {
        "start": {
          "line": 427,
          "column": 8
        },
        "end": {
          "line": 427,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14145,
      "end": 14146,
      "loc": {
        "start": {
          "line": 427,
          "column": 12
        },
        "end": {
          "line": 427,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_logIssue",
      "start": 14146,
      "end": 14155,
      "loc": {
        "start": {
          "line": 427,
          "column": 13
        },
        "end": {
          "line": 427,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14155,
      "end": 14156,
      "loc": {
        "start": {
          "line": 427,
          "column": 22
        },
        "end": {
          "line": 427,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "workup_field_wrong_type",
      "start": 14167,
      "end": 14192,
      "loc": {
        "start": {
          "line": 428,
          "column": 10
        },
        "end": {
          "line": 428,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14192,
      "end": 14193,
      "loc": {
        "start": {
          "line": 428,
          "column": 35
        },
        "end": {
          "line": 428,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 14204,
      "end": 14219,
      "loc": {
        "start": {
          "line": 429,
          "column": 10
        },
        "end": {
          "line": 429,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14219,
      "end": 14220,
      "loc": {
        "start": {
          "line": 429,
          "column": 25
        },
        "end": {
          "line": 429,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14231,
      "end": 14232,
      "loc": {
        "start": {
          "line": 430,
          "column": 10
        },
        "end": {
          "line": 430,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 14233,
      "end": 14237,
      "loc": {
        "start": {
          "line": 430,
          "column": 12
        },
        "end": {
          "line": 430,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14237,
      "end": 14238,
      "loc": {
        "start": {
          "line": 430,
          "column": 16
        },
        "end": {
          "line": 430,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "field",
      "start": 14239,
      "end": 14246,
      "loc": {
        "start": {
          "line": 430,
          "column": 18
        },
        "end": {
          "line": 430,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14246,
      "end": 14247,
      "loc": {
        "start": {
          "line": 430,
          "column": 25
        },
        "end": {
          "line": 430,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bid_entity_id",
      "start": 14248,
      "end": 14261,
      "loc": {
        "start": {
          "line": 430,
          "column": 27
        },
        "end": {
          "line": 430,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14261,
      "end": 14262,
      "loc": {
        "start": {
          "line": 430,
          "column": 40
        },
        "end": {
          "line": 430,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fieldId",
      "start": 14263,
      "end": 14270,
      "loc": {
        "start": {
          "line": 430,
          "column": 42
        },
        "end": {
          "line": 430,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14271,
      "end": 14272,
      "loc": {
        "start": {
          "line": 430,
          "column": 50
        },
        "end": {
          "line": 430,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14272,
      "end": 14273,
      "loc": {
        "start": {
          "line": 430,
          "column": 51
        },
        "end": {
          "line": 430,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14284,
      "end": 14285,
      "loc": {
        "start": {
          "line": 431,
          "column": 10
        },
        "end": {
          "line": 431,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field_type",
      "start": 14286,
      "end": 14296,
      "loc": {
        "start": {
          "line": 431,
          "column": 12
        },
        "end": {
          "line": 431,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14296,
      "end": 14297,
      "loc": {
        "start": {
          "line": 431,
          "column": 22
        },
        "end": {
          "line": 431,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 14298,
      "end": 14303,
      "loc": {
        "start": {
          "line": 431,
          "column": 24
        },
        "end": {
          "line": 431,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14303,
      "end": 14304,
      "loc": {
        "start": {
          "line": 431,
          "column": 29
        },
        "end": {
          "line": 431,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fieldType",
      "start": 14304,
      "end": 14313,
      "loc": {
        "start": {
          "line": 431,
          "column": 30
        },
        "end": {
          "line": 431,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14314,
      "end": 14315,
      "loc": {
        "start": {
          "line": 431,
          "column": 40
        },
        "end": {
          "line": 431,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14324,
      "end": 14325,
      "loc": {
        "start": {
          "line": 432,
          "column": 8
        },
        "end": {
          "line": 432,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14325,
      "end": 14326,
      "loc": {
        "start": {
          "line": 432,
          "column": 9
        },
        "end": {
          "line": 432,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14333,
      "end": 14334,
      "loc": {
        "start": {
          "line": 433,
          "column": 6
        },
        "end": {
          "line": 433,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14339,
      "end": 14340,
      "loc": {
        "start": {
          "line": 434,
          "column": 4
        },
        "end": {
          "line": 434,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14343,
      "end": 14344,
      "loc": {
        "start": {
          "line": 435,
          "column": 2
        },
        "end": {
          "line": 435,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_testLineItemRuleListField",
      "start": 14348,
      "end": 14374,
      "loc": {
        "start": {
          "line": 437,
          "column": 2
        },
        "end": {
          "line": 437,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14374,
      "end": 14375,
      "loc": {
        "start": {
          "line": 437,
          "column": 28
        },
        "end": {
          "line": 437,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 14375,
      "end": 14390,
      "loc": {
        "start": {
          "line": 437,
          "column": 29
        },
        "end": {
          "line": 437,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14390,
      "end": 14391,
      "loc": {
        "start": {
          "line": 437,
          "column": 44
        },
        "end": {
          "line": 437,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rule",
      "start": 14392,
      "end": 14396,
      "loc": {
        "start": {
          "line": 437,
          "column": 46
        },
        "end": {
          "line": 437,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14396,
      "end": 14397,
      "loc": {
        "start": {
          "line": 437,
          "column": 50
        },
        "end": {
          "line": 437,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14398,
      "end": 14399,
      "loc": {
        "start": {
          "line": 437,
          "column": 52
        },
        "end": {
          "line": 437,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 14404,
      "end": 14406,
      "loc": {
        "start": {
          "line": 438,
          "column": 4
        },
        "end": {
          "line": 438,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14407,
      "end": 14408,
      "loc": {
        "start": {
          "line": 438,
          "column": 7
        },
        "end": {
          "line": 438,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 14408,
      "end": 14409,
      "loc": {
        "start": {
          "line": 438,
          "column": 8
        },
        "end": {
          "line": 438,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14409,
      "end": 14410,
      "loc": {
        "start": {
          "line": 438,
          "column": 9
        },
        "end": {
          "line": 438,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isUndefined",
      "start": 14410,
      "end": 14421,
      "loc": {
        "start": {
          "line": 438,
          "column": 10
        },
        "end": {
          "line": 438,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14421,
      "end": 14422,
      "loc": {
        "start": {
          "line": 438,
          "column": 21
        },
        "end": {
          "line": 438,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rule",
      "start": 14422,
      "end": 14426,
      "loc": {
        "start": {
          "line": 438,
          "column": 22
        },
        "end": {
          "line": 438,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14426,
      "end": 14427,
      "loc": {
        "start": {
          "line": 438,
          "column": 26
        },
        "end": {
          "line": 438,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencies",
      "start": 14427,
      "end": 14439,
      "loc": {
        "start": {
          "line": 438,
          "column": 27
        },
        "end": {
          "line": 438,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14439,
      "end": 14440,
      "loc": {
        "start": {
          "line": 438,
          "column": 39
        },
        "end": {
          "line": 438,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14440,
      "end": 14441,
      "loc": {
        "start": {
          "line": 438,
          "column": 40
        },
        "end": {
          "line": 438,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14442,
      "end": 14443,
      "loc": {
        "start": {
          "line": 438,
          "column": 42
        },
        "end": {
          "line": 438,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 14450,
      "end": 14454,
      "loc": {
        "start": {
          "line": 439,
          "column": 6
        },
        "end": {
          "line": 439,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14454,
      "end": 14455,
      "loc": {
        "start": {
          "line": 439,
          "column": 10
        },
        "end": {
          "line": 439,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_logIssue",
      "start": 14455,
      "end": 14464,
      "loc": {
        "start": {
          "line": 439,
          "column": 11
        },
        "end": {
          "line": 439,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14464,
      "end": 14465,
      "loc": {
        "start": {
          "line": 439,
          "column": 20
        },
        "end": {
          "line": 439,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "rule_undefined_dependency",
      "start": 14465,
      "end": 14492,
      "loc": {
        "start": {
          "line": 439,
          "column": 21
        },
        "end": {
          "line": 439,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14492,
      "end": 14493,
      "loc": {
        "start": {
          "line": 439,
          "column": 48
        },
        "end": {
          "line": 439,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 14494,
      "end": 14509,
      "loc": {
        "start": {
          "line": 439,
          "column": 50
        },
        "end": {
          "line": 439,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14509,
      "end": 14510,
      "loc": {
        "start": {
          "line": 439,
          "column": 65
        },
        "end": {
          "line": 439,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14510,
      "end": 14511,
      "loc": {
        "start": {
          "line": 439,
          "column": 66
        },
        "end": {
          "line": 439,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14516,
      "end": 14517,
      "loc": {
        "start": {
          "line": 440,
          "column": 4
        },
        "end": {
          "line": 440,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14520,
      "end": 14521,
      "loc": {
        "start": {
          "line": 441,
          "column": 2
        },
        "end": {
          "line": 441,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Test Line Items are not used more than once within a Component Group\n   ",
      "start": 14525,
      "end": 14608,
      "loc": {
        "start": {
          "line": 443,
          "column": 2
        },
        "end": {
          "line": 445,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_testForLiDupesInComponentGroups",
      "start": 14611,
      "end": 14643,
      "loc": {
        "start": {
          "line": 446,
          "column": 2
        },
        "end": {
          "line": 446,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14643,
      "end": 14644,
      "loc": {
        "start": {
          "line": 446,
          "column": 34
        },
        "end": {
          "line": 446,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14644,
      "end": 14645,
      "loc": {
        "start": {
          "line": 446,
          "column": 35
        },
        "end": {
          "line": 446,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14646,
      "end": 14647,
      "loc": {
        "start": {
          "line": 446,
          "column": 37
        },
        "end": {
          "line": 446,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 14652,
      "end": 14657,
      "loc": {
        "start": {
          "line": 447,
          "column": 4
        },
        "end": {
          "line": 447,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dupeMap",
      "start": 14658,
      "end": 14665,
      "loc": {
        "start": {
          "line": 447,
          "column": 10
        },
        "end": {
          "line": 447,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 14666,
      "end": 14667,
      "loc": {
        "start": {
          "line": 447,
          "column": 18
        },
        "end": {
          "line": 447,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object",
      "start": 14668,
      "end": 14674,
      "loc": {
        "start": {
          "line": 447,
          "column": 20
        },
        "end": {
          "line": 447,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14674,
      "end": 14675,
      "loc": {
        "start": {
          "line": 447,
          "column": 26
        },
        "end": {
          "line": 447,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "values",
      "start": 14675,
      "end": 14681,
      "loc": {
        "start": {
          "line": 447,
          "column": 27
        },
        "end": {
          "line": 447,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14681,
      "end": 14682,
      "loc": {
        "start": {
          "line": 447,
          "column": 33
        },
        "end": {
          "line": 447,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 14682,
      "end": 14686,
      "loc": {
        "start": {
          "line": 447,
          "column": 34
        },
        "end": {
          "line": 447,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14686,
      "end": 14687,
      "loc": {
        "start": {
          "line": 447,
          "column": 38
        },
        "end": {
          "line": 447,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_bid",
      "start": 14687,
      "end": 14691,
      "loc": {
        "start": {
          "line": 447,
          "column": 39
        },
        "end": {
          "line": 447,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14691,
      "end": 14692,
      "loc": {
        "start": {
          "line": 447,
          "column": 43
        },
        "end": {
          "line": 447,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entities",
      "start": 14692,
      "end": 14700,
      "loc": {
        "start": {
          "line": 447,
          "column": 44
        },
        "end": {
          "line": 447,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14700,
      "end": 14701,
      "loc": {
        "start": {
          "line": 447,
          "column": 52
        },
        "end": {
          "line": 447,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "components",
      "start": 14701,
      "end": 14711,
      "loc": {
        "start": {
          "line": 447,
          "column": 53
        },
        "end": {
          "line": 447,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14711,
      "end": 14712,
      "loc": {
        "start": {
          "line": 447,
          "column": 63
        },
        "end": {
          "line": 447,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14712,
      "end": 14713,
      "loc": {
        "start": {
          "line": 447,
          "column": 64
        },
        "end": {
          "line": 447,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14713,
      "end": 14714,
      "loc": {
        "start": {
          "line": 447,
          "column": 65
        },
        "end": {
          "line": 447,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14714,
      "end": 14715,
      "loc": {
        "start": {
          "line": 447,
          "column": 66
        },
        "end": {
          "line": 447,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "reduce",
      "start": 14715,
      "end": 14721,
      "loc": {
        "start": {
          "line": 447,
          "column": 67
        },
        "end": {
          "line": 447,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14721,
      "end": 14722,
      "loc": {
        "start": {
          "line": 447,
          "column": 73
        },
        "end": {
          "line": 447,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14722,
      "end": 14723,
      "loc": {
        "start": {
          "line": 447,
          "column": 74
        },
        "end": {
          "line": 447,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "o",
      "start": 14723,
      "end": 14724,
      "loc": {
        "start": {
          "line": 447,
          "column": 75
        },
        "end": {
          "line": 447,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14724,
      "end": 14725,
      "loc": {
        "start": {
          "line": 447,
          "column": 76
        },
        "end": {
          "line": 447,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "c",
      "start": 14726,
      "end": 14727,
      "loc": {
        "start": {
          "line": 447,
          "column": 78
        },
        "end": {
          "line": 447,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14727,
      "end": 14728,
      "loc": {
        "start": {
          "line": 447,
          "column": 79
        },
        "end": {
          "line": 447,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14729,
      "end": 14731,
      "loc": {
        "start": {
          "line": 447,
          "column": 81
        },
        "end": {
          "line": 447,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14732,
      "end": 14733,
      "loc": {
        "start": {
          "line": 447,
          "column": 84
        },
        "end": {
          "line": 447,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 14740,
      "end": 14742,
      "loc": {
        "start": {
          "line": 448,
          "column": 6
        },
        "end": {
          "line": 448,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14743,
      "end": 14744,
      "loc": {
        "start": {
          "line": 448,
          "column": 9
        },
        "end": {
          "line": 448,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 14744,
      "end": 14745,
      "loc": {
        "start": {
          "line": 448,
          "column": 10
        },
        "end": {
          "line": 448,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14745,
      "end": 14746,
      "loc": {
        "start": {
          "line": 448,
          "column": 11
        },
        "end": {
          "line": 448,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isUndefined",
      "start": 14746,
      "end": 14757,
      "loc": {
        "start": {
          "line": 448,
          "column": 12
        },
        "end": {
          "line": 448,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14757,
      "end": 14758,
      "loc": {
        "start": {
          "line": 448,
          "column": 23
        },
        "end": {
          "line": 448,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "c",
      "start": 14758,
      "end": 14759,
      "loc": {
        "start": {
          "line": 448,
          "column": 24
        },
        "end": {
          "line": 448,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14759,
      "end": 14760,
      "loc": {
        "start": {
          "line": 448,
          "column": 25
        },
        "end": {
          "line": 448,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 14760,
      "end": 14766,
      "loc": {
        "start": {
          "line": 448,
          "column": 26
        },
        "end": {
          "line": 448,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14766,
      "end": 14767,
      "loc": {
        "start": {
          "line": 448,
          "column": 32
        },
        "end": {
          "line": 448,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "line_items",
      "start": 14767,
      "end": 14777,
      "loc": {
        "start": {
          "line": 448,
          "column": 33
        },
        "end": {
          "line": 448,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14777,
      "end": 14778,
      "loc": {
        "start": {
          "line": 448,
          "column": 43
        },
        "end": {
          "line": 448,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14778,
      "end": 14779,
      "loc": {
        "start": {
          "line": 448,
          "column": 44
        },
        "end": {
          "line": 448,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14780,
      "end": 14781,
      "loc": {
        "start": {
          "line": 448,
          "column": 46
        },
        "end": {
          "line": 448,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 14790,
      "end": 14796,
      "loc": {
        "start": {
          "line": 449,
          "column": 8
        },
        "end": {
          "line": 449,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "o",
      "start": 14797,
      "end": 14798,
      "loc": {
        "start": {
          "line": 449,
          "column": 15
        },
        "end": {
          "line": 449,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14798,
      "end": 14799,
      "loc": {
        "start": {
          "line": 449,
          "column": 16
        },
        "end": {
          "line": 449,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14806,
      "end": 14807,
      "loc": {
        "start": {
          "line": 450,
          "column": 6
        },
        "end": {
          "line": 450,
          "column": 7
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " initialize cg prop",
      "start": 14815,
      "end": 14836,
      "loc": {
        "start": {
          "line": 452,
          "column": 6
        },
        "end": {
          "line": 452,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "o",
      "start": 14843,
      "end": 14844,
      "loc": {
        "start": {
          "line": 453,
          "column": 6
        },
        "end": {
          "line": 453,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14844,
      "end": 14845,
      "loc": {
        "start": {
          "line": 453,
          "column": 7
        },
        "end": {
          "line": 453,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "c",
      "start": 14845,
      "end": 14846,
      "loc": {
        "start": {
          "line": 453,
          "column": 8
        },
        "end": {
          "line": 453,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14846,
      "end": 14847,
      "loc": {
        "start": {
          "line": 453,
          "column": 9
        },
        "end": {
          "line": 453,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 14847,
      "end": 14853,
      "loc": {
        "start": {
          "line": 453,
          "column": 10
        },
        "end": {
          "line": 453,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14853,
      "end": 14854,
      "loc": {
        "start": {
          "line": 453,
          "column": 16
        },
        "end": {
          "line": 453,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "component_group_id",
      "start": 14854,
      "end": 14872,
      "loc": {
        "start": {
          "line": 453,
          "column": 17
        },
        "end": {
          "line": 453,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14872,
      "end": 14873,
      "loc": {
        "start": {
          "line": 453,
          "column": 35
        },
        "end": {
          "line": 453,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 14874,
      "end": 14875,
      "loc": {
        "start": {
          "line": 453,
          "column": 37
        },
        "end": {
          "line": 453,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "o",
      "start": 14876,
      "end": 14877,
      "loc": {
        "start": {
          "line": 453,
          "column": 39
        },
        "end": {
          "line": 453,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14877,
      "end": 14878,
      "loc": {
        "start": {
          "line": 453,
          "column": 40
        },
        "end": {
          "line": 453,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "c",
      "start": 14878,
      "end": 14879,
      "loc": {
        "start": {
          "line": 453,
          "column": 41
        },
        "end": {
          "line": 453,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14879,
      "end": 14880,
      "loc": {
        "start": {
          "line": 453,
          "column": 42
        },
        "end": {
          "line": 453,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 14880,
      "end": 14886,
      "loc": {
        "start": {
          "line": 453,
          "column": 43
        },
        "end": {
          "line": 453,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14886,
      "end": 14887,
      "loc": {
        "start": {
          "line": 453,
          "column": 49
        },
        "end": {
          "line": 453,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "component_group_id",
      "start": 14887,
      "end": 14905,
      "loc": {
        "start": {
          "line": 453,
          "column": 50
        },
        "end": {
          "line": 453,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14905,
      "end": 14906,
      "loc": {
        "start": {
          "line": 453,
          "column": 68
        },
        "end": {
          "line": 453,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 14907,
      "end": 14909,
      "loc": {
        "start": {
          "line": 453,
          "column": 70
        },
        "end": {
          "line": 453,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14910,
      "end": 14911,
      "loc": {
        "start": {
          "line": 453,
          "column": 73
        },
        "end": {
          "line": 453,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14911,
      "end": 14912,
      "loc": {
        "start": {
          "line": 453,
          "column": 74
        },
        "end": {
          "line": 453,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14912,
      "end": 14913,
      "loc": {
        "start": {
          "line": 453,
          "column": 75
        },
        "end": {
          "line": 453,
          "column": 76
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " a one-to-many map of LI IDs to Component IDs in which they are found",
      "start": 14921,
      "end": 14992,
      "loc": {
        "start": {
          "line": 455,
          "column": 6
        },
        "end": {
          "line": 455,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "c",
      "start": 14999,
      "end": 15000,
      "loc": {
        "start": {
          "line": 456,
          "column": 6
        },
        "end": {
          "line": 456,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15000,
      "end": 15001,
      "loc": {
        "start": {
          "line": 456,
          "column": 7
        },
        "end": {
          "line": 456,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 15001,
      "end": 15007,
      "loc": {
        "start": {
          "line": 456,
          "column": 8
        },
        "end": {
          "line": 456,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15007,
      "end": 15008,
      "loc": {
        "start": {
          "line": 456,
          "column": 14
        },
        "end": {
          "line": 456,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "line_items",
      "start": 15008,
      "end": 15018,
      "loc": {
        "start": {
          "line": 456,
          "column": 15
        },
        "end": {
          "line": 456,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15018,
      "end": 15019,
      "loc": {
        "start": {
          "line": 456,
          "column": 25
        },
        "end": {
          "line": 456,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "forEach",
      "start": 15019,
      "end": 15026,
      "loc": {
        "start": {
          "line": 456,
          "column": 26
        },
        "end": {
          "line": 456,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15026,
      "end": 15027,
      "loc": {
        "start": {
          "line": 456,
          "column": 33
        },
        "end": {
          "line": 456,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "liId",
      "start": 15027,
      "end": 15031,
      "loc": {
        "start": {
          "line": 456,
          "column": 34
        },
        "end": {
          "line": 456,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15032,
      "end": 15034,
      "loc": {
        "start": {
          "line": 456,
          "column": 39
        },
        "end": {
          "line": 456,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15035,
      "end": 15036,
      "loc": {
        "start": {
          "line": 456,
          "column": 42
        },
        "end": {
          "line": 456,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "o",
      "start": 15045,
      "end": 15046,
      "loc": {
        "start": {
          "line": 457,
          "column": 8
        },
        "end": {
          "line": 457,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15046,
      "end": 15047,
      "loc": {
        "start": {
          "line": 457,
          "column": 9
        },
        "end": {
          "line": 457,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "c",
      "start": 15047,
      "end": 15048,
      "loc": {
        "start": {
          "line": 457,
          "column": 10
        },
        "end": {
          "line": 457,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15048,
      "end": 15049,
      "loc": {
        "start": {
          "line": 457,
          "column": 11
        },
        "end": {
          "line": 457,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 15049,
      "end": 15055,
      "loc": {
        "start": {
          "line": 457,
          "column": 12
        },
        "end": {
          "line": 457,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15055,
      "end": 15056,
      "loc": {
        "start": {
          "line": 457,
          "column": 18
        },
        "end": {
          "line": 457,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "component_group_id",
      "start": 15056,
      "end": 15074,
      "loc": {
        "start": {
          "line": 457,
          "column": 19
        },
        "end": {
          "line": 457,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15074,
      "end": 15075,
      "loc": {
        "start": {
          "line": 457,
          "column": 37
        },
        "end": {
          "line": 457,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15075,
      "end": 15076,
      "loc": {
        "start": {
          "line": 457,
          "column": 38
        },
        "end": {
          "line": 457,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "liId",
      "start": 15076,
      "end": 15080,
      "loc": {
        "start": {
          "line": 457,
          "column": 39
        },
        "end": {
          "line": 457,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15080,
      "end": 15081,
      "loc": {
        "start": {
          "line": 457,
          "column": 43
        },
        "end": {
          "line": 457,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 15082,
      "end": 15083,
      "loc": {
        "start": {
          "line": 457,
          "column": 45
        },
        "end": {
          "line": 457,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15084,
      "end": 15085,
      "loc": {
        "start": {
          "line": 457,
          "column": 47
        },
        "end": {
          "line": 457,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "...",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15085,
      "end": 15088,
      "loc": {
        "start": {
          "line": 457,
          "column": 48
        },
        "end": {
          "line": 457,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15088,
      "end": 15089,
      "loc": {
        "start": {
          "line": 457,
          "column": 51
        },
        "end": {
          "line": 457,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "o",
      "start": 15089,
      "end": 15090,
      "loc": {
        "start": {
          "line": 457,
          "column": 52
        },
        "end": {
          "line": 457,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15090,
      "end": 15091,
      "loc": {
        "start": {
          "line": 457,
          "column": 53
        },
        "end": {
          "line": 457,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "c",
      "start": 15091,
      "end": 15092,
      "loc": {
        "start": {
          "line": 457,
          "column": 54
        },
        "end": {
          "line": 457,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15092,
      "end": 15093,
      "loc": {
        "start": {
          "line": 457,
          "column": 55
        },
        "end": {
          "line": 457,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 15093,
      "end": 15099,
      "loc": {
        "start": {
          "line": 457,
          "column": 56
        },
        "end": {
          "line": 457,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15099,
      "end": 15100,
      "loc": {
        "start": {
          "line": 457,
          "column": 62
        },
        "end": {
          "line": 457,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "component_group_id",
      "start": 15100,
      "end": 15118,
      "loc": {
        "start": {
          "line": 457,
          "column": 63
        },
        "end": {
          "line": 457,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15118,
      "end": 15119,
      "loc": {
        "start": {
          "line": 457,
          "column": 81
        },
        "end": {
          "line": 457,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15119,
      "end": 15120,
      "loc": {
        "start": {
          "line": 457,
          "column": 82
        },
        "end": {
          "line": 457,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "liId",
      "start": 15120,
      "end": 15124,
      "loc": {
        "start": {
          "line": 457,
          "column": 83
        },
        "end": {
          "line": 457,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15124,
      "end": 15125,
      "loc": {
        "start": {
          "line": 457,
          "column": 87
        },
        "end": {
          "line": 457,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 15126,
      "end": 15128,
      "loc": {
        "start": {
          "line": 457,
          "column": 89
        },
        "end": {
          "line": 457,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15129,
      "end": 15130,
      "loc": {
        "start": {
          "line": 457,
          "column": 92
        },
        "end": {
          "line": 457,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15130,
      "end": 15131,
      "loc": {
        "start": {
          "line": 457,
          "column": 93
        },
        "end": {
          "line": 457,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15131,
      "end": 15132,
      "loc": {
        "start": {
          "line": 457,
          "column": 94
        },
        "end": {
          "line": 457,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15132,
      "end": 15133,
      "loc": {
        "start": {
          "line": 457,
          "column": 95
        },
        "end": {
          "line": 457,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "c",
      "start": 15134,
      "end": 15135,
      "loc": {
        "start": {
          "line": 457,
          "column": 97
        },
        "end": {
          "line": 457,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15135,
      "end": 15136,
      "loc": {
        "start": {
          "line": 457,
          "column": 98
        },
        "end": {
          "line": 457,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 15136,
      "end": 15138,
      "loc": {
        "start": {
          "line": 457,
          "column": 99
        },
        "end": {
          "line": 457,
          "column": 101
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15138,
      "end": 15139,
      "loc": {
        "start": {
          "line": 457,
          "column": 101
        },
        "end": {
          "line": 457,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15139,
      "end": 15140,
      "loc": {
        "start": {
          "line": 457,
          "column": 102
        },
        "end": {
          "line": 457,
          "column": 103
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15147,
      "end": 15148,
      "loc": {
        "start": {
          "line": 458,
          "column": 6
        },
        "end": {
          "line": 458,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15148,
      "end": 15149,
      "loc": {
        "start": {
          "line": 458,
          "column": 7
        },
        "end": {
          "line": 458,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15149,
      "end": 15150,
      "loc": {
        "start": {
          "line": 458,
          "column": 8
        },
        "end": {
          "line": 458,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 15158,
      "end": 15164,
      "loc": {
        "start": {
          "line": 460,
          "column": 6
        },
        "end": {
          "line": 460,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "o",
      "start": 15165,
      "end": 15166,
      "loc": {
        "start": {
          "line": 460,
          "column": 13
        },
        "end": {
          "line": 460,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15166,
      "end": 15167,
      "loc": {
        "start": {
          "line": 460,
          "column": 14
        },
        "end": {
          "line": 460,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15172,
      "end": 15173,
      "loc": {
        "start": {
          "line": 461,
          "column": 4
        },
        "end": {
          "line": 461,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15173,
      "end": 15174,
      "loc": {
        "start": {
          "line": 461,
          "column": 5
        },
        "end": {
          "line": 461,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15175,
      "end": 15176,
      "loc": {
        "start": {
          "line": 461,
          "column": 7
        },
        "end": {
          "line": 461,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15176,
      "end": 15177,
      "loc": {
        "start": {
          "line": 461,
          "column": 8
        },
        "end": {
          "line": 461,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15177,
      "end": 15178,
      "loc": {
        "start": {
          "line": 461,
          "column": 9
        },
        "end": {
          "line": 461,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15178,
      "end": 15179,
      "loc": {
        "start": {
          "line": 461,
          "column": 10
        },
        "end": {
          "line": 461,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object",
      "start": 15185,
      "end": 15191,
      "loc": {
        "start": {
          "line": 463,
          "column": 4
        },
        "end": {
          "line": 463,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15191,
      "end": 15192,
      "loc": {
        "start": {
          "line": 463,
          "column": 10
        },
        "end": {
          "line": 463,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "keys",
      "start": 15192,
      "end": 15196,
      "loc": {
        "start": {
          "line": 463,
          "column": 11
        },
        "end": {
          "line": 463,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15196,
      "end": 15197,
      "loc": {
        "start": {
          "line": 463,
          "column": 15
        },
        "end": {
          "line": 463,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dupeMap",
      "start": 15197,
      "end": 15204,
      "loc": {
        "start": {
          "line": 463,
          "column": 16
        },
        "end": {
          "line": 463,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15204,
      "end": 15205,
      "loc": {
        "start": {
          "line": 463,
          "column": 23
        },
        "end": {
          "line": 463,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15205,
      "end": 15206,
      "loc": {
        "start": {
          "line": 463,
          "column": 24
        },
        "end": {
          "line": 463,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "forEach",
      "start": 15206,
      "end": 15213,
      "loc": {
        "start": {
          "line": 463,
          "column": 25
        },
        "end": {
          "line": 463,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15213,
      "end": 15214,
      "loc": {
        "start": {
          "line": 463,
          "column": 32
        },
        "end": {
          "line": 463,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cgId",
      "start": 15214,
      "end": 15218,
      "loc": {
        "start": {
          "line": 463,
          "column": 33
        },
        "end": {
          "line": 463,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15219,
      "end": 15221,
      "loc": {
        "start": {
          "line": 463,
          "column": 38
        },
        "end": {
          "line": 463,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15222,
      "end": 15223,
      "loc": {
        "start": {
          "line": 463,
          "column": 41
        },
        "end": {
          "line": 463,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 15230,
      "end": 15235,
      "loc": {
        "start": {
          "line": 464,
          "column": 6
        },
        "end": {
          "line": 464,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "liData",
      "start": 15236,
      "end": 15242,
      "loc": {
        "start": {
          "line": 464,
          "column": 12
        },
        "end": {
          "line": 464,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 15243,
      "end": 15244,
      "loc": {
        "start": {
          "line": 464,
          "column": 19
        },
        "end": {
          "line": 464,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dupeMap",
      "start": 15245,
      "end": 15252,
      "loc": {
        "start": {
          "line": 464,
          "column": 21
        },
        "end": {
          "line": 464,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15252,
      "end": 15253,
      "loc": {
        "start": {
          "line": 464,
          "column": 28
        },
        "end": {
          "line": 464,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cgId",
      "start": 15253,
      "end": 15257,
      "loc": {
        "start": {
          "line": 464,
          "column": 29
        },
        "end": {
          "line": 464,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15257,
      "end": 15258,
      "loc": {
        "start": {
          "line": 464,
          "column": 33
        },
        "end": {
          "line": 464,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15258,
      "end": 15259,
      "loc": {
        "start": {
          "line": 464,
          "column": 34
        },
        "end": {
          "line": 464,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object",
      "start": 15267,
      "end": 15273,
      "loc": {
        "start": {
          "line": 466,
          "column": 6
        },
        "end": {
          "line": 466,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15273,
      "end": 15274,
      "loc": {
        "start": {
          "line": 466,
          "column": 12
        },
        "end": {
          "line": 466,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "keys",
      "start": 15274,
      "end": 15278,
      "loc": {
        "start": {
          "line": 466,
          "column": 13
        },
        "end": {
          "line": 466,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15278,
      "end": 15279,
      "loc": {
        "start": {
          "line": 466,
          "column": 17
        },
        "end": {
          "line": 466,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "liData",
      "start": 15279,
      "end": 15285,
      "loc": {
        "start": {
          "line": 466,
          "column": 18
        },
        "end": {
          "line": 466,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15285,
      "end": 15286,
      "loc": {
        "start": {
          "line": 466,
          "column": 24
        },
        "end": {
          "line": 466,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15286,
      "end": 15287,
      "loc": {
        "start": {
          "line": 466,
          "column": 25
        },
        "end": {
          "line": 466,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "forEach",
      "start": 15287,
      "end": 15294,
      "loc": {
        "start": {
          "line": 466,
          "column": 26
        },
        "end": {
          "line": 466,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15294,
      "end": 15295,
      "loc": {
        "start": {
          "line": 466,
          "column": 33
        },
        "end": {
          "line": 466,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "liId",
      "start": 15295,
      "end": 15299,
      "loc": {
        "start": {
          "line": 466,
          "column": 34
        },
        "end": {
          "line": 466,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15300,
      "end": 15302,
      "loc": {
        "start": {
          "line": 466,
          "column": 39
        },
        "end": {
          "line": 466,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15303,
      "end": 15304,
      "loc": {
        "start": {
          "line": 466,
          "column": 42
        },
        "end": {
          "line": 466,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 15313,
      "end": 15318,
      "loc": {
        "start": {
          "line": 467,
          "column": 8
        },
        "end": {
          "line": 467,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cIds",
      "start": 15319,
      "end": 15323,
      "loc": {
        "start": {
          "line": 467,
          "column": 14
        },
        "end": {
          "line": 467,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 15324,
      "end": 15325,
      "loc": {
        "start": {
          "line": 467,
          "column": 19
        },
        "end": {
          "line": 467,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "liData",
      "start": 15326,
      "end": 15332,
      "loc": {
        "start": {
          "line": 467,
          "column": 21
        },
        "end": {
          "line": 467,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15332,
      "end": 15333,
      "loc": {
        "start": {
          "line": 467,
          "column": 27
        },
        "end": {
          "line": 467,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "liId",
      "start": 15333,
      "end": 15337,
      "loc": {
        "start": {
          "line": 467,
          "column": 28
        },
        "end": {
          "line": 467,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15337,
      "end": 15338,
      "loc": {
        "start": {
          "line": 467,
          "column": 32
        },
        "end": {
          "line": 467,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15338,
      "end": 15339,
      "loc": {
        "start": {
          "line": 467,
          "column": 33
        },
        "end": {
          "line": 467,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 15349,
      "end": 15351,
      "loc": {
        "start": {
          "line": 469,
          "column": 8
        },
        "end": {
          "line": 469,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15352,
      "end": 15353,
      "loc": {
        "start": {
          "line": 469,
          "column": 11
        },
        "end": {
          "line": 469,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "liId",
      "start": 15353,
      "end": 15357,
      "loc": {
        "start": {
          "line": 469,
          "column": 12
        },
        "end": {
          "line": 469,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 15358,
      "end": 15361,
      "loc": {
        "start": {
          "line": 469,
          "column": 17
        },
        "end": {
          "line": 469,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 15362,
      "end": 15368,
      "loc": {
        "start": {
          "line": 469,
          "column": 21
        },
        "end": {
          "line": 469,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 15369,
      "end": 15371,
      "loc": {
        "start": {
          "line": 469,
          "column": 28
        },
        "end": {
          "line": 469,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cIds",
      "start": 15372,
      "end": 15376,
      "loc": {
        "start": {
          "line": 469,
          "column": 31
        },
        "end": {
          "line": 469,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15376,
      "end": 15377,
      "loc": {
        "start": {
          "line": 469,
          "column": 35
        },
        "end": {
          "line": 469,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 15377,
      "end": 15383,
      "loc": {
        "start": {
          "line": 469,
          "column": 36
        },
        "end": {
          "line": 469,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": ">",
      "start": 15384,
      "end": 15385,
      "loc": {
        "start": {
          "line": 469,
          "column": 43
        },
        "end": {
          "line": 469,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 15386,
      "end": 15387,
      "loc": {
        "start": {
          "line": 469,
          "column": 45
        },
        "end": {
          "line": 469,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15387,
      "end": 15388,
      "loc": {
        "start": {
          "line": 469,
          "column": 46
        },
        "end": {
          "line": 469,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15389,
      "end": 15390,
      "loc": {
        "start": {
          "line": 469,
          "column": 48
        },
        "end": {
          "line": 469,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 15401,
      "end": 15405,
      "loc": {
        "start": {
          "line": 470,
          "column": 10
        },
        "end": {
          "line": 470,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15405,
      "end": 15406,
      "loc": {
        "start": {
          "line": 470,
          "column": 14
        },
        "end": {
          "line": 470,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_logIssue",
      "start": 15406,
      "end": 15415,
      "loc": {
        "start": {
          "line": 470,
          "column": 15
        },
        "end": {
          "line": 470,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15415,
      "end": 15416,
      "loc": {
        "start": {
          "line": 470,
          "column": 24
        },
        "end": {
          "line": 470,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "component_group_contains_dupes",
      "start": 15429,
      "end": 15461,
      "loc": {
        "start": {
          "line": 471,
          "column": 12
        },
        "end": {
          "line": 471,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15461,
      "end": 15462,
      "loc": {
        "start": {
          "line": 471,
          "column": 44
        },
        "end": {
          "line": 471,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 15475,
      "end": 15479,
      "loc": {
        "start": {
          "line": 472,
          "column": 12
        },
        "end": {
          "line": 472,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15479,
      "end": 15480,
      "loc": {
        "start": {
          "line": 472,
          "column": 16
        },
        "end": {
          "line": 472,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_bid",
      "start": 15480,
      "end": 15484,
      "loc": {
        "start": {
          "line": 472,
          "column": 17
        },
        "end": {
          "line": 472,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15484,
      "end": 15485,
      "loc": {
        "start": {
          "line": 472,
          "column": 21
        },
        "end": {
          "line": 472,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entities",
      "start": 15485,
      "end": 15493,
      "loc": {
        "start": {
          "line": 472,
          "column": 22
        },
        "end": {
          "line": 472,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15493,
      "end": 15494,
      "loc": {
        "start": {
          "line": 472,
          "column": 30
        },
        "end": {
          "line": 472,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "componentGroups",
      "start": 15494,
      "end": 15509,
      "loc": {
        "start": {
          "line": 472,
          "column": 31
        },
        "end": {
          "line": 472,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15509,
      "end": 15510,
      "loc": {
        "start": {
          "line": 472,
          "column": 46
        },
        "end": {
          "line": 472,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cgId",
      "start": 15510,
      "end": 15514,
      "loc": {
        "start": {
          "line": 472,
          "column": 47
        },
        "end": {
          "line": 472,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15514,
      "end": 15515,
      "loc": {
        "start": {
          "line": 472,
          "column": 51
        },
        "end": {
          "line": 472,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15515,
      "end": 15516,
      "loc": {
        "start": {
          "line": 472,
          "column": 52
        },
        "end": {
          "line": 472,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15529,
      "end": 15530,
      "loc": {
        "start": {
          "line": 473,
          "column": 12
        },
        "end": {
          "line": 473,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15530,
      "end": 15531,
      "loc": {
        "start": {
          "line": 473,
          "column": 13
        },
        "end": {
          "line": 473,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15531,
      "end": 15532,
      "loc": {
        "start": {
          "line": 473,
          "column": 14
        },
        "end": {
          "line": 473,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15545,
      "end": 15546,
      "loc": {
        "start": {
          "line": 474,
          "column": 12
        },
        "end": {
          "line": 474,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "details",
      "start": 15561,
      "end": 15568,
      "loc": {
        "start": {
          "line": 475,
          "column": 14
        },
        "end": {
          "line": 475,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15568,
      "end": 15569,
      "loc": {
        "start": {
          "line": 475,
          "column": 21
        },
        "end": {
          "line": 475,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15570,
      "end": 15571,
      "loc": {
        "start": {
          "line": 475,
          "column": 23
        },
        "end": {
          "line": 475,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "liId",
      "start": 15588,
      "end": 15592,
      "loc": {
        "start": {
          "line": 476,
          "column": 16
        },
        "end": {
          "line": 476,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15592,
      "end": 15593,
      "loc": {
        "start": {
          "line": 476,
          "column": 20
        },
        "end": {
          "line": 476,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "liTitle",
      "start": 15610,
      "end": 15617,
      "loc": {
        "start": {
          "line": 477,
          "column": 16
        },
        "end": {
          "line": 477,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15617,
      "end": 15618,
      "loc": {
        "start": {
          "line": 477,
          "column": 23
        },
        "end": {
          "line": 477,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 15619,
      "end": 15623,
      "loc": {
        "start": {
          "line": 477,
          "column": 25
        },
        "end": {
          "line": 477,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15623,
      "end": 15624,
      "loc": {
        "start": {
          "line": 477,
          "column": 29
        },
        "end": {
          "line": 477,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_bid",
      "start": 15624,
      "end": 15628,
      "loc": {
        "start": {
          "line": 477,
          "column": 30
        },
        "end": {
          "line": 477,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15628,
      "end": 15629,
      "loc": {
        "start": {
          "line": 477,
          "column": 34
        },
        "end": {
          "line": 477,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entities",
      "start": 15629,
      "end": 15637,
      "loc": {
        "start": {
          "line": 477,
          "column": 35
        },
        "end": {
          "line": 477,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15637,
      "end": 15638,
      "loc": {
        "start": {
          "line": 477,
          "column": 43
        },
        "end": {
          "line": 477,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lineItems",
      "start": 15638,
      "end": 15647,
      "loc": {
        "start": {
          "line": 477,
          "column": 44
        },
        "end": {
          "line": 477,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15647,
      "end": 15648,
      "loc": {
        "start": {
          "line": 477,
          "column": 53
        },
        "end": {
          "line": 477,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "liId",
      "start": 15648,
      "end": 15652,
      "loc": {
        "start": {
          "line": 477,
          "column": 54
        },
        "end": {
          "line": 477,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15652,
      "end": 15653,
      "loc": {
        "start": {
          "line": 477,
          "column": 58
        },
        "end": {
          "line": 477,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15653,
      "end": 15654,
      "loc": {
        "start": {
          "line": 477,
          "column": 59
        },
        "end": {
          "line": 477,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "title",
      "start": 15654,
      "end": 15659,
      "loc": {
        "start": {
          "line": 477,
          "column": 60
        },
        "end": {
          "line": 477,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15659,
      "end": 15660,
      "loc": {
        "start": {
          "line": 477,
          "column": 65
        },
        "end": {
          "line": 477,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "components",
      "start": 15677,
      "end": 15687,
      "loc": {
        "start": {
          "line": 478,
          "column": 16
        },
        "end": {
          "line": 478,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15687,
      "end": 15688,
      "loc": {
        "start": {
          "line": 478,
          "column": 26
        },
        "end": {
          "line": 478,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cIds",
      "start": 15689,
      "end": 15693,
      "loc": {
        "start": {
          "line": 478,
          "column": 28
        },
        "end": {
          "line": 478,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15693,
      "end": 15694,
      "loc": {
        "start": {
          "line": 478,
          "column": 32
        },
        "end": {
          "line": 478,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "map",
      "start": 15694,
      "end": 15697,
      "loc": {
        "start": {
          "line": 478,
          "column": 33
        },
        "end": {
          "line": 478,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15697,
      "end": 15698,
      "loc": {
        "start": {
          "line": 478,
          "column": 36
        },
        "end": {
          "line": 478,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cId",
      "start": 15698,
      "end": 15701,
      "loc": {
        "start": {
          "line": 478,
          "column": 37
        },
        "end": {
          "line": 478,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15702,
      "end": 15704,
      "loc": {
        "start": {
          "line": 478,
          "column": 41
        },
        "end": {
          "line": 478,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 15705,
      "end": 15709,
      "loc": {
        "start": {
          "line": 478,
          "column": 44
        },
        "end": {
          "line": 478,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15709,
      "end": 15710,
      "loc": {
        "start": {
          "line": 478,
          "column": 48
        },
        "end": {
          "line": 478,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_bid",
      "start": 15710,
      "end": 15714,
      "loc": {
        "start": {
          "line": 478,
          "column": 49
        },
        "end": {
          "line": 478,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15714,
      "end": 15715,
      "loc": {
        "start": {
          "line": 478,
          "column": 53
        },
        "end": {
          "line": 478,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entities",
      "start": 15715,
      "end": 15723,
      "loc": {
        "start": {
          "line": 478,
          "column": 54
        },
        "end": {
          "line": 478,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15723,
      "end": 15724,
      "loc": {
        "start": {
          "line": 478,
          "column": 62
        },
        "end": {
          "line": 478,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "components",
      "start": 15724,
      "end": 15734,
      "loc": {
        "start": {
          "line": 478,
          "column": 63
        },
        "end": {
          "line": 478,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15734,
      "end": 15735,
      "loc": {
        "start": {
          "line": 478,
          "column": 73
        },
        "end": {
          "line": 478,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cId",
      "start": 15735,
      "end": 15738,
      "loc": {
        "start": {
          "line": 478,
          "column": 74
        },
        "end": {
          "line": 478,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15738,
      "end": 15739,
      "loc": {
        "start": {
          "line": 478,
          "column": 77
        },
        "end": {
          "line": 478,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15739,
      "end": 15740,
      "loc": {
        "start": {
          "line": 478,
          "column": 78
        },
        "end": {
          "line": 478,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15740,
      "end": 15741,
      "loc": {
        "start": {
          "line": 478,
          "column": 79
        },
        "end": {
          "line": 478,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15756,
      "end": 15757,
      "loc": {
        "start": {
          "line": 479,
          "column": 14
        },
        "end": {
          "line": 479,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15757,
      "end": 15758,
      "loc": {
        "start": {
          "line": 479,
          "column": 15
        },
        "end": {
          "line": 479,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15771,
      "end": 15772,
      "loc": {
        "start": {
          "line": 480,
          "column": 12
        },
        "end": {
          "line": 480,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15783,
      "end": 15784,
      "loc": {
        "start": {
          "line": 481,
          "column": 10
        },
        "end": {
          "line": 481,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15784,
      "end": 15785,
      "loc": {
        "start": {
          "line": 481,
          "column": 11
        },
        "end": {
          "line": 481,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15794,
      "end": 15795,
      "loc": {
        "start": {
          "line": 482,
          "column": 8
        },
        "end": {
          "line": 482,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15802,
      "end": 15803,
      "loc": {
        "start": {
          "line": 483,
          "column": 6
        },
        "end": {
          "line": 483,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15803,
      "end": 15804,
      "loc": {
        "start": {
          "line": 483,
          "column": 7
        },
        "end": {
          "line": 483,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15804,
      "end": 15805,
      "loc": {
        "start": {
          "line": 483,
          "column": 8
        },
        "end": {
          "line": 483,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15810,
      "end": 15811,
      "loc": {
        "start": {
          "line": 484,
          "column": 4
        },
        "end": {
          "line": 484,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15811,
      "end": 15812,
      "loc": {
        "start": {
          "line": 484,
          "column": 5
        },
        "end": {
          "line": 484,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15812,
      "end": 15813,
      "loc": {
        "start": {
          "line": 484,
          "column": 6
        },
        "end": {
          "line": 484,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15816,
      "end": 15817,
      "loc": {
        "start": {
          "line": 485,
          "column": 2
        },
        "end": {
          "line": 485,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_testDependencyExistence",
      "start": 15821,
      "end": 15845,
      "loc": {
        "start": {
          "line": 487,
          "column": 2
        },
        "end": {
          "line": 487,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15845,
      "end": 15846,
      "loc": {
        "start": {
          "line": 487,
          "column": 26
        },
        "end": {
          "line": 487,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 15846,
      "end": 15861,
      "loc": {
        "start": {
          "line": 487,
          "column": 27
        },
        "end": {
          "line": 487,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15861,
      "end": 15862,
      "loc": {
        "start": {
          "line": 487,
          "column": 42
        },
        "end": {
          "line": 487,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyContract",
      "start": 15863,
      "end": 15881,
      "loc": {
        "start": {
          "line": 487,
          "column": 44
        },
        "end": {
          "line": 487,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15881,
      "end": 15882,
      "loc": {
        "start": {
          "line": 487,
          "column": 62
        },
        "end": {
          "line": 487,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyKey",
      "start": 15883,
      "end": 15896,
      "loc": {
        "start": {
          "line": 487,
          "column": 64
        },
        "end": {
          "line": 487,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15896,
      "end": 15897,
      "loc": {
        "start": {
          "line": 487,
          "column": 77
        },
        "end": {
          "line": 487,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15898,
      "end": 15899,
      "loc": {
        "start": {
          "line": 487,
          "column": 79
        },
        "end": {
          "line": 487,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 15904,
      "end": 15906,
      "loc": {
        "start": {
          "line": 488,
          "column": 4
        },
        "end": {
          "line": 488,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15907,
      "end": 15908,
      "loc": {
        "start": {
          "line": 488,
          "column": 7
        },
        "end": {
          "line": 488,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyContract",
      "start": 15908,
      "end": 15926,
      "loc": {
        "start": {
          "line": 488,
          "column": 8
        },
        "end": {
          "line": 488,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15926,
      "end": 15927,
      "loc": {
        "start": {
          "line": 488,
          "column": 26
        },
        "end": {
          "line": 488,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 15927,
      "end": 15931,
      "loc": {
        "start": {
          "line": 488,
          "column": 27
        },
        "end": {
          "line": 488,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 15932,
      "end": 15935,
      "loc": {
        "start": {
          "line": 488,
          "column": 32
        },
        "end": {
          "line": 488,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "bid",
      "start": 15936,
      "end": 15941,
      "loc": {
        "start": {
          "line": 488,
          "column": 36
        },
        "end": {
          "line": 488,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15941,
      "end": 15942,
      "loc": {
        "start": {
          "line": 488,
          "column": 41
        },
        "end": {
          "line": 488,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15943,
      "end": 15944,
      "loc": {
        "start": {
          "line": 488,
          "column": 43
        },
        "end": {
          "line": 488,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 15951,
      "end": 15953,
      "loc": {
        "start": {
          "line": 489,
          "column": 6
        },
        "end": {
          "line": 489,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15954,
      "end": 15955,
      "loc": {
        "start": {
          "line": 489,
          "column": 9
        },
        "end": {
          "line": 489,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 15955,
      "end": 15956,
      "loc": {
        "start": {
          "line": 489,
          "column": 10
        },
        "end": {
          "line": 489,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 15956,
      "end": 15960,
      "loc": {
        "start": {
          "line": 489,
          "column": 11
        },
        "end": {
          "line": 489,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15960,
      "end": 15961,
      "loc": {
        "start": {
          "line": 489,
          "column": 15
        },
        "end": {
          "line": 489,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_bid",
      "start": 15961,
      "end": 15965,
      "loc": {
        "start": {
          "line": 489,
          "column": 16
        },
        "end": {
          "line": 489,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15965,
      "end": 15966,
      "loc": {
        "start": {
          "line": 489,
          "column": 20
        },
        "end": {
          "line": 489,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entities",
      "start": 15966,
      "end": 15974,
      "loc": {
        "start": {
          "line": 489,
          "column": 21
        },
        "end": {
          "line": 489,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15974,
      "end": 15975,
      "loc": {
        "start": {
          "line": 489,
          "column": 29
        },
        "end": {
          "line": 489,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyExists",
      "start": 15975,
      "end": 15991,
      "loc": {
        "start": {
          "line": 489,
          "column": 30
        },
        "end": {
          "line": 489,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15991,
      "end": 15992,
      "loc": {
        "start": {
          "line": 489,
          "column": 46
        },
        "end": {
          "line": 489,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyContract",
      "start": 15992,
      "end": 16010,
      "loc": {
        "start": {
          "line": 489,
          "column": 47
        },
        "end": {
          "line": 489,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16010,
      "end": 16011,
      "loc": {
        "start": {
          "line": 489,
          "column": 65
        },
        "end": {
          "line": 489,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16011,
      "end": 16012,
      "loc": {
        "start": {
          "line": 489,
          "column": 66
        },
        "end": {
          "line": 489,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16013,
      "end": 16014,
      "loc": {
        "start": {
          "line": 489,
          "column": 68
        },
        "end": {
          "line": 489,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 16023,
      "end": 16027,
      "loc": {
        "start": {
          "line": 490,
          "column": 8
        },
        "end": {
          "line": 490,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16027,
      "end": 16028,
      "loc": {
        "start": {
          "line": 490,
          "column": 12
        },
        "end": {
          "line": 490,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_logIssue",
      "start": 16028,
      "end": 16037,
      "loc": {
        "start": {
          "line": 490,
          "column": 13
        },
        "end": {
          "line": 490,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16037,
      "end": 16038,
      "loc": {
        "start": {
          "line": 490,
          "column": 22
        },
        "end": {
          "line": 490,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "invalid_dependency",
      "start": 16038,
      "end": 16058,
      "loc": {
        "start": {
          "line": 490,
          "column": 23
        },
        "end": {
          "line": 490,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16058,
      "end": 16059,
      "loc": {
        "start": {
          "line": 490,
          "column": 43
        },
        "end": {
          "line": 490,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 16060,
      "end": 16075,
      "loc": {
        "start": {
          "line": 490,
          "column": 45
        },
        "end": {
          "line": 490,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16075,
      "end": 16076,
      "loc": {
        "start": {
          "line": 490,
          "column": 60
        },
        "end": {
          "line": 490,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyContract",
      "start": 16077,
      "end": 16095,
      "loc": {
        "start": {
          "line": 490,
          "column": 62
        },
        "end": {
          "line": 490,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16095,
      "end": 16096,
      "loc": {
        "start": {
          "line": 490,
          "column": 80
        },
        "end": {
          "line": 490,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16097,
      "end": 16098,
      "loc": {
        "start": {
          "line": 490,
          "column": 82
        },
        "end": {
          "line": 490,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "source_bid_entity_dependency_key",
      "start": 16109,
      "end": 16141,
      "loc": {
        "start": {
          "line": 491,
          "column": 10
        },
        "end": {
          "line": 491,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16141,
      "end": 16142,
      "loc": {
        "start": {
          "line": 491,
          "column": 42
        },
        "end": {
          "line": 491,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyKey",
      "start": 16143,
      "end": 16156,
      "loc": {
        "start": {
          "line": 491,
          "column": 44
        },
        "end": {
          "line": 491,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16156,
      "end": 16157,
      "loc": {
        "start": {
          "line": 491,
          "column": 57
        },
        "end": {
          "line": 491,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16166,
      "end": 16167,
      "loc": {
        "start": {
          "line": 492,
          "column": 8
        },
        "end": {
          "line": 492,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16167,
      "end": 16168,
      "loc": {
        "start": {
          "line": 492,
          "column": 9
        },
        "end": {
          "line": 492,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16168,
      "end": 16169,
      "loc": {
        "start": {
          "line": 492,
          "column": 10
        },
        "end": {
          "line": 492,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16176,
      "end": 16177,
      "loc": {
        "start": {
          "line": 493,
          "column": 6
        },
        "end": {
          "line": 493,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16182,
      "end": 16183,
      "loc": {
        "start": {
          "line": 494,
          "column": 4
        },
        "end": {
          "line": 494,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16186,
      "end": 16187,
      "loc": {
        "start": {
          "line": 495,
          "column": 2
        },
        "end": {
          "line": 495,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_testAssemblyExistence",
      "start": 16191,
      "end": 16213,
      "loc": {
        "start": {
          "line": 497,
          "column": 2
        },
        "end": {
          "line": 497,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16213,
      "end": 16214,
      "loc": {
        "start": {
          "line": 497,
          "column": 24
        },
        "end": {
          "line": 497,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 16214,
      "end": 16229,
      "loc": {
        "start": {
          "line": 497,
          "column": 25
        },
        "end": {
          "line": 497,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16229,
      "end": 16230,
      "loc": {
        "start": {
          "line": 497,
          "column": 40
        },
        "end": {
          "line": 497,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16231,
      "end": 16232,
      "loc": {
        "start": {
          "line": 497,
          "column": 42
        },
        "end": {
          "line": 497,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 16237,
      "end": 16239,
      "loc": {
        "start": {
          "line": 498,
          "column": 4
        },
        "end": {
          "line": 498,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16240,
      "end": 16241,
      "loc": {
        "start": {
          "line": 498,
          "column": 7
        },
        "end": {
          "line": 498,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 16241,
      "end": 16242,
      "loc": {
        "start": {
          "line": 498,
          "column": 8
        },
        "end": {
          "line": 498,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 16242,
      "end": 16243,
      "loc": {
        "start": {
          "line": 498,
          "column": 9
        },
        "end": {
          "line": 498,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16243,
      "end": 16244,
      "loc": {
        "start": {
          "line": 498,
          "column": 10
        },
        "end": {
          "line": 498,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isUndefined",
      "start": 16244,
      "end": 16255,
      "loc": {
        "start": {
          "line": 498,
          "column": 11
        },
        "end": {
          "line": 498,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16255,
      "end": 16256,
      "loc": {
        "start": {
          "line": 498,
          "column": 22
        },
        "end": {
          "line": 498,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 16256,
      "end": 16271,
      "loc": {
        "start": {
          "line": 498,
          "column": 23
        },
        "end": {
          "line": 498,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16271,
      "end": 16272,
      "loc": {
        "start": {
          "line": 498,
          "column": 38
        },
        "end": {
          "line": 498,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 16272,
      "end": 16278,
      "loc": {
        "start": {
          "line": 498,
          "column": 39
        },
        "end": {
          "line": 498,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16278,
      "end": 16279,
      "loc": {
        "start": {
          "line": 498,
          "column": 45
        },
        "end": {
          "line": 498,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assembly_id",
      "start": 16279,
      "end": 16290,
      "loc": {
        "start": {
          "line": 498,
          "column": 46
        },
        "end": {
          "line": 498,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16290,
      "end": 16291,
      "loc": {
        "start": {
          "line": 498,
          "column": 57
        },
        "end": {
          "line": 498,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 16292,
      "end": 16294,
      "loc": {
        "start": {
          "line": 498,
          "column": 59
        },
        "end": {
          "line": 498,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 16295,
      "end": 16310,
      "loc": {
        "start": {
          "line": 498,
          "column": 62
        },
        "end": {
          "line": 498,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16310,
      "end": 16311,
      "loc": {
        "start": {
          "line": 498,
          "column": 77
        },
        "end": {
          "line": 498,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 16311,
      "end": 16317,
      "loc": {
        "start": {
          "line": 498,
          "column": 78
        },
        "end": {
          "line": 498,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16317,
      "end": 16318,
      "loc": {
        "start": {
          "line": 498,
          "column": 84
        },
        "end": {
          "line": 498,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assembly_id",
      "start": 16318,
      "end": 16329,
      "loc": {
        "start": {
          "line": 498,
          "column": 85
        },
        "end": {
          "line": 498,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16329,
      "end": 16330,
      "loc": {
        "start": {
          "line": 498,
          "column": 96
        },
        "end": {
          "line": 498,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16331,
      "end": 16332,
      "loc": {
        "start": {
          "line": 498,
          "column": 98
        },
        "end": {
          "line": 498,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 16339,
      "end": 16342,
      "loc": {
        "start": {
          "line": 499,
          "column": 6
        },
        "end": {
          "line": 499,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assembly",
      "start": 16343,
      "end": 16351,
      "loc": {
        "start": {
          "line": 499,
          "column": 10
        },
        "end": {
          "line": 499,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 16352,
      "end": 16353,
      "loc": {
        "start": {
          "line": 499,
          "column": 19
        },
        "end": {
          "line": 499,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 16354,
      "end": 16358,
      "loc": {
        "start": {
          "line": 499,
          "column": 21
        },
        "end": {
          "line": 499,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16358,
      "end": 16359,
      "loc": {
        "start": {
          "line": 499,
          "column": 25
        },
        "end": {
          "line": 499,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_bid",
      "start": 16359,
      "end": 16363,
      "loc": {
        "start": {
          "line": 499,
          "column": 26
        },
        "end": {
          "line": 499,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16363,
      "end": 16364,
      "loc": {
        "start": {
          "line": 499,
          "column": 30
        },
        "end": {
          "line": 499,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entities",
      "start": 16364,
      "end": 16372,
      "loc": {
        "start": {
          "line": 499,
          "column": 31
        },
        "end": {
          "line": 499,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16372,
      "end": 16373,
      "loc": {
        "start": {
          "line": 499,
          "column": 39
        },
        "end": {
          "line": 499,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bidEntityExists",
      "start": 16373,
      "end": 16388,
      "loc": {
        "start": {
          "line": 499,
          "column": 40
        },
        "end": {
          "line": 499,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16388,
      "end": 16389,
      "loc": {
        "start": {
          "line": 499,
          "column": 55
        },
        "end": {
          "line": 499,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "assembly",
      "start": 16389,
      "end": 16399,
      "loc": {
        "start": {
          "line": 499,
          "column": 56
        },
        "end": {
          "line": 499,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16399,
      "end": 16400,
      "loc": {
        "start": {
          "line": 499,
          "column": 66
        },
        "end": {
          "line": 499,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 16401,
      "end": 16416,
      "loc": {
        "start": {
          "line": 499,
          "column": 68
        },
        "end": {
          "line": 499,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16416,
      "end": 16417,
      "loc": {
        "start": {
          "line": 499,
          "column": 83
        },
        "end": {
          "line": 499,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 16417,
      "end": 16423,
      "loc": {
        "start": {
          "line": 499,
          "column": 84
        },
        "end": {
          "line": 499,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16423,
      "end": 16424,
      "loc": {
        "start": {
          "line": 499,
          "column": 90
        },
        "end": {
          "line": 499,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assembly_id",
      "start": 16424,
      "end": 16435,
      "loc": {
        "start": {
          "line": 499,
          "column": 91
        },
        "end": {
          "line": 499,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16435,
      "end": 16436,
      "loc": {
        "start": {
          "line": 499,
          "column": 102
        },
        "end": {
          "line": 499,
          "column": 103
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16436,
      "end": 16437,
      "loc": {
        "start": {
          "line": 499,
          "column": 103
        },
        "end": {
          "line": 499,
          "column": 104
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 16444,
      "end": 16446,
      "loc": {
        "start": {
          "line": 500,
          "column": 6
        },
        "end": {
          "line": 500,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16447,
      "end": 16448,
      "loc": {
        "start": {
          "line": 500,
          "column": 9
        },
        "end": {
          "line": 500,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 16448,
      "end": 16449,
      "loc": {
        "start": {
          "line": 500,
          "column": 10
        },
        "end": {
          "line": 500,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16449,
      "end": 16450,
      "loc": {
        "start": {
          "line": 500,
          "column": 11
        },
        "end": {
          "line": 500,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isUndefined",
      "start": 16450,
      "end": 16461,
      "loc": {
        "start": {
          "line": 500,
          "column": 12
        },
        "end": {
          "line": 500,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16461,
      "end": 16462,
      "loc": {
        "start": {
          "line": 500,
          "column": 23
        },
        "end": {
          "line": 500,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assembly",
      "start": 16462,
      "end": 16470,
      "loc": {
        "start": {
          "line": 500,
          "column": 24
        },
        "end": {
          "line": 500,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16470,
      "end": 16471,
      "loc": {
        "start": {
          "line": 500,
          "column": 32
        },
        "end": {
          "line": 500,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 16472,
      "end": 16474,
      "loc": {
        "start": {
          "line": 500,
          "column": 34
        },
        "end": {
          "line": 500,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 16475,
      "end": 16476,
      "loc": {
        "start": {
          "line": 500,
          "column": 37
        },
        "end": {
          "line": 500,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16476,
      "end": 16477,
      "loc": {
        "start": {
          "line": 500,
          "column": 38
        },
        "end": {
          "line": 500,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isNull",
      "start": 16477,
      "end": 16483,
      "loc": {
        "start": {
          "line": 500,
          "column": 39
        },
        "end": {
          "line": 500,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16483,
      "end": 16484,
      "loc": {
        "start": {
          "line": 500,
          "column": 45
        },
        "end": {
          "line": 500,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assembly",
      "start": 16484,
      "end": 16492,
      "loc": {
        "start": {
          "line": 500,
          "column": 46
        },
        "end": {
          "line": 500,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16492,
      "end": 16493,
      "loc": {
        "start": {
          "line": 500,
          "column": 54
        },
        "end": {
          "line": 500,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16493,
      "end": 16494,
      "loc": {
        "start": {
          "line": 500,
          "column": 55
        },
        "end": {
          "line": 500,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16495,
      "end": 16496,
      "loc": {
        "start": {
          "line": 500,
          "column": 57
        },
        "end": {
          "line": 500,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 16505,
      "end": 16509,
      "loc": {
        "start": {
          "line": 501,
          "column": 8
        },
        "end": {
          "line": 501,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16509,
      "end": 16510,
      "loc": {
        "start": {
          "line": 501,
          "column": 12
        },
        "end": {
          "line": 501,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_logIssue",
      "start": 16510,
      "end": 16519,
      "loc": {
        "start": {
          "line": 501,
          "column": 13
        },
        "end": {
          "line": 501,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16519,
      "end": 16520,
      "loc": {
        "start": {
          "line": 501,
          "column": 22
        },
        "end": {
          "line": 501,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "assembly_does_not_exist",
      "start": 16520,
      "end": 16545,
      "loc": {
        "start": {
          "line": 501,
          "column": 23
        },
        "end": {
          "line": 501,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16545,
      "end": 16546,
      "loc": {
        "start": {
          "line": 501,
          "column": 48
        },
        "end": {
          "line": 501,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 16547,
      "end": 16562,
      "loc": {
        "start": {
          "line": 501,
          "column": 50
        },
        "end": {
          "line": 501,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16562,
      "end": 16563,
      "loc": {
        "start": {
          "line": 501,
          "column": 65
        },
        "end": {
          "line": 501,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16563,
      "end": 16564,
      "loc": {
        "start": {
          "line": 501,
          "column": 66
        },
        "end": {
          "line": 501,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16571,
      "end": 16572,
      "loc": {
        "start": {
          "line": 502,
          "column": 6
        },
        "end": {
          "line": 502,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16577,
      "end": 16578,
      "loc": {
        "start": {
          "line": 503,
          "column": 4
        },
        "end": {
          "line": 503,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16581,
      "end": 16582,
      "loc": {
        "start": {
          "line": 504,
          "column": 2
        },
        "end": {
          "line": 504,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_testUnconvertedRuleDefinitionId",
      "start": 16586,
      "end": 16618,
      "loc": {
        "start": {
          "line": 506,
          "column": 2
        },
        "end": {
          "line": 506,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16618,
      "end": 16619,
      "loc": {
        "start": {
          "line": 506,
          "column": 34
        },
        "end": {
          "line": 506,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lineItem",
      "start": 16619,
      "end": 16627,
      "loc": {
        "start": {
          "line": 506,
          "column": 35
        },
        "end": {
          "line": 506,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16627,
      "end": 16628,
      "loc": {
        "start": {
          "line": 506,
          "column": 43
        },
        "end": {
          "line": 506,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyContract",
      "start": 16629,
      "end": 16647,
      "loc": {
        "start": {
          "line": 506,
          "column": 45
        },
        "end": {
          "line": 506,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16647,
      "end": 16648,
      "loc": {
        "start": {
          "line": 506,
          "column": 63
        },
        "end": {
          "line": 506,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyKey",
      "start": 16649,
      "end": 16662,
      "loc": {
        "start": {
          "line": 506,
          "column": 65
        },
        "end": {
          "line": 506,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16662,
      "end": 16663,
      "loc": {
        "start": {
          "line": 506,
          "column": 78
        },
        "end": {
          "line": 506,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rule",
      "start": 16664,
      "end": 16668,
      "loc": {
        "start": {
          "line": 506,
          "column": 80
        },
        "end": {
          "line": 506,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16668,
      "end": 16669,
      "loc": {
        "start": {
          "line": 506,
          "column": 84
        },
        "end": {
          "line": 506,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16670,
      "end": 16671,
      "loc": {
        "start": {
          "line": 506,
          "column": 86
        },
        "end": {
          "line": 506,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 16676,
      "end": 16678,
      "loc": {
        "start": {
          "line": 507,
          "column": 4
        },
        "end": {
          "line": 507,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16679,
      "end": 16680,
      "loc": {
        "start": {
          "line": 507,
          "column": 7
        },
        "end": {
          "line": 507,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyContract",
      "start": 16680,
      "end": 16698,
      "loc": {
        "start": {
          "line": 507,
          "column": 8
        },
        "end": {
          "line": 507,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16698,
      "end": 16699,
      "loc": {
        "start": {
          "line": 507,
          "column": 26
        },
        "end": {
          "line": 507,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "definition_id",
      "start": 16699,
      "end": 16712,
      "loc": {
        "start": {
          "line": 507,
          "column": 27
        },
        "end": {
          "line": 507,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16712,
      "end": 16713,
      "loc": {
        "start": {
          "line": 507,
          "column": 40
        },
        "end": {
          "line": 507,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16714,
      "end": 16715,
      "loc": {
        "start": {
          "line": 507,
          "column": 42
        },
        "end": {
          "line": 507,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 16722,
      "end": 16726,
      "loc": {
        "start": {
          "line": 508,
          "column": 6
        },
        "end": {
          "line": 508,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16726,
      "end": 16727,
      "loc": {
        "start": {
          "line": 508,
          "column": 10
        },
        "end": {
          "line": 508,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_logIssue",
      "start": 16727,
      "end": 16736,
      "loc": {
        "start": {
          "line": 508,
          "column": 11
        },
        "end": {
          "line": 508,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16736,
      "end": 16737,
      "loc": {
        "start": {
          "line": 508,
          "column": 20
        },
        "end": {
          "line": 508,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "unconverted_rule_dependency_def_id",
      "start": 16737,
      "end": 16773,
      "loc": {
        "start": {
          "line": 508,
          "column": 21
        },
        "end": {
          "line": 508,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16773,
      "end": 16774,
      "loc": {
        "start": {
          "line": 508,
          "column": 57
        },
        "end": {
          "line": 508,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lineItem",
      "start": 16775,
      "end": 16783,
      "loc": {
        "start": {
          "line": 508,
          "column": 59
        },
        "end": {
          "line": 508,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16783,
      "end": 16784,
      "loc": {
        "start": {
          "line": 508,
          "column": 67
        },
        "end": {
          "line": 508,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyContract",
      "start": 16785,
      "end": 16803,
      "loc": {
        "start": {
          "line": 508,
          "column": 69
        },
        "end": {
          "line": 508,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16803,
      "end": 16804,
      "loc": {
        "start": {
          "line": 508,
          "column": 87
        },
        "end": {
          "line": 508,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16805,
      "end": 16806,
      "loc": {
        "start": {
          "line": 508,
          "column": 89
        },
        "end": {
          "line": 508,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "source_bid_entity_dependency_key",
      "start": 16815,
      "end": 16847,
      "loc": {
        "start": {
          "line": 509,
          "column": 8
        },
        "end": {
          "line": 509,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16847,
      "end": 16848,
      "loc": {
        "start": {
          "line": 509,
          "column": 40
        },
        "end": {
          "line": 509,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyKey",
      "start": 16849,
      "end": 16862,
      "loc": {
        "start": {
          "line": 509,
          "column": 42
        },
        "end": {
          "line": 509,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16862,
      "end": 16863,
      "loc": {
        "start": {
          "line": 509,
          "column": 55
        },
        "end": {
          "line": 509,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rule",
      "start": 16872,
      "end": 16876,
      "loc": {
        "start": {
          "line": 510,
          "column": 8
        },
        "end": {
          "line": 510,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16876,
      "end": 16877,
      "loc": {
        "start": {
          "line": 510,
          "column": 12
        },
        "end": {
          "line": 510,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rule",
      "start": 16878,
      "end": 16882,
      "loc": {
        "start": {
          "line": 510,
          "column": 14
        },
        "end": {
          "line": 510,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16882,
      "end": 16883,
      "loc": {
        "start": {
          "line": 510,
          "column": 18
        },
        "end": {
          "line": 510,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "line_item",
      "start": 16892,
      "end": 16901,
      "loc": {
        "start": {
          "line": 511,
          "column": 8
        },
        "end": {
          "line": 511,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16901,
      "end": 16902,
      "loc": {
        "start": {
          "line": 511,
          "column": 17
        },
        "end": {
          "line": 511,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lineItem",
      "start": 16903,
      "end": 16911,
      "loc": {
        "start": {
          "line": 511,
          "column": 19
        },
        "end": {
          "line": 511,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16911,
      "end": 16912,
      "loc": {
        "start": {
          "line": 511,
          "column": 27
        },
        "end": {
          "line": 511,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16919,
      "end": 16920,
      "loc": {
        "start": {
          "line": 512,
          "column": 6
        },
        "end": {
          "line": 512,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16920,
      "end": 16921,
      "loc": {
        "start": {
          "line": 512,
          "column": 7
        },
        "end": {
          "line": 512,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16921,
      "end": 16922,
      "loc": {
        "start": {
          "line": 512,
          "column": 8
        },
        "end": {
          "line": 512,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16927,
      "end": 16928,
      "loc": {
        "start": {
          "line": 513,
          "column": 4
        },
        "end": {
          "line": 513,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16931,
      "end": 16932,
      "loc": {
        "start": {
          "line": 514,
          "column": 2
        },
        "end": {
          "line": 514,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_testDependencyAssemblySafeGuard",
      "start": 16936,
      "end": 16968,
      "loc": {
        "start": {
          "line": 516,
          "column": 2
        },
        "end": {
          "line": 516,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16968,
      "end": 16969,
      "loc": {
        "start": {
          "line": 516,
          "column": 34
        },
        "end": {
          "line": 516,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 16969,
      "end": 16984,
      "loc": {
        "start": {
          "line": 516,
          "column": 35
        },
        "end": {
          "line": 516,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16984,
      "end": 16985,
      "loc": {
        "start": {
          "line": 516,
          "column": 50
        },
        "end": {
          "line": 516,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyContract",
      "start": 16986,
      "end": 17004,
      "loc": {
        "start": {
          "line": 516,
          "column": 52
        },
        "end": {
          "line": 516,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17004,
      "end": 17005,
      "loc": {
        "start": {
          "line": 516,
          "column": 70
        },
        "end": {
          "line": 516,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyKey",
      "start": 17006,
      "end": 17019,
      "loc": {
        "start": {
          "line": 516,
          "column": 72
        },
        "end": {
          "line": 516,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17019,
      "end": 17020,
      "loc": {
        "start": {
          "line": 516,
          "column": 85
        },
        "end": {
          "line": 516,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17021,
      "end": 17022,
      "loc": {
        "start": {
          "line": 516,
          "column": 87
        },
        "end": {
          "line": 516,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 17027,
      "end": 17029,
      "loc": {
        "start": {
          "line": 517,
          "column": 4
        },
        "end": {
          "line": 517,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17030,
      "end": 17031,
      "loc": {
        "start": {
          "line": 517,
          "column": 7
        },
        "end": {
          "line": 517,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyContract",
      "start": 17031,
      "end": 17049,
      "loc": {
        "start": {
          "line": 517,
          "column": 8
        },
        "end": {
          "line": 517,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17049,
      "end": 17050,
      "loc": {
        "start": {
          "line": 517,
          "column": 26
        },
        "end": {
          "line": 517,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 17050,
      "end": 17054,
      "loc": {
        "start": {
          "line": 517,
          "column": 27
        },
        "end": {
          "line": 517,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 17055,
      "end": 17058,
      "loc": {
        "start": {
          "line": 517,
          "column": 32
        },
        "end": {
          "line": 517,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "bid",
      "start": 17059,
      "end": 17064,
      "loc": {
        "start": {
          "line": 517,
          "column": 36
        },
        "end": {
          "line": 517,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 17065,
      "end": 17067,
      "loc": {
        "start": {
          "line": 517,
          "column": 42
        },
        "end": {
          "line": 517,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyContract",
      "start": 17068,
      "end": 17086,
      "loc": {
        "start": {
          "line": 517,
          "column": 45
        },
        "end": {
          "line": 517,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17086,
      "end": 17087,
      "loc": {
        "start": {
          "line": 517,
          "column": 63
        },
        "end": {
          "line": 517,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 17087,
      "end": 17091,
      "loc": {
        "start": {
          "line": 517,
          "column": 64
        },
        "end": {
          "line": 517,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 17092,
      "end": 17095,
      "loc": {
        "start": {
          "line": 517,
          "column": 69
        },
        "end": {
          "line": 517,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "bid_variable",
      "start": 17096,
      "end": 17110,
      "loc": {
        "start": {
          "line": 517,
          "column": 73
        },
        "end": {
          "line": 517,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17110,
      "end": 17111,
      "loc": {
        "start": {
          "line": 517,
          "column": 87
        },
        "end": {
          "line": 517,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17112,
      "end": 17113,
      "loc": {
        "start": {
          "line": 517,
          "column": 89
        },
        "end": {
          "line": 517,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 17120,
      "end": 17123,
      "loc": {
        "start": {
          "line": 518,
          "column": 6
        },
        "end": {
          "line": 518,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependency",
      "start": 17124,
      "end": 17134,
      "loc": {
        "start": {
          "line": 518,
          "column": 10
        },
        "end": {
          "line": 518,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 17135,
      "end": 17136,
      "loc": {
        "start": {
          "line": 518,
          "column": 21
        },
        "end": {
          "line": 518,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 17137,
      "end": 17141,
      "loc": {
        "start": {
          "line": 518,
          "column": 23
        },
        "end": {
          "line": 518,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17141,
      "end": 17142,
      "loc": {
        "start": {
          "line": 518,
          "column": 27
        },
        "end": {
          "line": 518,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_bid",
      "start": 17142,
      "end": 17146,
      "loc": {
        "start": {
          "line": 518,
          "column": 28
        },
        "end": {
          "line": 518,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17146,
      "end": 17147,
      "loc": {
        "start": {
          "line": 518,
          "column": 32
        },
        "end": {
          "line": 518,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entities",
      "start": 17147,
      "end": 17155,
      "loc": {
        "start": {
          "line": 518,
          "column": 33
        },
        "end": {
          "line": 518,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17155,
      "end": 17156,
      "loc": {
        "start": {
          "line": 518,
          "column": 41
        },
        "end": {
          "line": 518,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getDependency",
      "start": 17156,
      "end": 17169,
      "loc": {
        "start": {
          "line": 518,
          "column": 42
        },
        "end": {
          "line": 518,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17169,
      "end": 17170,
      "loc": {
        "start": {
          "line": 518,
          "column": 55
        },
        "end": {
          "line": 518,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyContract",
      "start": 17170,
      "end": 17188,
      "loc": {
        "start": {
          "line": 518,
          "column": 56
        },
        "end": {
          "line": 518,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17188,
      "end": 17189,
      "loc": {
        "start": {
          "line": 518,
          "column": 74
        },
        "end": {
          "line": 518,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17189,
      "end": 17190,
      "loc": {
        "start": {
          "line": 518,
          "column": 75
        },
        "end": {
          "line": 518,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 17198,
      "end": 17200,
      "loc": {
        "start": {
          "line": 520,
          "column": 6
        },
        "end": {
          "line": 520,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17201,
      "end": 17202,
      "loc": {
        "start": {
          "line": 520,
          "column": 9
        },
        "end": {
          "line": 520,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependency",
      "start": 17202,
      "end": 17212,
      "loc": {
        "start": {
          "line": 520,
          "column": 10
        },
        "end": {
          "line": 520,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17212,
      "end": 17213,
      "loc": {
        "start": {
          "line": 520,
          "column": 20
        },
        "end": {
          "line": 520,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17214,
      "end": 17215,
      "loc": {
        "start": {
          "line": 520,
          "column": 22
        },
        "end": {
          "line": 520,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 17224,
      "end": 17226,
      "loc": {
        "start": {
          "line": 521,
          "column": 8
        },
        "end": {
          "line": 521,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17227,
      "end": 17228,
      "loc": {
        "start": {
          "line": 521,
          "column": 11
        },
        "end": {
          "line": 521,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependency",
      "start": 17228,
      "end": 17238,
      "loc": {
        "start": {
          "line": 521,
          "column": 12
        },
        "end": {
          "line": 521,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17238,
      "end": 17239,
      "loc": {
        "start": {
          "line": 521,
          "column": 22
        },
        "end": {
          "line": 521,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 17239,
      "end": 17245,
      "loc": {
        "start": {
          "line": 521,
          "column": 23
        },
        "end": {
          "line": 521,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17245,
      "end": 17246,
      "loc": {
        "start": {
          "line": 521,
          "column": 29
        },
        "end": {
          "line": 521,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assembly_id",
      "start": 17246,
      "end": 17257,
      "loc": {
        "start": {
          "line": 521,
          "column": 30
        },
        "end": {
          "line": 521,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17257,
      "end": 17258,
      "loc": {
        "start": {
          "line": 521,
          "column": 41
        },
        "end": {
          "line": 521,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17259,
      "end": 17260,
      "loc": {
        "start": {
          "line": 521,
          "column": 43
        },
        "end": {
          "line": 521,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 17271,
      "end": 17274,
      "loc": {
        "start": {
          "line": 522,
          "column": 10
        },
        "end": {
          "line": 522,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceAssemblyId",
      "start": 17275,
      "end": 17291,
      "loc": {
        "start": {
          "line": 522,
          "column": 14
        },
        "end": {
          "line": 522,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 17292,
      "end": 17293,
      "loc": {
        "start": {
          "line": 522,
          "column": 31
        },
        "end": {
          "line": 522,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 17306,
      "end": 17321,
      "loc": {
        "start": {
          "line": 523,
          "column": 12
        },
        "end": {
          "line": 523,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17321,
      "end": 17322,
      "loc": {
        "start": {
          "line": 523,
          "column": 27
        },
        "end": {
          "line": 523,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 17322,
      "end": 17326,
      "loc": {
        "start": {
          "line": 523,
          "column": 28
        },
        "end": {
          "line": 523,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 17327,
      "end": 17330,
      "loc": {
        "start": {
          "line": 523,
          "column": 33
        },
        "end": {
          "line": 523,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "assembly",
      "start": 17331,
      "end": 17341,
      "loc": {
        "start": {
          "line": 523,
          "column": 37
        },
        "end": {
          "line": 523,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17356,
      "end": 17357,
      "loc": {
        "start": {
          "line": 524,
          "column": 14
        },
        "end": {
          "line": 524,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 17358,
      "end": 17373,
      "loc": {
        "start": {
          "line": 524,
          "column": 16
        },
        "end": {
          "line": 524,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17373,
      "end": 17374,
      "loc": {
        "start": {
          "line": 524,
          "column": 31
        },
        "end": {
          "line": 524,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 17374,
      "end": 17376,
      "loc": {
        "start": {
          "line": 524,
          "column": 32
        },
        "end": {
          "line": 524,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17391,
      "end": 17392,
      "loc": {
        "start": {
          "line": 525,
          "column": 14
        },
        "end": {
          "line": 525,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 17393,
      "end": 17394,
      "loc": {
        "start": {
          "line": 525,
          "column": 16
        },
        "end": {
          "line": 525,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17394,
      "end": 17395,
      "loc": {
        "start": {
          "line": 525,
          "column": 17
        },
        "end": {
          "line": 525,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isUndefined",
      "start": 17395,
      "end": 17406,
      "loc": {
        "start": {
          "line": 525,
          "column": 18
        },
        "end": {
          "line": 525,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17406,
      "end": 17407,
      "loc": {
        "start": {
          "line": 525,
          "column": 29
        },
        "end": {
          "line": 525,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 17407,
      "end": 17422,
      "loc": {
        "start": {
          "line": 525,
          "column": 30
        },
        "end": {
          "line": 525,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17422,
      "end": 17423,
      "loc": {
        "start": {
          "line": 525,
          "column": 45
        },
        "end": {
          "line": 525,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 17423,
      "end": 17429,
      "loc": {
        "start": {
          "line": 525,
          "column": 46
        },
        "end": {
          "line": 525,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17429,
      "end": 17430,
      "loc": {
        "start": {
          "line": 525,
          "column": 52
        },
        "end": {
          "line": 525,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assembly_id",
      "start": 17430,
      "end": 17441,
      "loc": {
        "start": {
          "line": 525,
          "column": 53
        },
        "end": {
          "line": 525,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17441,
      "end": 17442,
      "loc": {
        "start": {
          "line": 525,
          "column": 64
        },
        "end": {
          "line": 525,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17457,
      "end": 17458,
      "loc": {
        "start": {
          "line": 526,
          "column": 14
        },
        "end": {
          "line": 526,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 17459,
      "end": 17463,
      "loc": {
        "start": {
          "line": 526,
          "column": 16
        },
        "end": {
          "line": 526,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17478,
      "end": 17479,
      "loc": {
        "start": {
          "line": 527,
          "column": 14
        },
        "end": {
          "line": 527,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 17480,
      "end": 17495,
      "loc": {
        "start": {
          "line": 527,
          "column": 16
        },
        "end": {
          "line": 527,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17495,
      "end": 17496,
      "loc": {
        "start": {
          "line": 527,
          "column": 31
        },
        "end": {
          "line": 527,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 17496,
      "end": 17502,
      "loc": {
        "start": {
          "line": 527,
          "column": 32
        },
        "end": {
          "line": 527,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17502,
      "end": 17503,
      "loc": {
        "start": {
          "line": 527,
          "column": 38
        },
        "end": {
          "line": 527,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assembly_id",
      "start": 17503,
      "end": 17514,
      "loc": {
        "start": {
          "line": 527,
          "column": 39
        },
        "end": {
          "line": 527,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17514,
      "end": 17515,
      "loc": {
        "start": {
          "line": 527,
          "column": 50
        },
        "end": {
          "line": 527,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 17527,
      "end": 17529,
      "loc": {
        "start": {
          "line": 529,
          "column": 10
        },
        "end": {
          "line": 529,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17530,
      "end": 17531,
      "loc": {
        "start": {
          "line": 529,
          "column": 13
        },
        "end": {
          "line": 529,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependency",
      "start": 17531,
      "end": 17541,
      "loc": {
        "start": {
          "line": 529,
          "column": 14
        },
        "end": {
          "line": 529,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17541,
      "end": 17542,
      "loc": {
        "start": {
          "line": 529,
          "column": 24
        },
        "end": {
          "line": 529,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 17542,
      "end": 17548,
      "loc": {
        "start": {
          "line": 529,
          "column": 25
        },
        "end": {
          "line": 529,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17548,
      "end": 17549,
      "loc": {
        "start": {
          "line": 529,
          "column": 31
        },
        "end": {
          "line": 529,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assembly_id",
      "start": 17549,
      "end": 17560,
      "loc": {
        "start": {
          "line": 529,
          "column": 32
        },
        "end": {
          "line": 529,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 17561,
      "end": 17564,
      "loc": {
        "start": {
          "line": 529,
          "column": 44
        },
        "end": {
          "line": 529,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceAssemblyId",
      "start": 17565,
      "end": 17581,
      "loc": {
        "start": {
          "line": 529,
          "column": 48
        },
        "end": {
          "line": 529,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17581,
      "end": 17582,
      "loc": {
        "start": {
          "line": 529,
          "column": 64
        },
        "end": {
          "line": 529,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17583,
      "end": 17584,
      "loc": {
        "start": {
          "line": 529,
          "column": 66
        },
        "end": {
          "line": 529,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 17597,
      "end": 17601,
      "loc": {
        "start": {
          "line": 530,
          "column": 12
        },
        "end": {
          "line": 530,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17601,
      "end": 17602,
      "loc": {
        "start": {
          "line": 530,
          "column": 16
        },
        "end": {
          "line": 530,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_logIssue",
      "start": 17602,
      "end": 17611,
      "loc": {
        "start": {
          "line": 530,
          "column": 17
        },
        "end": {
          "line": 530,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17611,
      "end": 17612,
      "loc": {
        "start": {
          "line": 530,
          "column": 26
        },
        "end": {
          "line": 530,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "invalid_assembly_reference",
      "start": 17612,
      "end": 17640,
      "loc": {
        "start": {
          "line": 530,
          "column": 27
        },
        "end": {
          "line": 530,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17640,
      "end": 17641,
      "loc": {
        "start": {
          "line": 530,
          "column": 55
        },
        "end": {
          "line": 530,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 17642,
      "end": 17657,
      "loc": {
        "start": {
          "line": 530,
          "column": 57
        },
        "end": {
          "line": 530,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17657,
      "end": 17658,
      "loc": {
        "start": {
          "line": 530,
          "column": 72
        },
        "end": {
          "line": 530,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyContract",
      "start": 17659,
      "end": 17677,
      "loc": {
        "start": {
          "line": 530,
          "column": 74
        },
        "end": {
          "line": 530,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17677,
      "end": 17678,
      "loc": {
        "start": {
          "line": 530,
          "column": 92
        },
        "end": {
          "line": 530,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17679,
      "end": 17680,
      "loc": {
        "start": {
          "line": 530,
          "column": 94
        },
        "end": {
          "line": 530,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "source_bid_entity_dependency_key",
      "start": 17695,
      "end": 17727,
      "loc": {
        "start": {
          "line": 531,
          "column": 14
        },
        "end": {
          "line": 531,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17727,
      "end": 17728,
      "loc": {
        "start": {
          "line": 531,
          "column": 46
        },
        "end": {
          "line": 531,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyKey",
      "start": 17729,
      "end": 17742,
      "loc": {
        "start": {
          "line": 531,
          "column": 48
        },
        "end": {
          "line": 531,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17742,
      "end": 17743,
      "loc": {
        "start": {
          "line": 531,
          "column": 61
        },
        "end": {
          "line": 531,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17756,
      "end": 17757,
      "loc": {
        "start": {
          "line": 532,
          "column": 12
        },
        "end": {
          "line": 532,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17757,
      "end": 17758,
      "loc": {
        "start": {
          "line": 532,
          "column": 13
        },
        "end": {
          "line": 532,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17758,
      "end": 17759,
      "loc": {
        "start": {
          "line": 532,
          "column": 14
        },
        "end": {
          "line": 532,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17770,
      "end": 17771,
      "loc": {
        "start": {
          "line": 533,
          "column": 10
        },
        "end": {
          "line": 533,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17780,
      "end": 17781,
      "loc": {
        "start": {
          "line": 534,
          "column": 8
        },
        "end": {
          "line": 534,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17788,
      "end": 17789,
      "loc": {
        "start": {
          "line": 535,
          "column": 6
        },
        "end": {
          "line": 535,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17794,
      "end": 17795,
      "loc": {
        "start": {
          "line": 536,
          "column": 4
        },
        "end": {
          "line": 536,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17798,
      "end": 17799,
      "loc": {
        "start": {
          "line": 537,
          "column": 2
        },
        "end": {
          "line": 537,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_testReferencedLineItemExists",
      "start": 17803,
      "end": 17832,
      "loc": {
        "start": {
          "line": 539,
          "column": 2
        },
        "end": {
          "line": 539,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17832,
      "end": 17833,
      "loc": {
        "start": {
          "line": 539,
          "column": 31
        },
        "end": {
          "line": 539,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lineItemId",
      "start": 17833,
      "end": 17843,
      "loc": {
        "start": {
          "line": 539,
          "column": 32
        },
        "end": {
          "line": 539,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17843,
      "end": 17844,
      "loc": {
        "start": {
          "line": 539,
          "column": 42
        },
        "end": {
          "line": 539,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 17845,
      "end": 17860,
      "loc": {
        "start": {
          "line": 539,
          "column": 44
        },
        "end": {
          "line": 539,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17860,
      "end": 17861,
      "loc": {
        "start": {
          "line": 539,
          "column": 59
        },
        "end": {
          "line": 539,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17862,
      "end": 17863,
      "loc": {
        "start": {
          "line": 539,
          "column": 61
        },
        "end": {
          "line": 539,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 17868,
      "end": 17873,
      "loc": {
        "start": {
          "line": 540,
          "column": 4
        },
        "end": {
          "line": 540,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bidLineItem",
      "start": 17874,
      "end": 17885,
      "loc": {
        "start": {
          "line": 540,
          "column": 10
        },
        "end": {
          "line": 540,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 17886,
      "end": 17887,
      "loc": {
        "start": {
          "line": 540,
          "column": 22
        },
        "end": {
          "line": 540,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 17888,
      "end": 17892,
      "loc": {
        "start": {
          "line": 540,
          "column": 24
        },
        "end": {
          "line": 540,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17892,
      "end": 17893,
      "loc": {
        "start": {
          "line": 540,
          "column": 28
        },
        "end": {
          "line": 540,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_bid",
      "start": 17893,
      "end": 17897,
      "loc": {
        "start": {
          "line": 540,
          "column": 29
        },
        "end": {
          "line": 540,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17897,
      "end": 17898,
      "loc": {
        "start": {
          "line": 540,
          "column": 33
        },
        "end": {
          "line": 540,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entities",
      "start": 17898,
      "end": 17906,
      "loc": {
        "start": {
          "line": 540,
          "column": 34
        },
        "end": {
          "line": 540,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17906,
      "end": 17907,
      "loc": {
        "start": {
          "line": 540,
          "column": 42
        },
        "end": {
          "line": 540,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lineItems",
      "start": 17907,
      "end": 17916,
      "loc": {
        "start": {
          "line": 540,
          "column": 43
        },
        "end": {
          "line": 540,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17916,
      "end": 17917,
      "loc": {
        "start": {
          "line": 540,
          "column": 52
        },
        "end": {
          "line": 540,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lineItemId",
      "start": 17917,
      "end": 17927,
      "loc": {
        "start": {
          "line": 540,
          "column": 53
        },
        "end": {
          "line": 540,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17927,
      "end": 17928,
      "loc": {
        "start": {
          "line": 540,
          "column": 63
        },
        "end": {
          "line": 540,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17928,
      "end": 17929,
      "loc": {
        "start": {
          "line": 540,
          "column": 64
        },
        "end": {
          "line": 540,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 17935,
      "end": 17937,
      "loc": {
        "start": {
          "line": 542,
          "column": 4
        },
        "end": {
          "line": 542,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17938,
      "end": 17939,
      "loc": {
        "start": {
          "line": 542,
          "column": 7
        },
        "end": {
          "line": 542,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bidLineItem",
      "start": 17939,
      "end": 17950,
      "loc": {
        "start": {
          "line": 542,
          "column": 8
        },
        "end": {
          "line": 542,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 17951,
      "end": 17954,
      "loc": {
        "start": {
          "line": 542,
          "column": 20
        },
        "end": {
          "line": 542,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 17955,
      "end": 17964,
      "loc": {
        "start": {
          "line": 542,
          "column": 24
        },
        "end": {
          "line": 542,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 17965,
      "end": 17967,
      "loc": {
        "start": {
          "line": 542,
          "column": 34
        },
        "end": {
          "line": 542,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bidLineItem",
      "start": 17968,
      "end": 17979,
      "loc": {
        "start": {
          "line": 542,
          "column": 37
        },
        "end": {
          "line": 542,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 17980,
      "end": 17983,
      "loc": {
        "start": {
          "line": 542,
          "column": 49
        },
        "end": {
          "line": 542,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 17984,
      "end": 17988,
      "loc": {
        "start": {
          "line": 542,
          "column": 53
        },
        "end": {
          "line": 542,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17988,
      "end": 17989,
      "loc": {
        "start": {
          "line": 542,
          "column": 57
        },
        "end": {
          "line": 542,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17990,
      "end": 17991,
      "loc": {
        "start": {
          "line": 542,
          "column": 59
        },
        "end": {
          "line": 542,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 17998,
      "end": 18002,
      "loc": {
        "start": {
          "line": 543,
          "column": 6
        },
        "end": {
          "line": 543,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18002,
      "end": 18003,
      "loc": {
        "start": {
          "line": 543,
          "column": 10
        },
        "end": {
          "line": 543,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_logIssue",
      "start": 18003,
      "end": 18012,
      "loc": {
        "start": {
          "line": 543,
          "column": 11
        },
        "end": {
          "line": 543,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18012,
      "end": 18013,
      "loc": {
        "start": {
          "line": 543,
          "column": 20
        },
        "end": {
          "line": 543,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18013,
      "end": 18014,
      "loc": {
        "start": {
          "line": 543,
          "column": 21
        },
        "end": {
          "line": 543,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "invalid_",
      "start": 18014,
      "end": 18022,
      "loc": {
        "start": {
          "line": 543,
          "column": 22
        },
        "end": {
          "line": 543,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18022,
      "end": 18024,
      "loc": {
        "start": {
          "line": 543,
          "column": 30
        },
        "end": {
          "line": 543,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 18024,
      "end": 18039,
      "loc": {
        "start": {
          "line": 543,
          "column": 32
        },
        "end": {
          "line": 543,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18039,
      "end": 18040,
      "loc": {
        "start": {
          "line": 543,
          "column": 47
        },
        "end": {
          "line": 543,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 18040,
      "end": 18044,
      "loc": {
        "start": {
          "line": 543,
          "column": 48
        },
        "end": {
          "line": 543,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18044,
      "end": 18045,
      "loc": {
        "start": {
          "line": 543,
          "column": 52
        },
        "end": {
          "line": 543,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "_line_item_reference",
      "start": 18045,
      "end": 18065,
      "loc": {
        "start": {
          "line": 543,
          "column": 53
        },
        "end": {
          "line": 543,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18065,
      "end": 18066,
      "loc": {
        "start": {
          "line": 543,
          "column": 73
        },
        "end": {
          "line": 543,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18066,
      "end": 18067,
      "loc": {
        "start": {
          "line": 543,
          "column": 74
        },
        "end": {
          "line": 543,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 18068,
      "end": 18083,
      "loc": {
        "start": {
          "line": 543,
          "column": 76
        },
        "end": {
          "line": 543,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18083,
      "end": 18084,
      "loc": {
        "start": {
          "line": 543,
          "column": 91
        },
        "end": {
          "line": 543,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18085,
      "end": 18086,
      "loc": {
        "start": {
          "line": 543,
          "column": 93
        },
        "end": {
          "line": 543,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 18095,
      "end": 18099,
      "loc": {
        "start": {
          "line": 544,
          "column": 8
        },
        "end": {
          "line": 544,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18099,
      "end": 18100,
      "loc": {
        "start": {
          "line": 544,
          "column": 12
        },
        "end": {
          "line": 544,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "line_item",
      "start": 18101,
      "end": 18112,
      "loc": {
        "start": {
          "line": 544,
          "column": 14
        },
        "end": {
          "line": 544,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18112,
      "end": 18113,
      "loc": {
        "start": {
          "line": 544,
          "column": 25
        },
        "end": {
          "line": 544,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bid_entity_id",
      "start": 18122,
      "end": 18135,
      "loc": {
        "start": {
          "line": 545,
          "column": 8
        },
        "end": {
          "line": 545,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18135,
      "end": 18136,
      "loc": {
        "start": {
          "line": 545,
          "column": 21
        },
        "end": {
          "line": 545,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lineItemId",
      "start": 18137,
      "end": 18147,
      "loc": {
        "start": {
          "line": 545,
          "column": 23
        },
        "end": {
          "line": 545,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18147,
      "end": 18148,
      "loc": {
        "start": {
          "line": 545,
          "column": 33
        },
        "end": {
          "line": 545,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18155,
      "end": 18156,
      "loc": {
        "start": {
          "line": 546,
          "column": 6
        },
        "end": {
          "line": 546,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18156,
      "end": 18157,
      "loc": {
        "start": {
          "line": 546,
          "column": 7
        },
        "end": {
          "line": 546,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18157,
      "end": 18158,
      "loc": {
        "start": {
          "line": 546,
          "column": 8
        },
        "end": {
          "line": 546,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18163,
      "end": 18164,
      "loc": {
        "start": {
          "line": 547,
          "column": 4
        },
        "end": {
          "line": 547,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18167,
      "end": 18168,
      "loc": {
        "start": {
          "line": 548,
          "column": 2
        },
        "end": {
          "line": 548,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_testReferencedComponentExists",
      "start": 18172,
      "end": 18202,
      "loc": {
        "start": {
          "line": 550,
          "column": 2
        },
        "end": {
          "line": 550,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18202,
      "end": 18203,
      "loc": {
        "start": {
          "line": 550,
          "column": 32
        },
        "end": {
          "line": 550,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "componentId",
      "start": 18203,
      "end": 18214,
      "loc": {
        "start": {
          "line": 550,
          "column": 33
        },
        "end": {
          "line": 550,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18214,
      "end": 18215,
      "loc": {
        "start": {
          "line": 550,
          "column": 44
        },
        "end": {
          "line": 550,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 18216,
      "end": 18231,
      "loc": {
        "start": {
          "line": 550,
          "column": 46
        },
        "end": {
          "line": 550,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18231,
      "end": 18232,
      "loc": {
        "start": {
          "line": 550,
          "column": 61
        },
        "end": {
          "line": 550,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "errorType",
      "start": 18233,
      "end": 18242,
      "loc": {
        "start": {
          "line": 550,
          "column": 63
        },
        "end": {
          "line": 550,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18242,
      "end": 18243,
      "loc": {
        "start": {
          "line": 550,
          "column": 72
        },
        "end": {
          "line": 550,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18244,
      "end": 18245,
      "loc": {
        "start": {
          "line": 550,
          "column": 74
        },
        "end": {
          "line": 550,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 18250,
      "end": 18255,
      "loc": {
        "start": {
          "line": 551,
          "column": 4
        },
        "end": {
          "line": 551,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bidComponent",
      "start": 18256,
      "end": 18268,
      "loc": {
        "start": {
          "line": 551,
          "column": 10
        },
        "end": {
          "line": 551,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 18269,
      "end": 18270,
      "loc": {
        "start": {
          "line": 551,
          "column": 23
        },
        "end": {
          "line": 551,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 18271,
      "end": 18275,
      "loc": {
        "start": {
          "line": 551,
          "column": 25
        },
        "end": {
          "line": 551,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18275,
      "end": 18276,
      "loc": {
        "start": {
          "line": 551,
          "column": 29
        },
        "end": {
          "line": 551,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_bid",
      "start": 18276,
      "end": 18280,
      "loc": {
        "start": {
          "line": 551,
          "column": 30
        },
        "end": {
          "line": 551,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18280,
      "end": 18281,
      "loc": {
        "start": {
          "line": 551,
          "column": 34
        },
        "end": {
          "line": 551,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entities",
      "start": 18281,
      "end": 18289,
      "loc": {
        "start": {
          "line": 551,
          "column": 35
        },
        "end": {
          "line": 551,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18289,
      "end": 18290,
      "loc": {
        "start": {
          "line": 551,
          "column": 43
        },
        "end": {
          "line": 551,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "components",
      "start": 18290,
      "end": 18300,
      "loc": {
        "start": {
          "line": 551,
          "column": 44
        },
        "end": {
          "line": 551,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18300,
      "end": 18301,
      "loc": {
        "start": {
          "line": 551,
          "column": 54
        },
        "end": {
          "line": 551,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "componentId",
      "start": 18301,
      "end": 18312,
      "loc": {
        "start": {
          "line": 551,
          "column": 55
        },
        "end": {
          "line": 551,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18312,
      "end": 18313,
      "loc": {
        "start": {
          "line": 551,
          "column": 66
        },
        "end": {
          "line": 551,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18313,
      "end": 18314,
      "loc": {
        "start": {
          "line": 551,
          "column": 67
        },
        "end": {
          "line": 551,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 18320,
      "end": 18322,
      "loc": {
        "start": {
          "line": 553,
          "column": 4
        },
        "end": {
          "line": 553,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18323,
      "end": 18324,
      "loc": {
        "start": {
          "line": 553,
          "column": 7
        },
        "end": {
          "line": 553,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bidComponent",
      "start": 18324,
      "end": 18336,
      "loc": {
        "start": {
          "line": 553,
          "column": 8
        },
        "end": {
          "line": 553,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 18337,
      "end": 18340,
      "loc": {
        "start": {
          "line": 553,
          "column": 21
        },
        "end": {
          "line": 553,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 18341,
      "end": 18350,
      "loc": {
        "start": {
          "line": 553,
          "column": 25
        },
        "end": {
          "line": 553,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 18351,
      "end": 18353,
      "loc": {
        "start": {
          "line": 553,
          "column": 35
        },
        "end": {
          "line": 553,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bidComponent",
      "start": 18354,
      "end": 18366,
      "loc": {
        "start": {
          "line": 553,
          "column": 38
        },
        "end": {
          "line": 553,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 18367,
      "end": 18370,
      "loc": {
        "start": {
          "line": 553,
          "column": 51
        },
        "end": {
          "line": 553,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 18371,
      "end": 18375,
      "loc": {
        "start": {
          "line": 553,
          "column": 55
        },
        "end": {
          "line": 553,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18375,
      "end": 18376,
      "loc": {
        "start": {
          "line": 553,
          "column": 59
        },
        "end": {
          "line": 553,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18377,
      "end": 18378,
      "loc": {
        "start": {
          "line": 553,
          "column": 61
        },
        "end": {
          "line": 553,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 18385,
      "end": 18389,
      "loc": {
        "start": {
          "line": 554,
          "column": 6
        },
        "end": {
          "line": 554,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18389,
      "end": 18390,
      "loc": {
        "start": {
          "line": 554,
          "column": 10
        },
        "end": {
          "line": 554,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_logIssue",
      "start": 18390,
      "end": 18399,
      "loc": {
        "start": {
          "line": 554,
          "column": 11
        },
        "end": {
          "line": 554,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18399,
      "end": 18400,
      "loc": {
        "start": {
          "line": 554,
          "column": 20
        },
        "end": {
          "line": 554,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "errorType",
      "start": 18400,
      "end": 18409,
      "loc": {
        "start": {
          "line": 554,
          "column": 21
        },
        "end": {
          "line": 554,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18409,
      "end": 18410,
      "loc": {
        "start": {
          "line": 554,
          "column": 30
        },
        "end": {
          "line": 554,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 18411,
      "end": 18426,
      "loc": {
        "start": {
          "line": 554,
          "column": 32
        },
        "end": {
          "line": 554,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18426,
      "end": 18427,
      "loc": {
        "start": {
          "line": 554,
          "column": 47
        },
        "end": {
          "line": 554,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18428,
      "end": 18429,
      "loc": {
        "start": {
          "line": 554,
          "column": 49
        },
        "end": {
          "line": 554,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 18438,
      "end": 18442,
      "loc": {
        "start": {
          "line": 555,
          "column": 8
        },
        "end": {
          "line": 555,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18442,
      "end": 18443,
      "loc": {
        "start": {
          "line": 555,
          "column": 12
        },
        "end": {
          "line": 555,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "component",
      "start": 18444,
      "end": 18455,
      "loc": {
        "start": {
          "line": 555,
          "column": 14
        },
        "end": {
          "line": 555,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18455,
      "end": 18456,
      "loc": {
        "start": {
          "line": 555,
          "column": 25
        },
        "end": {
          "line": 555,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bid_entity_id",
      "start": 18465,
      "end": 18478,
      "loc": {
        "start": {
          "line": 556,
          "column": 8
        },
        "end": {
          "line": 556,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18478,
      "end": 18479,
      "loc": {
        "start": {
          "line": 556,
          "column": 21
        },
        "end": {
          "line": 556,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "componentId",
      "start": 18480,
      "end": 18491,
      "loc": {
        "start": {
          "line": 556,
          "column": 23
        },
        "end": {
          "line": 556,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18491,
      "end": 18492,
      "loc": {
        "start": {
          "line": 556,
          "column": 34
        },
        "end": {
          "line": 556,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18499,
      "end": 18500,
      "loc": {
        "start": {
          "line": 557,
          "column": 6
        },
        "end": {
          "line": 557,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18500,
      "end": 18501,
      "loc": {
        "start": {
          "line": 557,
          "column": 7
        },
        "end": {
          "line": 557,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18501,
      "end": 18502,
      "loc": {
        "start": {
          "line": 557,
          "column": 8
        },
        "end": {
          "line": 557,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18507,
      "end": 18508,
      "loc": {
        "start": {
          "line": 558,
          "column": 4
        },
        "end": {
          "line": 558,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18511,
      "end": 18512,
      "loc": {
        "start": {
          "line": 559,
          "column": 2
        },
        "end": {
          "line": 559,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_testReferencedDynamicGroupExists",
      "start": 18516,
      "end": 18549,
      "loc": {
        "start": {
          "line": 561,
          "column": 2
        },
        "end": {
          "line": 561,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18549,
      "end": 18550,
      "loc": {
        "start": {
          "line": 561,
          "column": 35
        },
        "end": {
          "line": 561,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "groupId",
      "start": 18550,
      "end": 18557,
      "loc": {
        "start": {
          "line": 561,
          "column": 36
        },
        "end": {
          "line": 561,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18557,
      "end": 18558,
      "loc": {
        "start": {
          "line": 561,
          "column": 43
        },
        "end": {
          "line": 561,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 18559,
      "end": 18574,
      "loc": {
        "start": {
          "line": 561,
          "column": 45
        },
        "end": {
          "line": 561,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18574,
      "end": 18575,
      "loc": {
        "start": {
          "line": 561,
          "column": 60
        },
        "end": {
          "line": 561,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18576,
      "end": 18577,
      "loc": {
        "start": {
          "line": 561,
          "column": 62
        },
        "end": {
          "line": 561,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 18582,
      "end": 18587,
      "loc": {
        "start": {
          "line": 562,
          "column": 4
        },
        "end": {
          "line": 562,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bidDynamicGroup",
      "start": 18588,
      "end": 18603,
      "loc": {
        "start": {
          "line": 562,
          "column": 10
        },
        "end": {
          "line": 562,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 18604,
      "end": 18605,
      "loc": {
        "start": {
          "line": 562,
          "column": 26
        },
        "end": {
          "line": 562,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 18606,
      "end": 18610,
      "loc": {
        "start": {
          "line": 562,
          "column": 28
        },
        "end": {
          "line": 562,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18610,
      "end": 18611,
      "loc": {
        "start": {
          "line": 562,
          "column": 32
        },
        "end": {
          "line": 562,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_bid",
      "start": 18611,
      "end": 18615,
      "loc": {
        "start": {
          "line": 562,
          "column": 33
        },
        "end": {
          "line": 562,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18615,
      "end": 18616,
      "loc": {
        "start": {
          "line": 562,
          "column": 37
        },
        "end": {
          "line": 562,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entities",
      "start": 18616,
      "end": 18624,
      "loc": {
        "start": {
          "line": 562,
          "column": 38
        },
        "end": {
          "line": 562,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18624,
      "end": 18625,
      "loc": {
        "start": {
          "line": 562,
          "column": 46
        },
        "end": {
          "line": 562,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dynamicGroups",
      "start": 18625,
      "end": 18638,
      "loc": {
        "start": {
          "line": 562,
          "column": 47
        },
        "end": {
          "line": 562,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18638,
      "end": 18639,
      "loc": {
        "start": {
          "line": 562,
          "column": 60
        },
        "end": {
          "line": 562,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "groupId",
      "start": 18639,
      "end": 18646,
      "loc": {
        "start": {
          "line": 562,
          "column": 61
        },
        "end": {
          "line": 562,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18646,
      "end": 18647,
      "loc": {
        "start": {
          "line": 562,
          "column": 68
        },
        "end": {
          "line": 562,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18647,
      "end": 18648,
      "loc": {
        "start": {
          "line": 562,
          "column": 69
        },
        "end": {
          "line": 562,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 18654,
      "end": 18656,
      "loc": {
        "start": {
          "line": 564,
          "column": 4
        },
        "end": {
          "line": 564,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18657,
      "end": 18658,
      "loc": {
        "start": {
          "line": 564,
          "column": 7
        },
        "end": {
          "line": 564,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bidDynamicGroup",
      "start": 18658,
      "end": 18673,
      "loc": {
        "start": {
          "line": 564,
          "column": 8
        },
        "end": {
          "line": 564,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 18674,
      "end": 18677,
      "loc": {
        "start": {
          "line": 564,
          "column": 24
        },
        "end": {
          "line": 564,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 18678,
      "end": 18687,
      "loc": {
        "start": {
          "line": 564,
          "column": 28
        },
        "end": {
          "line": 564,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 18688,
      "end": 18690,
      "loc": {
        "start": {
          "line": 564,
          "column": 38
        },
        "end": {
          "line": 564,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bidDynamicGroup",
      "start": 18691,
      "end": 18706,
      "loc": {
        "start": {
          "line": 564,
          "column": 41
        },
        "end": {
          "line": 564,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 18707,
      "end": 18710,
      "loc": {
        "start": {
          "line": 564,
          "column": 57
        },
        "end": {
          "line": 564,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 18711,
      "end": 18715,
      "loc": {
        "start": {
          "line": 564,
          "column": 61
        },
        "end": {
          "line": 564,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18715,
      "end": 18716,
      "loc": {
        "start": {
          "line": 564,
          "column": 65
        },
        "end": {
          "line": 564,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18717,
      "end": 18718,
      "loc": {
        "start": {
          "line": 564,
          "column": 67
        },
        "end": {
          "line": 564,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 18725,
      "end": 18729,
      "loc": {
        "start": {
          "line": 565,
          "column": 6
        },
        "end": {
          "line": 565,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18729,
      "end": 18730,
      "loc": {
        "start": {
          "line": 565,
          "column": 10
        },
        "end": {
          "line": 565,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_logIssue",
      "start": 18730,
      "end": 18739,
      "loc": {
        "start": {
          "line": 565,
          "column": 11
        },
        "end": {
          "line": 565,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18739,
      "end": 18740,
      "loc": {
        "start": {
          "line": 565,
          "column": 20
        },
        "end": {
          "line": 565,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18740,
      "end": 18741,
      "loc": {
        "start": {
          "line": 565,
          "column": 21
        },
        "end": {
          "line": 565,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "invalid_",
      "start": 18741,
      "end": 18749,
      "loc": {
        "start": {
          "line": 565,
          "column": 22
        },
        "end": {
          "line": 565,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18749,
      "end": 18751,
      "loc": {
        "start": {
          "line": 565,
          "column": 30
        },
        "end": {
          "line": 565,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 18751,
      "end": 18766,
      "loc": {
        "start": {
          "line": 565,
          "column": 32
        },
        "end": {
          "line": 565,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18766,
      "end": 18767,
      "loc": {
        "start": {
          "line": 565,
          "column": 47
        },
        "end": {
          "line": 565,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 18767,
      "end": 18771,
      "loc": {
        "start": {
          "line": 565,
          "column": 48
        },
        "end": {
          "line": 565,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18771,
      "end": 18772,
      "loc": {
        "start": {
          "line": 565,
          "column": 52
        },
        "end": {
          "line": 565,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "_dynamic_group_reference",
      "start": 18772,
      "end": 18796,
      "loc": {
        "start": {
          "line": 565,
          "column": 53
        },
        "end": {
          "line": 565,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18796,
      "end": 18797,
      "loc": {
        "start": {
          "line": 565,
          "column": 77
        },
        "end": {
          "line": 565,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18797,
      "end": 18798,
      "loc": {
        "start": {
          "line": 565,
          "column": 78
        },
        "end": {
          "line": 565,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 18799,
      "end": 18814,
      "loc": {
        "start": {
          "line": 565,
          "column": 80
        },
        "end": {
          "line": 565,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18814,
      "end": 18815,
      "loc": {
        "start": {
          "line": 565,
          "column": 95
        },
        "end": {
          "line": 565,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18816,
      "end": 18817,
      "loc": {
        "start": {
          "line": 565,
          "column": 97
        },
        "end": {
          "line": 565,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 18826,
      "end": 18830,
      "loc": {
        "start": {
          "line": 566,
          "column": 8
        },
        "end": {
          "line": 566,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18830,
      "end": 18831,
      "loc": {
        "start": {
          "line": 566,
          "column": 12
        },
        "end": {
          "line": 566,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "dynamic_group",
      "start": 18832,
      "end": 18847,
      "loc": {
        "start": {
          "line": 566,
          "column": 14
        },
        "end": {
          "line": 566,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18847,
      "end": 18848,
      "loc": {
        "start": {
          "line": 566,
          "column": 29
        },
        "end": {
          "line": 566,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bid_entity_id",
      "start": 18857,
      "end": 18870,
      "loc": {
        "start": {
          "line": 567,
          "column": 8
        },
        "end": {
          "line": 567,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18870,
      "end": 18871,
      "loc": {
        "start": {
          "line": 567,
          "column": 21
        },
        "end": {
          "line": 567,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "groupId",
      "start": 18872,
      "end": 18879,
      "loc": {
        "start": {
          "line": 567,
          "column": 23
        },
        "end": {
          "line": 567,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18879,
      "end": 18880,
      "loc": {
        "start": {
          "line": 567,
          "column": 30
        },
        "end": {
          "line": 567,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18887,
      "end": 18888,
      "loc": {
        "start": {
          "line": 568,
          "column": 6
        },
        "end": {
          "line": 568,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18888,
      "end": 18889,
      "loc": {
        "start": {
          "line": 568,
          "column": 7
        },
        "end": {
          "line": 568,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18889,
      "end": 18890,
      "loc": {
        "start": {
          "line": 568,
          "column": 8
        },
        "end": {
          "line": 568,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18895,
      "end": 18896,
      "loc": {
        "start": {
          "line": 569,
          "column": 4
        },
        "end": {
          "line": 569,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18899,
      "end": 18900,
      "loc": {
        "start": {
          "line": 570,
          "column": 2
        },
        "end": {
          "line": 570,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_testComponentReferences",
      "start": 18904,
      "end": 18928,
      "loc": {
        "start": {
          "line": 572,
          "column": 2
        },
        "end": {
          "line": 572,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18928,
      "end": 18929,
      "loc": {
        "start": {
          "line": 572,
          "column": 26
        },
        "end": {
          "line": 572,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 18929,
      "end": 18944,
      "loc": {
        "start": {
          "line": 572,
          "column": 27
        },
        "end": {
          "line": 572,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18944,
      "end": 18945,
      "loc": {
        "start": {
          "line": 572,
          "column": 42
        },
        "end": {
          "line": 572,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18946,
      "end": 18947,
      "loc": {
        "start": {
          "line": 572,
          "column": 44
        },
        "end": {
          "line": 572,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 18952,
      "end": 18957,
      "loc": {
        "start": {
          "line": 573,
          "column": 4
        },
        "end": {
          "line": 573,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18958,
      "end": 18959,
      "loc": {
        "start": {
          "line": 573,
          "column": 10
        },
        "end": {
          "line": 573,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "line_items",
      "start": 18960,
      "end": 18970,
      "loc": {
        "start": {
          "line": 573,
          "column": 12
        },
        "end": {
          "line": 573,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18970,
      "end": 18971,
      "loc": {
        "start": {
          "line": 573,
          "column": 22
        },
        "end": {
          "line": 573,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "components",
      "start": 18972,
      "end": 18982,
      "loc": {
        "start": {
          "line": 573,
          "column": 24
        },
        "end": {
          "line": 573,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18982,
      "end": 18983,
      "loc": {
        "start": {
          "line": 573,
          "column": 34
        },
        "end": {
          "line": 573,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parent_component_id",
      "start": 18984,
      "end": 19003,
      "loc": {
        "start": {
          "line": 573,
          "column": 36
        },
        "end": {
          "line": 573,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19003,
      "end": 19004,
      "loc": {
        "start": {
          "line": 573,
          "column": 55
        },
        "end": {
          "line": 573,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "component_group_id",
      "start": 19005,
      "end": 19023,
      "loc": {
        "start": {
          "line": 573,
          "column": 57
        },
        "end": {
          "line": 573,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19024,
      "end": 19025,
      "loc": {
        "start": {
          "line": 573,
          "column": 76
        },
        "end": {
          "line": 573,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 19026,
      "end": 19027,
      "loc": {
        "start": {
          "line": 573,
          "column": 78
        },
        "end": {
          "line": 573,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 19028,
      "end": 19043,
      "loc": {
        "start": {
          "line": 573,
          "column": 80
        },
        "end": {
          "line": 573,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19043,
      "end": 19044,
      "loc": {
        "start": {
          "line": 573,
          "column": 95
        },
        "end": {
          "line": 573,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 19044,
      "end": 19050,
      "loc": {
        "start": {
          "line": 573,
          "column": 96
        },
        "end": {
          "line": 573,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19050,
      "end": 19051,
      "loc": {
        "start": {
          "line": 573,
          "column": 102
        },
        "end": {
          "line": 573,
          "column": 103
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "line_items",
      "start": 19057,
      "end": 19067,
      "loc": {
        "start": {
          "line": 575,
          "column": 4
        },
        "end": {
          "line": 575,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19067,
      "end": 19068,
      "loc": {
        "start": {
          "line": 575,
          "column": 14
        },
        "end": {
          "line": 575,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "forEach",
      "start": 19068,
      "end": 19075,
      "loc": {
        "start": {
          "line": 575,
          "column": 15
        },
        "end": {
          "line": 575,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19075,
      "end": 19076,
      "loc": {
        "start": {
          "line": 575,
          "column": 22
        },
        "end": {
          "line": 575,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lineItemId",
      "start": 19076,
      "end": 19086,
      "loc": {
        "start": {
          "line": 575,
          "column": 23
        },
        "end": {
          "line": 575,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19087,
      "end": 19089,
      "loc": {
        "start": {
          "line": 575,
          "column": 34
        },
        "end": {
          "line": 575,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19090,
      "end": 19091,
      "loc": {
        "start": {
          "line": 575,
          "column": 37
        },
        "end": {
          "line": 575,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 19098,
      "end": 19102,
      "loc": {
        "start": {
          "line": 576,
          "column": 6
        },
        "end": {
          "line": 576,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19102,
      "end": 19103,
      "loc": {
        "start": {
          "line": 576,
          "column": 10
        },
        "end": {
          "line": 576,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_testReferencedLineItemExists",
      "start": 19103,
      "end": 19132,
      "loc": {
        "start": {
          "line": 576,
          "column": 11
        },
        "end": {
          "line": 576,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19132,
      "end": 19133,
      "loc": {
        "start": {
          "line": 576,
          "column": 40
        },
        "end": {
          "line": 576,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lineItemId",
      "start": 19133,
      "end": 19143,
      "loc": {
        "start": {
          "line": 576,
          "column": 41
        },
        "end": {
          "line": 576,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19143,
      "end": 19144,
      "loc": {
        "start": {
          "line": 576,
          "column": 51
        },
        "end": {
          "line": 576,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 19145,
      "end": 19160,
      "loc": {
        "start": {
          "line": 576,
          "column": 53
        },
        "end": {
          "line": 576,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19160,
      "end": 19161,
      "loc": {
        "start": {
          "line": 576,
          "column": 68
        },
        "end": {
          "line": 576,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19161,
      "end": 19162,
      "loc": {
        "start": {
          "line": 576,
          "column": 69
        },
        "end": {
          "line": 576,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19167,
      "end": 19168,
      "loc": {
        "start": {
          "line": 577,
          "column": 4
        },
        "end": {
          "line": 577,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19168,
      "end": 19169,
      "loc": {
        "start": {
          "line": 577,
          "column": 5
        },
        "end": {
          "line": 577,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19169,
      "end": 19170,
      "loc": {
        "start": {
          "line": 577,
          "column": 6
        },
        "end": {
          "line": 577,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "components",
      "start": 19176,
      "end": 19186,
      "loc": {
        "start": {
          "line": 579,
          "column": 4
        },
        "end": {
          "line": 579,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19186,
      "end": 19187,
      "loc": {
        "start": {
          "line": 579,
          "column": 14
        },
        "end": {
          "line": 579,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "forEach",
      "start": 19187,
      "end": 19194,
      "loc": {
        "start": {
          "line": 579,
          "column": 15
        },
        "end": {
          "line": 579,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19194,
      "end": 19195,
      "loc": {
        "start": {
          "line": 579,
          "column": 22
        },
        "end": {
          "line": 579,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "componentId",
      "start": 19195,
      "end": 19206,
      "loc": {
        "start": {
          "line": 579,
          "column": 23
        },
        "end": {
          "line": 579,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19207,
      "end": 19209,
      "loc": {
        "start": {
          "line": 579,
          "column": 35
        },
        "end": {
          "line": 579,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19210,
      "end": 19211,
      "loc": {
        "start": {
          "line": 579,
          "column": 38
        },
        "end": {
          "line": 579,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 19218,
      "end": 19222,
      "loc": {
        "start": {
          "line": 580,
          "column": 6
        },
        "end": {
          "line": 580,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19222,
      "end": 19223,
      "loc": {
        "start": {
          "line": 580,
          "column": 10
        },
        "end": {
          "line": 580,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_testReferencedComponentExists",
      "start": 19223,
      "end": 19253,
      "loc": {
        "start": {
          "line": 580,
          "column": 11
        },
        "end": {
          "line": 580,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19253,
      "end": 19254,
      "loc": {
        "start": {
          "line": 580,
          "column": 41
        },
        "end": {
          "line": 580,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "componentId",
      "start": 19263,
      "end": 19274,
      "loc": {
        "start": {
          "line": 581,
          "column": 8
        },
        "end": {
          "line": 581,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19274,
      "end": 19275,
      "loc": {
        "start": {
          "line": 581,
          "column": 19
        },
        "end": {
          "line": 581,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 19284,
      "end": 19299,
      "loc": {
        "start": {
          "line": 582,
          "column": 8
        },
        "end": {
          "line": 582,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19299,
      "end": 19300,
      "loc": {
        "start": {
          "line": 582,
          "column": 23
        },
        "end": {
          "line": 582,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "invalid_component_sub_component_reference",
      "start": 19309,
      "end": 19352,
      "loc": {
        "start": {
          "line": 583,
          "column": 8
        },
        "end": {
          "line": 583,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19359,
      "end": 19360,
      "loc": {
        "start": {
          "line": 584,
          "column": 6
        },
        "end": {
          "line": 584,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19360,
      "end": 19361,
      "loc": {
        "start": {
          "line": 584,
          "column": 7
        },
        "end": {
          "line": 584,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19366,
      "end": 19367,
      "loc": {
        "start": {
          "line": 585,
          "column": 4
        },
        "end": {
          "line": 585,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19367,
      "end": 19368,
      "loc": {
        "start": {
          "line": 585,
          "column": 5
        },
        "end": {
          "line": 585,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19368,
      "end": 19369,
      "loc": {
        "start": {
          "line": 585,
          "column": 6
        },
        "end": {
          "line": 585,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 19375,
      "end": 19377,
      "loc": {
        "start": {
          "line": 587,
          "column": 4
        },
        "end": {
          "line": 587,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19378,
      "end": 19379,
      "loc": {
        "start": {
          "line": 587,
          "column": 7
        },
        "end": {
          "line": 587,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parent_component_id",
      "start": 19379,
      "end": 19398,
      "loc": {
        "start": {
          "line": 587,
          "column": 8
        },
        "end": {
          "line": 587,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19398,
      "end": 19399,
      "loc": {
        "start": {
          "line": 587,
          "column": 27
        },
        "end": {
          "line": 587,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19400,
      "end": 19401,
      "loc": {
        "start": {
          "line": 587,
          "column": 29
        },
        "end": {
          "line": 587,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 19408,
      "end": 19412,
      "loc": {
        "start": {
          "line": 588,
          "column": 6
        },
        "end": {
          "line": 588,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19412,
      "end": 19413,
      "loc": {
        "start": {
          "line": 588,
          "column": 10
        },
        "end": {
          "line": 588,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_testReferencedComponentExists",
      "start": 19413,
      "end": 19443,
      "loc": {
        "start": {
          "line": 588,
          "column": 11
        },
        "end": {
          "line": 588,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19443,
      "end": 19444,
      "loc": {
        "start": {
          "line": 588,
          "column": 41
        },
        "end": {
          "line": 588,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parent_component_id",
      "start": 19453,
      "end": 19472,
      "loc": {
        "start": {
          "line": 589,
          "column": 8
        },
        "end": {
          "line": 589,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19472,
      "end": 19473,
      "loc": {
        "start": {
          "line": 589,
          "column": 27
        },
        "end": {
          "line": 589,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 19482,
      "end": 19497,
      "loc": {
        "start": {
          "line": 590,
          "column": 8
        },
        "end": {
          "line": 590,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19497,
      "end": 19498,
      "loc": {
        "start": {
          "line": 590,
          "column": 23
        },
        "end": {
          "line": 590,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "invalid_parent_component_reference",
      "start": 19507,
      "end": 19543,
      "loc": {
        "start": {
          "line": 591,
          "column": 8
        },
        "end": {
          "line": 591,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19550,
      "end": 19551,
      "loc": {
        "start": {
          "line": 592,
          "column": 6
        },
        "end": {
          "line": 592,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19551,
      "end": 19552,
      "loc": {
        "start": {
          "line": 592,
          "column": 7
        },
        "end": {
          "line": 592,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19557,
      "end": 19558,
      "loc": {
        "start": {
          "line": 593,
          "column": 4
        },
        "end": {
          "line": 593,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 19564,
      "end": 19569,
      "loc": {
        "start": {
          "line": 595,
          "column": 4
        },
        "end": {
          "line": 595,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "componentGroup",
      "start": 19570,
      "end": 19584,
      "loc": {
        "start": {
          "line": 595,
          "column": 10
        },
        "end": {
          "line": 595,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 19585,
      "end": 19586,
      "loc": {
        "start": {
          "line": 595,
          "column": 25
        },
        "end": {
          "line": 595,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 19587,
      "end": 19591,
      "loc": {
        "start": {
          "line": 595,
          "column": 27
        },
        "end": {
          "line": 595,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19591,
      "end": 19592,
      "loc": {
        "start": {
          "line": 595,
          "column": 31
        },
        "end": {
          "line": 595,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_bid",
      "start": 19592,
      "end": 19596,
      "loc": {
        "start": {
          "line": 595,
          "column": 32
        },
        "end": {
          "line": 595,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19596,
      "end": 19597,
      "loc": {
        "start": {
          "line": 595,
          "column": 36
        },
        "end": {
          "line": 595,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entities",
      "start": 19597,
      "end": 19605,
      "loc": {
        "start": {
          "line": 595,
          "column": 37
        },
        "end": {
          "line": 595,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19605,
      "end": 19606,
      "loc": {
        "start": {
          "line": 595,
          "column": 45
        },
        "end": {
          "line": 595,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "componentGroups",
      "start": 19606,
      "end": 19621,
      "loc": {
        "start": {
          "line": 595,
          "column": 46
        },
        "end": {
          "line": 595,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19621,
      "end": 19622,
      "loc": {
        "start": {
          "line": 595,
          "column": 61
        },
        "end": {
          "line": 595,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "component_group_id",
      "start": 19622,
      "end": 19640,
      "loc": {
        "start": {
          "line": 595,
          "column": 62
        },
        "end": {
          "line": 595,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19640,
      "end": 19641,
      "loc": {
        "start": {
          "line": 595,
          "column": 80
        },
        "end": {
          "line": 595,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19641,
      "end": 19642,
      "loc": {
        "start": {
          "line": 595,
          "column": 81
        },
        "end": {
          "line": 595,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 19648,
      "end": 19650,
      "loc": {
        "start": {
          "line": 597,
          "column": 4
        },
        "end": {
          "line": 597,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19651,
      "end": 19652,
      "loc": {
        "start": {
          "line": 597,
          "column": 7
        },
        "end": {
          "line": 597,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "componentGroup",
      "start": 19652,
      "end": 19666,
      "loc": {
        "start": {
          "line": 597,
          "column": 8
        },
        "end": {
          "line": 597,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 19667,
      "end": 19670,
      "loc": {
        "start": {
          "line": 597,
          "column": 23
        },
        "end": {
          "line": 597,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 19671,
      "end": 19680,
      "loc": {
        "start": {
          "line": 597,
          "column": 27
        },
        "end": {
          "line": 597,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 19681,
      "end": 19683,
      "loc": {
        "start": {
          "line": 597,
          "column": 37
        },
        "end": {
          "line": 597,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "componentGroup",
      "start": 19684,
      "end": 19698,
      "loc": {
        "start": {
          "line": 597,
          "column": 40
        },
        "end": {
          "line": 597,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 19699,
      "end": 19702,
      "loc": {
        "start": {
          "line": 597,
          "column": 55
        },
        "end": {
          "line": 597,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 19703,
      "end": 19707,
      "loc": {
        "start": {
          "line": 597,
          "column": 59
        },
        "end": {
          "line": 597,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19707,
      "end": 19708,
      "loc": {
        "start": {
          "line": 597,
          "column": 63
        },
        "end": {
          "line": 597,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19709,
      "end": 19710,
      "loc": {
        "start": {
          "line": 597,
          "column": 65
        },
        "end": {
          "line": 597,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 19717,
      "end": 19721,
      "loc": {
        "start": {
          "line": 598,
          "column": 6
        },
        "end": {
          "line": 598,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19721,
      "end": 19722,
      "loc": {
        "start": {
          "line": 598,
          "column": 10
        },
        "end": {
          "line": 598,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_logIssue",
      "start": 19722,
      "end": 19731,
      "loc": {
        "start": {
          "line": 598,
          "column": 11
        },
        "end": {
          "line": 598,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19731,
      "end": 19732,
      "loc": {
        "start": {
          "line": 598,
          "column": 20
        },
        "end": {
          "line": 598,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "invalid_component_group_reference",
      "start": 19732,
      "end": 19767,
      "loc": {
        "start": {
          "line": 598,
          "column": 21
        },
        "end": {
          "line": 598,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19767,
      "end": 19768,
      "loc": {
        "start": {
          "line": 598,
          "column": 56
        },
        "end": {
          "line": 598,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 19769,
      "end": 19784,
      "loc": {
        "start": {
          "line": 598,
          "column": 58
        },
        "end": {
          "line": 598,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19784,
      "end": 19785,
      "loc": {
        "start": {
          "line": 598,
          "column": 73
        },
        "end": {
          "line": 598,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19785,
      "end": 19786,
      "loc": {
        "start": {
          "line": 598,
          "column": 74
        },
        "end": {
          "line": 598,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19791,
      "end": 19792,
      "loc": {
        "start": {
          "line": 599,
          "column": 4
        },
        "end": {
          "line": 599,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19795,
      "end": 19796,
      "loc": {
        "start": {
          "line": 600,
          "column": 2
        },
        "end": {
          "line": 600,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_testDynamicGroupReferences",
      "start": 19800,
      "end": 19827,
      "loc": {
        "start": {
          "line": 602,
          "column": 2
        },
        "end": {
          "line": 602,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19827,
      "end": 19828,
      "loc": {
        "start": {
          "line": 602,
          "column": 29
        },
        "end": {
          "line": 602,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 19828,
      "end": 19843,
      "loc": {
        "start": {
          "line": 602,
          "column": 30
        },
        "end": {
          "line": 602,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19843,
      "end": 19844,
      "loc": {
        "start": {
          "line": 602,
          "column": 45
        },
        "end": {
          "line": 602,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19845,
      "end": 19846,
      "loc": {
        "start": {
          "line": 602,
          "column": 47
        },
        "end": {
          "line": 602,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 19851,
      "end": 19866,
      "loc": {
        "start": {
          "line": 603,
          "column": 4
        },
        "end": {
          "line": 603,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19866,
      "end": 19867,
      "loc": {
        "start": {
          "line": 603,
          "column": 19
        },
        "end": {
          "line": 603,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lineItems",
      "start": 19867,
      "end": 19876,
      "loc": {
        "start": {
          "line": 603,
          "column": 20
        },
        "end": {
          "line": 603,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19876,
      "end": 19877,
      "loc": {
        "start": {
          "line": 603,
          "column": 29
        },
        "end": {
          "line": 603,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "forEach",
      "start": 19877,
      "end": 19884,
      "loc": {
        "start": {
          "line": 603,
          "column": 30
        },
        "end": {
          "line": 603,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19884,
      "end": 19885,
      "loc": {
        "start": {
          "line": 603,
          "column": 37
        },
        "end": {
          "line": 603,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lineItemId",
      "start": 19885,
      "end": 19895,
      "loc": {
        "start": {
          "line": 603,
          "column": 38
        },
        "end": {
          "line": 603,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19896,
      "end": 19898,
      "loc": {
        "start": {
          "line": 603,
          "column": 49
        },
        "end": {
          "line": 603,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19899,
      "end": 19900,
      "loc": {
        "start": {
          "line": 603,
          "column": 52
        },
        "end": {
          "line": 603,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 19907,
      "end": 19911,
      "loc": {
        "start": {
          "line": 604,
          "column": 6
        },
        "end": {
          "line": 604,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19911,
      "end": 19912,
      "loc": {
        "start": {
          "line": 604,
          "column": 10
        },
        "end": {
          "line": 604,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_testReferencedLineItemExists",
      "start": 19912,
      "end": 19941,
      "loc": {
        "start": {
          "line": 604,
          "column": 11
        },
        "end": {
          "line": 604,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19941,
      "end": 19942,
      "loc": {
        "start": {
          "line": 604,
          "column": 40
        },
        "end": {
          "line": 604,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lineItemId",
      "start": 19942,
      "end": 19952,
      "loc": {
        "start": {
          "line": 604,
          "column": 41
        },
        "end": {
          "line": 604,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19952,
      "end": 19953,
      "loc": {
        "start": {
          "line": 604,
          "column": 51
        },
        "end": {
          "line": 604,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 19954,
      "end": 19969,
      "loc": {
        "start": {
          "line": 604,
          "column": 53
        },
        "end": {
          "line": 604,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19969,
      "end": 19970,
      "loc": {
        "start": {
          "line": 604,
          "column": 68
        },
        "end": {
          "line": 604,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19970,
      "end": 19971,
      "loc": {
        "start": {
          "line": 604,
          "column": 69
        },
        "end": {
          "line": 604,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19976,
      "end": 19977,
      "loc": {
        "start": {
          "line": 605,
          "column": 4
        },
        "end": {
          "line": 605,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19977,
      "end": 19978,
      "loc": {
        "start": {
          "line": 605,
          "column": 5
        },
        "end": {
          "line": 605,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19978,
      "end": 19979,
      "loc": {
        "start": {
          "line": 605,
          "column": 6
        },
        "end": {
          "line": 605,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 19985,
      "end": 20000,
      "loc": {
        "start": {
          "line": 607,
          "column": 4
        },
        "end": {
          "line": 607,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20000,
      "end": 20001,
      "loc": {
        "start": {
          "line": 607,
          "column": 19
        },
        "end": {
          "line": 607,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "components",
      "start": 20001,
      "end": 20011,
      "loc": {
        "start": {
          "line": 607,
          "column": 20
        },
        "end": {
          "line": 607,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20011,
      "end": 20012,
      "loc": {
        "start": {
          "line": 607,
          "column": 30
        },
        "end": {
          "line": 607,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "forEach",
      "start": 20012,
      "end": 20019,
      "loc": {
        "start": {
          "line": 607,
          "column": 31
        },
        "end": {
          "line": 607,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20019,
      "end": 20020,
      "loc": {
        "start": {
          "line": 607,
          "column": 38
        },
        "end": {
          "line": 607,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "componentId",
      "start": 20020,
      "end": 20031,
      "loc": {
        "start": {
          "line": 607,
          "column": 39
        },
        "end": {
          "line": 607,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20032,
      "end": 20034,
      "loc": {
        "start": {
          "line": 607,
          "column": 51
        },
        "end": {
          "line": 607,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20035,
      "end": 20036,
      "loc": {
        "start": {
          "line": 607,
          "column": 54
        },
        "end": {
          "line": 607,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 20043,
      "end": 20047,
      "loc": {
        "start": {
          "line": 608,
          "column": 6
        },
        "end": {
          "line": 608,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20047,
      "end": 20048,
      "loc": {
        "start": {
          "line": 608,
          "column": 10
        },
        "end": {
          "line": 608,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_testReferencedComponentExists",
      "start": 20048,
      "end": 20078,
      "loc": {
        "start": {
          "line": 608,
          "column": 11
        },
        "end": {
          "line": 608,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20078,
      "end": 20079,
      "loc": {
        "start": {
          "line": 608,
          "column": 41
        },
        "end": {
          "line": 608,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "componentId",
      "start": 20088,
      "end": 20099,
      "loc": {
        "start": {
          "line": 609,
          "column": 8
        },
        "end": {
          "line": 609,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20099,
      "end": 20100,
      "loc": {
        "start": {
          "line": 609,
          "column": 19
        },
        "end": {
          "line": 609,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 20109,
      "end": 20124,
      "loc": {
        "start": {
          "line": 610,
          "column": 8
        },
        "end": {
          "line": 610,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20124,
      "end": 20125,
      "loc": {
        "start": {
          "line": 610,
          "column": 23
        },
        "end": {
          "line": 610,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "invalid_dynamic_group_sub_component_reference",
      "start": 20134,
      "end": 20181,
      "loc": {
        "start": {
          "line": 611,
          "column": 8
        },
        "end": {
          "line": 611,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20188,
      "end": 20189,
      "loc": {
        "start": {
          "line": 612,
          "column": 6
        },
        "end": {
          "line": 612,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20189,
      "end": 20190,
      "loc": {
        "start": {
          "line": 612,
          "column": 7
        },
        "end": {
          "line": 612,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20195,
      "end": 20196,
      "loc": {
        "start": {
          "line": 613,
          "column": 4
        },
        "end": {
          "line": 613,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20196,
      "end": 20197,
      "loc": {
        "start": {
          "line": 613,
          "column": 5
        },
        "end": {
          "line": 613,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20197,
      "end": 20198,
      "loc": {
        "start": {
          "line": 613,
          "column": 6
        },
        "end": {
          "line": 613,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 20204,
      "end": 20219,
      "loc": {
        "start": {
          "line": 615,
          "column": 4
        },
        "end": {
          "line": 615,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20219,
      "end": 20220,
      "loc": {
        "start": {
          "line": 615,
          "column": 19
        },
        "end": {
          "line": 615,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dynamicGroups",
      "start": 20220,
      "end": 20233,
      "loc": {
        "start": {
          "line": 615,
          "column": 20
        },
        "end": {
          "line": 615,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20233,
      "end": 20234,
      "loc": {
        "start": {
          "line": 615,
          "column": 33
        },
        "end": {
          "line": 615,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "forEach",
      "start": 20234,
      "end": 20241,
      "loc": {
        "start": {
          "line": 615,
          "column": 34
        },
        "end": {
          "line": 615,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20241,
      "end": 20242,
      "loc": {
        "start": {
          "line": 615,
          "column": 41
        },
        "end": {
          "line": 615,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "groupId",
      "start": 20242,
      "end": 20249,
      "loc": {
        "start": {
          "line": 615,
          "column": 42
        },
        "end": {
          "line": 615,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20250,
      "end": 20252,
      "loc": {
        "start": {
          "line": 615,
          "column": 50
        },
        "end": {
          "line": 615,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20253,
      "end": 20254,
      "loc": {
        "start": {
          "line": 615,
          "column": 53
        },
        "end": {
          "line": 615,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 20261,
      "end": 20265,
      "loc": {
        "start": {
          "line": 616,
          "column": 6
        },
        "end": {
          "line": 616,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20265,
      "end": 20266,
      "loc": {
        "start": {
          "line": 616,
          "column": 10
        },
        "end": {
          "line": 616,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_testReferencedDynamicGroupExists",
      "start": 20266,
      "end": 20299,
      "loc": {
        "start": {
          "line": 616,
          "column": 11
        },
        "end": {
          "line": 616,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20299,
      "end": 20300,
      "loc": {
        "start": {
          "line": 616,
          "column": 44
        },
        "end": {
          "line": 616,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "groupId",
      "start": 20300,
      "end": 20307,
      "loc": {
        "start": {
          "line": 616,
          "column": 45
        },
        "end": {
          "line": 616,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20307,
      "end": 20308,
      "loc": {
        "start": {
          "line": 616,
          "column": 52
        },
        "end": {
          "line": 616,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 20309,
      "end": 20324,
      "loc": {
        "start": {
          "line": 616,
          "column": 54
        },
        "end": {
          "line": 616,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20324,
      "end": 20325,
      "loc": {
        "start": {
          "line": 616,
          "column": 69
        },
        "end": {
          "line": 616,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20325,
      "end": 20326,
      "loc": {
        "start": {
          "line": 616,
          "column": 70
        },
        "end": {
          "line": 616,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20331,
      "end": 20332,
      "loc": {
        "start": {
          "line": 617,
          "column": 4
        },
        "end": {
          "line": 617,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20332,
      "end": 20333,
      "loc": {
        "start": {
          "line": 617,
          "column": 5
        },
        "end": {
          "line": 617,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20333,
      "end": 20334,
      "loc": {
        "start": {
          "line": 617,
          "column": 6
        },
        "end": {
          "line": 617,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 20340,
      "end": 20342,
      "loc": {
        "start": {
          "line": 619,
          "column": 4
        },
        "end": {
          "line": 619,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20343,
      "end": 20344,
      "loc": {
        "start": {
          "line": 619,
          "column": 7
        },
        "end": {
          "line": 619,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 20344,
      "end": 20359,
      "loc": {
        "start": {
          "line": 619,
          "column": 8
        },
        "end": {
          "line": 619,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20359,
      "end": 20360,
      "loc": {
        "start": {
          "line": 619,
          "column": 23
        },
        "end": {
          "line": 619,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fromComponent",
      "start": 20360,
      "end": 20373,
      "loc": {
        "start": {
          "line": 619,
          "column": 24
        },
        "end": {
          "line": 619,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20373,
      "end": 20374,
      "loc": {
        "start": {
          "line": 619,
          "column": 37
        },
        "end": {
          "line": 619,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20375,
      "end": 20376,
      "loc": {
        "start": {
          "line": 619,
          "column": 39
        },
        "end": {
          "line": 619,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 20383,
      "end": 20387,
      "loc": {
        "start": {
          "line": 620,
          "column": 6
        },
        "end": {
          "line": 620,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20387,
      "end": 20388,
      "loc": {
        "start": {
          "line": 620,
          "column": 10
        },
        "end": {
          "line": 620,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_testReferencedComponentExists",
      "start": 20388,
      "end": 20418,
      "loc": {
        "start": {
          "line": 620,
          "column": 11
        },
        "end": {
          "line": 620,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20418,
      "end": 20419,
      "loc": {
        "start": {
          "line": 620,
          "column": 41
        },
        "end": {
          "line": 620,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 20428,
      "end": 20443,
      "loc": {
        "start": {
          "line": 621,
          "column": 8
        },
        "end": {
          "line": 621,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20443,
      "end": 20444,
      "loc": {
        "start": {
          "line": 621,
          "column": 23
        },
        "end": {
          "line": 621,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fromComponent",
      "start": 20444,
      "end": 20457,
      "loc": {
        "start": {
          "line": 621,
          "column": 24
        },
        "end": {
          "line": 621,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20457,
      "end": 20458,
      "loc": {
        "start": {
          "line": 621,
          "column": 37
        },
        "end": {
          "line": 621,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 20467,
      "end": 20482,
      "loc": {
        "start": {
          "line": 622,
          "column": 8
        },
        "end": {
          "line": 622,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20482,
      "end": 20483,
      "loc": {
        "start": {
          "line": 622,
          "column": 23
        },
        "end": {
          "line": 622,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "invalid_dynamic_group_source_component_reference",
      "start": 20492,
      "end": 20542,
      "loc": {
        "start": {
          "line": 623,
          "column": 8
        },
        "end": {
          "line": 623,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20549,
      "end": 20550,
      "loc": {
        "start": {
          "line": 624,
          "column": 6
        },
        "end": {
          "line": 624,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20550,
      "end": 20551,
      "loc": {
        "start": {
          "line": 624,
          "column": 7
        },
        "end": {
          "line": 624,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20556,
      "end": 20557,
      "loc": {
        "start": {
          "line": 625,
          "column": 4
        },
        "end": {
          "line": 625,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20560,
      "end": 20561,
      "loc": {
        "start": {
          "line": 626,
          "column": 2
        },
        "end": {
          "line": 626,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_testFieldGroupReferences",
      "start": 20565,
      "end": 20590,
      "loc": {
        "start": {
          "line": 628,
          "column": 2
        },
        "end": {
          "line": 628,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20590,
      "end": 20591,
      "loc": {
        "start": {
          "line": 628,
          "column": 27
        },
        "end": {
          "line": 628,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 20591,
      "end": 20606,
      "loc": {
        "start": {
          "line": 628,
          "column": 28
        },
        "end": {
          "line": 628,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20606,
      "end": 20607,
      "loc": {
        "start": {
          "line": 628,
          "column": 43
        },
        "end": {
          "line": 628,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20608,
      "end": 20609,
      "loc": {
        "start": {
          "line": 628,
          "column": 45
        },
        "end": {
          "line": 628,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 20614,
      "end": 20615,
      "loc": {
        "start": {
          "line": 629,
          "column": 4
        },
        "end": {
          "line": 629,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20615,
      "end": 20616,
      "loc": {
        "start": {
          "line": 629,
          "column": 5
        },
        "end": {
          "line": 629,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "each",
      "start": 20616,
      "end": 20620,
      "loc": {
        "start": {
          "line": 629,
          "column": 6
        },
        "end": {
          "line": 629,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20620,
      "end": 20621,
      "loc": {
        "start": {
          "line": 629,
          "column": 10
        },
        "end": {
          "line": 629,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 20621,
      "end": 20636,
      "loc": {
        "start": {
          "line": 629,
          "column": 11
        },
        "end": {
          "line": 629,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20636,
      "end": 20637,
      "loc": {
        "start": {
          "line": 629,
          "column": 26
        },
        "end": {
          "line": 629,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 20637,
      "end": 20643,
      "loc": {
        "start": {
          "line": 629,
          "column": 27
        },
        "end": {
          "line": 629,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20643,
      "end": 20644,
      "loc": {
        "start": {
          "line": 629,
          "column": 33
        },
        "end": {
          "line": 629,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fields",
      "start": 20644,
      "end": 20650,
      "loc": {
        "start": {
          "line": 629,
          "column": 34
        },
        "end": {
          "line": 629,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20650,
      "end": 20651,
      "loc": {
        "start": {
          "line": 629,
          "column": 40
        },
        "end": {
          "line": 629,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fieldId",
      "start": 20652,
      "end": 20659,
      "loc": {
        "start": {
          "line": 629,
          "column": 42
        },
        "end": {
          "line": 629,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20660,
      "end": 20662,
      "loc": {
        "start": {
          "line": 629,
          "column": 50
        },
        "end": {
          "line": 629,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20663,
      "end": 20664,
      "loc": {
        "start": {
          "line": 629,
          "column": 53
        },
        "end": {
          "line": 629,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 20671,
      "end": 20674,
      "loc": {
        "start": {
          "line": 630,
          "column": 6
        },
        "end": {
          "line": 630,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bidField",
      "start": 20675,
      "end": 20683,
      "loc": {
        "start": {
          "line": 630,
          "column": 10
        },
        "end": {
          "line": 630,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 20684,
      "end": 20685,
      "loc": {
        "start": {
          "line": 630,
          "column": 19
        },
        "end": {
          "line": 630,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 20686,
      "end": 20690,
      "loc": {
        "start": {
          "line": 630,
          "column": 21
        },
        "end": {
          "line": 630,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20690,
      "end": 20691,
      "loc": {
        "start": {
          "line": 630,
          "column": 25
        },
        "end": {
          "line": 630,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_bid",
      "start": 20691,
      "end": 20695,
      "loc": {
        "start": {
          "line": 630,
          "column": 26
        },
        "end": {
          "line": 630,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20695,
      "end": 20696,
      "loc": {
        "start": {
          "line": 630,
          "column": 30
        },
        "end": {
          "line": 630,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entities",
      "start": 20696,
      "end": 20704,
      "loc": {
        "start": {
          "line": 630,
          "column": 31
        },
        "end": {
          "line": 630,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20704,
      "end": 20705,
      "loc": {
        "start": {
          "line": 630,
          "column": 39
        },
        "end": {
          "line": 630,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fields",
      "start": 20705,
      "end": 20711,
      "loc": {
        "start": {
          "line": 630,
          "column": 40
        },
        "end": {
          "line": 630,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20711,
      "end": 20712,
      "loc": {
        "start": {
          "line": 630,
          "column": 46
        },
        "end": {
          "line": 630,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fieldId",
      "start": 20712,
      "end": 20719,
      "loc": {
        "start": {
          "line": 630,
          "column": 47
        },
        "end": {
          "line": 630,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20719,
      "end": 20720,
      "loc": {
        "start": {
          "line": 630,
          "column": 54
        },
        "end": {
          "line": 630,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20720,
      "end": 20721,
      "loc": {
        "start": {
          "line": 630,
          "column": 55
        },
        "end": {
          "line": 630,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 20729,
      "end": 20731,
      "loc": {
        "start": {
          "line": 632,
          "column": 6
        },
        "end": {
          "line": 632,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20732,
      "end": 20733,
      "loc": {
        "start": {
          "line": 632,
          "column": 9
        },
        "end": {
          "line": 632,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 20733,
      "end": 20734,
      "loc": {
        "start": {
          "line": 632,
          "column": 10
        },
        "end": {
          "line": 632,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20734,
      "end": 20735,
      "loc": {
        "start": {
          "line": 632,
          "column": 11
        },
        "end": {
          "line": 632,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isUndefined",
      "start": 20735,
      "end": 20746,
      "loc": {
        "start": {
          "line": 632,
          "column": 12
        },
        "end": {
          "line": 632,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20746,
      "end": 20747,
      "loc": {
        "start": {
          "line": 632,
          "column": 23
        },
        "end": {
          "line": 632,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bidField",
      "start": 20747,
      "end": 20755,
      "loc": {
        "start": {
          "line": 632,
          "column": 24
        },
        "end": {
          "line": 632,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20755,
      "end": 20756,
      "loc": {
        "start": {
          "line": 632,
          "column": 32
        },
        "end": {
          "line": 632,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 20757,
      "end": 20759,
      "loc": {
        "start": {
          "line": 632,
          "column": 34
        },
        "end": {
          "line": 632,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 20760,
      "end": 20761,
      "loc": {
        "start": {
          "line": 632,
          "column": 37
        },
        "end": {
          "line": 632,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20761,
      "end": 20762,
      "loc": {
        "start": {
          "line": 632,
          "column": 38
        },
        "end": {
          "line": 632,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isNull",
      "start": 20762,
      "end": 20768,
      "loc": {
        "start": {
          "line": 632,
          "column": 39
        },
        "end": {
          "line": 632,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20768,
      "end": 20769,
      "loc": {
        "start": {
          "line": 632,
          "column": 45
        },
        "end": {
          "line": 632,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bidField",
      "start": 20769,
      "end": 20777,
      "loc": {
        "start": {
          "line": 632,
          "column": 46
        },
        "end": {
          "line": 632,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20777,
      "end": 20778,
      "loc": {
        "start": {
          "line": 632,
          "column": 54
        },
        "end": {
          "line": 632,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20778,
      "end": 20779,
      "loc": {
        "start": {
          "line": 632,
          "column": 55
        },
        "end": {
          "line": 632,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20780,
      "end": 20781,
      "loc": {
        "start": {
          "line": 632,
          "column": 57
        },
        "end": {
          "line": 632,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 20790,
      "end": 20794,
      "loc": {
        "start": {
          "line": 633,
          "column": 8
        },
        "end": {
          "line": 633,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20794,
      "end": 20795,
      "loc": {
        "start": {
          "line": 633,
          "column": 12
        },
        "end": {
          "line": 633,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_logIssue",
      "start": 20795,
      "end": 20804,
      "loc": {
        "start": {
          "line": 633,
          "column": 13
        },
        "end": {
          "line": 633,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20804,
      "end": 20805,
      "loc": {
        "start": {
          "line": 633,
          "column": 22
        },
        "end": {
          "line": 633,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "invalid_field_group_reference",
      "start": 20805,
      "end": 20836,
      "loc": {
        "start": {
          "line": 633,
          "column": 23
        },
        "end": {
          "line": 633,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20836,
      "end": 20837,
      "loc": {
        "start": {
          "line": 633,
          "column": 54
        },
        "end": {
          "line": 633,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 20838,
      "end": 20853,
      "loc": {
        "start": {
          "line": 633,
          "column": 56
        },
        "end": {
          "line": 633,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20853,
      "end": 20854,
      "loc": {
        "start": {
          "line": 633,
          "column": 71
        },
        "end": {
          "line": 633,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 20855,
      "end": 20859,
      "loc": {
        "start": {
          "line": 633,
          "column": 73
        },
        "end": {
          "line": 633,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20859,
      "end": 20860,
      "loc": {
        "start": {
          "line": 633,
          "column": 77
        },
        "end": {
          "line": 633,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20861,
      "end": 20862,
      "loc": {
        "start": {
          "line": 633,
          "column": 79
        },
        "end": {
          "line": 633,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependency_id",
      "start": 20863,
      "end": 20876,
      "loc": {
        "start": {
          "line": 633,
          "column": 81
        },
        "end": {
          "line": 633,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20876,
      "end": 20877,
      "loc": {
        "start": {
          "line": 633,
          "column": 94
        },
        "end": {
          "line": 633,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fieldId",
      "start": 20878,
      "end": 20885,
      "loc": {
        "start": {
          "line": 633,
          "column": 96
        },
        "end": {
          "line": 633,
          "column": 103
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20886,
      "end": 20887,
      "loc": {
        "start": {
          "line": 633,
          "column": 104
        },
        "end": {
          "line": 633,
          "column": 105
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20887,
      "end": 20888,
      "loc": {
        "start": {
          "line": 633,
          "column": 105
        },
        "end": {
          "line": 633,
          "column": 106
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20888,
      "end": 20889,
      "loc": {
        "start": {
          "line": 633,
          "column": 106
        },
        "end": {
          "line": 633,
          "column": 107
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20896,
      "end": 20897,
      "loc": {
        "start": {
          "line": 634,
          "column": 6
        },
        "end": {
          "line": 634,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20902,
      "end": 20903,
      "loc": {
        "start": {
          "line": 635,
          "column": 4
        },
        "end": {
          "line": 635,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20903,
      "end": 20904,
      "loc": {
        "start": {
          "line": 635,
          "column": 5
        },
        "end": {
          "line": 635,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20904,
      "end": 20905,
      "loc": {
        "start": {
          "line": 635,
          "column": 6
        },
        "end": {
          "line": 635,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20908,
      "end": 20909,
      "loc": {
        "start": {
          "line": 636,
          "column": 2
        },
        "end": {
          "line": 636,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_testLineItemDatatableLink",
      "start": 20913,
      "end": 20939,
      "loc": {
        "start": {
          "line": 638,
          "column": 2
        },
        "end": {
          "line": 638,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20939,
      "end": 20940,
      "loc": {
        "start": {
          "line": 638,
          "column": 28
        },
        "end": {
          "line": 638,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 20940,
      "end": 20955,
      "loc": {
        "start": {
          "line": 638,
          "column": 29
        },
        "end": {
          "line": 638,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20955,
      "end": 20956,
      "loc": {
        "start": {
          "line": 638,
          "column": 44
        },
        "end": {
          "line": 638,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyContract",
      "start": 20957,
      "end": 20975,
      "loc": {
        "start": {
          "line": 638,
          "column": 46
        },
        "end": {
          "line": 638,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20975,
      "end": 20976,
      "loc": {
        "start": {
          "line": 638,
          "column": 64
        },
        "end": {
          "line": 638,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyKey",
      "start": 20977,
      "end": 20990,
      "loc": {
        "start": {
          "line": 638,
          "column": 66
        },
        "end": {
          "line": 638,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20990,
      "end": 20991,
      "loc": {
        "start": {
          "line": 638,
          "column": 79
        },
        "end": {
          "line": 638,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20992,
      "end": 20993,
      "loc": {
        "start": {
          "line": 638,
          "column": 81
        },
        "end": {
          "line": 638,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 20998,
      "end": 21000,
      "loc": {
        "start": {
          "line": 639,
          "column": 4
        },
        "end": {
          "line": 639,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21001,
      "end": 21002,
      "loc": {
        "start": {
          "line": 639,
          "column": 7
        },
        "end": {
          "line": 639,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21002,
      "end": 21003,
      "loc": {
        "start": {
          "line": 639,
          "column": 8
        },
        "end": {
          "line": 639,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "line_item",
      "start": 21003,
      "end": 21014,
      "loc": {
        "start": {
          "line": 639,
          "column": 9
        },
        "end": {
          "line": 639,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21014,
      "end": 21015,
      "loc": {
        "start": {
          "line": 639,
          "column": 20
        },
        "end": {
          "line": 639,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "metric",
      "start": 21016,
      "end": 21024,
      "loc": {
        "start": {
          "line": 639,
          "column": 22
        },
        "end": {
          "line": 639,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21024,
      "end": 21025,
      "loc": {
        "start": {
          "line": 639,
          "column": 30
        },
        "end": {
          "line": 639,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21025,
      "end": 21026,
      "loc": {
        "start": {
          "line": 639,
          "column": 31
        },
        "end": {
          "line": 639,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "includes",
      "start": 21026,
      "end": 21034,
      "loc": {
        "start": {
          "line": 639,
          "column": 32
        },
        "end": {
          "line": 639,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21034,
      "end": 21035,
      "loc": {
        "start": {
          "line": 639,
          "column": 40
        },
        "end": {
          "line": 639,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 21035,
      "end": 21050,
      "loc": {
        "start": {
          "line": 639,
          "column": 41
        },
        "end": {
          "line": 639,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21050,
      "end": 21051,
      "loc": {
        "start": {
          "line": 639,
          "column": 56
        },
        "end": {
          "line": 639,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 21051,
      "end": 21055,
      "loc": {
        "start": {
          "line": 639,
          "column": 57
        },
        "end": {
          "line": 639,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21055,
      "end": 21056,
      "loc": {
        "start": {
          "line": 639,
          "column": 61
        },
        "end": {
          "line": 639,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 21057,
      "end": 21059,
      "loc": {
        "start": {
          "line": 639,
          "column": 63
        },
        "end": {
          "line": 639,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyContract",
      "start": 21060,
      "end": 21078,
      "loc": {
        "start": {
          "line": 639,
          "column": 66
        },
        "end": {
          "line": 639,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21078,
      "end": 21079,
      "loc": {
        "start": {
          "line": 639,
          "column": 84
        },
        "end": {
          "line": 639,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 21079,
      "end": 21083,
      "loc": {
        "start": {
          "line": 639,
          "column": 85
        },
        "end": {
          "line": 639,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 21084,
      "end": 21087,
      "loc": {
        "start": {
          "line": 639,
          "column": 90
        },
        "end": {
          "line": 639,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "field",
      "start": 21088,
      "end": 21095,
      "loc": {
        "start": {
          "line": 639,
          "column": 94
        },
        "end": {
          "line": 639,
          "column": 101
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21095,
      "end": 21096,
      "loc": {
        "start": {
          "line": 639,
          "column": 101
        },
        "end": {
          "line": 639,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21097,
      "end": 21098,
      "loc": {
        "start": {
          "line": 639,
          "column": 103
        },
        "end": {
          "line": 639,
          "column": 104
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 21105,
      "end": 21108,
      "loc": {
        "start": {
          "line": 640,
          "column": 6
        },
        "end": {
          "line": 640,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fieldDependency",
      "start": 21109,
      "end": 21124,
      "loc": {
        "start": {
          "line": 640,
          "column": 10
        },
        "end": {
          "line": 640,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 21125,
      "end": 21126,
      "loc": {
        "start": {
          "line": 640,
          "column": 26
        },
        "end": {
          "line": 640,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 21127,
      "end": 21131,
      "loc": {
        "start": {
          "line": 640,
          "column": 28
        },
        "end": {
          "line": 640,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21131,
      "end": 21132,
      "loc": {
        "start": {
          "line": 640,
          "column": 32
        },
        "end": {
          "line": 640,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_bid",
      "start": 21132,
      "end": 21136,
      "loc": {
        "start": {
          "line": 640,
          "column": 33
        },
        "end": {
          "line": 640,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21136,
      "end": 21137,
      "loc": {
        "start": {
          "line": 640,
          "column": 37
        },
        "end": {
          "line": 640,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entities",
      "start": 21137,
      "end": 21145,
      "loc": {
        "start": {
          "line": 640,
          "column": 38
        },
        "end": {
          "line": 640,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21145,
      "end": 21146,
      "loc": {
        "start": {
          "line": 640,
          "column": 46
        },
        "end": {
          "line": 640,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getDependency",
      "start": 21146,
      "end": 21159,
      "loc": {
        "start": {
          "line": 640,
          "column": 47
        },
        "end": {
          "line": 640,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21159,
      "end": 21160,
      "loc": {
        "start": {
          "line": 640,
          "column": 60
        },
        "end": {
          "line": 640,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyContract",
      "start": 21160,
      "end": 21178,
      "loc": {
        "start": {
          "line": 640,
          "column": 61
        },
        "end": {
          "line": 640,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21178,
      "end": 21179,
      "loc": {
        "start": {
          "line": 640,
          "column": 79
        },
        "end": {
          "line": 640,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21179,
      "end": 21180,
      "loc": {
        "start": {
          "line": 640,
          "column": 80
        },
        "end": {
          "line": 640,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 21188,
      "end": 21190,
      "loc": {
        "start": {
          "line": 642,
          "column": 6
        },
        "end": {
          "line": 642,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21191,
      "end": 21192,
      "loc": {
        "start": {
          "line": 642,
          "column": 9
        },
        "end": {
          "line": 642,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 21192,
      "end": 21193,
      "loc": {
        "start": {
          "line": 642,
          "column": 10
        },
        "end": {
          "line": 642,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 21193,
      "end": 21194,
      "loc": {
        "start": {
          "line": 642,
          "column": 11
        },
        "end": {
          "line": 642,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21194,
      "end": 21195,
      "loc": {
        "start": {
          "line": 642,
          "column": 12
        },
        "end": {
          "line": 642,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isUndefined",
      "start": 21195,
      "end": 21206,
      "loc": {
        "start": {
          "line": 642,
          "column": 13
        },
        "end": {
          "line": 642,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21206,
      "end": 21207,
      "loc": {
        "start": {
          "line": 642,
          "column": 24
        },
        "end": {
          "line": 642,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fieldDependency",
      "start": 21207,
      "end": 21222,
      "loc": {
        "start": {
          "line": 642,
          "column": 25
        },
        "end": {
          "line": 642,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21222,
      "end": 21223,
      "loc": {
        "start": {
          "line": 642,
          "column": 40
        },
        "end": {
          "line": 642,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 21224,
      "end": 21226,
      "loc": {
        "start": {
          "line": 642,
          "column": 42
        },
        "end": {
          "line": 642,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 21227,
      "end": 21228,
      "loc": {
        "start": {
          "line": 642,
          "column": 45
        },
        "end": {
          "line": 642,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 21228,
      "end": 21229,
      "loc": {
        "start": {
          "line": 642,
          "column": 46
        },
        "end": {
          "line": 642,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21229,
      "end": 21230,
      "loc": {
        "start": {
          "line": 642,
          "column": 47
        },
        "end": {
          "line": 642,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isNull",
      "start": 21230,
      "end": 21236,
      "loc": {
        "start": {
          "line": 642,
          "column": 48
        },
        "end": {
          "line": 642,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21236,
      "end": 21237,
      "loc": {
        "start": {
          "line": 642,
          "column": 54
        },
        "end": {
          "line": 642,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fieldDependency",
      "start": 21237,
      "end": 21252,
      "loc": {
        "start": {
          "line": 642,
          "column": 55
        },
        "end": {
          "line": 642,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21252,
      "end": 21253,
      "loc": {
        "start": {
          "line": 642,
          "column": 70
        },
        "end": {
          "line": 642,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21253,
      "end": 21254,
      "loc": {
        "start": {
          "line": 642,
          "column": 71
        },
        "end": {
          "line": 642,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21255,
      "end": 21256,
      "loc": {
        "start": {
          "line": 642,
          "column": 73
        },
        "end": {
          "line": 642,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 21265,
      "end": 21267,
      "loc": {
        "start": {
          "line": 643,
          "column": 8
        },
        "end": {
          "line": 643,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21268,
      "end": 21269,
      "loc": {
        "start": {
          "line": 643,
          "column": 11
        },
        "end": {
          "line": 643,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fieldDependency",
      "start": 21280,
      "end": 21295,
      "loc": {
        "start": {
          "line": 644,
          "column": 10
        },
        "end": {
          "line": 644,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21295,
      "end": 21296,
      "loc": {
        "start": {
          "line": 644,
          "column": 25
        },
        "end": {
          "line": 644,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 21296,
      "end": 21302,
      "loc": {
        "start": {
          "line": 644,
          "column": 26
        },
        "end": {
          "line": 644,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21302,
      "end": 21303,
      "loc": {
        "start": {
          "line": 644,
          "column": 32
        },
        "end": {
          "line": 644,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 21303,
      "end": 21307,
      "loc": {
        "start": {
          "line": 644,
          "column": 33
        },
        "end": {
          "line": 644,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 21308,
      "end": 21311,
      "loc": {
        "start": {
          "line": 644,
          "column": 38
        },
        "end": {
          "line": 644,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "list",
      "start": 21312,
      "end": 21318,
      "loc": {
        "start": {
          "line": 644,
          "column": 42
        },
        "end": {
          "line": 644,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 21319,
      "end": 21321,
      "loc": {
        "start": {
          "line": 644,
          "column": 49
        },
        "end": {
          "line": 644,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fieldDependency",
      "start": 21332,
      "end": 21347,
      "loc": {
        "start": {
          "line": 645,
          "column": 10
        },
        "end": {
          "line": 645,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21347,
      "end": 21348,
      "loc": {
        "start": {
          "line": 645,
          "column": 25
        },
        "end": {
          "line": 645,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 21348,
      "end": 21354,
      "loc": {
        "start": {
          "line": 645,
          "column": 26
        },
        "end": {
          "line": 645,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21354,
      "end": 21355,
      "loc": {
        "start": {
          "line": 645,
          "column": 32
        },
        "end": {
          "line": 645,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencies",
      "start": 21355,
      "end": 21367,
      "loc": {
        "start": {
          "line": 645,
          "column": 33
        },
        "end": {
          "line": 645,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21367,
      "end": 21368,
      "loc": {
        "start": {
          "line": 645,
          "column": 45
        },
        "end": {
          "line": 645,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "datatable",
      "start": 21368,
      "end": 21377,
      "loc": {
        "start": {
          "line": 645,
          "column": 46
        },
        "end": {
          "line": 645,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21377,
      "end": 21378,
      "loc": {
        "start": {
          "line": 645,
          "column": 55
        },
        "end": {
          "line": 645,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bid_entity_id",
      "start": 21378,
      "end": 21391,
      "loc": {
        "start": {
          "line": 645,
          "column": 56
        },
        "end": {
          "line": 645,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21400,
      "end": 21401,
      "loc": {
        "start": {
          "line": 646,
          "column": 8
        },
        "end": {
          "line": 646,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21402,
      "end": 21403,
      "loc": {
        "start": {
          "line": 646,
          "column": 10
        },
        "end": {
          "line": 646,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 21414,
      "end": 21417,
      "loc": {
        "start": {
          "line": 647,
          "column": 10
        },
        "end": {
          "line": 647,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "datatable",
      "start": 21418,
      "end": 21427,
      "loc": {
        "start": {
          "line": 647,
          "column": 14
        },
        "end": {
          "line": 647,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 21428,
      "end": 21429,
      "loc": {
        "start": {
          "line": 647,
          "column": 24
        },
        "end": {
          "line": 647,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 21430,
      "end": 21434,
      "loc": {
        "start": {
          "line": 647,
          "column": 26
        },
        "end": {
          "line": 647,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21434,
      "end": 21435,
      "loc": {
        "start": {
          "line": 647,
          "column": 30
        },
        "end": {
          "line": 647,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_bid",
      "start": 21435,
      "end": 21439,
      "loc": {
        "start": {
          "line": 647,
          "column": 31
        },
        "end": {
          "line": 647,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21439,
      "end": 21440,
      "loc": {
        "start": {
          "line": 647,
          "column": 35
        },
        "end": {
          "line": 647,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entities",
      "start": 21440,
      "end": 21448,
      "loc": {
        "start": {
          "line": 647,
          "column": 36
        },
        "end": {
          "line": 647,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21448,
      "end": 21449,
      "loc": {
        "start": {
          "line": 647,
          "column": 44
        },
        "end": {
          "line": 647,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getDependency",
      "start": 21449,
      "end": 21462,
      "loc": {
        "start": {
          "line": 647,
          "column": 45
        },
        "end": {
          "line": 647,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21462,
      "end": 21463,
      "loc": {
        "start": {
          "line": 647,
          "column": 58
        },
        "end": {
          "line": 647,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fieldDependency",
      "start": 21463,
      "end": 21478,
      "loc": {
        "start": {
          "line": 647,
          "column": 59
        },
        "end": {
          "line": 647,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21478,
      "end": 21479,
      "loc": {
        "start": {
          "line": 647,
          "column": 74
        },
        "end": {
          "line": 647,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 21479,
      "end": 21485,
      "loc": {
        "start": {
          "line": 647,
          "column": 75
        },
        "end": {
          "line": 647,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21485,
      "end": 21486,
      "loc": {
        "start": {
          "line": 647,
          "column": 81
        },
        "end": {
          "line": 647,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencies",
      "start": 21486,
      "end": 21498,
      "loc": {
        "start": {
          "line": 647,
          "column": 82
        },
        "end": {
          "line": 647,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21498,
      "end": 21499,
      "loc": {
        "start": {
          "line": 647,
          "column": 94
        },
        "end": {
          "line": 647,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "datatable",
      "start": 21499,
      "end": 21508,
      "loc": {
        "start": {
          "line": 647,
          "column": 95
        },
        "end": {
          "line": 647,
          "column": 104
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21508,
      "end": 21509,
      "loc": {
        "start": {
          "line": 647,
          "column": 104
        },
        "end": {
          "line": 647,
          "column": 105
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21509,
      "end": 21510,
      "loc": {
        "start": {
          "line": 647,
          "column": 105
        },
        "end": {
          "line": 647,
          "column": 106
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 21522,
      "end": 21525,
      "loc": {
        "start": {
          "line": 649,
          "column": 10
        },
        "end": {
          "line": 649,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "datatableColumnKeys",
      "start": 21526,
      "end": 21545,
      "loc": {
        "start": {
          "line": 649,
          "column": 14
        },
        "end": {
          "line": 649,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 21546,
      "end": 21547,
      "loc": {
        "start": {
          "line": 649,
          "column": 34
        },
        "end": {
          "line": 649,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 21548,
      "end": 21549,
      "loc": {
        "start": {
          "line": 649,
          "column": 36
        },
        "end": {
          "line": 649,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21549,
      "end": 21550,
      "loc": {
        "start": {
          "line": 649,
          "column": 37
        },
        "end": {
          "line": 649,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "map",
      "start": 21550,
      "end": 21553,
      "loc": {
        "start": {
          "line": 649,
          "column": 38
        },
        "end": {
          "line": 649,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21553,
      "end": 21554,
      "loc": {
        "start": {
          "line": 649,
          "column": 41
        },
        "end": {
          "line": 649,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "datatable",
      "start": 21554,
      "end": 21563,
      "loc": {
        "start": {
          "line": 649,
          "column": 42
        },
        "end": {
          "line": 649,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21563,
      "end": 21564,
      "loc": {
        "start": {
          "line": 649,
          "column": 51
        },
        "end": {
          "line": 649,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "columns",
      "start": 21564,
      "end": 21571,
      "loc": {
        "start": {
          "line": 649,
          "column": 52
        },
        "end": {
          "line": 649,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21571,
      "end": 21572,
      "loc": {
        "start": {
          "line": 649,
          "column": 59
        },
        "end": {
          "line": 649,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "c",
      "start": 21573,
      "end": 21574,
      "loc": {
        "start": {
          "line": 649,
          "column": 61
        },
        "end": {
          "line": 649,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21575,
      "end": 21577,
      "loc": {
        "start": {
          "line": 649,
          "column": 63
        },
        "end": {
          "line": 649,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21578,
      "end": 21579,
      "loc": {
        "start": {
          "line": 649,
          "column": 66
        },
        "end": {
          "line": 649,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 21592,
      "end": 21598,
      "loc": {
        "start": {
          "line": 650,
          "column": 12
        },
        "end": {
          "line": 650,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "c",
      "start": 21599,
      "end": 21600,
      "loc": {
        "start": {
          "line": 650,
          "column": 19
        },
        "end": {
          "line": 650,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21600,
      "end": 21601,
      "loc": {
        "start": {
          "line": 650,
          "column": 20
        },
        "end": {
          "line": 650,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 21601,
      "end": 21603,
      "loc": {
        "start": {
          "line": 650,
          "column": 21
        },
        "end": {
          "line": 650,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21603,
      "end": 21604,
      "loc": {
        "start": {
          "line": 650,
          "column": 23
        },
        "end": {
          "line": 650,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21615,
      "end": 21616,
      "loc": {
        "start": {
          "line": 651,
          "column": 10
        },
        "end": {
          "line": 651,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21616,
      "end": 21617,
      "loc": {
        "start": {
          "line": 651,
          "column": 11
        },
        "end": {
          "line": 651,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21617,
      "end": 21618,
      "loc": {
        "start": {
          "line": 651,
          "column": 12
        },
        "end": {
          "line": 651,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 21630,
      "end": 21632,
      "loc": {
        "start": {
          "line": 653,
          "column": 10
        },
        "end": {
          "line": 653,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21633,
      "end": 21634,
      "loc": {
        "start": {
          "line": 653,
          "column": 13
        },
        "end": {
          "line": 653,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 21634,
      "end": 21635,
      "loc": {
        "start": {
          "line": 653,
          "column": 14
        },
        "end": {
          "line": 653,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 21635,
      "end": 21636,
      "loc": {
        "start": {
          "line": 653,
          "column": 15
        },
        "end": {
          "line": 653,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21636,
      "end": 21637,
      "loc": {
        "start": {
          "line": 653,
          "column": 16
        },
        "end": {
          "line": 653,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "includes",
      "start": 21637,
      "end": 21645,
      "loc": {
        "start": {
          "line": 653,
          "column": 17
        },
        "end": {
          "line": 653,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21645,
      "end": 21646,
      "loc": {
        "start": {
          "line": 653,
          "column": 25
        },
        "end": {
          "line": 653,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "datatableColumnKeys",
      "start": 21646,
      "end": 21665,
      "loc": {
        "start": {
          "line": 653,
          "column": 26
        },
        "end": {
          "line": 653,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21665,
      "end": 21666,
      "loc": {
        "start": {
          "line": 653,
          "column": 45
        },
        "end": {
          "line": 653,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyContract",
      "start": 21667,
      "end": 21685,
      "loc": {
        "start": {
          "line": 653,
          "column": 47
        },
        "end": {
          "line": 653,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21685,
      "end": 21686,
      "loc": {
        "start": {
          "line": 653,
          "column": 65
        },
        "end": {
          "line": 653,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 21686,
      "end": 21691,
      "loc": {
        "start": {
          "line": 653,
          "column": 66
        },
        "end": {
          "line": 653,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21691,
      "end": 21692,
      "loc": {
        "start": {
          "line": 653,
          "column": 71
        },
        "end": {
          "line": 653,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21692,
      "end": 21693,
      "loc": {
        "start": {
          "line": 653,
          "column": 72
        },
        "end": {
          "line": 653,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21694,
      "end": 21695,
      "loc": {
        "start": {
          "line": 653,
          "column": 74
        },
        "end": {
          "line": 653,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 21708,
      "end": 21712,
      "loc": {
        "start": {
          "line": 654,
          "column": 12
        },
        "end": {
          "line": 654,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21712,
      "end": 21713,
      "loc": {
        "start": {
          "line": 654,
          "column": 16
        },
        "end": {
          "line": 654,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_logIssue",
      "start": 21713,
      "end": 21722,
      "loc": {
        "start": {
          "line": 654,
          "column": 17
        },
        "end": {
          "line": 654,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21722,
      "end": 21723,
      "loc": {
        "start": {
          "line": 654,
          "column": 26
        },
        "end": {
          "line": 654,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "invalid_line_datatable_link",
      "start": 21723,
      "end": 21752,
      "loc": {
        "start": {
          "line": 654,
          "column": 27
        },
        "end": {
          "line": 654,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21752,
      "end": 21753,
      "loc": {
        "start": {
          "line": 654,
          "column": 56
        },
        "end": {
          "line": 654,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 21754,
      "end": 21769,
      "loc": {
        "start": {
          "line": 654,
          "column": 58
        },
        "end": {
          "line": 654,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21769,
      "end": 21770,
      "loc": {
        "start": {
          "line": 654,
          "column": 73
        },
        "end": {
          "line": 654,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyContract",
      "start": 21771,
      "end": 21789,
      "loc": {
        "start": {
          "line": 654,
          "column": 75
        },
        "end": {
          "line": 654,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21789,
      "end": 21790,
      "loc": {
        "start": {
          "line": 654,
          "column": 93
        },
        "end": {
          "line": 654,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21791,
      "end": 21792,
      "loc": {
        "start": {
          "line": 654,
          "column": 95
        },
        "end": {
          "line": 654,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "source_bid_entity_dependency_key",
      "start": 21807,
      "end": 21839,
      "loc": {
        "start": {
          "line": 655,
          "column": 14
        },
        "end": {
          "line": 655,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21839,
      "end": 21840,
      "loc": {
        "start": {
          "line": 655,
          "column": 46
        },
        "end": {
          "line": 655,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyKey",
      "start": 21841,
      "end": 21854,
      "loc": {
        "start": {
          "line": 655,
          "column": 48
        },
        "end": {
          "line": 655,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21854,
      "end": 21855,
      "loc": {
        "start": {
          "line": 655,
          "column": 61
        },
        "end": {
          "line": 655,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21868,
      "end": 21869,
      "loc": {
        "start": {
          "line": 656,
          "column": 12
        },
        "end": {
          "line": 656,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21869,
      "end": 21870,
      "loc": {
        "start": {
          "line": 656,
          "column": 13
        },
        "end": {
          "line": 656,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21870,
      "end": 21871,
      "loc": {
        "start": {
          "line": 656,
          "column": 14
        },
        "end": {
          "line": 656,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21882,
      "end": 21883,
      "loc": {
        "start": {
          "line": 657,
          "column": 10
        },
        "end": {
          "line": 657,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21892,
      "end": 21893,
      "loc": {
        "start": {
          "line": 658,
          "column": 8
        },
        "end": {
          "line": 658,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21900,
      "end": 21901,
      "loc": {
        "start": {
          "line": 659,
          "column": 6
        },
        "end": {
          "line": 659,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21906,
      "end": 21907,
      "loc": {
        "start": {
          "line": 660,
          "column": 4
        },
        "end": {
          "line": 660,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21910,
      "end": 21911,
      "loc": {
        "start": {
          "line": 661,
          "column": 2
        },
        "end": {
          "line": 661,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_testEmptyField",
      "start": 21915,
      "end": 21930,
      "loc": {
        "start": {
          "line": 663,
          "column": 2
        },
        "end": {
          "line": 663,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21930,
      "end": 21931,
      "loc": {
        "start": {
          "line": 663,
          "column": 17
        },
        "end": {
          "line": 663,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 21931,
      "end": 21946,
      "loc": {
        "start": {
          "line": 663,
          "column": 18
        },
        "end": {
          "line": 663,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21946,
      "end": 21947,
      "loc": {
        "start": {
          "line": 663,
          "column": 33
        },
        "end": {
          "line": 663,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyContract",
      "start": 21948,
      "end": 21966,
      "loc": {
        "start": {
          "line": 663,
          "column": 35
        },
        "end": {
          "line": 663,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21966,
      "end": 21967,
      "loc": {
        "start": {
          "line": 663,
          "column": 53
        },
        "end": {
          "line": 663,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyKey",
      "start": 21968,
      "end": 21981,
      "loc": {
        "start": {
          "line": 663,
          "column": 55
        },
        "end": {
          "line": 663,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21981,
      "end": 21982,
      "loc": {
        "start": {
          "line": 663,
          "column": 68
        },
        "end": {
          "line": 663,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21983,
      "end": 21984,
      "loc": {
        "start": {
          "line": 663,
          "column": 70
        },
        "end": {
          "line": 663,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 21989,
      "end": 21991,
      "loc": {
        "start": {
          "line": 664,
          "column": 4
        },
        "end": {
          "line": 664,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21992,
      "end": 21993,
      "loc": {
        "start": {
          "line": 664,
          "column": 7
        },
        "end": {
          "line": 664,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22000,
      "end": 22001,
      "loc": {
        "start": {
          "line": 665,
          "column": 6
        },
        "end": {
          "line": 665,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "line_item",
      "start": 22001,
      "end": 22012,
      "loc": {
        "start": {
          "line": 665,
          "column": 7
        },
        "end": {
          "line": 665,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22012,
      "end": 22013,
      "loc": {
        "start": {
          "line": 665,
          "column": 18
        },
        "end": {
          "line": 665,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "metric",
      "start": 22014,
      "end": 22022,
      "loc": {
        "start": {
          "line": 665,
          "column": 20
        },
        "end": {
          "line": 665,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22022,
      "end": 22023,
      "loc": {
        "start": {
          "line": 665,
          "column": 28
        },
        "end": {
          "line": 665,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "bid_variable",
      "start": 22024,
      "end": 22038,
      "loc": {
        "start": {
          "line": 665,
          "column": 30
        },
        "end": {
          "line": 665,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22038,
      "end": 22039,
      "loc": {
        "start": {
          "line": 665,
          "column": 44
        },
        "end": {
          "line": 665,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "field",
      "start": 22040,
      "end": 22047,
      "loc": {
        "start": {
          "line": 665,
          "column": 46
        },
        "end": {
          "line": 665,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22047,
      "end": 22048,
      "loc": {
        "start": {
          "line": 665,
          "column": 53
        },
        "end": {
          "line": 665,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22048,
      "end": 22049,
      "loc": {
        "start": {
          "line": 665,
          "column": 54
        },
        "end": {
          "line": 665,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indexOf",
      "start": 22049,
      "end": 22056,
      "loc": {
        "start": {
          "line": 665,
          "column": 55
        },
        "end": {
          "line": 665,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22056,
      "end": 22057,
      "loc": {
        "start": {
          "line": 665,
          "column": 62
        },
        "end": {
          "line": 665,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 22057,
      "end": 22072,
      "loc": {
        "start": {
          "line": 665,
          "column": 63
        },
        "end": {
          "line": 665,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22072,
      "end": 22073,
      "loc": {
        "start": {
          "line": 665,
          "column": 78
        },
        "end": {
          "line": 665,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 22073,
      "end": 22077,
      "loc": {
        "start": {
          "line": 665,
          "column": 79
        },
        "end": {
          "line": 665,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22077,
      "end": 22078,
      "loc": {
        "start": {
          "line": 665,
          "column": 83
        },
        "end": {
          "line": 665,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": ">=",
      "start": 22079,
      "end": 22081,
      "loc": {
        "start": {
          "line": 665,
          "column": 85
        },
        "end": {
          "line": 665,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 22082,
      "end": 22083,
      "loc": {
        "start": {
          "line": 665,
          "column": 88
        },
        "end": {
          "line": 665,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 22084,
      "end": 22086,
      "loc": {
        "start": {
          "line": 665,
          "column": 90
        },
        "end": {
          "line": 665,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22093,
      "end": 22094,
      "loc": {
        "start": {
          "line": 666,
          "column": 6
        },
        "end": {
          "line": 666,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 22094,
      "end": 22095,
      "loc": {
        "start": {
          "line": 666,
          "column": 7
        },
        "end": {
          "line": 666,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22095,
      "end": 22096,
      "loc": {
        "start": {
          "line": 666,
          "column": 8
        },
        "end": {
          "line": 666,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isNull",
      "start": 22096,
      "end": 22102,
      "loc": {
        "start": {
          "line": 666,
          "column": 9
        },
        "end": {
          "line": 666,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22102,
      "end": 22103,
      "loc": {
        "start": {
          "line": 666,
          "column": 15
        },
        "end": {
          "line": 666,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyContract",
      "start": 22103,
      "end": 22121,
      "loc": {
        "start": {
          "line": 666,
          "column": 16
        },
        "end": {
          "line": 666,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22121,
      "end": 22122,
      "loc": {
        "start": {
          "line": 666,
          "column": 34
        },
        "end": {
          "line": 666,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 22122,
      "end": 22127,
      "loc": {
        "start": {
          "line": 666,
          "column": 35
        },
        "end": {
          "line": 666,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22127,
      "end": 22128,
      "loc": {
        "start": {
          "line": 666,
          "column": 40
        },
        "end": {
          "line": 666,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 22129,
      "end": 22131,
      "loc": {
        "start": {
          "line": 666,
          "column": 42
        },
        "end": {
          "line": 666,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 22132,
      "end": 22133,
      "loc": {
        "start": {
          "line": 666,
          "column": 45
        },
        "end": {
          "line": 666,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22133,
      "end": 22134,
      "loc": {
        "start": {
          "line": 666,
          "column": 46
        },
        "end": {
          "line": 666,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isEmpty",
      "start": 22134,
      "end": 22141,
      "loc": {
        "start": {
          "line": 666,
          "column": 47
        },
        "end": {
          "line": 666,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22141,
      "end": 22142,
      "loc": {
        "start": {
          "line": 666,
          "column": 54
        },
        "end": {
          "line": 666,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyContract",
      "start": 22142,
      "end": 22160,
      "loc": {
        "start": {
          "line": 666,
          "column": 55
        },
        "end": {
          "line": 666,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22160,
      "end": 22161,
      "loc": {
        "start": {
          "line": 666,
          "column": 73
        },
        "end": {
          "line": 666,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 22161,
      "end": 22166,
      "loc": {
        "start": {
          "line": 666,
          "column": 74
        },
        "end": {
          "line": 666,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22166,
      "end": 22167,
      "loc": {
        "start": {
          "line": 666,
          "column": 79
        },
        "end": {
          "line": 666,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22167,
      "end": 22168,
      "loc": {
        "start": {
          "line": 666,
          "column": 80
        },
        "end": {
          "line": 666,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 22169,
      "end": 22171,
      "loc": {
        "start": {
          "line": 666,
          "column": 82
        },
        "end": {
          "line": 666,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 22178,
      "end": 22179,
      "loc": {
        "start": {
          "line": 667,
          "column": 6
        },
        "end": {
          "line": 667,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22179,
      "end": 22180,
      "loc": {
        "start": {
          "line": 667,
          "column": 7
        },
        "end": {
          "line": 667,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 22180,
      "end": 22195,
      "loc": {
        "start": {
          "line": 667,
          "column": 8
        },
        "end": {
          "line": 667,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22195,
      "end": 22196,
      "loc": {
        "start": {
          "line": 667,
          "column": 23
        },
        "end": {
          "line": 667,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 22196,
      "end": 22200,
      "loc": {
        "start": {
          "line": 667,
          "column": 24
        },
        "end": {
          "line": 667,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 22201,
      "end": 22204,
      "loc": {
        "start": {
          "line": 667,
          "column": 29
        },
        "end": {
          "line": 667,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "field",
      "start": 22205,
      "end": 22212,
      "loc": {
        "start": {
          "line": 667,
          "column": 33
        },
        "end": {
          "line": 667,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 22213,
      "end": 22215,
      "loc": {
        "start": {
          "line": 667,
          "column": 41
        },
        "end": {
          "line": 667,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyContract",
      "start": 22216,
      "end": 22234,
      "loc": {
        "start": {
          "line": 667,
          "column": 44
        },
        "end": {
          "line": 667,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22234,
      "end": 22235,
      "loc": {
        "start": {
          "line": 667,
          "column": 62
        },
        "end": {
          "line": 667,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 22235,
      "end": 22239,
      "loc": {
        "start": {
          "line": 667,
          "column": 63
        },
        "end": {
          "line": 667,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 22240,
      "end": 22243,
      "loc": {
        "start": {
          "line": 667,
          "column": 68
        },
        "end": {
          "line": 667,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "datatable",
      "start": 22244,
      "end": 22255,
      "loc": {
        "start": {
          "line": 667,
          "column": 72
        },
        "end": {
          "line": 667,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22255,
      "end": 22256,
      "loc": {
        "start": {
          "line": 667,
          "column": 83
        },
        "end": {
          "line": 667,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22261,
      "end": 22262,
      "loc": {
        "start": {
          "line": 668,
          "column": 4
        },
        "end": {
          "line": 668,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22263,
      "end": 22264,
      "loc": {
        "start": {
          "line": 668,
          "column": 6
        },
        "end": {
          "line": 668,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 22271,
      "end": 22275,
      "loc": {
        "start": {
          "line": 669,
          "column": 6
        },
        "end": {
          "line": 669,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22275,
      "end": 22276,
      "loc": {
        "start": {
          "line": 669,
          "column": 10
        },
        "end": {
          "line": 669,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_logIssue",
      "start": 22276,
      "end": 22285,
      "loc": {
        "start": {
          "line": 669,
          "column": 11
        },
        "end": {
          "line": 669,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22285,
      "end": 22286,
      "loc": {
        "start": {
          "line": 669,
          "column": 20
        },
        "end": {
          "line": 669,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "empty_field",
      "start": 22286,
      "end": 22299,
      "loc": {
        "start": {
          "line": 669,
          "column": 21
        },
        "end": {
          "line": 669,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22299,
      "end": 22300,
      "loc": {
        "start": {
          "line": 669,
          "column": 34
        },
        "end": {
          "line": 669,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 22301,
      "end": 22316,
      "loc": {
        "start": {
          "line": 669,
          "column": 36
        },
        "end": {
          "line": 669,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22316,
      "end": 22317,
      "loc": {
        "start": {
          "line": 669,
          "column": 51
        },
        "end": {
          "line": 669,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyContract",
      "start": 22318,
      "end": 22336,
      "loc": {
        "start": {
          "line": 669,
          "column": 53
        },
        "end": {
          "line": 669,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22336,
      "end": 22337,
      "loc": {
        "start": {
          "line": 669,
          "column": 71
        },
        "end": {
          "line": 669,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22338,
      "end": 22339,
      "loc": {
        "start": {
          "line": 669,
          "column": 73
        },
        "end": {
          "line": 669,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "source_bid_entity_dependency_key",
      "start": 22348,
      "end": 22380,
      "loc": {
        "start": {
          "line": 670,
          "column": 8
        },
        "end": {
          "line": 670,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22380,
      "end": 22381,
      "loc": {
        "start": {
          "line": 670,
          "column": 40
        },
        "end": {
          "line": 670,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyKey",
      "start": 22382,
      "end": 22395,
      "loc": {
        "start": {
          "line": 670,
          "column": 42
        },
        "end": {
          "line": 670,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22395,
      "end": 22396,
      "loc": {
        "start": {
          "line": 670,
          "column": 55
        },
        "end": {
          "line": 670,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22403,
      "end": 22404,
      "loc": {
        "start": {
          "line": 671,
          "column": 6
        },
        "end": {
          "line": 671,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22404,
      "end": 22405,
      "loc": {
        "start": {
          "line": 671,
          "column": 7
        },
        "end": {
          "line": 671,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22405,
      "end": 22406,
      "loc": {
        "start": {
          "line": 671,
          "column": 8
        },
        "end": {
          "line": 671,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22411,
      "end": 22412,
      "loc": {
        "start": {
          "line": 672,
          "column": 4
        },
        "end": {
          "line": 672,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22415,
      "end": 22416,
      "loc": {
        "start": {
          "line": 673,
          "column": 2
        },
        "end": {
          "line": 673,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_testDatatableKey",
      "start": 22420,
      "end": 22437,
      "loc": {
        "start": {
          "line": 675,
          "column": 2
        },
        "end": {
          "line": 675,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22437,
      "end": 22438,
      "loc": {
        "start": {
          "line": 675,
          "column": 19
        },
        "end": {
          "line": 675,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 22438,
      "end": 22453,
      "loc": {
        "start": {
          "line": 675,
          "column": 20
        },
        "end": {
          "line": 675,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22453,
      "end": 22454,
      "loc": {
        "start": {
          "line": 675,
          "column": 35
        },
        "end": {
          "line": 675,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyContract",
      "start": 22455,
      "end": 22473,
      "loc": {
        "start": {
          "line": 675,
          "column": 37
        },
        "end": {
          "line": 675,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22473,
      "end": 22474,
      "loc": {
        "start": {
          "line": 675,
          "column": 55
        },
        "end": {
          "line": 675,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyKey",
      "start": 22475,
      "end": 22488,
      "loc": {
        "start": {
          "line": 675,
          "column": 57
        },
        "end": {
          "line": 675,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22488,
      "end": 22489,
      "loc": {
        "start": {
          "line": 675,
          "column": 70
        },
        "end": {
          "line": 675,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22490,
      "end": 22491,
      "loc": {
        "start": {
          "line": 675,
          "column": 72
        },
        "end": {
          "line": 675,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 22496,
      "end": 22498,
      "loc": {
        "start": {
          "line": 676,
          "column": 4
        },
        "end": {
          "line": 676,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22499,
      "end": 22500,
      "loc": {
        "start": {
          "line": 676,
          "column": 7
        },
        "end": {
          "line": 676,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22500,
      "end": 22501,
      "loc": {
        "start": {
          "line": 676,
          "column": 8
        },
        "end": {
          "line": 676,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "line_item",
      "start": 22501,
      "end": 22512,
      "loc": {
        "start": {
          "line": 676,
          "column": 9
        },
        "end": {
          "line": 676,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22512,
      "end": 22513,
      "loc": {
        "start": {
          "line": 676,
          "column": 20
        },
        "end": {
          "line": 676,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "metric",
      "start": 22514,
      "end": 22522,
      "loc": {
        "start": {
          "line": 676,
          "column": 22
        },
        "end": {
          "line": 676,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22522,
      "end": 22523,
      "loc": {
        "start": {
          "line": 676,
          "column": 30
        },
        "end": {
          "line": 676,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22523,
      "end": 22524,
      "loc": {
        "start": {
          "line": 676,
          "column": 31
        },
        "end": {
          "line": 676,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "includes",
      "start": 22524,
      "end": 22532,
      "loc": {
        "start": {
          "line": 676,
          "column": 32
        },
        "end": {
          "line": 676,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22532,
      "end": 22533,
      "loc": {
        "start": {
          "line": 676,
          "column": 40
        },
        "end": {
          "line": 676,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 22533,
      "end": 22548,
      "loc": {
        "start": {
          "line": 676,
          "column": 41
        },
        "end": {
          "line": 676,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22548,
      "end": 22549,
      "loc": {
        "start": {
          "line": 676,
          "column": 56
        },
        "end": {
          "line": 676,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 22549,
      "end": 22553,
      "loc": {
        "start": {
          "line": 676,
          "column": 57
        },
        "end": {
          "line": 676,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22553,
      "end": 22554,
      "loc": {
        "start": {
          "line": 676,
          "column": 61
        },
        "end": {
          "line": 676,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 22555,
      "end": 22557,
      "loc": {
        "start": {
          "line": 676,
          "column": 63
        },
        "end": {
          "line": 676,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyContract",
      "start": 22558,
      "end": 22576,
      "loc": {
        "start": {
          "line": 676,
          "column": 66
        },
        "end": {
          "line": 676,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22576,
      "end": 22577,
      "loc": {
        "start": {
          "line": 676,
          "column": 84
        },
        "end": {
          "line": 676,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 22577,
      "end": 22581,
      "loc": {
        "start": {
          "line": 676,
          "column": 85
        },
        "end": {
          "line": 676,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 22582,
      "end": 22585,
      "loc": {
        "start": {
          "line": 676,
          "column": 90
        },
        "end": {
          "line": 676,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "field",
      "start": 22586,
      "end": 22593,
      "loc": {
        "start": {
          "line": 676,
          "column": 94
        },
        "end": {
          "line": 676,
          "column": 101
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22593,
      "end": 22594,
      "loc": {
        "start": {
          "line": 676,
          "column": 101
        },
        "end": {
          "line": 676,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22595,
      "end": 22596,
      "loc": {
        "start": {
          "line": 676,
          "column": 103
        },
        "end": {
          "line": 676,
          "column": 104
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 22603,
      "end": 22606,
      "loc": {
        "start": {
          "line": 677,
          "column": 6
        },
        "end": {
          "line": 677,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fieldDef",
      "start": 22607,
      "end": 22615,
      "loc": {
        "start": {
          "line": 677,
          "column": 10
        },
        "end": {
          "line": 677,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 22616,
      "end": 22617,
      "loc": {
        "start": {
          "line": 677,
          "column": 19
        },
        "end": {
          "line": 677,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 22618,
      "end": 22622,
      "loc": {
        "start": {
          "line": 677,
          "column": 21
        },
        "end": {
          "line": 677,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22622,
      "end": 22623,
      "loc": {
        "start": {
          "line": 677,
          "column": 25
        },
        "end": {
          "line": 677,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_bid",
      "start": 22623,
      "end": 22627,
      "loc": {
        "start": {
          "line": 677,
          "column": 26
        },
        "end": {
          "line": 677,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22627,
      "end": 22628,
      "loc": {
        "start": {
          "line": 677,
          "column": 30
        },
        "end": {
          "line": 677,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entities",
      "start": 22628,
      "end": 22636,
      "loc": {
        "start": {
          "line": 677,
          "column": 31
        },
        "end": {
          "line": 677,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22636,
      "end": 22637,
      "loc": {
        "start": {
          "line": 677,
          "column": 39
        },
        "end": {
          "line": 677,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fields",
      "start": 22637,
      "end": 22643,
      "loc": {
        "start": {
          "line": 677,
          "column": 40
        },
        "end": {
          "line": 677,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22643,
      "end": 22644,
      "loc": {
        "start": {
          "line": 677,
          "column": 46
        },
        "end": {
          "line": 677,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyContract",
      "start": 22644,
      "end": 22662,
      "loc": {
        "start": {
          "line": 677,
          "column": 47
        },
        "end": {
          "line": 677,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22662,
      "end": 22663,
      "loc": {
        "start": {
          "line": 677,
          "column": 65
        },
        "end": {
          "line": 677,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bid_entity_id",
      "start": 22663,
      "end": 22676,
      "loc": {
        "start": {
          "line": 677,
          "column": 66
        },
        "end": {
          "line": 677,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22676,
      "end": 22677,
      "loc": {
        "start": {
          "line": 677,
          "column": 79
        },
        "end": {
          "line": 677,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22677,
      "end": 22678,
      "loc": {
        "start": {
          "line": 677,
          "column": 80
        },
        "end": {
          "line": 677,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 22685,
      "end": 22687,
      "loc": {
        "start": {
          "line": 678,
          "column": 6
        },
        "end": {
          "line": 678,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22688,
      "end": 22689,
      "loc": {
        "start": {
          "line": 678,
          "column": 9
        },
        "end": {
          "line": 678,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 22689,
      "end": 22690,
      "loc": {
        "start": {
          "line": 678,
          "column": 10
        },
        "end": {
          "line": 678,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 22690,
      "end": 22691,
      "loc": {
        "start": {
          "line": 678,
          "column": 11
        },
        "end": {
          "line": 678,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22691,
      "end": 22692,
      "loc": {
        "start": {
          "line": 678,
          "column": 12
        },
        "end": {
          "line": 678,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isUndefined",
      "start": 22692,
      "end": 22703,
      "loc": {
        "start": {
          "line": 678,
          "column": 13
        },
        "end": {
          "line": 678,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22703,
      "end": 22704,
      "loc": {
        "start": {
          "line": 678,
          "column": 24
        },
        "end": {
          "line": 678,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fieldDef",
      "start": 22704,
      "end": 22712,
      "loc": {
        "start": {
          "line": 678,
          "column": 25
        },
        "end": {
          "line": 678,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22712,
      "end": 22713,
      "loc": {
        "start": {
          "line": 678,
          "column": 33
        },
        "end": {
          "line": 678,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 22714,
      "end": 22716,
      "loc": {
        "start": {
          "line": 678,
          "column": 35
        },
        "end": {
          "line": 678,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 22717,
      "end": 22718,
      "loc": {
        "start": {
          "line": 678,
          "column": 38
        },
        "end": {
          "line": 678,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 22718,
      "end": 22719,
      "loc": {
        "start": {
          "line": 678,
          "column": 39
        },
        "end": {
          "line": 678,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22719,
      "end": 22720,
      "loc": {
        "start": {
          "line": 678,
          "column": 40
        },
        "end": {
          "line": 678,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isNull",
      "start": 22720,
      "end": 22726,
      "loc": {
        "start": {
          "line": 678,
          "column": 41
        },
        "end": {
          "line": 678,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22726,
      "end": 22727,
      "loc": {
        "start": {
          "line": 678,
          "column": 47
        },
        "end": {
          "line": 678,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fieldDef",
      "start": 22727,
      "end": 22735,
      "loc": {
        "start": {
          "line": 678,
          "column": 48
        },
        "end": {
          "line": 678,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22735,
      "end": 22736,
      "loc": {
        "start": {
          "line": 678,
          "column": 56
        },
        "end": {
          "line": 678,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22736,
      "end": 22737,
      "loc": {
        "start": {
          "line": 678,
          "column": 57
        },
        "end": {
          "line": 678,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22738,
      "end": 22739,
      "loc": {
        "start": {
          "line": 678,
          "column": 59
        },
        "end": {
          "line": 678,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 22748,
      "end": 22750,
      "loc": {
        "start": {
          "line": 679,
          "column": 8
        },
        "end": {
          "line": 679,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22751,
      "end": 22752,
      "loc": {
        "start": {
          "line": 679,
          "column": 11
        },
        "end": {
          "line": 679,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fieldDef",
      "start": 22752,
      "end": 22760,
      "loc": {
        "start": {
          "line": 679,
          "column": 12
        },
        "end": {
          "line": 679,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22760,
      "end": 22761,
      "loc": {
        "start": {
          "line": 679,
          "column": 20
        },
        "end": {
          "line": 679,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 22761,
      "end": 22767,
      "loc": {
        "start": {
          "line": 679,
          "column": 21
        },
        "end": {
          "line": 679,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22767,
      "end": 22768,
      "loc": {
        "start": {
          "line": 679,
          "column": 27
        },
        "end": {
          "line": 679,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 22768,
      "end": 22772,
      "loc": {
        "start": {
          "line": 679,
          "column": 28
        },
        "end": {
          "line": 679,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 22773,
      "end": 22776,
      "loc": {
        "start": {
          "line": 679,
          "column": 33
        },
        "end": {
          "line": 679,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "list",
      "start": 22777,
      "end": 22783,
      "loc": {
        "start": {
          "line": 679,
          "column": 37
        },
        "end": {
          "line": 679,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22783,
      "end": 22784,
      "loc": {
        "start": {
          "line": 679,
          "column": 43
        },
        "end": {
          "line": 679,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22785,
      "end": 22786,
      "loc": {
        "start": {
          "line": 679,
          "column": 45
        },
        "end": {
          "line": 679,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 22797,
      "end": 22800,
      "loc": {
        "start": {
          "line": 680,
          "column": 10
        },
        "end": {
          "line": 680,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "datatableId",
      "start": 22801,
      "end": 22812,
      "loc": {
        "start": {
          "line": 680,
          "column": 14
        },
        "end": {
          "line": 680,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 22813,
      "end": 22814,
      "loc": {
        "start": {
          "line": 680,
          "column": 26
        },
        "end": {
          "line": 680,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fieldDef",
      "start": 22815,
      "end": 22823,
      "loc": {
        "start": {
          "line": 680,
          "column": 28
        },
        "end": {
          "line": 680,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22823,
      "end": 22824,
      "loc": {
        "start": {
          "line": 680,
          "column": 36
        },
        "end": {
          "line": 680,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 22824,
      "end": 22830,
      "loc": {
        "start": {
          "line": 680,
          "column": 37
        },
        "end": {
          "line": 680,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22830,
      "end": 22831,
      "loc": {
        "start": {
          "line": 680,
          "column": 43
        },
        "end": {
          "line": 680,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencies",
      "start": 22831,
      "end": 22843,
      "loc": {
        "start": {
          "line": 680,
          "column": 44
        },
        "end": {
          "line": 680,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22843,
      "end": 22844,
      "loc": {
        "start": {
          "line": 680,
          "column": 56
        },
        "end": {
          "line": 680,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "datatable",
      "start": 22844,
      "end": 22853,
      "loc": {
        "start": {
          "line": 680,
          "column": 57
        },
        "end": {
          "line": 680,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22853,
      "end": 22854,
      "loc": {
        "start": {
          "line": 680,
          "column": 66
        },
        "end": {
          "line": 680,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bid_entity_id",
      "start": 22854,
      "end": 22867,
      "loc": {
        "start": {
          "line": 680,
          "column": 67
        },
        "end": {
          "line": 680,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22867,
      "end": 22868,
      "loc": {
        "start": {
          "line": 680,
          "column": 80
        },
        "end": {
          "line": 680,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 22880,
      "end": 22882,
      "loc": {
        "start": {
          "line": 682,
          "column": 10
        },
        "end": {
          "line": 682,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22883,
      "end": 22884,
      "loc": {
        "start": {
          "line": 682,
          "column": 13
        },
        "end": {
          "line": 682,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 22884,
      "end": 22885,
      "loc": {
        "start": {
          "line": 682,
          "column": 14
        },
        "end": {
          "line": 682,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 22885,
      "end": 22889,
      "loc": {
        "start": {
          "line": 682,
          "column": 15
        },
        "end": {
          "line": 682,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22889,
      "end": 22890,
      "loc": {
        "start": {
          "line": 682,
          "column": 19
        },
        "end": {
          "line": 682,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_isValidDatatableKey",
      "start": 22890,
      "end": 22910,
      "loc": {
        "start": {
          "line": 682,
          "column": 20
        },
        "end": {
          "line": 682,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22910,
      "end": 22911,
      "loc": {
        "start": {
          "line": 682,
          "column": 40
        },
        "end": {
          "line": 682,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "datatableId",
      "start": 22911,
      "end": 22922,
      "loc": {
        "start": {
          "line": 682,
          "column": 41
        },
        "end": {
          "line": 682,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22922,
      "end": 22923,
      "loc": {
        "start": {
          "line": 682,
          "column": 52
        },
        "end": {
          "line": 682,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyContract",
      "start": 22924,
      "end": 22942,
      "loc": {
        "start": {
          "line": 682,
          "column": 54
        },
        "end": {
          "line": 682,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22942,
      "end": 22943,
      "loc": {
        "start": {
          "line": 682,
          "column": 72
        },
        "end": {
          "line": 682,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 22943,
      "end": 22948,
      "loc": {
        "start": {
          "line": 682,
          "column": 73
        },
        "end": {
          "line": 682,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22948,
      "end": 22949,
      "loc": {
        "start": {
          "line": 682,
          "column": 78
        },
        "end": {
          "line": 682,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "true",
        "keyword": "true",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "true",
      "start": 22950,
      "end": 22954,
      "loc": {
        "start": {
          "line": 682,
          "column": 80
        },
        "end": {
          "line": 682,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22954,
      "end": 22955,
      "loc": {
        "start": {
          "line": 682,
          "column": 84
        },
        "end": {
          "line": 682,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22955,
      "end": 22956,
      "loc": {
        "start": {
          "line": 682,
          "column": 85
        },
        "end": {
          "line": 682,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22957,
      "end": 22958,
      "loc": {
        "start": {
          "line": 682,
          "column": 87
        },
        "end": {
          "line": 682,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 22971,
      "end": 22975,
      "loc": {
        "start": {
          "line": 683,
          "column": 12
        },
        "end": {
          "line": 683,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22975,
      "end": 22976,
      "loc": {
        "start": {
          "line": 683,
          "column": 16
        },
        "end": {
          "line": 683,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_logIssue",
      "start": 22976,
      "end": 22985,
      "loc": {
        "start": {
          "line": 683,
          "column": 17
        },
        "end": {
          "line": 683,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22985,
      "end": 22986,
      "loc": {
        "start": {
          "line": 683,
          "column": 26
        },
        "end": {
          "line": 683,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "invalid_datatable_key",
      "start": 22986,
      "end": 23009,
      "loc": {
        "start": {
          "line": 683,
          "column": 27
        },
        "end": {
          "line": 683,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23009,
      "end": 23010,
      "loc": {
        "start": {
          "line": 683,
          "column": 50
        },
        "end": {
          "line": 683,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 23011,
      "end": 23026,
      "loc": {
        "start": {
          "line": 683,
          "column": 52
        },
        "end": {
          "line": 683,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23026,
      "end": 23027,
      "loc": {
        "start": {
          "line": 683,
          "column": 67
        },
        "end": {
          "line": 683,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyContract",
      "start": 23028,
      "end": 23046,
      "loc": {
        "start": {
          "line": 683,
          "column": 69
        },
        "end": {
          "line": 683,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23046,
      "end": 23047,
      "loc": {
        "start": {
          "line": 683,
          "column": 87
        },
        "end": {
          "line": 683,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23048,
      "end": 23049,
      "loc": {
        "start": {
          "line": 683,
          "column": 89
        },
        "end": {
          "line": 683,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "source_bid_entity_dependency_key",
      "start": 23064,
      "end": 23096,
      "loc": {
        "start": {
          "line": 684,
          "column": 14
        },
        "end": {
          "line": 684,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23096,
      "end": 23097,
      "loc": {
        "start": {
          "line": 684,
          "column": 46
        },
        "end": {
          "line": 684,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyKey",
      "start": 23098,
      "end": 23111,
      "loc": {
        "start": {
          "line": 684,
          "column": 48
        },
        "end": {
          "line": 684,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23111,
      "end": 23112,
      "loc": {
        "start": {
          "line": 684,
          "column": 61
        },
        "end": {
          "line": 684,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23125,
      "end": 23126,
      "loc": {
        "start": {
          "line": 685,
          "column": 12
        },
        "end": {
          "line": 685,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23126,
      "end": 23127,
      "loc": {
        "start": {
          "line": 685,
          "column": 13
        },
        "end": {
          "line": 685,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23127,
      "end": 23128,
      "loc": {
        "start": {
          "line": 685,
          "column": 14
        },
        "end": {
          "line": 685,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23139,
      "end": 23140,
      "loc": {
        "start": {
          "line": 686,
          "column": 10
        },
        "end": {
          "line": 686,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23149,
      "end": 23150,
      "loc": {
        "start": {
          "line": 687,
          "column": 8
        },
        "end": {
          "line": 687,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23157,
      "end": 23158,
      "loc": {
        "start": {
          "line": 688,
          "column": 6
        },
        "end": {
          "line": 688,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 23159,
      "end": 23163,
      "loc": {
        "start": {
          "line": 688,
          "column": 8
        },
        "end": {
          "line": 688,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23164,
      "end": 23165,
      "loc": {
        "start": {
          "line": 688,
          "column": 13
        },
        "end": {
          "line": 688,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 23174,
      "end": 23178,
      "loc": {
        "start": {
          "line": 689,
          "column": 8
        },
        "end": {
          "line": 689,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23178,
      "end": 23179,
      "loc": {
        "start": {
          "line": 689,
          "column": 12
        },
        "end": {
          "line": 689,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_logIssue",
      "start": 23179,
      "end": 23188,
      "loc": {
        "start": {
          "line": 689,
          "column": 13
        },
        "end": {
          "line": 689,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23188,
      "end": 23189,
      "loc": {
        "start": {
          "line": 689,
          "column": 22
        },
        "end": {
          "line": 689,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "invalid_dependency",
      "start": 23189,
      "end": 23209,
      "loc": {
        "start": {
          "line": 689,
          "column": 23
        },
        "end": {
          "line": 689,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23209,
      "end": 23210,
      "loc": {
        "start": {
          "line": 689,
          "column": 43
        },
        "end": {
          "line": 689,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 23211,
      "end": 23226,
      "loc": {
        "start": {
          "line": 689,
          "column": 45
        },
        "end": {
          "line": 689,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23226,
      "end": 23227,
      "loc": {
        "start": {
          "line": 689,
          "column": 60
        },
        "end": {
          "line": 689,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyContract",
      "start": 23228,
      "end": 23246,
      "loc": {
        "start": {
          "line": 689,
          "column": 62
        },
        "end": {
          "line": 689,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23246,
      "end": 23247,
      "loc": {
        "start": {
          "line": 689,
          "column": 80
        },
        "end": {
          "line": 689,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23248,
      "end": 23249,
      "loc": {
        "start": {
          "line": 689,
          "column": 82
        },
        "end": {
          "line": 689,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "source_bid_entity_dependency_key",
      "start": 23260,
      "end": 23292,
      "loc": {
        "start": {
          "line": 690,
          "column": 10
        },
        "end": {
          "line": 690,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23292,
      "end": 23293,
      "loc": {
        "start": {
          "line": 690,
          "column": 42
        },
        "end": {
          "line": 690,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyKey",
      "start": 23294,
      "end": 23307,
      "loc": {
        "start": {
          "line": 690,
          "column": 44
        },
        "end": {
          "line": 690,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23307,
      "end": 23308,
      "loc": {
        "start": {
          "line": 690,
          "column": 57
        },
        "end": {
          "line": 690,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23317,
      "end": 23318,
      "loc": {
        "start": {
          "line": 691,
          "column": 8
        },
        "end": {
          "line": 691,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23318,
      "end": 23319,
      "loc": {
        "start": {
          "line": 691,
          "column": 9
        },
        "end": {
          "line": 691,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23319,
      "end": 23320,
      "loc": {
        "start": {
          "line": 691,
          "column": 10
        },
        "end": {
          "line": 691,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23327,
      "end": 23328,
      "loc": {
        "start": {
          "line": 692,
          "column": 6
        },
        "end": {
          "line": 692,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23333,
      "end": 23334,
      "loc": {
        "start": {
          "line": 693,
          "column": 4
        },
        "end": {
          "line": 693,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23337,
      "end": 23338,
      "loc": {
        "start": {
          "line": 694,
          "column": 2
        },
        "end": {
          "line": 694,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_isValidDatatableKey",
      "start": 23342,
      "end": 23362,
      "loc": {
        "start": {
          "line": 696,
          "column": 2
        },
        "end": {
          "line": 696,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23362,
      "end": 23363,
      "loc": {
        "start": {
          "line": 696,
          "column": 22
        },
        "end": {
          "line": 696,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "datatableId",
      "start": 23363,
      "end": 23374,
      "loc": {
        "start": {
          "line": 696,
          "column": 23
        },
        "end": {
          "line": 696,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23374,
      "end": 23375,
      "loc": {
        "start": {
          "line": 696,
          "column": 34
        },
        "end": {
          "line": 696,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 23376,
      "end": 23379,
      "loc": {
        "start": {
          "line": 696,
          "column": 36
        },
        "end": {
          "line": 696,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23379,
      "end": 23380,
      "loc": {
        "start": {
          "line": 696,
          "column": 39
        },
        "end": {
          "line": 696,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isColumn",
      "start": 23381,
      "end": 23389,
      "loc": {
        "start": {
          "line": 696,
          "column": 41
        },
        "end": {
          "line": 696,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23389,
      "end": 23390,
      "loc": {
        "start": {
          "line": 696,
          "column": 49
        },
        "end": {
          "line": 696,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23391,
      "end": 23392,
      "loc": {
        "start": {
          "line": 696,
          "column": 51
        },
        "end": {
          "line": 696,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 23397,
      "end": 23400,
      "loc": {
        "start": {
          "line": 697,
          "column": 4
        },
        "end": {
          "line": 697,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "datatable",
      "start": 23401,
      "end": 23410,
      "loc": {
        "start": {
          "line": 697,
          "column": 8
        },
        "end": {
          "line": 697,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 23411,
      "end": 23412,
      "loc": {
        "start": {
          "line": 697,
          "column": 18
        },
        "end": {
          "line": 697,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 23413,
      "end": 23417,
      "loc": {
        "start": {
          "line": 697,
          "column": 20
        },
        "end": {
          "line": 697,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23417,
      "end": 23418,
      "loc": {
        "start": {
          "line": 697,
          "column": 24
        },
        "end": {
          "line": 697,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_bid",
      "start": 23418,
      "end": 23422,
      "loc": {
        "start": {
          "line": 697,
          "column": 25
        },
        "end": {
          "line": 697,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23422,
      "end": 23423,
      "loc": {
        "start": {
          "line": 697,
          "column": 29
        },
        "end": {
          "line": 697,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entities",
      "start": 23423,
      "end": 23431,
      "loc": {
        "start": {
          "line": 697,
          "column": 30
        },
        "end": {
          "line": 697,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23431,
      "end": 23432,
      "loc": {
        "start": {
          "line": 697,
          "column": 38
        },
        "end": {
          "line": 697,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "datatables",
      "start": 23432,
      "end": 23442,
      "loc": {
        "start": {
          "line": 697,
          "column": 39
        },
        "end": {
          "line": 697,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23442,
      "end": 23443,
      "loc": {
        "start": {
          "line": 697,
          "column": 49
        },
        "end": {
          "line": 697,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "datatableId",
      "start": 23443,
      "end": 23454,
      "loc": {
        "start": {
          "line": 697,
          "column": 50
        },
        "end": {
          "line": 697,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23454,
      "end": 23455,
      "loc": {
        "start": {
          "line": 697,
          "column": 61
        },
        "end": {
          "line": 697,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23455,
      "end": 23456,
      "loc": {
        "start": {
          "line": 697,
          "column": 62
        },
        "end": {
          "line": 697,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 23462,
      "end": 23470,
      "loc": {
        "start": {
          "line": 699,
          "column": 4
        },
        "end": {
          "line": 699,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getColumnKeys",
      "start": 23471,
      "end": 23484,
      "loc": {
        "start": {
          "line": 699,
          "column": 13
        },
        "end": {
          "line": 699,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23484,
      "end": 23485,
      "loc": {
        "start": {
          "line": 699,
          "column": 26
        },
        "end": {
          "line": 699,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "datatable",
      "start": 23485,
      "end": 23494,
      "loc": {
        "start": {
          "line": 699,
          "column": 27
        },
        "end": {
          "line": 699,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23494,
      "end": 23495,
      "loc": {
        "start": {
          "line": 699,
          "column": 36
        },
        "end": {
          "line": 699,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23496,
      "end": 23497,
      "loc": {
        "start": {
          "line": 699,
          "column": 38
        },
        "end": {
          "line": 699,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 23504,
      "end": 23510,
      "loc": {
        "start": {
          "line": 700,
          "column": 6
        },
        "end": {
          "line": 700,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 23511,
      "end": 23512,
      "loc": {
        "start": {
          "line": 700,
          "column": 13
        },
        "end": {
          "line": 700,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23512,
      "end": 23513,
      "loc": {
        "start": {
          "line": 700,
          "column": 14
        },
        "end": {
          "line": 700,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "map",
      "start": 23513,
      "end": 23516,
      "loc": {
        "start": {
          "line": 700,
          "column": 15
        },
        "end": {
          "line": 700,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23516,
      "end": 23517,
      "loc": {
        "start": {
          "line": 700,
          "column": 18
        },
        "end": {
          "line": 700,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "datatable",
      "start": 23517,
      "end": 23526,
      "loc": {
        "start": {
          "line": 700,
          "column": 19
        },
        "end": {
          "line": 700,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23526,
      "end": 23527,
      "loc": {
        "start": {
          "line": 700,
          "column": 28
        },
        "end": {
          "line": 700,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "columns",
      "start": 23527,
      "end": 23534,
      "loc": {
        "start": {
          "line": 700,
          "column": 29
        },
        "end": {
          "line": 700,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23534,
      "end": 23535,
      "loc": {
        "start": {
          "line": 700,
          "column": 36
        },
        "end": {
          "line": 700,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "c",
      "start": 23536,
      "end": 23537,
      "loc": {
        "start": {
          "line": 700,
          "column": 38
        },
        "end": {
          "line": 700,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23538,
      "end": 23540,
      "loc": {
        "start": {
          "line": 700,
          "column": 40
        },
        "end": {
          "line": 700,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23541,
      "end": 23542,
      "loc": {
        "start": {
          "line": 700,
          "column": 43
        },
        "end": {
          "line": 700,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 23551,
      "end": 23557,
      "loc": {
        "start": {
          "line": 701,
          "column": 8
        },
        "end": {
          "line": 701,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "c",
      "start": 23558,
      "end": 23559,
      "loc": {
        "start": {
          "line": 701,
          "column": 15
        },
        "end": {
          "line": 701,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23559,
      "end": 23560,
      "loc": {
        "start": {
          "line": 701,
          "column": 16
        },
        "end": {
          "line": 701,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 23560,
      "end": 23562,
      "loc": {
        "start": {
          "line": 701,
          "column": 17
        },
        "end": {
          "line": 701,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23562,
      "end": 23563,
      "loc": {
        "start": {
          "line": 701,
          "column": 19
        },
        "end": {
          "line": 701,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23570,
      "end": 23571,
      "loc": {
        "start": {
          "line": 702,
          "column": 6
        },
        "end": {
          "line": 702,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23571,
      "end": 23572,
      "loc": {
        "start": {
          "line": 702,
          "column": 7
        },
        "end": {
          "line": 702,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23572,
      "end": 23573,
      "loc": {
        "start": {
          "line": 702,
          "column": 8
        },
        "end": {
          "line": 702,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23578,
      "end": 23579,
      "loc": {
        "start": {
          "line": 703,
          "column": 4
        },
        "end": {
          "line": 703,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 23585,
      "end": 23593,
      "loc": {
        "start": {
          "line": 705,
          "column": 4
        },
        "end": {
          "line": 705,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getRowKeys",
      "start": 23594,
      "end": 23604,
      "loc": {
        "start": {
          "line": 705,
          "column": 13
        },
        "end": {
          "line": 705,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23604,
      "end": 23605,
      "loc": {
        "start": {
          "line": 705,
          "column": 23
        },
        "end": {
          "line": 705,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "datatable",
      "start": 23605,
      "end": 23614,
      "loc": {
        "start": {
          "line": 705,
          "column": 24
        },
        "end": {
          "line": 705,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23614,
      "end": 23615,
      "loc": {
        "start": {
          "line": 705,
          "column": 33
        },
        "end": {
          "line": 705,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23616,
      "end": 23617,
      "loc": {
        "start": {
          "line": 705,
          "column": 35
        },
        "end": {
          "line": 705,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 23624,
      "end": 23630,
      "loc": {
        "start": {
          "line": 706,
          "column": 6
        },
        "end": {
          "line": 706,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 23631,
      "end": 23632,
      "loc": {
        "start": {
          "line": 706,
          "column": 13
        },
        "end": {
          "line": 706,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23632,
      "end": 23633,
      "loc": {
        "start": {
          "line": 706,
          "column": 14
        },
        "end": {
          "line": 706,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "map",
      "start": 23633,
      "end": 23636,
      "loc": {
        "start": {
          "line": 706,
          "column": 15
        },
        "end": {
          "line": 706,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23636,
      "end": 23637,
      "loc": {
        "start": {
          "line": 706,
          "column": 18
        },
        "end": {
          "line": 706,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "datatable",
      "start": 23637,
      "end": 23646,
      "loc": {
        "start": {
          "line": 706,
          "column": 19
        },
        "end": {
          "line": 706,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23646,
      "end": 23647,
      "loc": {
        "start": {
          "line": 706,
          "column": 28
        },
        "end": {
          "line": 706,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 23647,
      "end": 23653,
      "loc": {
        "start": {
          "line": 706,
          "column": 29
        },
        "end": {
          "line": 706,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23653,
      "end": 23654,
      "loc": {
        "start": {
          "line": 706,
          "column": 35
        },
        "end": {
          "line": 706,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rows",
      "start": 23654,
      "end": 23658,
      "loc": {
        "start": {
          "line": 706,
          "column": 36
        },
        "end": {
          "line": 706,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23658,
      "end": 23659,
      "loc": {
        "start": {
          "line": 706,
          "column": 40
        },
        "end": {
          "line": 706,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "r",
      "start": 23660,
      "end": 23661,
      "loc": {
        "start": {
          "line": 706,
          "column": 42
        },
        "end": {
          "line": 706,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23662,
      "end": 23664,
      "loc": {
        "start": {
          "line": 706,
          "column": 44
        },
        "end": {
          "line": 706,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23665,
      "end": 23666,
      "loc": {
        "start": {
          "line": 706,
          "column": 47
        },
        "end": {
          "line": 706,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 23675,
      "end": 23681,
      "loc": {
        "start": {
          "line": 707,
          "column": 8
        },
        "end": {
          "line": 707,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "r",
      "start": 23682,
      "end": 23683,
      "loc": {
        "start": {
          "line": 707,
          "column": 15
        },
        "end": {
          "line": 707,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23683,
      "end": 23684,
      "loc": {
        "start": {
          "line": 707,
          "column": 16
        },
        "end": {
          "line": 707,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 23684,
      "end": 23686,
      "loc": {
        "start": {
          "line": 707,
          "column": 17
        },
        "end": {
          "line": 707,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23686,
      "end": 23687,
      "loc": {
        "start": {
          "line": 707,
          "column": 19
        },
        "end": {
          "line": 707,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23694,
      "end": 23695,
      "loc": {
        "start": {
          "line": 708,
          "column": 6
        },
        "end": {
          "line": 708,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23695,
      "end": 23696,
      "loc": {
        "start": {
          "line": 708,
          "column": 7
        },
        "end": {
          "line": 708,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23696,
      "end": 23697,
      "loc": {
        "start": {
          "line": 708,
          "column": 8
        },
        "end": {
          "line": 708,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23702,
      "end": 23703,
      "loc": {
        "start": {
          "line": 709,
          "column": 4
        },
        "end": {
          "line": 709,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 23709,
      "end": 23711,
      "loc": {
        "start": {
          "line": 711,
          "column": 4
        },
        "end": {
          "line": 711,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23712,
      "end": 23713,
      "loc": {
        "start": {
          "line": 711,
          "column": 7
        },
        "end": {
          "line": 711,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "datatable",
      "start": 23713,
      "end": 23722,
      "loc": {
        "start": {
          "line": 711,
          "column": 8
        },
        "end": {
          "line": 711,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23722,
      "end": 23723,
      "loc": {
        "start": {
          "line": 711,
          "column": 17
        },
        "end": {
          "line": 711,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23724,
      "end": 23725,
      "loc": {
        "start": {
          "line": 711,
          "column": 19
        },
        "end": {
          "line": 711,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 23732,
      "end": 23735,
      "loc": {
        "start": {
          "line": 712,
          "column": 6
        },
        "end": {
          "line": 712,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "datatableKeys",
      "start": 23736,
      "end": 23749,
      "loc": {
        "start": {
          "line": 712,
          "column": 10
        },
        "end": {
          "line": 712,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 23750,
      "end": 23751,
      "loc": {
        "start": {
          "line": 712,
          "column": 24
        },
        "end": {
          "line": 712,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isColumn",
      "start": 23752,
      "end": 23760,
      "loc": {
        "start": {
          "line": 712,
          "column": 26
        },
        "end": {
          "line": 712,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23761,
      "end": 23762,
      "loc": {
        "start": {
          "line": 712,
          "column": 35
        },
        "end": {
          "line": 712,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getColumnKeys",
      "start": 23763,
      "end": 23776,
      "loc": {
        "start": {
          "line": 712,
          "column": 37
        },
        "end": {
          "line": 712,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23776,
      "end": 23777,
      "loc": {
        "start": {
          "line": 712,
          "column": 50
        },
        "end": {
          "line": 712,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "datatable",
      "start": 23777,
      "end": 23786,
      "loc": {
        "start": {
          "line": 712,
          "column": 51
        },
        "end": {
          "line": 712,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23786,
      "end": 23787,
      "loc": {
        "start": {
          "line": 712,
          "column": 60
        },
        "end": {
          "line": 712,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23788,
      "end": 23789,
      "loc": {
        "start": {
          "line": 712,
          "column": 62
        },
        "end": {
          "line": 712,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getRowKeys",
      "start": 23790,
      "end": 23800,
      "loc": {
        "start": {
          "line": 712,
          "column": 64
        },
        "end": {
          "line": 712,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23800,
      "end": 23801,
      "loc": {
        "start": {
          "line": 712,
          "column": 74
        },
        "end": {
          "line": 712,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "datatable",
      "start": 23801,
      "end": 23810,
      "loc": {
        "start": {
          "line": 712,
          "column": 75
        },
        "end": {
          "line": 712,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23810,
      "end": 23811,
      "loc": {
        "start": {
          "line": 712,
          "column": 84
        },
        "end": {
          "line": 712,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23811,
      "end": 23812,
      "loc": {
        "start": {
          "line": 712,
          "column": 85
        },
        "end": {
          "line": 712,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 23820,
      "end": 23826,
      "loc": {
        "start": {
          "line": 714,
          "column": 6
        },
        "end": {
          "line": 714,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 23827,
      "end": 23828,
      "loc": {
        "start": {
          "line": 714,
          "column": 13
        },
        "end": {
          "line": 714,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23828,
      "end": 23829,
      "loc": {
        "start": {
          "line": 714,
          "column": 14
        },
        "end": {
          "line": 714,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "includes",
      "start": 23829,
      "end": 23837,
      "loc": {
        "start": {
          "line": 714,
          "column": 15
        },
        "end": {
          "line": 714,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23837,
      "end": 23838,
      "loc": {
        "start": {
          "line": 714,
          "column": 23
        },
        "end": {
          "line": 714,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "datatableKeys",
      "start": 23838,
      "end": 23851,
      "loc": {
        "start": {
          "line": 714,
          "column": 24
        },
        "end": {
          "line": 714,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23851,
      "end": 23852,
      "loc": {
        "start": {
          "line": 714,
          "column": 37
        },
        "end": {
          "line": 714,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 23853,
      "end": 23856,
      "loc": {
        "start": {
          "line": 714,
          "column": 39
        },
        "end": {
          "line": 714,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23856,
      "end": 23857,
      "loc": {
        "start": {
          "line": 714,
          "column": 42
        },
        "end": {
          "line": 714,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23857,
      "end": 23858,
      "loc": {
        "start": {
          "line": 714,
          "column": 43
        },
        "end": {
          "line": 714,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23863,
      "end": 23864,
      "loc": {
        "start": {
          "line": 715,
          "column": 4
        },
        "end": {
          "line": 715,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 23865,
      "end": 23869,
      "loc": {
        "start": {
          "line": 715,
          "column": 6
        },
        "end": {
          "line": 715,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 23870,
      "end": 23876,
      "loc": {
        "start": {
          "line": 715,
          "column": 11
        },
        "end": {
          "line": 715,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 23877,
      "end": 23882,
      "loc": {
        "start": {
          "line": 715,
          "column": 18
        },
        "end": {
          "line": 715,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23882,
      "end": 23883,
      "loc": {
        "start": {
          "line": 715,
          "column": 23
        },
        "end": {
          "line": 715,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23886,
      "end": 23887,
      "loc": {
        "start": {
          "line": 716,
          "column": 2
        },
        "end": {
          "line": 716,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_getAssemblyTitle",
      "start": 23891,
      "end": 23908,
      "loc": {
        "start": {
          "line": 718,
          "column": 2
        },
        "end": {
          "line": 718,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23908,
      "end": 23909,
      "loc": {
        "start": {
          "line": 718,
          "column": 19
        },
        "end": {
          "line": 718,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assemblyId",
      "start": 23909,
      "end": 23919,
      "loc": {
        "start": {
          "line": 718,
          "column": 20
        },
        "end": {
          "line": 718,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23919,
      "end": 23920,
      "loc": {
        "start": {
          "line": 718,
          "column": 30
        },
        "end": {
          "line": 718,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23921,
      "end": 23922,
      "loc": {
        "start": {
          "line": 718,
          "column": 32
        },
        "end": {
          "line": 718,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 23927,
      "end": 23932,
      "loc": {
        "start": {
          "line": 719,
          "column": 4
        },
        "end": {
          "line": 719,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assembly",
      "start": 23933,
      "end": 23941,
      "loc": {
        "start": {
          "line": 719,
          "column": 10
        },
        "end": {
          "line": 719,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 23942,
      "end": 23943,
      "loc": {
        "start": {
          "line": 719,
          "column": 19
        },
        "end": {
          "line": 719,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 23944,
      "end": 23948,
      "loc": {
        "start": {
          "line": 719,
          "column": 21
        },
        "end": {
          "line": 719,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23948,
      "end": 23949,
      "loc": {
        "start": {
          "line": 719,
          "column": 25
        },
        "end": {
          "line": 719,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_bid",
      "start": 23949,
      "end": 23953,
      "loc": {
        "start": {
          "line": 719,
          "column": 26
        },
        "end": {
          "line": 719,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23953,
      "end": 23954,
      "loc": {
        "start": {
          "line": 719,
          "column": 30
        },
        "end": {
          "line": 719,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entities",
      "start": 23954,
      "end": 23962,
      "loc": {
        "start": {
          "line": 719,
          "column": 31
        },
        "end": {
          "line": 719,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23962,
      "end": 23963,
      "loc": {
        "start": {
          "line": 719,
          "column": 39
        },
        "end": {
          "line": 719,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assemblies",
      "start": 23963,
      "end": 23973,
      "loc": {
        "start": {
          "line": 719,
          "column": 40
        },
        "end": {
          "line": 719,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23973,
      "end": 23974,
      "loc": {
        "start": {
          "line": 719,
          "column": 50
        },
        "end": {
          "line": 719,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assemblyId",
      "start": 23974,
      "end": 23984,
      "loc": {
        "start": {
          "line": 719,
          "column": 51
        },
        "end": {
          "line": 719,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23984,
      "end": 23985,
      "loc": {
        "start": {
          "line": 719,
          "column": 61
        },
        "end": {
          "line": 719,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23985,
      "end": 23986,
      "loc": {
        "start": {
          "line": 719,
          "column": 62
        },
        "end": {
          "line": 719,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 23991,
      "end": 23997,
      "loc": {
        "start": {
          "line": 720,
          "column": 4
        },
        "end": {
          "line": 720,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assembly",
      "start": 23998,
      "end": 24006,
      "loc": {
        "start": {
          "line": 720,
          "column": 11
        },
        "end": {
          "line": 720,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24007,
      "end": 24008,
      "loc": {
        "start": {
          "line": 720,
          "column": 20
        },
        "end": {
          "line": 720,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assembly",
      "start": 24009,
      "end": 24017,
      "loc": {
        "start": {
          "line": 720,
          "column": 22
        },
        "end": {
          "line": 720,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24017,
      "end": 24018,
      "loc": {
        "start": {
          "line": 720,
          "column": 30
        },
        "end": {
          "line": 720,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "title",
      "start": 24018,
      "end": 24023,
      "loc": {
        "start": {
          "line": 720,
          "column": 31
        },
        "end": {
          "line": 720,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24024,
      "end": 24025,
      "loc": {
        "start": {
          "line": 720,
          "column": 37
        },
        "end": {
          "line": 720,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 24026,
      "end": 24030,
      "loc": {
        "start": {
          "line": 720,
          "column": 39
        },
        "end": {
          "line": 720,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24030,
      "end": 24031,
      "loc": {
        "start": {
          "line": 720,
          "column": 43
        },
        "end": {
          "line": 720,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24034,
      "end": 24035,
      "loc": {
        "start": {
          "line": 721,
          "column": 2
        },
        "end": {
          "line": 721,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_logIssue",
      "start": 24039,
      "end": 24048,
      "loc": {
        "start": {
          "line": 723,
          "column": 2
        },
        "end": {
          "line": 723,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24048,
      "end": 24049,
      "loc": {
        "start": {
          "line": 723,
          "column": 11
        },
        "end": {
          "line": 723,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 24049,
      "end": 24053,
      "loc": {
        "start": {
          "line": 723,
          "column": 12
        },
        "end": {
          "line": 723,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24053,
      "end": 24054,
      "loc": {
        "start": {
          "line": 723,
          "column": 16
        },
        "end": {
          "line": 723,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 24055,
      "end": 24070,
      "loc": {
        "start": {
          "line": 723,
          "column": 18
        },
        "end": {
          "line": 723,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24070,
      "end": 24071,
      "loc": {
        "start": {
          "line": 723,
          "column": 33
        },
        "end": {
          "line": 723,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyContract",
      "start": 24072,
      "end": 24090,
      "loc": {
        "start": {
          "line": 723,
          "column": 35
        },
        "end": {
          "line": 723,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24090,
      "end": 24091,
      "loc": {
        "start": {
          "line": 723,
          "column": 53
        },
        "end": {
          "line": 723,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "meta",
      "start": 24092,
      "end": 24096,
      "loc": {
        "start": {
          "line": 723,
          "column": 55
        },
        "end": {
          "line": 723,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24096,
      "end": 24097,
      "loc": {
        "start": {
          "line": 723,
          "column": 59
        },
        "end": {
          "line": 723,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24098,
      "end": 24099,
      "loc": {
        "start": {
          "line": 723,
          "column": 61
        },
        "end": {
          "line": 723,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 24104,
      "end": 24108,
      "loc": {
        "start": {
          "line": 724,
          "column": 4
        },
        "end": {
          "line": 724,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24108,
      "end": 24109,
      "loc": {
        "start": {
          "line": 724,
          "column": 8
        },
        "end": {
          "line": 724,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_testResults",
      "start": 24109,
      "end": 24121,
      "loc": {
        "start": {
          "line": 724,
          "column": 9
        },
        "end": {
          "line": 724,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24121,
      "end": 24122,
      "loc": {
        "start": {
          "line": 724,
          "column": 21
        },
        "end": {
          "line": 724,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "push",
      "start": 24122,
      "end": 24126,
      "loc": {
        "start": {
          "line": 724,
          "column": 22
        },
        "end": {
          "line": 724,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24126,
      "end": 24127,
      "loc": {
        "start": {
          "line": 724,
          "column": 26
        },
        "end": {
          "line": 724,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24127,
      "end": 24128,
      "loc": {
        "start": {
          "line": 724,
          "column": 27
        },
        "end": {
          "line": 724,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 24135,
      "end": 24139,
      "loc": {
        "start": {
          "line": 725,
          "column": 6
        },
        "end": {
          "line": 725,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24139,
      "end": 24140,
      "loc": {
        "start": {
          "line": 725,
          "column": 10
        },
        "end": {
          "line": 725,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 24141,
      "end": 24145,
      "loc": {
        "start": {
          "line": 725,
          "column": 12
        },
        "end": {
          "line": 725,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24145,
      "end": 24146,
      "loc": {
        "start": {
          "line": 725,
          "column": 16
        },
        "end": {
          "line": 725,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "source_bid_entity_type",
      "start": 24153,
      "end": 24175,
      "loc": {
        "start": {
          "line": 726,
          "column": 6
        },
        "end": {
          "line": 726,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24175,
      "end": 24176,
      "loc": {
        "start": {
          "line": 726,
          "column": 28
        },
        "end": {
          "line": 726,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 24177,
      "end": 24192,
      "loc": {
        "start": {
          "line": 726,
          "column": 30
        },
        "end": {
          "line": 726,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24192,
      "end": 24193,
      "loc": {
        "start": {
          "line": 726,
          "column": 45
        },
        "end": {
          "line": 726,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 24193,
      "end": 24197,
      "loc": {
        "start": {
          "line": 726,
          "column": 46
        },
        "end": {
          "line": 726,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24197,
      "end": 24198,
      "loc": {
        "start": {
          "line": 726,
          "column": 50
        },
        "end": {
          "line": 726,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "source_bid_entity_id",
      "start": 24205,
      "end": 24225,
      "loc": {
        "start": {
          "line": 727,
          "column": 6
        },
        "end": {
          "line": 727,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24225,
      "end": 24226,
      "loc": {
        "start": {
          "line": 727,
          "column": 26
        },
        "end": {
          "line": 727,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 24227,
      "end": 24242,
      "loc": {
        "start": {
          "line": 727,
          "column": 28
        },
        "end": {
          "line": 727,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24242,
      "end": 24243,
      "loc": {
        "start": {
          "line": 727,
          "column": 43
        },
        "end": {
          "line": 727,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 24243,
      "end": 24245,
      "loc": {
        "start": {
          "line": 727,
          "column": 44
        },
        "end": {
          "line": 727,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24245,
      "end": 24246,
      "loc": {
        "start": {
          "line": 727,
          "column": 46
        },
        "end": {
          "line": 727,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "source_bid_entity_title",
      "start": 24253,
      "end": 24276,
      "loc": {
        "start": {
          "line": 728,
          "column": 6
        },
        "end": {
          "line": 728,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24276,
      "end": 24277,
      "loc": {
        "start": {
          "line": 728,
          "column": 29
        },
        "end": {
          "line": 728,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 24278,
      "end": 24293,
      "loc": {
        "start": {
          "line": 728,
          "column": 31
        },
        "end": {
          "line": 728,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24293,
      "end": 24294,
      "loc": {
        "start": {
          "line": 728,
          "column": 46
        },
        "end": {
          "line": 728,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "title",
      "start": 24294,
      "end": 24299,
      "loc": {
        "start": {
          "line": 728,
          "column": 47
        },
        "end": {
          "line": 728,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24299,
      "end": 24300,
      "loc": {
        "start": {
          "line": 728,
          "column": 52
        },
        "end": {
          "line": 728,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "source_bid_entity_assembly_id",
      "start": 24307,
      "end": 24336,
      "loc": {
        "start": {
          "line": 729,
          "column": 6
        },
        "end": {
          "line": 729,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24336,
      "end": 24337,
      "loc": {
        "start": {
          "line": 729,
          "column": 35
        },
        "end": {
          "line": 729,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 24346,
      "end": 24361,
      "loc": {
        "start": {
          "line": 730,
          "column": 8
        },
        "end": {
          "line": 730,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24361,
      "end": 24362,
      "loc": {
        "start": {
          "line": 730,
          "column": 23
        },
        "end": {
          "line": 730,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 24362,
      "end": 24368,
      "loc": {
        "start": {
          "line": 730,
          "column": 24
        },
        "end": {
          "line": 730,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 24369,
      "end": 24371,
      "loc": {
        "start": {
          "line": 730,
          "column": 31
        },
        "end": {
          "line": 730,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 24372,
      "end": 24387,
      "loc": {
        "start": {
          "line": 730,
          "column": 34
        },
        "end": {
          "line": 730,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24387,
      "end": 24388,
      "loc": {
        "start": {
          "line": 730,
          "column": 49
        },
        "end": {
          "line": 730,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 24388,
      "end": 24394,
      "loc": {
        "start": {
          "line": 730,
          "column": 50
        },
        "end": {
          "line": 730,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24394,
      "end": 24395,
      "loc": {
        "start": {
          "line": 730,
          "column": 56
        },
        "end": {
          "line": 730,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assembly_id",
      "start": 24395,
      "end": 24406,
      "loc": {
        "start": {
          "line": 730,
          "column": 57
        },
        "end": {
          "line": 730,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24417,
      "end": 24418,
      "loc": {
        "start": {
          "line": 731,
          "column": 10
        },
        "end": {
          "line": 731,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 24419,
      "end": 24434,
      "loc": {
        "start": {
          "line": 731,
          "column": 12
        },
        "end": {
          "line": 731,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24434,
      "end": 24435,
      "loc": {
        "start": {
          "line": 731,
          "column": 27
        },
        "end": {
          "line": 731,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 24435,
      "end": 24441,
      "loc": {
        "start": {
          "line": 731,
          "column": 28
        },
        "end": {
          "line": 731,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24441,
      "end": 24442,
      "loc": {
        "start": {
          "line": 731,
          "column": 34
        },
        "end": {
          "line": 731,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assembly_id",
      "start": 24442,
      "end": 24453,
      "loc": {
        "start": {
          "line": 731,
          "column": 35
        },
        "end": {
          "line": 731,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24464,
      "end": 24465,
      "loc": {
        "start": {
          "line": 732,
          "column": 10
        },
        "end": {
          "line": 732,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 24466,
      "end": 24470,
      "loc": {
        "start": {
          "line": 732,
          "column": 12
        },
        "end": {
          "line": 732,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24470,
      "end": 24471,
      "loc": {
        "start": {
          "line": 732,
          "column": 16
        },
        "end": {
          "line": 732,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "source_bid_entity_assembly_title",
      "start": 24478,
      "end": 24510,
      "loc": {
        "start": {
          "line": 733,
          "column": 6
        },
        "end": {
          "line": 733,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24510,
      "end": 24511,
      "loc": {
        "start": {
          "line": 733,
          "column": 38
        },
        "end": {
          "line": 733,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 24520,
      "end": 24535,
      "loc": {
        "start": {
          "line": 734,
          "column": 8
        },
        "end": {
          "line": 734,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24535,
      "end": 24536,
      "loc": {
        "start": {
          "line": 734,
          "column": 23
        },
        "end": {
          "line": 734,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 24536,
      "end": 24542,
      "loc": {
        "start": {
          "line": 734,
          "column": 24
        },
        "end": {
          "line": 734,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 24543,
      "end": 24545,
      "loc": {
        "start": {
          "line": 734,
          "column": 31
        },
        "end": {
          "line": 734,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 24546,
      "end": 24561,
      "loc": {
        "start": {
          "line": 734,
          "column": 34
        },
        "end": {
          "line": 734,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24561,
      "end": 24562,
      "loc": {
        "start": {
          "line": 734,
          "column": 49
        },
        "end": {
          "line": 734,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 24562,
      "end": 24568,
      "loc": {
        "start": {
          "line": 734,
          "column": 50
        },
        "end": {
          "line": 734,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24568,
      "end": 24569,
      "loc": {
        "start": {
          "line": 734,
          "column": 56
        },
        "end": {
          "line": 734,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assembly_id",
      "start": 24569,
      "end": 24580,
      "loc": {
        "start": {
          "line": 734,
          "column": 57
        },
        "end": {
          "line": 734,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24591,
      "end": 24592,
      "loc": {
        "start": {
          "line": 735,
          "column": 10
        },
        "end": {
          "line": 735,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 24593,
      "end": 24597,
      "loc": {
        "start": {
          "line": 735,
          "column": 12
        },
        "end": {
          "line": 735,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24597,
      "end": 24598,
      "loc": {
        "start": {
          "line": 735,
          "column": 16
        },
        "end": {
          "line": 735,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_getAssemblyTitle",
      "start": 24598,
      "end": 24615,
      "loc": {
        "start": {
          "line": 735,
          "column": 17
        },
        "end": {
          "line": 735,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24615,
      "end": 24616,
      "loc": {
        "start": {
          "line": 735,
          "column": 34
        },
        "end": {
          "line": 735,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceBidEntity",
      "start": 24616,
      "end": 24631,
      "loc": {
        "start": {
          "line": 735,
          "column": 35
        },
        "end": {
          "line": 735,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24631,
      "end": 24632,
      "loc": {
        "start": {
          "line": 735,
          "column": 50
        },
        "end": {
          "line": 735,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 24632,
      "end": 24638,
      "loc": {
        "start": {
          "line": 735,
          "column": 51
        },
        "end": {
          "line": 735,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24638,
      "end": 24639,
      "loc": {
        "start": {
          "line": 735,
          "column": 57
        },
        "end": {
          "line": 735,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assembly_id",
      "start": 24639,
      "end": 24650,
      "loc": {
        "start": {
          "line": 735,
          "column": 58
        },
        "end": {
          "line": 735,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24650,
      "end": 24651,
      "loc": {
        "start": {
          "line": 735,
          "column": 69
        },
        "end": {
          "line": 735,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24662,
      "end": 24663,
      "loc": {
        "start": {
          "line": 736,
          "column": 10
        },
        "end": {
          "line": 736,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 24664,
      "end": 24668,
      "loc": {
        "start": {
          "line": 736,
          "column": 12
        },
        "end": {
          "line": 736,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24668,
      "end": 24669,
      "loc": {
        "start": {
          "line": 736,
          "column": 16
        },
        "end": {
          "line": 736,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependency_type",
      "start": 24677,
      "end": 24692,
      "loc": {
        "start": {
          "line": 738,
          "column": 6
        },
        "end": {
          "line": 738,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24692,
      "end": 24693,
      "loc": {
        "start": {
          "line": 738,
          "column": 21
        },
        "end": {
          "line": 738,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyContract",
      "start": 24694,
      "end": 24712,
      "loc": {
        "start": {
          "line": 738,
          "column": 23
        },
        "end": {
          "line": 738,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24713,
      "end": 24714,
      "loc": {
        "start": {
          "line": 738,
          "column": 42
        },
        "end": {
          "line": 738,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyContract",
      "start": 24715,
      "end": 24733,
      "loc": {
        "start": {
          "line": 738,
          "column": 44
        },
        "end": {
          "line": 738,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24733,
      "end": 24734,
      "loc": {
        "start": {
          "line": 738,
          "column": 62
        },
        "end": {
          "line": 738,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 24734,
      "end": 24738,
      "loc": {
        "start": {
          "line": 738,
          "column": 63
        },
        "end": {
          "line": 738,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24739,
      "end": 24740,
      "loc": {
        "start": {
          "line": 738,
          "column": 68
        },
        "end": {
          "line": 738,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 24741,
      "end": 24745,
      "loc": {
        "start": {
          "line": 738,
          "column": 70
        },
        "end": {
          "line": 738,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24745,
      "end": 24746,
      "loc": {
        "start": {
          "line": 738,
          "column": 74
        },
        "end": {
          "line": 738,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependency_id",
      "start": 24753,
      "end": 24766,
      "loc": {
        "start": {
          "line": 739,
          "column": 6
        },
        "end": {
          "line": 739,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24766,
      "end": 24767,
      "loc": {
        "start": {
          "line": 739,
          "column": 19
        },
        "end": {
          "line": 739,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyContract",
      "start": 24768,
      "end": 24786,
      "loc": {
        "start": {
          "line": 739,
          "column": 21
        },
        "end": {
          "line": 739,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24787,
      "end": 24788,
      "loc": {
        "start": {
          "line": 739,
          "column": 40
        },
        "end": {
          "line": 739,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyContract",
      "start": 24789,
      "end": 24807,
      "loc": {
        "start": {
          "line": 739,
          "column": 42
        },
        "end": {
          "line": 739,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24807,
      "end": 24808,
      "loc": {
        "start": {
          "line": 739,
          "column": 60
        },
        "end": {
          "line": 739,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bid_entity_id",
      "start": 24808,
      "end": 24821,
      "loc": {
        "start": {
          "line": 739,
          "column": 61
        },
        "end": {
          "line": 739,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24822,
      "end": 24823,
      "loc": {
        "start": {
          "line": 739,
          "column": 75
        },
        "end": {
          "line": 739,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 24824,
      "end": 24828,
      "loc": {
        "start": {
          "line": 739,
          "column": 77
        },
        "end": {
          "line": 739,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24828,
      "end": 24829,
      "loc": {
        "start": {
          "line": 739,
          "column": 81
        },
        "end": {
          "line": 739,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "meta",
      "start": 24836,
      "end": 24840,
      "loc": {
        "start": {
          "line": 740,
          "column": 6
        },
        "end": {
          "line": 740,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24840,
      "end": 24841,
      "loc": {
        "start": {
          "line": 740,
          "column": 10
        },
        "end": {
          "line": 740,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "meta",
      "start": 24842,
      "end": 24846,
      "loc": {
        "start": {
          "line": 740,
          "column": 12
        },
        "end": {
          "line": 740,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24847,
      "end": 24848,
      "loc": {
        "start": {
          "line": 740,
          "column": 17
        },
        "end": {
          "line": 740,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "meta",
      "start": 24849,
      "end": 24853,
      "loc": {
        "start": {
          "line": 740,
          "column": 19
        },
        "end": {
          "line": 740,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24854,
      "end": 24855,
      "loc": {
        "start": {
          "line": 740,
          "column": 24
        },
        "end": {
          "line": 740,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 24856,
      "end": 24860,
      "loc": {
        "start": {
          "line": 740,
          "column": 26
        },
        "end": {
          "line": 740,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24860,
      "end": 24861,
      "loc": {
        "start": {
          "line": 740,
          "column": 30
        },
        "end": {
          "line": 740,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24866,
      "end": 24867,
      "loc": {
        "start": {
          "line": 741,
          "column": 4
        },
        "end": {
          "line": 741,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24867,
      "end": 24868,
      "loc": {
        "start": {
          "line": 741,
          "column": 5
        },
        "end": {
          "line": 741,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24868,
      "end": 24869,
      "loc": {
        "start": {
          "line": 741,
          "column": 6
        },
        "end": {
          "line": 741,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24872,
      "end": 24873,
      "loc": {
        "start": {
          "line": 742,
          "column": 2
        },
        "end": {
          "line": 742,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24874,
      "end": 24875,
      "loc": {
        "start": {
          "line": 743,
          "column": 0
        },
        "end": {
          "line": 743,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": "eof",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24876,
      "end": 24876,
      "loc": {
        "start": {
          "line": 744,
          "column": 0
        },
        "end": {
          "line": 744,
          "column": 0
        }
      }
    }
  ]
}