{
"type": "Program",
"statements": [
{
"type": "ExpressionStatement",
"expression": {
"type": "StringLiteral",
"value": "use strict",
"loc": {
"start": {
"line": 16,
"column": 1
},
"end": {
"line": 16,
"column": 13
}
}
},
"loc": {
"start": {
"line": 16,
"column": 1
},
"end": {
"line": 16,
"column": 13
}
}
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "foo",
"loc": {
"start": {
"line": 18,
"column": 5
},
"end": {
"line": 18,
"column": 8
}
}
},
"init": {
"type": "FunctionExpression",
"function": {
"type": "ScriptFunction",
"id": {
"type": "Identifier",
"name": "is",
"loc": {
"start": {
"line": 18,
"column": 20
},
"end": {
"line": 18,
"column": 22
}
}
},
"generator": false,
"async": false,
"expression": false,
"params": [],
"body": {
"type": "BlockStatement",
"statements": [],
"loc": {
"start": {
"line": 18,
"column": 25
},
"end": {
"line": 19,
"column": 2
}
}
},
"loc": {
"start": {
"line": 18,
"column": 11
},
"end": {
"line": 19,
"column": 2
}
}
},
"loc": {
"start": {
"line": 18,
"column": 11
},
"end": {
"line": 19,
"column": 2
}
}
},
"loc": {
"start": {
"line": 18,
"column": 5
},
"end": {
"line": 19,
"column": 2
}
}
}
],
"kind": "let",
"loc": {
"start": {
"line": 18,
"column": 1
},
"end": {
"line": 19,
"column": 2
}
}
}
],
"loc": {
"start": {
"line": 1,
"column": 1
},
"end": {
"line": 19,
"column": 2
}
}
}