{ "type": "Program", "body": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "m", "range": [ 6, 7 ], "loc": { "start": { "line": 1, "column": 6 }, "end": { "line": 1, "column": 7 } } }, "init": { "type": "Literal", "value": "library.js", "raw": "'library.js'", "range": [ 10, 22 ], "loc": { "start": { "line": 1, "column": 10 }, "end": { "line": 1, "column": 22 } } }, "range": [ 6, 22 ], "loc": { "start": { "line": 1, "column": 6 }, "end": { "line": 1, "column": 22 } } } ], "kind": "const", "range": [ 0, 23 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 23 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "CallExpression", "callee": { "type": "Import", "range": [ 24, 30 ], "loc": { "start": { "line": 2, "column": 0 }, "end": { "line": 2, "column": 6 } } }, "arguments": [ { "type": "Identifier", "name": "m", "range": [ 31, 32 ], "loc": { "start": { "line": 2, "column": 7 }, "end": { "line": 2, "column": 8 } } } ], "range": [ 24, 33 ], "loc": { "start": { "line": 2, "column": 0 }, "end": { "line": 2, "column": 9 } } }, "property": { "type": "Identifier", "name": "then", "range": [ 34, 38 ], "loc": { "start": { "line": 2, "column": 10 }, "end": { "line": 2, "column": 14 } } }, "range": [ 24, 38 ], "loc": { "start": { "line": 2, "column": 0 }, "end": { "line": 2, "column": 14 } } }, "arguments": [ { "type": "ArrowFunctionExpression", "id": null, "params": [], "body": { "type": "BlockStatement", "body": [], "range": [ 45, 47 ], "loc": { "start": { "line": 2, "column": 21 }, "end": { "line": 2, "column": 23 } } }, "generator": false, "expression": false, "async": false, "range": [ 39, 47 ], "loc": { "start": { "line": 2, "column": 15 }, "end": { "line": 2, "column": 23 } } } ], "range": [ 24, 48 ], "loc": { "start": { "line": 2, "column": 0 }, "end": { "line": 2, "column": 24 } } }, "range": [ 24, 49 ], "loc": { "start": { "line": 2, "column": 0 }, "end": { "line": 2, "column": 25 } } } ], "sourceType": "script", "range": [ 0, 49 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 2, "column": 25 } }, "tokens": [ { "type": "Keyword", "value": "const", "range": [ 0, 5 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 5 } } }, { "type": "Identifier", "value": "m", "range": [ 6, 7 ], "loc": { "start": { "line": 1, "column": 6 }, "end": { "line": 1, "column": 7 } } }, { "type": "Punctuator", "value": "=", "range": [ 8, 9 ], "loc": { "start": { "line": 1, "column": 8 }, "end": { "line": 1, "column": 9 } } }, { "type": "String", "value": "'library.js'", "range": [ 10, 22 ], "loc": { "start": { "line": 1, "column": 10 }, "end": { "line": 1, "column": 22 } } }, { "type": "Punctuator", "value": ";", "range": [ 22, 23 ], "loc": { "start": { "line": 1, "column": 22 }, "end": { "line": 1, "column": 23 } } }, { "type": "Keyword", "value": "import", "range": [ 24, 30 ], "loc": { "start": { "line": 2, "column": 0 }, "end": { "line": 2, "column": 6 } } }, { "type": "Punctuator", "value": "(", "range": [ 30, 31 ], "loc": { "start": { "line": 2, "column": 6 }, "end": { "line": 2, "column": 7 } } }, { "type": "Identifier", "value": "m", "range": [ 31, 32 ], "loc": { "start": { "line": 2, "column": 7 }, "end": { "line": 2, "column": 8 } } }, { "type": "Punctuator", "value": ")", "range": [ 32, 33 ], "loc": { "start": { "line": 2, "column": 8 }, "end": { "line": 2, "column": 9 } } }, { "type": "Punctuator", "value": ".", "range": [ 33, 34 ], "loc": { "start": { "line": 2, "column": 9 }, "end": { "line": 2, "column": 10 } } }, { "type": "Identifier", "value": "then", "range": [ 34, 38 ], "loc": { "start": { "line": 2, "column": 10 }, "end": { "line": 2, "column": 14 } } }, { "type": "Punctuator", "value": "(", "range": [ 38, 39 ], "loc": { "start": { "line": 2, "column": 14 }, "end": { "line": 2, "column": 15 } } }, { "type": "Punctuator", "value": "(", "range": [ 39, 40 ], "loc": { "start": { "line": 2, "column": 15 }, "end": { "line": 2, "column": 16 } } }, { "type": "Punctuator", "value": ")", "range": [ 40, 41 ], "loc": { "start": { "line": 2, "column": 16 }, "end": { "line": 2, "column": 17 } } }, { "type": "Punctuator", "value": "=>", "range": [ 42, 44 ], "loc": { "start": { "line": 2, "column": 18 }, "end": { "line": 2, "column": 20 } } }, { "type": "Punctuator", "value": "{", "range": [ 45, 46 ], "loc": { "start": { "line": 2, "column": 21 }, "end": { "line": 2, "column": 22 } } }, { "type": "Punctuator", "value": "}", "range": [ 46, 47 ], "loc": { "start": { "line": 2, "column": 22 }, "end": { "line": 2, "column": 23 } } }, { "type": "Punctuator", "value": ")", "range": [ 47, 48 ], "loc": { "start": { "line": 2, "column": 23 }, "end": { "line": 2, "column": 24 } } }, { "type": "Punctuator", "value": ";", "range": [ 48, 49 ], "loc": { "start": { "line": 2, "column": 24 }, "end": { "line": 2, "column": 25 } } } ] }