summaryrefslogtreecommitdiff
path: root/docs/ast/source/internal/doParallel.js.json
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ast/source/internal/doParallel.js.json')
-rw-r--r--docs/ast/source/internal/doParallel.js.json427
1 files changed, 0 insertions, 427 deletions
diff --git a/docs/ast/source/internal/doParallel.js.json b/docs/ast/source/internal/doParallel.js.json
deleted file mode 100644
index b016785..0000000
--- a/docs/ast/source/internal/doParallel.js.json
+++ /dev/null
@@ -1,427 +0,0 @@
-{
- "type": "Program",
- "body": [
- {
- "type": "ImportDeclaration",
- "specifiers": [
- {
- "type": "ImportDefaultSpecifier",
- "local": {
- "type": "Identifier",
- "name": "eachOf",
- "range": [
- 7,
- 13
- ],
- "loc": {
- "start": {
- "line": 1,
- "column": 7
- },
- "end": {
- "line": 1,
- "column": 13
- }
- }
- },
- "range": [
- 7,
- 13
- ],
- "loc": {
- "start": {
- "line": 1,
- "column": 7
- },
- "end": {
- "line": 1,
- "column": 13
- }
- }
- }
- ],
- "source": {
- "type": "Literal",
- "value": "../eachOf",
- "raw": "'../eachOf'",
- "range": [
- 19,
- 30
- ],
- "loc": {
- "start": {
- "line": 1,
- "column": 19
- },
- "end": {
- "line": 1,
- "column": 30
- }
- }
- },
- "range": [
- 0,
- 31
- ],
- "loc": {
- "start": {
- "line": 1,
- "column": 0
- },
- "end": {
- "line": 1,
- "column": 31
- }
- }
- },
- {
- "type": "ExportDefaultDeclaration",
- "declaration": {
- "type": "FunctionDeclaration",
- "id": {
- "type": "Identifier",
- "name": "doParallel",
- "range": [
- 57,
- 67
- ],
- "loc": {
- "start": {
- "line": 3,
- "column": 24
- },
- "end": {
- "line": 3,
- "column": 34
- }
- }
- },
- "params": [
- {
- "type": "Identifier",
- "name": "fn",
- "range": [
- 68,
- 70
- ],
- "loc": {
- "start": {
- "line": 3,
- "column": 35
- },
- "end": {
- "line": 3,
- "column": 37
- }
- }
- }
- ],
- "body": {
- "type": "BlockStatement",
- "body": [
- {
- "type": "ReturnStatement",
- "argument": {
- "type": "FunctionExpression",
- "id": null,
- "params": [
- {
- "type": "Identifier",
- "name": "obj",
- "range": [
- 95,
- 98
- ],
- "loc": {
- "start": {
- "line": 4,
- "column": 21
- },
- "end": {
- "line": 4,
- "column": 24
- }
- }
- },
- {
- "type": "Identifier",
- "name": "iteratee",
- "range": [
- 100,
- 108
- ],
- "loc": {
- "start": {
- "line": 4,
- "column": 26
- },
- "end": {
- "line": 4,
- "column": 34
- }
- }
- },
- {
- "type": "Identifier",
- "name": "callback",
- "range": [
- 110,
- 118
- ],
- "loc": {
- "start": {
- "line": 4,
- "column": 36
- },
- "end": {
- "line": 4,
- "column": 44
- }
- }
- }
- ],
- "body": {
- "type": "BlockStatement",
- "body": [
- {
- "type": "ReturnStatement",
- "argument": {
- "type": "CallExpression",
- "callee": {
- "type": "Identifier",
- "name": "fn",
- "range": [
- 137,
- 139
- ],
- "loc": {
- "start": {
- "line": 5,
- "column": 15
- },
- "end": {
- "line": 5,
- "column": 17
- }
- }
- },
- "arguments": [
- {
- "type": "Identifier",
- "name": "eachOf",
- "range": [
- 140,
- 146
- ],
- "loc": {
- "start": {
- "line": 5,
- "column": 18
- },
- "end": {
- "line": 5,
- "column": 24
- }
- }
- },
- {
- "type": "Identifier",
- "name": "obj",
- "range": [
- 148,
- 151
- ],
- "loc": {
- "start": {
- "line": 5,
- "column": 26
- },
- "end": {
- "line": 5,
- "column": 29
- }
- }
- },
- {
- "type": "Identifier",
- "name": "iteratee",
- "range": [
- 153,
- 161
- ],
- "loc": {
- "start": {
- "line": 5,
- "column": 31
- },
- "end": {
- "line": 5,
- "column": 39
- }
- }
- },
- {
- "type": "Identifier",
- "name": "callback",
- "range": [
- 163,
- 171
- ],
- "loc": {
- "start": {
- "line": 5,
- "column": 41
- },
- "end": {
- "line": 5,
- "column": 49
- }
- }
- }
- ],
- "range": [
- 137,
- 172
- ],
- "loc": {
- "start": {
- "line": 5,
- "column": 15
- },
- "end": {
- "line": 5,
- "column": 50
- }
- }
- },
- "range": [
- 130,
- 173
- ],
- "loc": {
- "start": {
- "line": 5,
- "column": 8
- },
- "end": {
- "line": 5,
- "column": 51
- }
- }
- }
- ],
- "range": [
- 120,
- 179
- ],
- "loc": {
- "start": {
- "line": 4,
- "column": 46
- },
- "end": {
- "line": 6,
- "column": 5
- }
- }
- },
- "generator": false,
- "expression": false,
- "range": [
- 85,
- 179
- ],
- "loc": {
- "start": {
- "line": 4,
- "column": 11
- },
- "end": {
- "line": 6,
- "column": 5
- }
- }
- },
- "range": [
- 78,
- 180
- ],
- "loc": {
- "start": {
- "line": 4,
- "column": 4
- },
- "end": {
- "line": 6,
- "column": 6
- }
- }
- }
- ],
- "range": [
- 72,
- 182
- ],
- "loc": {
- "start": {
- "line": 3,
- "column": 39
- },
- "end": {
- "line": 7,
- "column": 1
- }
- }
- },
- "generator": false,
- "expression": false,
- "range": [
- 48,
- 182
- ],
- "loc": {
- "start": {
- "line": 3,
- "column": 15
- },
- "end": {
- "line": 7,
- "column": 1
- }
- },
- "leadingComments": [],
- "trailingComments": []
- },
- "range": [
- 33,
- 182
- ],
- "loc": {
- "start": {
- "line": 3,
- "column": 0
- },
- "end": {
- "line": 7,
- "column": 1
- }
- }
- }
- ],
- "sourceType": "module",
- "range": [
- 0,
- 182
- ],
- "loc": {
- "start": {
- "line": 1,
- "column": 0
- },
- "end": {
- "line": 7,
- "column": 1
- }
- },
- "comments": []
-} \ No newline at end of file