{
	"type": "Program",
	"body": [
		{
			"type": "VariableDeclaration",
			"declarations": [
				{
					"type": "VariableDeclarator",
					"id": {
						"type": "Identifier",
						"name": "e"
					},
					"init": {
						"type": "FunctionExpression",
						"id": null,
						"params": [],
						"body": {
							"type": "BlockStatement",
							"body": [
								{
									"type": "VariableDeclaration",
									"declarations": [
										{
											"type": "VariableDeclarator",
											"id": {
												"type": "Identifier",
												"name": "e"
											},
											"init": {
												"type": "AwaitExpression",
												"argument": {
													"type": "CallExpression",
													"callee": {
														"type": "Identifier",
														"name": "james"
													},
													"arguments": []
												}
											}
										}
									],
									"kind": "var"
								}
							]
						},
						"generator": false,
						"expression": false,
						"async": true
					}
				}
			],
			"kind": "var"
		}
	],
	"sourceType": "module"
}