{
  "type": "Program",
  "body": [
    {
      "type": "Identifier",
      "id": {
        "type": "Identifier",
        "name": "Edge",
        "range": [
          82,
          86
        ],
        "loc": {
          "start": {
            "line": 5,
            "column": 6
          },
          "end": {
            "line": 5,
            "column": 10
          }
        }
      },
      "superClass": null,
      "body": {
        "type": "ClassBody",
        "body": [
          {
            "type": "MethodDefinition",
            "key": {
              "type": "Identifier",
              "name": "constructor",
              "range": [
                91,
                102
              ],
              "loc": {
                "start": {
                  "line": 6,
                  "column": 2
                },
                "end": {
                  "line": 6,
                  "column": 13
                }
              }
            },
            "value": {
              "type": "FunctionExpression",
              "id": null,
              "params": [
                {
                  "type": "Identifier",
                  "name": "startVertex",
                  "range": [
                    103,
                    114
                  ],
                  "loc": {
                    "start": {
                      "line": 6,
                      "column": 14
                    },
                    "end": {
                      "line": 6,
                      "column": 25
                    }
                  }
                },
                {
                  "type": "Identifier",
                  "name": "endVertex",
                  "range": [
                    116,
                    125
                  ],
                  "loc": {
                    "start": {
                      "line": 6,
                      "column": 27
                    },
                    "end": {
                      "line": 6,
                      "column": 36
                    }
                  }
                }
              ],
              "body": {
                "type": "BlockStatement",
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "expression": {
                      "type": "AssignmentExpression",
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "computed": false,
                        "object": {
                          "type": "ThisExpression",
                          "range": [
                            132,
                            136
                          ],
                          "loc": {
                            "start": {
                              "line": 7,
                              "column": 4
                            },
                            "end": {
                              "line": 7,
                              "column": 8
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "name": "startVertex",
                          "range": [
                            137,
                            148
                          ],
                          "loc": {
                            "start": {
                              "line": 7,
                              "column": 9
                            },
                            "end": {
                              "line": 7,
                              "column": 20
                            }
                          }
                        },
                        "range": [
                          132,
                          148
                        ],
                        "loc": {
                          "start": {
                            "line": 7,
                            "column": 4
                          },
                          "end": {
                            "line": 7,
                            "column": 20
                          }
                        }
                      },
                      "right": {
                        "type": "Identifier",
                        "name": "startVertex",
                        "range": [
                          151,
                          162
                        ],
                        "loc": {
                          "start": {
                            "line": 7,
                            "column": 23
                          },
                          "end": {
                            "line": 7,
                            "column": 34
                          }
                        }
                      },
                      "range": [
                        132,
                        162
                      ],
                      "loc": {
                        "start": {
                          "line": 7,
                          "column": 4
                        },
                        "end": {
                          "line": 7,
                          "column": 34
                        }
                      }
                    },
                    "range": [
                      132,
                      163
                    ],
                    "loc": {
                      "start": {
                        "line": 7,
                        "column": 4
                      },
                      "end": {
                        "line": 7,
                        "column": 35
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "expression": {
                      "type": "AssignmentExpression",
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "computed": false,
                        "object": {
                          "type": "ThisExpression",
                          "range": [
                            168,
                            172
                          ],
                          "loc": {
                            "start": {
                              "line": 8,
                              "column": 4
                            },
                            "end": {
                              "line": 8,
                              "column": 8
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "name": "endVertex",
                          "range": [
                            173,
                            182
                          ],
                          "loc": {
                            "start": {
                              "line": 8,
                              "column": 9
                            },
                            "end": {
                              "line": 8,
                              "column": 18
                            }
                          }
                        },
                        "range": [
                          168,
                          182
                        ],
                        "loc": {
                          "start": {
                            "line": 8,
                            "column": 4
                          },
                          "end": {
                            "line": 8,
                            "column": 18
                          }
                        }
                      },
                      "right": {
                        "type": "Identifier",
                        "name": "endVertex",
                        "range": [
                          185,
                          194
                        ],
                        "loc": {
                          "start": {
                            "line": 8,
                            "column": 21
                          },
                          "end": {
                            "line": 8,
                            "column": 30
                          }
                        }
                      },
                      "range": [
                        168,
                        194
                      ],
                      "loc": {
                        "start": {
                          "line": 8,
                          "column": 4
                        },
                        "end": {
                          "line": 8,
                          "column": 30
                        }
                      }
                    },
                    "range": [
                      168,
                      195
                    ],
                    "loc": {
                      "start": {
                        "line": 8,
                        "column": 4
                      },
                      "end": {
                        "line": 8,
                        "column": 31
                      }
                    }
                  }
                ],
                "range": [
                  126,
                  199
                ],
                "loc": {
                  "start": {
                    "line": 6,
                    "column": 37
                  },
                  "end": {
                    "line": 9,
                    "column": 3
                  }
                }
              },
              "generator": false,
              "expression": false,
              "range": [
                102,
                199
              ],
              "loc": {
                "start": {
                  "line": 6,
                  "column": 13
                },
                "end": {
                  "line": 9,
                  "column": 3
                }
              }
            },
            "kind": "constructor",
            "computed": false,
            "range": [
              91,
              199
            ],
            "loc": {
              "start": {
                "line": 6,
                "column": 2
              },
              "end": {
                "line": 9,
                "column": 3
              }
            },
            "static": false
          }
        ],
        "range": [
          87,
          201
        ],
        "loc": {
          "start": {
            "line": 5,
            "column": 11
          },
          "end": {
            "line": 10,
            "column": 1
          }
        }
      },
      "range": [
        76,
        201
      ],
      "loc": {
        "start": {
          "line": 5,
          "column": 0
        },
        "end": {
          "line": 10,
          "column": 1
        }
      },
      "leadingComments": [],
      "name": "_",
      "trailingComments": []
    },
    {
      "type": "Identifier",
      "declaration": {
        "type": "Identifier",
        "name": "Edge",
        "range": [
          218,
          222
        ],
        "loc": {
          "start": {
            "line": 12,
            "column": 15
          },
          "end": {
            "line": 12,
            "column": 19
          }
        }
      },
      "range": [
        203,
        223
      ],
      "loc": {
        "start": {
          "line": 12,
          "column": 0
        },
        "end": {
          "line": 12,
          "column": 20
        }
      },
      "name": "_",
      "leadingComments": [],
      "trailingComments": []
    },
    {
      "type": "ExportDefaultDeclaration",
      "declaration": {
        "type": "ClassDeclaration",
        "id": {
          "type": "Identifier",
          "name": "Edge",
          "range": [
            82,
            86
          ],
          "loc": {
            "start": {
              "line": 5,
              "column": 6
            },
            "end": {
              "line": 5,
              "column": 10
            }
          }
        },
        "superClass": null,
        "body": {
          "type": "ClassBody",
          "body": [
            {
              "type": "MethodDefinition",
              "key": {
                "type": "Identifier",
                "name": "constructor",
                "range": [
                  91,
                  102
                ],
                "loc": {
                  "start": {
                    "line": 6,
                    "column": 2
                  },
                  "end": {
                    "line": 6,
                    "column": 13
                  }
                }
              },
              "value": {
                "type": "FunctionExpression",
                "id": null,
                "params": [
                  {
                    "type": "Identifier",
                    "name": "startVertex",
                    "range": [
                      103,
                      114
                    ],
                    "loc": {
                      "start": {
                        "line": 6,
                        "column": 14
                      },
                      "end": {
                        "line": 6,
                        "column": 25
                      }
                    }
                  },
                  {
                    "type": "Identifier",
                    "name": "endVertex",
                    "range": [
                      116,
                      125
                    ],
                    "loc": {
                      "start": {
                        "line": 6,
                        "column": 27
                      },
                      "end": {
                        "line": 6,
                        "column": 36
                      }
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "AssignmentExpression",
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "ThisExpression",
                            "range": [
                              132,
                              136
                            ],
                            "loc": {
                              "start": {
                                "line": 7,
                                "column": 4
                              },
                              "end": {
                                "line": 7,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "startVertex",
                            "range": [
                              137,
                              148
                            ],
                            "loc": {
                              "start": {
                                "line": 7,
                                "column": 9
                              },
                              "end": {
                                "line": 7,
                                "column": 20
                              }
                            }
                          },
                          "range": [
                            132,
                            148
                          ],
                          "loc": {
                            "start": {
                              "line": 7,
                              "column": 4
                            },
                            "end": {
                              "line": 7,
                              "column": 20
                            }
                          }
                        },
                        "right": {
                          "type": "Identifier",
                          "name": "startVertex",
                          "range": [
                            151,
                            162
                          ],
                          "loc": {
                            "start": {
                              "line": 7,
                              "column": 23
                            },
                            "end": {
                              "line": 7,
                              "column": 34
                            }
                          }
                        },
                        "range": [
                          132,
                          162
                        ],
                        "loc": {
                          "start": {
                            "line": 7,
                            "column": 4
                          },
                          "end": {
                            "line": 7,
                            "column": 34
                          }
                        }
                      },
                      "range": [
                        132,
                        163
                      ],
                      "loc": {
                        "start": {
                          "line": 7,
                          "column": 4
                        },
                        "end": {
                          "line": 7,
                          "column": 35
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "AssignmentExpression",
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "ThisExpression",
                            "range": [
                              168,
                              172
                            ],
                            "loc": {
                              "start": {
                                "line": 8,
                                "column": 4
                              },
                              "end": {
                                "line": 8,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "endVertex",
                            "range": [
                              173,
                              182
                            ],
                            "loc": {
                              "start": {
                                "line": 8,
                                "column": 9
                              },
                              "end": {
                                "line": 8,
                                "column": 18
                              }
                            }
                          },
                          "range": [
                            168,
                            182
                          ],
                          "loc": {
                            "start": {
                              "line": 8,
                              "column": 4
                            },
                            "end": {
                              "line": 8,
                              "column": 18
                            }
                          }
                        },
                        "right": {
                          "type": "Identifier",
                          "name": "endVertex",
                          "range": [
                            185,
                            194
                          ],
                          "loc": {
                            "start": {
                              "line": 8,
                              "column": 21
                            },
                            "end": {
                              "line": 8,
                              "column": 30
                            }
                          }
                        },
                        "range": [
                          168,
                          194
                        ],
                        "loc": {
                          "start": {
                            "line": 8,
                            "column": 4
                          },
                          "end": {
                            "line": 8,
                            "column": 30
                          }
                        }
                      },
                      "range": [
                        168,
                        195
                      ],
                      "loc": {
                        "start": {
                          "line": 8,
                          "column": 4
                        },
                        "end": {
                          "line": 8,
                          "column": 31
                        }
                      }
                    }
                  ],
                  "range": [
                    126,
                    199
                  ],
                  "loc": {
                    "start": {
                      "line": 6,
                      "column": 37
                    },
                    "end": {
                      "line": 9,
                      "column": 3
                    }
                  }
                },
                "generator": false,
                "expression": false,
                "range": [
                  102,
                  199
                ],
                "loc": {
                  "start": {
                    "line": 6,
                    "column": 13
                  },
                  "end": {
                    "line": 9,
                    "column": 3
                  }
                }
              },
              "kind": "constructor",
              "computed": false,
              "range": [
                91,
                199
              ],
              "loc": {
                "start": {
                  "line": 6,
                  "column": 2
                },
                "end": {
                  "line": 9,
                  "column": 3
                }
              },
              "static": false
            }
          ],
          "range": [
            87,
            201
          ],
          "loc": {
            "start": {
              "line": 5,
              "column": 11
            },
            "end": {
              "line": 10,
              "column": 1
            }
          }
        },
        "range": [
          76,
          201
        ],
        "loc": {
          "start": {
            "line": 5,
            "column": 0
          },
          "end": {
            "line": 10,
            "column": 1
          }
        },
        "leadingComments": [
          {
            "type": "Block",
            "value": "*\n * Edge: represents an edge that can be added to a Graph instance.\n ",
            "range": [
              1,
              75
            ],
            "loc": {
              "start": {
                "line": 2,
                "column": 0
              },
              "end": {
                "line": 4,
                "column": 3
              }
            }
          }
        ],
        "__esdoc__pseudo_export": false,
        "trailingComments": []
      },
      "range": [
        203,
        223
      ],
      "loc": {
        "start": {
          "line": 12,
          "column": 0
        },
        "end": {
          "line": 12,
          "column": 20
        }
      },
      "leadingComments": null
    }
  ],
  "sourceType": "module",
  "range": [
    76,
    223
  ],
  "loc": {
    "start": {
      "line": 5,
      "column": 0
    },
    "end": {
      "line": 12,
      "column": 20
    }
  },
  "comments": [
    {
      "type": "Block",
      "value": "*\n * Edge: represents an edge that can be added to a Graph instance.\n ",
      "range": [
        1,
        75
      ],
      "loc": {
        "start": {
          "line": 2,
          "column": 0
        },
        "end": {
          "line": 4,
          "column": 3
        }
      }
    }
  ]
}