{
    "range": [
        0,
        24
    ],
    "loc": {
        "start": {
            "line": 1,
            "column": 0
        },
        "end": {
            "line": 1,
            "column": 24
        }
    },
    "type": "Program",
    "body": [
        {
            "range": [
                0,
                24
            ],
            "loc": {
                "start": {
                    "line": 1,
                    "column": 0
                },
                "end": {
                    "line": 1,
                    "column": 24
                }
            },
            "type": "WithStatement",
            "object": {
                "range": [
                    6,
                    20
                ],
                "loc": {
                    "start": {
                        "line": 1,
                        "column": 6
                    },
                    "end": {
                        "line": 1,
                        "column": 20
                    }
                },
                "type": "ObjectExpression",
                "properties": [
                    {
                        "range": [
                            8,
                            12
                        ],
                        "loc": {
                            "start": {
                                "line": 1,
                                "column": 8
                            },
                            "end": {
                                "line": 1,
                                "column": 12
                            }
                        },
                        "type": "Property",
                        "key": {
                            "range": [
                                8,
                                9
                            ],
                            "loc": {
                                "start": {
                                    "line": 1,
                                    "column": 8
                                },
                                "end": {
                                    "line": 1,
                                    "column": 9
                                }
                            },
                            "type": "Identifier",
                            "name": "a"
                        },
                        "computed": false,
                        "value": {
                            "range": [
                                11,
                                12
                            ],
                            "loc": {
                                "start": {
                                    "line": 1,
                                    "column": 11
                                },
                                "end": {
                                    "line": 1,
                                    "column": 12
                                }
                            },
                            "type": "Literal",
                            "value": 1,
                            "raw": "1"
                        },
                        "kind": "init"
                    },
                    {
                        "range": [
                            14,
                            18
                        ],
                        "loc": {
                            "start": {
                                "line": 1,
                                "column": 14
                            },
                            "end": {
                                "line": 1,
                                "column": 18
                            }
                        },
                        "type": "Property",
                        "key": {
                            "range": [
                                14,
                                15
                            ],
                            "loc": {
                                "start": {
                                    "line": 1,
                                    "column": 14
                                },
                                "end": {
                                    "line": 1,
                                    "column": 15
                                }
                            },
                            "type": "Identifier",
                            "name": "b"
                        },
                        "computed": false,
                        "value": {
                            "range": [
                                17,
                                18
                            ],
                            "loc": {
                                "start": {
                                    "line": 1,
                                    "column": 17
                                },
                                "end": {
                                    "line": 1,
                                    "column": 18
                                }
                            },
                            "type": "Literal",
                            "value": 2,
                            "raw": "2"
                        },
                        "kind": "init"
                    }
                ]
            },
            "body": {
                "range": [
                    22,
                    24
                ],
                "loc": {
                    "start": {
                        "line": 1,
                        "column": 22
                    },
                    "end": {
                        "line": 1,
                        "column": 24
                    }
                },
                "type": "BlockStatement",
                "body": []
            }
        }
    ]
}