123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154 |
- {
- "type": "File",
- "start": 0,
- "end": 23,
- "loc": {
- "start": {
- "line": 1,
- "column": 0
- },
- "end": {
- "line": 1,
- "column": 23
- }
- },
- "program": {
- "type": "Program",
- "start": 0,
- "end": 23,
- "loc": {
- "start": {
- "line": 1,
- "column": 0
- },
- "end": {
- "line": 1,
- "column": 23
- }
- },
- "sourceType": "script",
- "interpreter": null,
- "body": [
- {
- "type": "VariableDeclaration",
- "start": 0,
- "end": 23,
- "loc": {
- "start": {
- "line": 1,
- "column": 0
- },
- "end": {
- "line": 1,
- "column": 23
- }
- },
- "declarations": [
- {
- "type": "VariableDeclarator",
- "start": 4,
- "end": 22,
- "loc": {
- "start": {
- "line": 1,
- "column": 4
- },
- "end": {
- "line": 1,
- "column": 22
- }
- },
- "id": {
- "type": "ObjectPattern",
- "start": 4,
- "end": 16,
- "loc": {
- "start": {
- "line": 1,
- "column": 4
- },
- "end": {
- "line": 1,
- "column": 16
- }
- },
- "properties": [
- {
- "type": "ObjectProperty",
- "start": 6,
- "end": 14,
- "loc": {
- "start": {
- "line": 1,
- "column": 6
- },
- "end": {
- "line": 1,
- "column": 14
- }
- },
- "method": false,
- "key": {
- "type": "Identifier",
- "start": 6,
- "end": 11,
- "loc": {
- "start": {
- "line": 1,
- "column": 6
- },
- "end": {
- "line": 1,
- "column": 11
- },
- "identifierName": "yield"
- },
- "name": "yield"
- },
- "computed": false,
- "shorthand": false,
- "value": {
- "type": "Identifier",
- "start": 13,
- "end": 14,
- "loc": {
- "start": {
- "line": 1,
- "column": 13
- },
- "end": {
- "line": 1,
- "column": 14
- },
- "identifierName": "x"
- },
- "name": "x"
- }
- }
- ]
- },
- "init": {
- "type": "Identifier",
- "start": 19,
- "end": 22,
- "loc": {
- "start": {
- "line": 1,
- "column": 19
- },
- "end": {
- "line": 1,
- "column": 22
- },
- "identifierName": "foo"
- },
- "name": "foo"
- }
- }
- ],
- "kind": "var"
- }
- ],
- "directives": []
- }
- }
|