{
  "type": "File",
  "start": 0,
  "end": 40,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 1,
      "column": 40
    }
  },
  "program": {
    "type": "Program",
    "start": 0,
    "end": 40,
    "loc": {
      "start": {
        "line": 1,
        "column": 0
      },
      "end": {
        "line": 1,
        "column": 40
      }
    },
    "sourceType": "module",
    "body": [
      {
        "type": "VariableDeclaration",
        "start": 0,
        "end": 40,
        "loc": {
          "start": {
            "line": 1,
            "column": 0
          },
          "end": {
            "line": 1,
            "column": 40
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 6,
            "end": 40,
            "loc": {
              "start": {
                "line": 1,
                "column": 6
              },
              "end": {
                "line": 1,
                "column": 40
              }
            },
            "id": {
              "type": "Identifier",
              "start": 6,
              "end": 7,
              "loc": {
                "start": {
                  "line": 1,
                  "column": 6
                },
                "end": {
                  "line": 1,
                  "column": 7
                },
                "identifierName": "a"
              },
              "name": "a"
            },
            "init": {
              "type": "ArrowFunctionExpression",
              "start": 10,
              "end": 40,
              "loc": {
                "start": {
                  "line": 1,
                  "column": 10
                },
                "end": {
                  "line": 1,
                  "column": 40
                }
              },
              "id": null,
              "generator": false,
              "expression": false,
              "async": true,
              "params": [
                {
                  "type": "AssignmentPattern",
                  "start": 17,
                  "end": 33,
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 17
                    },
                    "end": {
                      "line": 1,
                      "column": 33
                    }
                  },
                  "left": {
                    "type": "Identifier",
                    "start": 17,
                    "end": 28,
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 17
                      },
                      "end": {
                        "line": 1,
                        "column": 28
                      },
                      "identifierName": "foo"
                    },
                    "name": "foo",
                    "typeAnnotation": {
                      "type": "TypeAnnotation",
                      "start": 20,
                      "end": 28,
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 20
                        },
                        "end": {
                          "line": 1,
                          "column": 28
                        }
                      },
                      "typeAnnotation": {
                        "type": "StringTypeAnnotation",
                        "start": 22,
                        "end": 28,
                        "loc": {
                          "start": {
                            "line": 1,
                            "column": 22
                          },
                          "end": {
                            "line": 1,
                            "column": 28
                          }
                        }
                      }
                    }
                  },
                  "right": {
                    "type": "StringLiteral",
                    "start": 31,
                    "end": 33,
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 31
                      },
                      "end": {
                        "line": 1,
                        "column": 33
                      }
                    },
                    "extra": {
                      "rawValue": "",
                      "raw": "\"\""
                    },
                    "value": ""
                  }
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 38,
                "end": 40,
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 38
                  },
                  "end": {
                    "line": 1,
                    "column": 40
                  }
                },
                "body": [],
                "directives": []
              }
            }
          }
        ],
        "kind": "const"
      }
    ],
    "directives": []
  }
}