{
    "range": [
        0,
        16
    ],
    "loc": {
        "start": {
            "line": 1,
            "column": 0
        },
        "end": {
            "line": 1,
            "column": 16
        }
    },
    "type": "Program",
    "body": [
        {
            "range": [
                0,
                16
            ],
            "loc": {
                "start": {
                    "line": 1,
                    "column": 0
                },
                "end": {
                    "line": 1,
                    "column": 16
                }
            },
            "type": "ExpressionStatement",
            "expression": {
                "range": [
                    0,
                    16
                ],
                "loc": {
                    "start": {
                        "line": 1,
                        "column": 0
                    },
                    "end": {
                        "line": 1,
                        "column": 16
                    }
                },
                "type": "CallExpression",
                "callee": {
                    "range": [
                        0,
                        14
                    ],
                    "loc": {
                        "start": {
                            "line": 1,
                            "column": 0
                        },
                        "end": {
                            "line": 1,
                            "column": 14
                        }
                    },
                    "type": "MemberExpression",
                    "computed": false,
                    "object": {
                        "range": [
                            0,
                            3
                        ],
                        "loc": {
                            "start": {
                                "line": 1,
                                "column": 0
                            },
                            "end": {
                                "line": 1,
                                "column": 3
                            }
                        },
                        "type": "TemplateLiteral",
                        "quasis": [
                            {
                                "range": [
                                    0,
                                    3
                                ],
                                "loc": {
                                    "start": {
                                        "line": 1,
                                        "column": 0
                                    },
                                    "end": {
                                        "line": 1,
                                        "column": 3
                                    }
                                },
                                "type": "TemplateElement",
                                "value": {
                                    "raw": "a",
                                    "cooked": "a"
                                },
                                "tail": true
                            }
                        ],
                        "expressions": []
                    },
                    "property": {
                        "range": [
                            4,
                            14
                        ],
                        "loc": {
                            "start": {
                                "line": 1,
                                "column": 4
                            },
                            "end": {
                                "line": 1,
                                "column": 14
                            }
                        },
                        "type": "Identifier",
                        "name": "charCodeAt"
                    }
                },
                "arguments": []
            }
        }
    ]
}