2015-08-11 00:59:15 +01:00

183 lines
4.2 KiB
JSON

{
"type": "File",
"start": 0,
"end": 76,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 76
}
},
"program": {
"type": "Program",
"start": 0,
"end": 76,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 76
}
},
"sourceType": "script",
"body": [
{
"type": "FunctionDeclaration",
"start": 0,
"end": 76,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 76
}
},
"id": {
"type": "Identifier",
"start": 9,
"end": 14,
"loc": {
"start": {
"line": 1,
"column": 9
},
"end": {
"line": 1,
"column": 14
}
},
"name": "hello"
},
"generator": false,
"expression": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 17,
"end": 76,
"loc": {
"start": {
"line": 1,
"column": 17
},
"end": {
"line": 1,
"column": 76
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 19,
"end": 39,
"loc": {
"start": {
"line": 1,
"column": 19
},
"end": {
"line": 1,
"column": 39
}
},
"expression": {
"type": "Literal",
"start": 19,
"end": 38,
"loc": {
"start": {
"line": 1,
"column": 19
},
"end": {
"line": 1,
"column": 38
}
},
"value": "octal directive\u0001",
"rawValue": "octal directive\u0001",
"raw": "\"octal directive\\1\""
}
},
{
"type": "ExpressionStatement",
"start": 40,
"end": 60,
"loc": {
"start": {
"line": 1,
"column": 40
},
"end": {
"line": 1,
"column": 60
}
},
"expression": {
"type": "Literal",
"start": 40,
"end": 59,
"loc": {
"start": {
"line": 1,
"column": 40
},
"end": {
"line": 1,
"column": 59
}
},
"value": "octal directive\u0002",
"rawValue": "octal directive\u0002",
"raw": "\"octal directive\\2\""
}
},
{
"type": "ExpressionStatement",
"start": 61,
"end": 74,
"loc": {
"start": {
"line": 1,
"column": 61
},
"end": {
"line": 1,
"column": 74
}
},
"expression": {
"type": "Literal",
"start": 61,
"end": 73,
"loc": {
"start": {
"line": 1,
"column": 61
},
"end": {
"line": 1,
"column": 73
}
},
"value": "use strict",
"rawValue": "use strict",
"raw": "\"use strict\""
}
}
]
}
}
]
}
}