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