{
  "type": "Program",
  "body": [
    {
      "type": "ExportNamedDeclaration",
      "declaration": {
        "type": "VariableDeclaration",
        "declarations": [
          {
            "type": "VariableDeclarator",
            "id": {
              "type": "Identifier",
              "name": "errorObject",
              "range": [
                102,
                113
              ],
              "loc": {
                "start": {
                  "line": 2,
                  "column": 11
                },
                "end": {
                  "line": 2,
                  "column": 22
                }
              }
            },
            "init": {
              "type": "ObjectExpression",
              "properties": [
                {
                  "type": "Property",
                  "key": {
                    "type": "Identifier",
                    "name": "e",
                    "range": [
                      118,
                      119
                    ],
                    "loc": {
                      "start": {
                        "line": 2,
                        "column": 27
                      },
                      "end": {
                        "line": 2,
                        "column": 28
                      }
                    }
                  },
                  "value": {
                    "type": "ObjectExpression",
                    "properties": [],
                    "range": [
                      121,
                      123
                    ],
                    "loc": {
                      "start": {
                        "line": 2,
                        "column": 30
                      },
                      "end": {
                        "line": 2,
                        "column": 32
                      }
                    }
                  },
                  "kind": "init",
                  "method": false,
                  "shorthand": false,
                  "computed": false,
                  "range": [
                    118,
                    123
                  ],
                  "loc": {
                    "start": {
                      "line": 2,
                      "column": 27
                    },
                    "end": {
                      "line": 2,
                      "column": 32
                    }
                  }
                }
              ],
              "range": [
                116,
                125
              ],
              "loc": {
                "start": {
                  "line": 2,
                  "column": 25
                },
                "end": {
                  "line": 2,
                  "column": 34
                }
              }
            },
            "range": [
              102,
              125
            ],
            "loc": {
              "start": {
                "line": 2,
                "column": 11
              },
              "end": {
                "line": 2,
                "column": 34
              }
            }
          }
        ],
        "kind": "var",
        "range": [
          98,
          126
        ],
        "loc": {
          "start": {
            "line": 2,
            "column": 7
          },
          "end": {
            "line": 2,
            "column": 35
          }
        },
        "leadingComments": [
          {
            "type": "Line",
            "value": " typeof any so that it we don't have to cast when comparing a result to the error object",
            "range": [
              0,
              90
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 0
              },
              "end": {
                "line": 1,
                "column": 90
              }
            }
          }
        ],
        "trailingComments": [
          {
            "type": "Line",
            "value": "# sourceMappingURL=errorObject.js.map",
            "range": [
              127,
              166
            ],
            "loc": {
              "start": {
                "line": 3,
                "column": 0
              },
              "end": {
                "line": 3,
                "column": 39
              }
            }
          }
        ]
      },
      "specifiers": [],
      "source": null,
      "range": [
        91,
        126
      ],
      "loc": {
        "start": {
          "line": 2,
          "column": 0
        },
        "end": {
          "line": 2,
          "column": 35
        }
      },
      "leadingComments": [
        {
          "type": "Line",
          "value": " typeof any so that it we don't have to cast when comparing a result to the error object",
          "range": [
            0,
            90
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 0
            },
            "end": {
              "line": 1,
              "column": 90
            }
          }
        }
      ],
      "trailingComments": [
        {
          "type": "Line",
          "value": "# sourceMappingURL=errorObject.js.map",
          "range": [
            127,
            166
          ],
          "loc": {
            "start": {
              "line": 3,
              "column": 0
            },
            "end": {
              "line": 3,
              "column": 39
            }
          }
        }
      ]
    }
  ],
  "sourceType": "module",
  "range": [
    91,
    126
  ],
  "loc": {
    "start": {
      "line": 2,
      "column": 0
    },
    "end": {
      "line": 2,
      "column": 35
    }
  },
  "comments": [
    {
      "type": "Line",
      "value": " typeof any so that it we don't have to cast when comparing a result to the error object",
      "range": [
        0,
        90
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 90
        }
      }
    },
    {
      "type": "Line",
      "value": "# sourceMappingURL=errorObject.js.map",
      "range": [
        127,
        166
      ],
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 3,
          "column": 39
        }
      }
    }
  ]
}