123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138 |
- {
- "type": "File",
- "start": 0,
- "end": 32,
- "loc": {
- "start": {
- "line": 1,
- "column": 0
- },
- "end": {
- "line": 1,
- "column": 32
- }
- },
- "program": {
- "type": "Program",
- "start": 0,
- "end": 32,
- "loc": {
- "start": {
- "line": 1,
- "column": 0
- },
- "end": {
- "line": 1,
- "column": 32
- }
- },
- "sourceType": "module",
- "interpreter": null,
- "body": [
- {
- "type": "ExportNamedDeclaration",
- "start": 0,
- "end": 32,
- "loc": {
- "start": {
- "line": 1,
- "column": 0
- },
- "end": {
- "line": 1,
- "column": 32
- }
- },
- "specifiers": [],
- "source": null,
- "declaration": {
- "type": "VariableDeclaration",
- "start": 7,
- "end": 32,
- "loc": {
- "start": {
- "line": 1,
- "column": 7
- },
- "end": {
- "line": 1,
- "column": 32
- }
- },
- "declarations": [
- {
- "type": "VariableDeclarator",
- "start": 11,
- "end": 31,
- "loc": {
- "start": {
- "line": 1,
- "column": 11
- },
- "end": {
- "line": 1,
- "column": 31
- }
- },
- "id": {
- "type": "Identifier",
- "start": 11,
- "end": 14,
- "loc": {
- "start": {
- "line": 1,
- "column": 11
- },
- "end": {
- "line": 1,
- "column": 14
- },
- "identifierName": "foo"
- },
- "name": "foo"
- },
- "init": {
- "type": "FunctionExpression",
- "start": 17,
- "end": 31,
- "loc": {
- "start": {
- "line": 1,
- "column": 17
- },
- "end": {
- "line": 1,
- "column": 31
- }
- },
- "id": null,
- "generator": false,
- "async": false,
- "params": [],
- "body": {
- "type": "BlockStatement",
- "start": 29,
- "end": 31,
- "loc": {
- "start": {
- "line": 1,
- "column": 29
- },
- "end": {
- "line": 1,
- "column": 31
- }
- },
- "body": [],
- "directives": []
- }
- }
- }
- ],
- "kind": "var"
- }
- }
- ],
- "directives": []
- }
- }
|