1{ 2 "type": "Program", 3 "statements": [ 4 { 5 "type": "VariableDeclaration", 6 "declarations": [ 7 { 8 "type": "VariableDeclarator", 9 "id": { 10 "type": "Identifier", 11 "name": "x", 12 "decorators": [], 13 "loc": { 14 "start": { 15 "line": 16, 16 "column": 5 17 }, 18 "end": { 19 "line": 16, 20 "column": 6 21 } 22 } 23 }, 24 "init": { 25 "type": "TemplateLiteral", 26 "expressions": [], 27 "quasis": [ 28 { 29 "type": "TemplateElement", 30 "value": { 31 "raw": "\x22\0\x23", 32 "cooked": ""#" 33 }, 34 "loc": { 35 "start": { 36 "line": 16, 37 "column": 10 38 }, 39 "end": { 40 "line": 16, 41 "column": 20 42 } 43 } 44 } 45 ], 46 "loc": { 47 "start": { 48 "line": 16, 49 "column": 9 50 }, 51 "end": { 52 "line": 16, 53 "column": 21 54 } 55 } 56 }, 57 "loc": { 58 "start": { 59 "line": 16, 60 "column": 5 61 }, 62 "end": { 63 "line": 16, 64 "column": 21 65 } 66 } 67 } 68 ], 69 "kind": "var", 70 "loc": { 71 "start": { 72 "line": 16, 73 "column": 1 74 }, 75 "end": { 76 "line": 16, 77 "column": 22 78 } 79 } 80 } 81 ], 82 "loc": { 83 "start": { 84 "line": 1, 85 "column": 1 86 }, 87 "end": { 88 "line": 17, 89 "column": 1 90 } 91 } 92} 93