{ "type": "Program", "body": [ { "type": "ImportDeclaration", "specifiers": [ { "type": "ImportDefaultSpecifier", "local": { "type": "Identifier", "name": "$", "range": [ 7, 8 ], "loc": { "start": { "line": 1, "column": 7 }, "end": { "line": 1, "column": 8 } } }, "range": [ 7, 8 ], "loc": { "start": { "line": 1, "column": 7 }, "end": { "line": 1, "column": 8 } } } ], "source": { "type": "Literal", "value": "a", "raw": "\"a\"", "range": [ 14, 17 ], "loc": { "start": { "line": 1, "column": 14 }, "end": { "line": 1, "column": 17 } } }, "range": [ 0, 18 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 18 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "CallExpression", "callee": { "type": "Import", "range": [ 19, 25 ], "loc": { "start": { "line": 2, "column": 0 }, "end": { "line": 2, "column": 6 } } }, "arguments": [ { "type": "Literal", "value": "b", "raw": "\"b\"", "range": [ 26, 29 ], "loc": { "start": { "line": 2, "column": 7 }, "end": { "line": 2, "column": 10 } } } ], "range": [ 19, 30 ], "loc": { "start": { "line": 2, "column": 0 }, "end": { "line": 2, "column": 11 } } }, "property": { "type": "Identifier", "name": "then", "range": [ 31, 35 ], "loc": { "start": { "line": 2, "column": 12 }, "end": { "line": 2, "column": 16 } } }, "range": [ 19, 35 ], "loc": { "start": { "line": 2, "column": 0 }, "end": { "line": 2, "column": 16 } } }, "arguments": [ { "type": "Identifier", "name": "c", "range": [ 36, 37 ], "loc": { "start": { "line": 2, "column": 17 }, "end": { "line": 2, "column": 18 } } } ], "range": [ 19, 38 ], "loc": { "start": { "line": 2, "column": 0 }, "end": { "line": 2, "column": 19 } } }, "range": [ 19, 39 ], "loc": { "start": { "line": 2, "column": 0 }, "end": { "line": 2, "column": 20 } } } ], "sourceType": "module", "range": [ 0, 39 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 2, "column": 20 } }, "tokens": [ { "type": "Keyword", "value": "import", "range": [ 0, 6 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 6 } } }, { "type": "Identifier", "value": "$", "range": [ 7, 8 ], "loc": { "start": { "line": 1, "column": 7 }, "end": { "line": 1, "column": 8 } } }, { "type": "Identifier", "value": "from", "range": [ 9, 13 ], "loc": { "start": { "line": 1, "column": 9 }, "end": { "line": 1, "column": 13 } } }, { "type": "String", "value": "\"a\"", "range": [ 14, 17 ], "loc": { "start": { "line": 1, "column": 14 }, "end": { "line": 1, "column": 17 } } }, { "type": "Punctuator", "value": ";", "range": [ 17, 18 ], "loc": { "start": { "line": 1, "column": 17 }, "end": { "line": 1, "column": 18 } } }, { "type": "Keyword", "value": "import", "range": [ 19, 25 ], "loc": { "start": { "line": 2, "column": 0 }, "end": { "line": 2, "column": 6 } } }, { "type": "Punctuator", "value": "(", "range": [ 25, 26 ], "loc": { "start": { "line": 2, "column": 6 }, "end": { "line": 2, "column": 7 } } }, { "type": "String", "value": "\"b\"", "range": [ 26, 29 ], "loc": { "start": { "line": 2, "column": 7 }, "end": { "line": 2, "column": 10 } } }, { "type": "Punctuator", "value": ")", "range": [ 29, 30 ], "loc": { "start": { "line": 2, "column": 10 }, "end": { "line": 2, "column": 11 } } }, { "type": "Punctuator", "value": ".", "range": [ 30, 31 ], "loc": { "start": { "line": 2, "column": 11 }, "end": { "line": 2, "column": 12 } } }, { "type": "Identifier", "value": "then", "range": [ 31, 35 ], "loc": { "start": { "line": 2, "column": 12 }, "end": { "line": 2, "column": 16 } } }, { "type": "Punctuator", "value": "(", "range": [ 35, 36 ], "loc": { "start": { "line": 2, "column": 16 }, "end": { "line": 2, "column": 17 } } }, { "type": "Identifier", "value": "c", "range": [ 36, 37 ], "loc": { "start": { "line": 2, "column": 17 }, "end": { "line": 2, "column": 18 } } }, { "type": "Punctuator", "value": ")", "range": [ 37, 38 ], "loc": { "start": { "line": 2, "column": 18 }, "end": { "line": 2, "column": 19 } } }, { "type": "Punctuator", "value": ";", "range": [ 38, 39 ], "loc": { "start": { "line": 2, "column": 19 }, "end": { "line": 2, "column": 20 } } } ] }