123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152 |
- {
- "type": "File",
- "start": 0,
- "end": 43,
- "loc": {
- "start": {
- "line": 1,
- "column": 0
- },
- "end": {
- "line": 3,
- "column": 1
- }
- },
- "program": {
- "type": "Program",
- "start": 0,
- "end": 43,
- "loc": {
- "start": {
- "line": 1,
- "column": 0
- },
- "end": {
- "line": 3,
- "column": 1
- }
- },
- "sourceType": "script",
- "interpreter": null,
- "body": [
- {
- "type": "FunctionDeclaration",
- "start": 0,
- "end": 43,
- "loc": {
- "start": {
- "line": 1,
- "column": 0
- },
- "end": {
- "line": 3,
- "column": 1
- }
- },
- "id": {
- "type": "Identifier",
- "start": 10,
- "end": 13,
- "loc": {
- "start": {
- "line": 1,
- "column": 10
- },
- "end": {
- "line": 1,
- "column": 13
- },
- "identifierName": "foo"
- },
- "name": "foo"
- },
- "generator": true,
- "async": false,
- "params": [],
- "body": {
- "type": "BlockStatement",
- "start": 16,
- "end": 43,
- "loc": {
- "start": {
- "line": 1,
- "column": 16
- },
- "end": {
- "line": 3,
- "column": 1
- }
- },
- "body": [
- {
- "type": "ReturnStatement",
- "start": 20,
- "end": 41,
- "loc": {
- "start": {
- "line": 2,
- "column": 2
- },
- "end": {
- "line": 2,
- "column": 23
- }
- },
- "argument": {
- "type": "MetaProperty",
- "start": 27,
- "end": 40,
- "loc": {
- "start": {
- "line": 2,
- "column": 9
- },
- "end": {
- "line": 2,
- "column": 22
- }
- },
- "meta": {
- "type": "Identifier",
- "start": 27,
- "end": 35,
- "loc": {
- "start": {
- "line": 2,
- "column": 9
- },
- "end": {
- "line": 2,
- "column": 17
- },
- "identifierName": "function"
- },
- "name": "function"
- },
- "property": {
- "type": "Identifier",
- "start": 36,
- "end": 40,
- "loc": {
- "start": {
- "line": 2,
- "column": 18
- },
- "end": {
- "line": 2,
- "column": 22
- },
- "identifierName": "sent"
- },
- "name": "sent"
- }
- }
- }
- ],
- "directives": []
- }
- }
- ],
- "directives": []
- }
- }
|