{
  "type": "Program",
  "body": [
    {
      "type": "Identifier",
      "id": {
        "type": "Identifier",
        "name": "StackEmptyError",
        "range": [
          6,
          21
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 6
          },
          "end": {
            "line": 1,
            "column": 21
          }
        }
      },
      "superClass": {
        "type": "Identifier",
        "name": "Error",
        "range": [
          30,
          35
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 30
          },
          "end": {
            "line": 1,
            "column": 35
          }
        }
      },
      "body": {
        "type": "ClassBody",
        "body": [
          {
            "type": "MethodDefinition",
            "key": {
              "type": "Identifier",
              "name": "constructor",
              "range": [
                40,
                51
              ],
              "loc": {
                "start": {
                  "line": 2,
                  "column": 2
                },
                "end": {
                  "line": 2,
                  "column": 13
                }
              }
            },
            "value": {
              "type": "FunctionExpression",
              "id": null,
              "params": [
                {
                  "type": "Identifier",
                  "name": "message",
                  "range": [
                    52,
                    59
                  ],
                  "loc": {
                    "start": {
                      "line": 2,
                      "column": 14
                    },
                    "end": {
                      "line": 2,
                      "column": 21
                    }
                  }
                }
              ],
              "body": {
                "type": "BlockStatement",
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "expression": {
                      "type": "CallExpression",
                      "callee": {
                        "type": "Super",
                        "range": [
                          66,
                          71
                        ],
                        "loc": {
                          "start": {
                            "line": 3,
                            "column": 4
                          },
                          "end": {
                            "line": 3,
                            "column": 9
                          }
                        }
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "name": "message",
                          "range": [
                            72,
                            79
                          ],
                          "loc": {
                            "start": {
                              "line": 3,
                              "column": 10
                            },
                            "end": {
                              "line": 3,
                              "column": 17
                            }
                          }
                        }
                      ],
                      "range": [
                        66,
                        80
                      ],
                      "loc": {
                        "start": {
                          "line": 3,
                          "column": 4
                        },
                        "end": {
                          "line": 3,
                          "column": 18
                        }
                      }
                    },
                    "range": [
                      66,
                      81
                    ],
                    "loc": {
                      "start": {
                        "line": 3,
                        "column": 4
                      },
                      "end": {
                        "line": 3,
                        "column": 19
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "expression": {
                      "type": "AssignmentExpression",
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "computed": false,
                        "object": {
                          "type": "ThisExpression",
                          "range": [
                            86,
                            90
                          ],
                          "loc": {
                            "start": {
                              "line": 4,
                              "column": 4
                            },
                            "end": {
                              "line": 4,
                              "column": 8
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "name": "message",
                          "range": [
                            91,
                            98
                          ],
                          "loc": {
                            "start": {
                              "line": 4,
                              "column": 9
                            },
                            "end": {
                              "line": 4,
                              "column": 16
                            }
                          }
                        },
                        "range": [
                          86,
                          98
                        ],
                        "loc": {
                          "start": {
                            "line": 4,
                            "column": 4
                          },
                          "end": {
                            "line": 4,
                            "column": 16
                          }
                        }
                      },
                      "right": {
                        "type": "Identifier",
                        "name": "message",
                        "range": [
                          101,
                          108
                        ],
                        "loc": {
                          "start": {
                            "line": 4,
                            "column": 19
                          },
                          "end": {
                            "line": 4,
                            "column": 26
                          }
                        }
                      },
                      "range": [
                        86,
                        108
                      ],
                      "loc": {
                        "start": {
                          "line": 4,
                          "column": 4
                        },
                        "end": {
                          "line": 4,
                          "column": 26
                        }
                      }
                    },
                    "range": [
                      86,
                      109
                    ],
                    "loc": {
                      "start": {
                        "line": 4,
                        "column": 4
                      },
                      "end": {
                        "line": 4,
                        "column": 27
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "expression": {
                      "type": "AssignmentExpression",
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "computed": false,
                        "object": {
                          "type": "ThisExpression",
                          "range": [
                            114,
                            118
                          ],
                          "loc": {
                            "start": {
                              "line": 5,
                              "column": 4
                            },
                            "end": {
                              "line": 5,
                              "column": 8
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "name": "name",
                          "range": [
                            119,
                            123
                          ],
                          "loc": {
                            "start": {
                              "line": 5,
                              "column": 9
                            },
                            "end": {
                              "line": 5,
                              "column": 13
                            }
                          }
                        },
                        "range": [
                          114,
                          123
                        ],
                        "loc": {
                          "start": {
                            "line": 5,
                            "column": 4
                          },
                          "end": {
                            "line": 5,
                            "column": 13
                          }
                        }
                      },
                      "right": {
                        "type": "Literal",
                        "value": "StackEmptyError",
                        "raw": "\"StackEmptyError\"",
                        "range": [
                          126,
                          143
                        ],
                        "loc": {
                          "start": {
                            "line": 5,
                            "column": 16
                          },
                          "end": {
                            "line": 5,
                            "column": 33
                          }
                        }
                      },
                      "range": [
                        114,
                        143
                      ],
                      "loc": {
                        "start": {
                          "line": 5,
                          "column": 4
                        },
                        "end": {
                          "line": 5,
                          "column": 33
                        }
                      }
                    },
                    "range": [
                      114,
                      144
                    ],
                    "loc": {
                      "start": {
                        "line": 5,
                        "column": 4
                      },
                      "end": {
                        "line": 5,
                        "column": 34
                      }
                    }
                  }
                ],
                "range": [
                  60,
                  148
                ],
                "loc": {
                  "start": {
                    "line": 2,
                    "column": 22
                  },
                  "end": {
                    "line": 6,
                    "column": 3
                  }
                }
              },
              "generator": false,
              "expression": false,
              "range": [
                51,
                148
              ],
              "loc": {
                "start": {
                  "line": 2,
                  "column": 13
                },
                "end": {
                  "line": 6,
                  "column": 3
                }
              }
            },
            "kind": "constructor",
            "computed": false,
            "range": [
              40,
              148
            ],
            "loc": {
              "start": {
                "line": 2,
                "column": 2
              },
              "end": {
                "line": 6,
                "column": 3
              }
            },
            "static": false
          }
        ],
        "range": [
          36,
          150
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 36
          },
          "end": {
            "line": 7,
            "column": 1
          }
        }
      },
      "range": [
        0,
        150
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 7,
          "column": 1
        }
      },
      "name": "_",
      "leadingComments": [],
      "trailingComments": []
    },
    {
      "type": "Identifier",
      "declaration": {
        "type": "Identifier",
        "name": "StackEmptyError",
        "range": [
          167,
          182
        ],
        "loc": {
          "start": {
            "line": 9,
            "column": 15
          },
          "end": {
            "line": 9,
            "column": 30
          }
        }
      },
      "range": [
        152,
        183
      ],
      "loc": {
        "start": {
          "line": 9,
          "column": 0
        },
        "end": {
          "line": 9,
          "column": 31
        }
      },
      "name": "_",
      "leadingComments": [],
      "trailingComments": []
    },
    {
      "type": "ExportDefaultDeclaration",
      "declaration": {
        "type": "ClassDeclaration",
        "id": {
          "type": "Identifier",
          "name": "StackEmptyError",
          "range": [
            6,
            21
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 6
            },
            "end": {
              "line": 1,
              "column": 21
            }
          }
        },
        "superClass": {
          "type": "Identifier",
          "name": "Error",
          "range": [
            30,
            35
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 30
            },
            "end": {
              "line": 1,
              "column": 35
            }
          }
        },
        "body": {
          "type": "ClassBody",
          "body": [
            {
              "type": "MethodDefinition",
              "key": {
                "type": "Identifier",
                "name": "constructor",
                "range": [
                  40,
                  51
                ],
                "loc": {
                  "start": {
                    "line": 2,
                    "column": 2
                  },
                  "end": {
                    "line": 2,
                    "column": 13
                  }
                }
              },
              "value": {
                "type": "FunctionExpression",
                "id": null,
                "params": [
                  {
                    "type": "Identifier",
                    "name": "message",
                    "range": [
                      52,
                      59
                    ],
                    "loc": {
                      "start": {
                        "line": 2,
                        "column": 14
                      },
                      "end": {
                        "line": 2,
                        "column": 21
                      }
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "CallExpression",
                        "callee": {
                          "type": "Super",
                          "range": [
                            66,
                            71
                          ],
                          "loc": {
                            "start": {
                              "line": 3,
                              "column": 4
                            },
                            "end": {
                              "line": 3,
                              "column": 9
                            }
                          }
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "name": "message",
                            "range": [
                              72,
                              79
                            ],
                            "loc": {
                              "start": {
                                "line": 3,
                                "column": 10
                              },
                              "end": {
                                "line": 3,
                                "column": 17
                              }
                            }
                          }
                        ],
                        "range": [
                          66,
                          80
                        ],
                        "loc": {
                          "start": {
                            "line": 3,
                            "column": 4
                          },
                          "end": {
                            "line": 3,
                            "column": 18
                          }
                        }
                      },
                      "range": [
                        66,
                        81
                      ],
                      "loc": {
                        "start": {
                          "line": 3,
                          "column": 4
                        },
                        "end": {
                          "line": 3,
                          "column": 19
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "AssignmentExpression",
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "ThisExpression",
                            "range": [
                              86,
                              90
                            ],
                            "loc": {
                              "start": {
                                "line": 4,
                                "column": 4
                              },
                              "end": {
                                "line": 4,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "message",
                            "range": [
                              91,
                              98
                            ],
                            "loc": {
                              "start": {
                                "line": 4,
                                "column": 9
                              },
                              "end": {
                                "line": 4,
                                "column": 16
                              }
                            }
                          },
                          "range": [
                            86,
                            98
                          ],
                          "loc": {
                            "start": {
                              "line": 4,
                              "column": 4
                            },
                            "end": {
                              "line": 4,
                              "column": 16
                            }
                          }
                        },
                        "right": {
                          "type": "Identifier",
                          "name": "message",
                          "range": [
                            101,
                            108
                          ],
                          "loc": {
                            "start": {
                              "line": 4,
                              "column": 19
                            },
                            "end": {
                              "line": 4,
                              "column": 26
                            }
                          }
                        },
                        "range": [
                          86,
                          108
                        ],
                        "loc": {
                          "start": {
                            "line": 4,
                            "column": 4
                          },
                          "end": {
                            "line": 4,
                            "column": 26
                          }
                        }
                      },
                      "range": [
                        86,
                        109
                      ],
                      "loc": {
                        "start": {
                          "line": 4,
                          "column": 4
                        },
                        "end": {
                          "line": 4,
                          "column": 27
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "AssignmentExpression",
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "ThisExpression",
                            "range": [
                              114,
                              118
                            ],
                            "loc": {
                              "start": {
                                "line": 5,
                                "column": 4
                              },
                              "end": {
                                "line": 5,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "name",
                            "range": [
                              119,
                              123
                            ],
                            "loc": {
                              "start": {
                                "line": 5,
                                "column": 9
                              },
                              "end": {
                                "line": 5,
                                "column": 13
                              }
                            }
                          },
                          "range": [
                            114,
                            123
                          ],
                          "loc": {
                            "start": {
                              "line": 5,
                              "column": 4
                            },
                            "end": {
                              "line": 5,
                              "column": 13
                            }
                          }
                        },
                        "right": {
                          "type": "Literal",
                          "value": "StackEmptyError",
                          "raw": "\"StackEmptyError\"",
                          "range": [
                            126,
                            143
                          ],
                          "loc": {
                            "start": {
                              "line": 5,
                              "column": 16
                            },
                            "end": {
                              "line": 5,
                              "column": 33
                            }
                          }
                        },
                        "range": [
                          114,
                          143
                        ],
                        "loc": {
                          "start": {
                            "line": 5,
                            "column": 4
                          },
                          "end": {
                            "line": 5,
                            "column": 33
                          }
                        }
                      },
                      "range": [
                        114,
                        144
                      ],
                      "loc": {
                        "start": {
                          "line": 5,
                          "column": 4
                        },
                        "end": {
                          "line": 5,
                          "column": 34
                        }
                      }
                    }
                  ],
                  "range": [
                    60,
                    148
                  ],
                  "loc": {
                    "start": {
                      "line": 2,
                      "column": 22
                    },
                    "end": {
                      "line": 6,
                      "column": 3
                    }
                  }
                },
                "generator": false,
                "expression": false,
                "range": [
                  51,
                  148
                ],
                "loc": {
                  "start": {
                    "line": 2,
                    "column": 13
                  },
                  "end": {
                    "line": 6,
                    "column": 3
                  }
                }
              },
              "kind": "constructor",
              "computed": false,
              "range": [
                40,
                148
              ],
              "loc": {
                "start": {
                  "line": 2,
                  "column": 2
                },
                "end": {
                  "line": 6,
                  "column": 3
                }
              },
              "static": false
            }
          ],
          "range": [
            36,
            150
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 36
            },
            "end": {
              "line": 7,
              "column": 1
            }
          }
        },
        "range": [
          0,
          150
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 0
          },
          "end": {
            "line": 7,
            "column": 1
          }
        },
        "__esdoc__pseudo_export": false,
        "leadingComments": [],
        "trailingComments": []
      },
      "range": [
        152,
        183
      ],
      "loc": {
        "start": {
          "line": 9,
          "column": 0
        },
        "end": {
          "line": 9,
          "column": 31
        }
      },
      "leadingComments": null
    }
  ],
  "sourceType": "module",
  "range": [
    0,
    183
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 9,
      "column": 31
    }
  },
  "comments": []
}