{
  "type": "Program",
  "body": [
    {
      "type": "Identifier",
      "id": {
        "type": "Identifier",
        "name": "Edge",
        "range": [
          81,
          85
        ],
        "loc": {
          "start": {
            "line": 4,
            "column": 6
          },
          "end": {
            "line": 4,
            "column": 10
          }
        }
      },
      "superClass": null,
      "body": {
        "type": "ClassBody",
        "body": [
          {
            "type": "MethodDefinition",
            "key": {
              "type": "Identifier",
              "name": "constructor",
              "range": [
                90,
                101
              ],
              "loc": {
                "start": {
                  "line": 5,
                  "column": 2
                },
                "end": {
                  "line": 5,
                  "column": 13
                }
              }
            },
            "value": {
              "type": "FunctionExpression",
              "id": null,
              "params": [
                {
                  "type": "Identifier",
                  "name": "startVertex",
                  "range": [
                    102,
                    113
                  ],
                  "loc": {
                    "start": {
                      "line": 5,
                      "column": 14
                    },
                    "end": {
                      "line": 5,
                      "column": 25
                    }
                  }
                },
                {
                  "type": "Identifier",
                  "name": "endVertex",
                  "range": [
                    115,
                    124
                  ],
                  "loc": {
                    "start": {
                      "line": 5,
                      "column": 27
                    },
                    "end": {
                      "line": 5,
                      "column": 36
                    }
                  }
                }
              ],
              "body": {
                "type": "BlockStatement",
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "expression": {
                      "type": "AssignmentExpression",
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "computed": false,
                        "object": {
                          "type": "ThisExpression",
                          "range": [
                            131,
                            135
                          ],
                          "loc": {
                            "start": {
                              "line": 6,
                              "column": 4
                            },
                            "end": {
                              "line": 6,
                              "column": 8
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "name": "startVertex",
                          "range": [
                            136,
                            147
                          ],
                          "loc": {
                            "start": {
                              "line": 6,
                              "column": 9
                            },
                            "end": {
                              "line": 6,
                              "column": 20
                            }
                          }
                        },
                        "range": [
                          131,
                          147
                        ],
                        "loc": {
                          "start": {
                            "line": 6,
                            "column": 4
                          },
                          "end": {
                            "line": 6,
                            "column": 20
                          }
                        }
                      },
                      "right": {
                        "type": "Identifier",
                        "name": "startVertex",
                        "range": [
                          150,
                          161
                        ],
                        "loc": {
                          "start": {
                            "line": 6,
                            "column": 23
                          },
                          "end": {
                            "line": 6,
                            "column": 34
                          }
                        }
                      },
                      "range": [
                        131,
                        161
                      ],
                      "loc": {
                        "start": {
                          "line": 6,
                          "column": 4
                        },
                        "end": {
                          "line": 6,
                          "column": 34
                        }
                      }
                    },
                    "range": [
                      131,
                      162
                    ],
                    "loc": {
                      "start": {
                        "line": 6,
                        "column": 4
                      },
                      "end": {
                        "line": 6,
                        "column": 35
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "expression": {
                      "type": "AssignmentExpression",
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "computed": false,
                        "object": {
                          "type": "ThisExpression",
                          "range": [
                            167,
                            171
                          ],
                          "loc": {
                            "start": {
                              "line": 7,
                              "column": 4
                            },
                            "end": {
                              "line": 7,
                              "column": 8
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "name": "endVertex",
                          "range": [
                            172,
                            181
                          ],
                          "loc": {
                            "start": {
                              "line": 7,
                              "column": 9
                            },
                            "end": {
                              "line": 7,
                              "column": 18
                            }
                          }
                        },
                        "range": [
                          167,
                          181
                        ],
                        "loc": {
                          "start": {
                            "line": 7,
                            "column": 4
                          },
                          "end": {
                            "line": 7,
                            "column": 18
                          }
                        }
                      },
                      "right": {
                        "type": "Identifier",
                        "name": "endVertex",
                        "range": [
                          184,
                          193
                        ],
                        "loc": {
                          "start": {
                            "line": 7,
                            "column": 21
                          },
                          "end": {
                            "line": 7,
                            "column": 30
                          }
                        }
                      },
                      "range": [
                        167,
                        193
                      ],
                      "loc": {
                        "start": {
                          "line": 7,
                          "column": 4
                        },
                        "end": {
                          "line": 7,
                          "column": 30
                        }
                      }
                    },
                    "range": [
                      167,
                      194
                    ],
                    "loc": {
                      "start": {
                        "line": 7,
                        "column": 4
                      },
                      "end": {
                        "line": 7,
                        "column": 31
                      }
                    }
                  }
                ],
                "range": [
                  125,
                  198
                ],
                "loc": {
                  "start": {
                    "line": 5,
                    "column": 37
                  },
                  "end": {
                    "line": 8,
                    "column": 3
                  }
                }
              },
              "generator": false,
              "expression": false,
              "range": [
                101,
                198
              ],
              "loc": {
                "start": {
                  "line": 5,
                  "column": 13
                },
                "end": {
                  "line": 8,
                  "column": 3
                }
              }
            },
            "kind": "constructor",
            "computed": false,
            "range": [
              90,
              198
            ],
            "loc": {
              "start": {
                "line": 5,
                "column": 2
              },
              "end": {
                "line": 8,
                "column": 3
              }
            },
            "static": false
          }
        ],
        "range": [
          86,
          200
        ],
        "loc": {
          "start": {
            "line": 4,
            "column": 11
          },
          "end": {
            "line": 9,
            "column": 1
          }
        }
      },
      "range": [
        75,
        200
      ],
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 9,
          "column": 1
        }
      },
      "leadingComments": [],
      "name": "_",
      "trailingComments": []
    },
    {
      "type": "Identifier",
      "declaration": {
        "type": "Identifier",
        "name": "Edge",
        "range": [
          217,
          221
        ],
        "loc": {
          "start": {
            "line": 11,
            "column": 15
          },
          "end": {
            "line": 11,
            "column": 19
          }
        }
      },
      "range": [
        202,
        222
      ],
      "loc": {
        "start": {
          "line": 11,
          "column": 0
        },
        "end": {
          "line": 11,
          "column": 20
        }
      },
      "name": "_",
      "leadingComments": [],
      "trailingComments": []
    },
    {
      "type": "ExportDefaultDeclaration",
      "declaration": {
        "type": "ClassDeclaration",
        "id": {
          "type": "Identifier",
          "name": "Edge",
          "range": [
            81,
            85
          ],
          "loc": {
            "start": {
              "line": 4,
              "column": 6
            },
            "end": {
              "line": 4,
              "column": 10
            }
          }
        },
        "superClass": null,
        "body": {
          "type": "ClassBody",
          "body": [
            {
              "type": "MethodDefinition",
              "key": {
                "type": "Identifier",
                "name": "constructor",
                "range": [
                  90,
                  101
                ],
                "loc": {
                  "start": {
                    "line": 5,
                    "column": 2
                  },
                  "end": {
                    "line": 5,
                    "column": 13
                  }
                }
              },
              "value": {
                "type": "FunctionExpression",
                "id": null,
                "params": [
                  {
                    "type": "Identifier",
                    "name": "startVertex",
                    "range": [
                      102,
                      113
                    ],
                    "loc": {
                      "start": {
                        "line": 5,
                        "column": 14
                      },
                      "end": {
                        "line": 5,
                        "column": 25
                      }
                    }
                  },
                  {
                    "type": "Identifier",
                    "name": "endVertex",
                    "range": [
                      115,
                      124
                    ],
                    "loc": {
                      "start": {
                        "line": 5,
                        "column": 27
                      },
                      "end": {
                        "line": 5,
                        "column": 36
                      }
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "AssignmentExpression",
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "ThisExpression",
                            "range": [
                              131,
                              135
                            ],
                            "loc": {
                              "start": {
                                "line": 6,
                                "column": 4
                              },
                              "end": {
                                "line": 6,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "startVertex",
                            "range": [
                              136,
                              147
                            ],
                            "loc": {
                              "start": {
                                "line": 6,
                                "column": 9
                              },
                              "end": {
                                "line": 6,
                                "column": 20
                              }
                            }
                          },
                          "range": [
                            131,
                            147
                          ],
                          "loc": {
                            "start": {
                              "line": 6,
                              "column": 4
                            },
                            "end": {
                              "line": 6,
                              "column": 20
                            }
                          }
                        },
                        "right": {
                          "type": "Identifier",
                          "name": "startVertex",
                          "range": [
                            150,
                            161
                          ],
                          "loc": {
                            "start": {
                              "line": 6,
                              "column": 23
                            },
                            "end": {
                              "line": 6,
                              "column": 34
                            }
                          }
                        },
                        "range": [
                          131,
                          161
                        ],
                        "loc": {
                          "start": {
                            "line": 6,
                            "column": 4
                          },
                          "end": {
                            "line": 6,
                            "column": 34
                          }
                        }
                      },
                      "range": [
                        131,
                        162
                      ],
                      "loc": {
                        "start": {
                          "line": 6,
                          "column": 4
                        },
                        "end": {
                          "line": 6,
                          "column": 35
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "AssignmentExpression",
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "ThisExpression",
                            "range": [
                              167,
                              171
                            ],
                            "loc": {
                              "start": {
                                "line": 7,
                                "column": 4
                              },
                              "end": {
                                "line": 7,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "endVertex",
                            "range": [
                              172,
                              181
                            ],
                            "loc": {
                              "start": {
                                "line": 7,
                                "column": 9
                              },
                              "end": {
                                "line": 7,
                                "column": 18
                              }
                            }
                          },
                          "range": [
                            167,
                            181
                          ],
                          "loc": {
                            "start": {
                              "line": 7,
                              "column": 4
                            },
                            "end": {
                              "line": 7,
                              "column": 18
                            }
                          }
                        },
                        "right": {
                          "type": "Identifier",
                          "name": "endVertex",
                          "range": [
                            184,
                            193
                          ],
                          "loc": {
                            "start": {
                              "line": 7,
                              "column": 21
                            },
                            "end": {
                              "line": 7,
                              "column": 30
                            }
                          }
                        },
                        "range": [
                          167,
                          193
                        ],
                        "loc": {
                          "start": {
                            "line": 7,
                            "column": 4
                          },
                          "end": {
                            "line": 7,
                            "column": 30
                          }
                        }
                      },
                      "range": [
                        167,
                        194
                      ],
                      "loc": {
                        "start": {
                          "line": 7,
                          "column": 4
                        },
                        "end": {
                          "line": 7,
                          "column": 31
                        }
                      }
                    }
                  ],
                  "range": [
                    125,
                    198
                  ],
                  "loc": {
                    "start": {
                      "line": 5,
                      "column": 37
                    },
                    "end": {
                      "line": 8,
                      "column": 3
                    }
                  }
                },
                "generator": false,
                "expression": false,
                "range": [
                  101,
                  198
                ],
                "loc": {
                  "start": {
                    "line": 5,
                    "column": 13
                  },
                  "end": {
                    "line": 8,
                    "column": 3
                  }
                }
              },
              "kind": "constructor",
              "computed": false,
              "range": [
                90,
                198
              ],
              "loc": {
                "start": {
                  "line": 5,
                  "column": 2
                },
                "end": {
                  "line": 8,
                  "column": 3
                }
              },
              "static": false
            }
          ],
          "range": [
            86,
            200
          ],
          "loc": {
            "start": {
              "line": 4,
              "column": 11
            },
            "end": {
              "line": 9,
              "column": 1
            }
          }
        },
        "range": [
          75,
          200
        ],
        "loc": {
          "start": {
            "line": 4,
            "column": 0
          },
          "end": {
            "line": 9,
            "column": 1
          }
        },
        "leadingComments": [
          {
            "type": "Block",
            "value": "*\n * Edge: represents an edge that can be added to a Graph instance.\n ",
            "range": [
              0,
              74
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 0
              },
              "end": {
                "line": 3,
                "column": 3
              }
            }
          }
        ],
        "__esdoc__pseudo_export": false,
        "trailingComments": []
      },
      "range": [
        202,
        222
      ],
      "loc": {
        "start": {
          "line": 11,
          "column": 0
        },
        "end": {
          "line": 11,
          "column": 20
        }
      },
      "leadingComments": null
    }
  ],
  "sourceType": "module",
  "range": [
    75,
    222
  ],
  "loc": {
    "start": {
      "line": 4,
      "column": 0
    },
    "end": {
      "line": 11,
      "column": 20
    }
  },
  "comments": [
    {
      "type": "Block",
      "value": "*\n * Edge: represents an edge that can be added to a Graph instance.\n ",
      "range": [
        0,
        74
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 3,
          "column": 3
        }
      }
    }
  ]
}