{
  "type": "Program",
  "statements": [
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "async",
            "loc": {
              "start": {
                "line": 17,
                "column": 5
              },
              "end": {
                "line": 17,
                "column": 10
              }
            }
          },
          "init": {
            "type": "FunctionExpression",
            "function": {
              "type": "ScriptFunction",
              "id": {
                "type": "Identifier",
                "name": "async",
                "loc": {
                  "start": {
                    "line": 17,
                    "column": 28
                  },
                  "end": {
                    "line": 17,
                    "column": 33
                  }
                }
              },
              "generator": false,
              "async": true,
              "expression": false,
              "params": [],
              "body": {
                "type": "BlockStatement",
                "statements": [],
                "loc": {
                  "start": {
                    "line": 17,
                    "column": 36
                  },
                  "end": {
                    "line": 17,
                    "column": 39
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 17,
                  "column": 19
                },
                "end": {
                  "line": 17,
                  "column": 39
                }
              }
            },
            "loc": {
              "start": {
                "line": 17,
                "column": 13
              },
              "end": {
                "line": 17,
                "column": 39
              }
            }
          },
          "loc": {
            "start": {
              "line": 17,
              "column": 5
            },
            "end": {
              "line": 17,
              "column": 39
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 17,
          "column": 1
        },
        "end": {
          "line": 17,
          "column": 39
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 1
    },
    "end": {
      "line": 18,
      "column": 1
    }
  }
}