{
    "type": "Program",
    "body": [
        {
            "type": "VariableDeclaration",
            "kind": "const",
            "declarations": [
                {
                    "type": "VariableDeclarator",
                    "id": {
                        "type": "Identifier",
                        "name": "isEnabled",
                        "index": 6,
                        "length": 11,
                        "line": 1,
                        "lineEnd": 1,
                        "columnEnd": 17,
                        "column": 7,
                        "indention": 0
                    },
                    "init": {
                        "type": "Literal",
                        "raw": "true",
                        "value": true,
                        "index": 18,
                        "length": 4,
                        "line": 1,
                        "lineEnd": 1,
                        "columnEnd": 22,
                        "column": 19,
                        "indention": 0
                    },
                    "index": 16,
                    "length": 6,
                    "line": 1,
                    "lineEnd": 1,
                    "columnEnd": 22,
                    "column": 17,
                    "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
}