{
  "type": "Program",
  "start": 0,
  "end": 85,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 4,
      "column": 20
    }
  },
  "sourceType": "module",
  "body": [
    {
      "type": "ImportDeclaration",
      "start": 37,
      "end": 63,
      "loc": {
        "start": {
          "line": 2,
          "column": 0
        },
        "end": {
          "line": 2,
          "column": 26
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 44,
          "end": 48,
          "loc": {
            "start": {
              "line": 2,
              "column": 7
            },
            "end": {
              "line": 2,
              "column": 11
            }
          },
          "local": {
            "type": "Identifier",
            "start": 44,
            "end": 48,
            "loc": {
              "start": {
                "line": 2,
                "column": 7
              },
              "end": {
                "line": 2,
                "column": 11
              }
            },
            "name": "Bane",
            "leadingComments": null
          },
          "leadingComments": null
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 54,
        "end": 62,
        "loc": {
          "start": {
            "line": 2,
            "column": 17
          },
          "end": {
            "line": 2,
            "column": 25
          }
        },
        "value": "./bane",
        "rawValue": "./bane",
        "raw": "\"./bane\""
      },
      "leadingComments": [
        {
          "type": "CommentLine",
          "value": " Simply pull in the bane main file",
          "start": 0,
          "end": 36,
          "loc": {
            "start": {
              "line": 1,
              "column": 0
            },
            "end": {
              "line": 1,
              "column": 36
            }
          },
          "range": [
            0,
            36
          ]
        }
      ]
    },
    {
      "type": "ExportDefaultDeclaration",
      "start": 65,
      "end": 85,
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 4,
          "column": 20
        }
      },
      "declaration": {
        "type": "Identifier",
        "start": 80,
        "end": 84,
        "loc": {
          "start": {
            "line": 4,
            "column": 15
          },
          "end": {
            "line": 4,
            "column": 19
          }
        },
        "name": "Bane",
        "leadingComments": [],
        "trailingComments": []
      }
    }
  ]
}