{
    "range": [
        0,
        32
    ],
    "loc": {
        "start": {
            "line": 1,
            "column": 0
        },
        "end": {
            "line": 1,
            "column": 32
        }
    },
    "type": "Program",
    "body": [
        {
            "range": [
                0,
                32
            ],
            "loc": {
                "start": {
                    "line": 1,
                    "column": 0
                },
                "end": {
                    "line": 1,
                    "column": 32
                }
            },
            "type": "ImportDeclaration",
            "specifiers": [
                {
                    "range": [
                        7,
                        10
                    ],
                    "loc": {
                        "start": {
                            "line": 1,
                            "column": 7
                        },
                        "end": {
                            "line": 1,
                            "column": 10
                        }
                    },
                    "type": "ImportDefaultSpecifier",
                    "local": {
                        "range": [
                            7,
                            10
                        ],
                        "loc": {
                            "start": {
                                "line": 1,
                                "column": 7
                            },
                            "end": {
                                "line": 1,
                                "column": 10
                            }
                        },
                        "type": "Identifier",
                        "name": "foo"
                    }
                },
                {
                    "range": [
                        12,
                        20
                    ],
                    "loc": {
                        "start": {
                            "line": 1,
                            "column": 12
                        },
                        "end": {
                            "line": 1,
                            "column": 20
                        }
                    },
                    "type": "ImportNamespaceSpecifier",
                    "local": {
                        "range": [
                            17,
                            20
                        ],
                        "loc": {
                            "start": {
                                "line": 1,
                                "column": 17
                            },
                            "end": {
                                "line": 1,
                                "column": 20
                            }
                        },
                        "type": "Identifier",
                        "name": "bar"
                    }
                }
            ],
            "source": {
                "range": [
                    26,
                    31
                ],
                "loc": {
                    "start": {
                        "line": 1,
                        "column": 26
                    },
                    "end": {
                        "line": 1,
                        "column": 31
                    }
                },
                "type": "Literal",
                "value": "mod",
                "raw": "'mod'"
            }
        }
    ]
}