1{ 2 "type": "Program", 3 "statements": [ 4 { 5 "type": "ExpressionStatement", 6 "expression": { 7 "type": "StringLiteral", 8 "value": "use strict", 9 "loc": { 10 "start": { 11 "line": 16, 12 "column": 1 13 }, 14 "end": { 15 "line": 16, 16 "column": 13 17 } 18 } 19 }, 20 "loc": { 21 "start": { 22 "line": 16, 23 "column": 1 24 }, 25 "end": { 26 "line": 16, 27 "column": 13 28 } 29 } 30 }, 31 { 32 "type": "FunctionDeclaration", 33 "function": { 34 "type": "ScriptFunction", 35 "id": { 36 "type": "Identifier", 37 "name": "is", 38 "loc": { 39 "start": { 40 "line": 18, 41 "column": 10 42 }, 43 "end": { 44 "line": 18, 45 "column": 12 46 } 47 } 48 }, 49 "generator": false, 50 "async": false, 51 "expression": false, 52 "params": [], 53 "body": { 54 "type": "BlockStatement", 55 "statements": [], 56 "loc": { 57 "start": { 58 "line": 18, 59 "column": 15 60 }, 61 "end": { 62 "line": 19, 63 "column": 2 64 } 65 } 66 }, 67 "loc": { 68 "start": { 69 "line": 18, 70 "column": 1 71 }, 72 "end": { 73 "line": 19, 74 "column": 2 75 } 76 } 77 }, 78 "loc": { 79 "start": { 80 "line": 18, 81 "column": 1 82 }, 83 "end": { 84 "line": 19, 85 "column": 2 86 } 87 } 88 } 89 ], 90 "loc": { 91 "start": { 92 "line": 1, 93 "column": 1 94 }, 95 "end": { 96 "line": 19, 97 "column": 2 98 } 99 } 100} 101