{
    "range": [
        0,
        29
    ],
    "loc": {
        "start": {
            "line": 1,
            "column": 0
        },
        "end": {
            "line": 1,
            "column": 29
        }
    },
    "type": "Program",
    "body": [
        {
            "range": [
                0,
                29
            ],
            "loc": {
                "start": {
                    "line": 1,
                    "column": 0
                },
                "end": {
                    "line": 1,
                    "column": 29
                }
            },
            "type": "ImportDeclaration",
            "specifiers": [
                {
                    "range": [
                        8,
                        11
                    ],
                    "loc": {
                        "start": {
                            "line": 1,
                            "column": 8
                        },
                        "end": {
                            "line": 1,
                            "column": 11
                        }
                    },
                    "type": "ImportSpecifier",
                    "local": {
                        "range": [
                            8,
                            11
                        ],
                        "loc": {
                            "start": {
                                "line": 1,
                                "column": 8
                            },
                            "end": {
                                "line": 1,
                                "column": 11
                            }
                        },
                        "type": "Identifier",
                        "name": "foo"
                    },
                    "imported": {
                        "range": [
                            8,
                            11
                        ],
                        "loc": {
                            "start": {
                                "line": 1,
                                "column": 8
                            },
                            "end": {
                                "line": 1,
                                "column": 11
                            }
                        },
                        "type": "Identifier",
                        "name": "foo"
                    }
                },
                {
                    "range": [
                        13,
                        16
                    ],
                    "loc": {
                        "start": {
                            "line": 1,
                            "column": 13
                        },
                        "end": {
                            "line": 1,
                            "column": 16
                        }
                    },
                    "type": "ImportSpecifier",
                    "local": {
                        "range": [
                            13,
                            16
                        ],
                        "loc": {
                            "start": {
                                "line": 1,
                                "column": 13
                            },
                            "end": {
                                "line": 1,
                                "column": 16
                            }
                        },
                        "type": "Identifier",
                        "name": "bar"
                    },
                    "imported": {
                        "range": [
                            13,
                            16
                        ],
                        "loc": {
                            "start": {
                                "line": 1,
                                "column": 13
                            },
                            "end": {
                                "line": 1,
                                "column": 16
                            }
                        },
                        "type": "Identifier",
                        "name": "bar"
                    }
                }
            ],
            "source": {
                "range": [
                    23,
                    28
                ],
                "loc": {
                    "start": {
                        "line": 1,
                        "column": 23
                    },
                    "end": {
                        "line": 1,
                        "column": 28
                    }
                },
                "type": "Literal",
                "value": "mod",
                "raw": "'mod'"
            }
        }
    ]
}