{
  "type": "Program",
  "start": 0,
  "end": 141,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 5,
      "column": 0
    }
  },
  "sourceType": "module",
  "body": [
    {
      "type": "ImportDeclaration",
      "start": 81,
      "end": 117,
      "loc": {
        "start": {
          "line": 2,
          "column": 0
        },
        "end": {
          "line": 2,
          "column": 36
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 88,
          "end": 97,
          "loc": {
            "start": {
              "line": 2,
              "column": 7
            },
            "end": {
              "line": 2,
              "column": 16
            }
          },
          "local": {
            "type": "Identifier",
            "start": 88,
            "end": 97,
            "loc": {
              "start": {
                "line": 2,
                "column": 7
              },
              "end": {
                "line": 2,
                "column": 16
              }
            },
            "name": "Component",
            "leadingComments": null
          },
          "leadingComments": null
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 103,
        "end": 116,
        "loc": {
          "start": {
            "line": 2,
            "column": 22
          },
          "end": {
            "line": 2,
            "column": 35
          }
        },
        "value": "./component",
        "rawValue": "./component",
        "raw": "\"./component\""
      },
      "leadingComments": [
        {
          "type": "CommentLine",
          "value": " TODO: Eventuall nuke this from orbit, left in place just for backwards compat",
          "start": 0,
          "end": 80,
          "loc": {
            "start": {
              "line": 1,
              "column": 0
            },
            "end": {
              "line": 1,
              "column": 80
            }
          },
          "range": [
            0,
            80
          ]
        }
      ]
    },
    {
      "type": "ExportNamedDeclaration",
      "start": 119,
      "end": 140,
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 4,
          "column": 21
        }
      },
      "declaration": null,
      "specifiers": [
        {
          "type": "ExportSpecifier",
          "start": 128,
          "end": 137,
          "loc": {
            "start": {
              "line": 4,
              "column": 9
            },
            "end": {
              "line": 4,
              "column": 18
            }
          },
          "local": {
            "type": "Identifier",
            "start": 128,
            "end": 137,
            "loc": {
              "start": {
                "line": 4,
                "column": 9
              },
              "end": {
                "line": 4,
                "column": 18
              }
            },
            "name": "Component"
          },
          "exported": {
            "type": "Identifier",
            "start": 128,
            "end": 137,
            "loc": {
              "start": {
                "line": 4,
                "column": 9
              },
              "end": {
                "line": 4,
                "column": 18
              }
            },
            "name": "Component"
          }
        }
      ],
      "source": null,
      "exportKind": "value"
    }
  ]
}