{
    "range": [
        0,
        20
    ],
    "loc": {
        "start": {
            "line": 1,
            "column": 0
        },
        "end": {
            "line": 1,
            "column": 20
        }
    },
    "type": "Program",
    "body": [
        {
            "range": [
                0,
                20
            ],
            "loc": {
                "start": {
                    "line": 1,
                    "column": 0
                },
                "end": {
                    "line": 1,
                    "column": 20
                }
            },
            "type": "ImportDeclaration",
            "specifiers": [
                {
                    "range": [
                        7,
                        8
                    ],
                    "loc": {
                        "start": {
                            "line": 1,
                            "column": 7
                        },
                        "end": {
                            "line": 1,
                            "column": 8
                        }
                    },
                    "type": "ImportDefaultSpecifier",
                    "local": {
                        "range": [
                            7,
                            8
                        ],
                        "loc": {
                            "start": {
                                "line": 1,
                                "column": 7
                            },
                            "end": {
                                "line": 1,
                                "column": 8
                            }
                        },
                        "type": "Identifier",
                        "name": "v"
                    }
                }
            ],
            "source": {
                "range": [
                    14,
                    19
                ],
                "loc": {
                    "start": {
                        "line": 1,
                        "column": 14
                    },
                    "end": {
                        "line": 1,
                        "column": 19
                    }
                },
                "type": "Literal",
                "value": "mod",
                "raw": "\"mod\""
            }
        }
    ]
}