{ "type": "Program", "body": [ { "type": "ExpressionStatement", "expression": { "type": "Literal", "value": "Helloworld", "raw": "\"Hello\\\r\nworld\"", "range": [ 0, 15 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 2, "column": 6 } } }, "directive": "Hello\\\r\nworld", "range": [ 0, 15 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 2, "column": 6 } } } ], "sourceType": "script", "tokens": [ { "type": "String", "value": "\"Hello\\\r\nworld\"", "range": [ 0, 15 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 2, "column": 6 } } } ], "range": [ 0, 15 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 2, "column": 6 } } }