{ "type": "Program", "body": [ { "type": "FunctionDeclaration", "id": { "type": "Identifier", "name": "a", "range": [ 9, 10 ], "loc": { "start": { "line": 1, "column": 9 }, "end": { "line": 1, "column": 10 } } }, "params": [], "body": { "type": "BlockStatement", "body": [ { "type": "ReturnStatement", "argument": { "type": "TemplateLiteral", "quasis": [ { "type": "TemplateElement", "value": { "raw": "\n \ttest\n ", "cooked": "\n \ttest\n " }, "tail": true, "range": [ 24, 37 ], "loc": { "start": { "line": 2, "column": 9 }, "end": { "line": 4, "column": 3 } } } ], "expressions": [], "range": [ 24, 37 ], "loc": { "start": { "line": 2, "column": 9 }, "end": { "line": 4, "column": 3 } } }, "range": [ 17, 38 ], "loc": { "start": { "line": 2, "column": 2 }, "end": { "line": 4, "column": 4 } } } ], "range": [ 13, 40 ], "loc": { "start": { "line": 1, "column": 13 }, "end": { "line": 5, "column": 1 } } }, "generator": false, "expression": false, "async": false, "range": [ 0, 40 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 5, "column": 1 } } } ], "sourceType": "script", "range": [ 0, 40 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 5, "column": 1 } }, "tokens": [ { "type": "Keyword", "value": "function", "range": [ 0, 8 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 8 } } }, { "type": "Identifier", "value": "a", "range": [ 9, 10 ], "loc": { "start": { "line": 1, "column": 9 }, "end": { "line": 1, "column": 10 } } }, { "type": "Punctuator", "value": "(", "range": [ 10, 11 ], "loc": { "start": { "line": 1, "column": 10 }, "end": { "line": 1, "column": 11 } } }, { "type": "Punctuator", "value": ")", "range": [ 11, 12 ], "loc": { "start": { "line": 1, "column": 11 }, "end": { "line": 1, "column": 12 } } }, { "type": "Punctuator", "value": "{", "range": [ 13, 14 ], "loc": { "start": { "line": 1, "column": 13 }, "end": { "line": 1, "column": 14 } } }, { "type": "Keyword", "value": "return", "range": [ 17, 23 ], "loc": { "start": { "line": 2, "column": 2 }, "end": { "line": 2, "column": 8 } } }, { "type": "Template", "value": "`\n \ttest\n `", "range": [ 24, 37 ], "loc": { "start": { "line": 2, "column": 9 }, "end": { "line": 4, "column": 3 } } }, { "type": "Punctuator", "value": ";", "range": [ 37, 38 ], "loc": { "start": { "line": 4, "column": 3 }, "end": { "line": 4, "column": 4 } } }, { "type": "Punctuator", "value": "}", "range": [ 39, 40 ], "loc": { "start": { "line": 5, "column": 0 }, "end": { "line": 5, "column": 1 } } } ] }