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