diff options
Diffstat (limited to 'docs/ast/source/internal/findGetResult.js.json')
-rw-r--r-- | docs/ast/source/internal/findGetResult.js.json | 169 |
1 files changed, 0 insertions, 169 deletions
diff --git a/docs/ast/source/internal/findGetResult.js.json b/docs/ast/source/internal/findGetResult.js.json deleted file mode 100644 index 14cd637..0000000 --- a/docs/ast/source/internal/findGetResult.js.json +++ /dev/null @@ -1,169 +0,0 @@ -{ - "type": "Program", - "body": [ - { - "type": "ExportDefaultDeclaration", - "declaration": { - "type": "FunctionDeclaration", - "id": { - "type": "Identifier", - "name": "_findGetResult", - "range": [ - 24, - 38 - ], - "loc": { - "start": { - "line": 1, - "column": 24 - }, - "end": { - "line": 1, - "column": 38 - } - } - }, - "params": [ - { - "type": "Identifier", - "name": "v", - "range": [ - 39, - 40 - ], - "loc": { - "start": { - "line": 1, - "column": 39 - }, - "end": { - "line": 1, - "column": 40 - } - } - }, - { - "type": "Identifier", - "name": "x", - "range": [ - 42, - 43 - ], - "loc": { - "start": { - "line": 1, - "column": 42 - }, - "end": { - "line": 1, - "column": 43 - } - } - } - ], - "body": { - "type": "BlockStatement", - "body": [ - { - "type": "ReturnStatement", - "argument": { - "type": "Identifier", - "name": "x", - "range": [ - 58, - 59 - ], - "loc": { - "start": { - "line": 2, - "column": 11 - }, - "end": { - "line": 2, - "column": 12 - } - } - }, - "range": [ - 51, - 60 - ], - "loc": { - "start": { - "line": 2, - "column": 4 - }, - "end": { - "line": 2, - "column": 13 - } - } - } - ], - "range": [ - 45, - 62 - ], - "loc": { - "start": { - "line": 1, - "column": 45 - }, - "end": { - "line": 3, - "column": 1 - } - } - }, - "generator": false, - "expression": false, - "range": [ - 15, - 62 - ], - "loc": { - "start": { - "line": 1, - "column": 15 - }, - "end": { - "line": 3, - "column": 1 - } - }, - "leadingComments": [], - "trailingComments": [] - }, - "range": [ - 0, - 62 - ], - "loc": { - "start": { - "line": 1, - "column": 0 - }, - "end": { - "line": 3, - "column": 1 - } - } - } - ], - "sourceType": "module", - "range": [ - 0, - 62 - ], - "loc": { - "start": { - "line": 1, - "column": 0 - }, - "end": { - "line": 3, - "column": 1 - } - }, - "comments": [] -}
\ No newline at end of file |