1{
2  "type": "Program",
3  "statements": [
4    {
5      "type": "ExportAllDeclaration",
6      "source": {
7        "type": "StringLiteral",
8        "value": "foo",
9        "loc": {
10          "start": {
11            "line": 20,
12            "column": 15
13          },
14          "end": {
15            "line": 20,
16            "column": 20
17          }
18        }
19      },
20      "exported": null,
21      "loc": {
22        "start": {
23          "line": 20,
24          "column": 1
25        },
26        "end": {
27          "line": 20,
28          "column": 20
29        }
30      }
31    },
32    {
33      "type": "ExportAllDeclaration",
34      "source": {
35        "type": "StringLiteral",
36        "value": "bar",
37        "loc": {
38          "start": {
39            "line": 21,
40            "column": 15
41          },
42          "end": {
43            "line": 21,
44            "column": 20
45          }
46        }
47      },
48      "exported": null,
49      "loc": {
50        "start": {
51          "line": 21,
52          "column": 1
53        },
54        "end": {
55          "line": 21,
56          "column": 21
57        }
58      }
59    }
60  ],
61  "loc": {
62    "start": {
63      "line": 1,
64      "column": 1
65    },
66    "end": {
67      "line": 23,
68      "column": 1
69    }
70  }
71}
72