{
    "type": "Program",
    "body": [
        {
            "type": "VariableDeclaration",
            "kind": "const",
            "declarations": [
                {
                    "type": "VariableDeclarator",
                    "id": {
                        "type": "Identifier",
                        "name": "data",
                        "index": 6,
                        "length": 6,
                        "line": 1,
                        "lineEnd": 1,
                        "columnEnd": 12,
                        "column": 7,
                        "indention": 0
                    },
                    "init": {
                        "type": "ArrayExpression",
                        "elements": [
                            {
                                "type": "NumericLiteral",
                                "raw": "1",
                                "value": 1,
                                "index": 14,
                                "length": 2,
                                "line": 1,
                                "lineEnd": 1,
                                "columnEnd": 16,
                                "column": 15,
                                "indention": 0
                            },
                            {
                                "type": "NumericLiteral",
                                "raw": "2",
                                "value": 2,
                                "index": 17,
                                "length": 2,
                                "line": 1,
                                "lineEnd": 1,
                                "columnEnd": 19,
                                "column": 18,
                                "indention": 0
                            },
                            {
                                "type": "NumericLiteral",
                                "raw": "3",
                                "value": 3,
                                "index": 20,
                                "length": 2,
                                "line": 1,
                                "lineEnd": 1,
                                "columnEnd": 22,
                                "column": 21,
                                "indention": 0
                            }
                        ],
                        "index": 13,
                        "length": 9,
                        "line": 1,
                        "lineEnd": 1,
                        "columnEnd": 22,
                        "column": 14,
                        "indention": 0
                    },
                    "index": 11,
                    "length": 11,
                    "line": 1,
                    "lineEnd": 1,
                    "columnEnd": 22,
                    "column": 12,
                    "indention": 0
                }
            ],
            "index": 0,
            "length": 22,
            "line": 1,
            "lineEnd": 1,
            "columnEnd": 22,
            "column": 1,
            "indention": 0
        }
    ],
    "sourceType": "module",
    "index": 0,
    "length": 22,
    "line": 1,
    "lineEnd": 1,
    "columnEnd": 22,
    "column": 1,
    "indention": 0
}