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 "program": "test-export-all.js" 14 }, 15 "end": { 16 "line": 20, 17 "column": 20, 18 "program": "test-export-all.js" 19 } 20 } 21 }, 22 "exported": null, 23 "loc": { 24 "start": { 25 "line": 20, 26 "column": 1, 27 "program": "test-export-all.js" 28 }, 29 "end": { 30 "line": 20, 31 "column": 20, 32 "program": "test-export-all.js" 33 } 34 } 35 }, 36 { 37 "type": "ExportAllDeclaration", 38 "source": { 39 "type": "StringLiteral", 40 "value": "bar", 41 "loc": { 42 "start": { 43 "line": 21, 44 "column": 15, 45 "program": "test-export-all.js" 46 }, 47 "end": { 48 "line": 21, 49 "column": 20, 50 "program": "test-export-all.js" 51 } 52 } 53 }, 54 "exported": null, 55 "loc": { 56 "start": { 57 "line": 21, 58 "column": 1, 59 "program": "test-export-all.js" 60 }, 61 "end": { 62 "line": 21, 63 "column": 21, 64 "program": "test-export-all.js" 65 } 66 } 67 } 68 ], 69 "loc": { 70 "start": { 71 "line": 1, 72 "column": 1, 73 "program": "test-export-all.js" 74 }, 75 "end": { 76 "line": 23, 77 "column": 1, 78 "program": "test-export-all.js" 79 } 80 } 81} 82