mongoose-data-seed
Version:
Seed mongodb with data using mongoose models
19,781 lines • 531 kB
JSON
{
"type": "File",
"start": 0,
"end": 2542,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 96,
"column": 0
}
},
"program": {
"type": "Program",
"start": 0,
"end": 2542,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 96,
"column": 0
}
},
"sourceType": "module",
"body": [
{
"type": "ImportDeclaration",
"start": 0,
"end": 23,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 23
}
},
"specifiers": [
{
"type": "ImportDefaultSpecifier",
"start": 7,
"end": 11,
"loc": {
"start": {
"line": 1,
"column": 7
},
"end": {
"line": 1,
"column": 11
}
},
"local": {
"type": "Identifier",
"start": 7,
"end": 11,
"loc": {
"start": {
"line": 1,
"column": 7
},
"end": {
"line": 1,
"column": 11
},
"identifierName": "test"
},
"name": "test"
}
}
],
"source": {
"type": "StringLiteral",
"start": 17,
"end": 22,
"loc": {
"start": {
"line": 1,
"column": 17
},
"end": {
"line": 1,
"column": 22
}
},
"extra": {
"rawValue": "ava",
"raw": "'ava'"
},
"value": "ava"
}
},
{
"type": "ImportDeclaration",
"start": 24,
"end": 50,
"loc": {
"start": {
"line": 2,
"column": 0
},
"end": {
"line": 2,
"column": 26
}
},
"specifiers": [
{
"type": "ImportDefaultSpecifier",
"start": 31,
"end": 36,
"loc": {
"start": {
"line": 2,
"column": 7
},
"end": {
"line": 2,
"column": 12
}
},
"local": {
"type": "Identifier",
"start": 31,
"end": 36,
"loc": {
"start": {
"line": 2,
"column": 7
},
"end": {
"line": 2,
"column": 12
},
"identifierName": "sinon"
},
"name": "sinon"
}
}
],
"source": {
"type": "StringLiteral",
"start": 42,
"end": 49,
"loc": {
"start": {
"line": 2,
"column": 18
},
"end": {
"line": 2,
"column": 25
}
},
"extra": {
"rawValue": "sinon",
"raw": "'sinon'"
},
"value": "sinon"
}
},
{
"type": "ImportDeclaration",
"start": 52,
"end": 163,
"loc": {
"start": {
"line": 4,
"column": 0
},
"end": {
"line": 8,
"column": 19
}
},
"specifiers": [
{
"type": "ImportSpecifier",
"start": 63,
"end": 82,
"loc": {
"start": {
"line": 5,
"column": 2
},
"end": {
"line": 5,
"column": 21
}
},
"imported": {
"type": "Identifier",
"start": 63,
"end": 82,
"loc": {
"start": {
"line": 5,
"column": 2
},
"end": {
"line": 5,
"column": 21
},
"identifierName": "promptSeedersFolder"
},
"name": "promptSeedersFolder"
},
"local": {
"type": "Identifier",
"start": 63,
"end": 82,
"loc": {
"start": {
"line": 5,
"column": 2
},
"end": {
"line": 5,
"column": 21
},
"identifierName": "promptSeedersFolder"
},
"name": "promptSeedersFolder"
}
},
{
"type": "ImportSpecifier",
"start": 86,
"end": 106,
"loc": {
"start": {
"line": 6,
"column": 2
},
"end": {
"line": 6,
"column": 22
}
},
"imported": {
"type": "Identifier",
"start": 86,
"end": 106,
"loc": {
"start": {
"line": 6,
"column": 2
},
"end": {
"line": 6,
"column": 22
},
"identifierName": "promptSeederTemplate"
},
"name": "promptSeederTemplate"
},
"local": {
"type": "Identifier",
"start": 86,
"end": 106,
"loc": {
"start": {
"line": 6,
"column": 2
},
"end": {
"line": 6,
"column": 22
},
"identifierName": "promptSeederTemplate"
},
"name": "promptSeederTemplate"
}
},
{
"type": "ImportSpecifier",
"start": 110,
"end": 142,
"loc": {
"start": {
"line": 7,
"column": 2
},
"end": {
"line": 7,
"column": 34
}
},
"imported": {
"type": "Identifier",
"start": 110,
"end": 123,
"loc": {
"start": {
"line": 7,
"column": 2
},
"end": {
"line": 7,
"column": 15
},
"identifierName": "__RewireAPI__"
},
"name": "__RewireAPI__"
},
"local": {
"type": "Identifier",
"start": 127,
"end": 142,
"loc": {
"start": {
"line": 7,
"column": 19
},
"end": {
"line": 7,
"column": 34
},
"identifierName": "moduleRewireAPI"
},
"name": "moduleRewireAPI"
}
}
],
"source": {
"type": "StringLiteral",
"start": 151,
"end": 162,
"loc": {
"start": {
"line": 8,
"column": 7
},
"end": {
"line": 8,
"column": 18
}
},
"extra": {
"rawValue": "./prompts",
"raw": "'./prompts'"
},
"value": "./prompts"
}
},
{
"type": "ExpressionStatement",
"start": 165,
"end": 490,
"loc": {
"start": {
"line": 10,
"column": 0
},
"end": {
"line": 22,
"column": 3
}
},
"expression": {
"type": "CallExpression",
"start": 165,
"end": 489,
"loc": {
"start": {
"line": 10,
"column": 0
},
"end": {
"line": 22,
"column": 2
}
},
"callee": {
"type": "MemberExpression",
"start": 165,
"end": 180,
"loc": {
"start": {
"line": 10,
"column": 0
},
"end": {
"line": 10,
"column": 15
}
},
"object": {
"type": "Identifier",
"start": 165,
"end": 169,
"loc": {
"start": {
"line": 10,
"column": 0
},
"end": {
"line": 10,
"column": 4
},
"identifierName": "test"
},
"name": "test"
},
"property": {
"type": "Identifier",
"start": 170,
"end": 180,
"loc": {
"start": {
"line": 10,
"column": 5
},
"end": {
"line": 10,
"column": 15
},
"identifierName": "beforeEach"
},
"name": "beforeEach"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 181,
"end": 195,
"loc": {
"start": {
"line": 10,
"column": 16
},
"end": {
"line": 10,
"column": 30
}
},
"extra": {
"rawValue": "mock imports",
"raw": "'mock imports'"
},
"value": "mock imports"
},
{
"type": "ArrowFunctionExpression",
"start": 197,
"end": 488,
"loc": {
"start": {
"line": 10,
"column": 32
},
"end": {
"line": 22,
"column": 1
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 197,
"end": 198,
"loc": {
"start": {
"line": 10,
"column": 32
},
"end": {
"line": 10,
"column": 33
},
"identifierName": "t"
},
"name": "t"
}
],
"body": {
"type": "BlockStatement",
"start": 202,
"end": 488,
"loc": {
"start": {
"line": 10,
"column": 37
},
"end": {
"line": 22,
"column": 1
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 206,
"end": 357,
"loc": {
"start": {
"line": 11,
"column": 2
},
"end": {
"line": 15,
"column": 4
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 212,
"end": 356,
"loc": {
"start": {
"line": 11,
"column": 8
},
"end": {
"line": 15,
"column": 3
}
},
"id": {
"type": "Identifier",
"start": 212,
"end": 217,
"loc": {
"start": {
"line": 11,
"column": 8
},
"end": {
"line": 11,
"column": 13
},
"identifierName": "mocks"
},
"name": "mocks"
},
"init": {
"type": "ObjectExpression",
"start": 220,
"end": 356,
"loc": {
"start": {
"line": 11,
"column": 16
},
"end": {
"line": 15,
"column": 3
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 226,
"end": 260,
"loc": {
"start": {
"line": 12,
"column": 4
},
"end": {
"line": 12,
"column": 38
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 226,
"end": 234,
"loc": {
"start": {
"line": 12,
"column": 4
},
"end": {
"line": 12,
"column": 12
},
"identifierName": "inquirer"
},
"name": "inquirer"
},
"value": {
"type": "ObjectExpression",
"start": 236,
"end": 260,
"loc": {
"start": {
"line": 12,
"column": 14
},
"end": {
"line": 12,
"column": 38
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 238,
"end": 258,
"loc": {
"start": {
"line": 12,
"column": 16
},
"end": {
"line": 12,
"column": 36
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 238,
"end": 244,
"loc": {
"start": {
"line": 12,
"column": 16
},
"end": {
"line": 12,
"column": 22
},
"identifierName": "prompt"
},
"name": "prompt"
},
"value": {
"type": "CallExpression",
"start": 246,
"end": 258,
"loc": {
"start": {
"line": 12,
"column": 24
},
"end": {
"line": 12,
"column": 36
}
},
"callee": {
"type": "MemberExpression",
"start": 246,
"end": 256,
"loc": {
"start": {
"line": 12,
"column": 24
},
"end": {
"line": 12,
"column": 34
}
},
"object": {
"type": "Identifier",
"start": 246,
"end": 251,
"loc": {
"start": {
"line": 12,
"column": 24
},
"end": {
"line": 12,
"column": 29
},
"identifierName": "sinon"
},
"name": "sinon"
},
"property": {
"type": "Identifier",
"start": 252,
"end": 256,
"loc": {
"start": {
"line": 12,
"column": 30
},
"end": {
"line": 12,
"column": 34
},
"identifierName": "stub"
},
"name": "stub"
},
"computed": false
},
"arguments": []
}
}
]
}
},
{
"type": "ObjectProperty",
"start": 266,
"end": 305,
"loc": {
"start": {
"line": 13,
"column": 4
},
"end": {
"line": 13,
"column": 43
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 266,
"end": 291,
"loc": {
"start": {
"line": 13,
"column": 4
},
"end": {
"line": 13,
"column": 29
},
"identifierName": "validateSeedersFolderName"
},
"name": "validateSeedersFolderName"
},
"value": {
"type": "CallExpression",
"start": 293,
"end": 305,
"loc": {
"start": {
"line": 13,
"column": 31
},
"end": {
"line": 13,
"column": 43
}
},
"callee": {
"type": "MemberExpression",
"start": 293,
"end": 303,
"loc": {
"start": {
"line": 13,
"column": 31
},
"end": {
"line": 13,
"column": 41
}
},
"object": {
"type": "Identifier",
"start": 293,
"end": 298,
"loc": {
"start": {
"line": 13,
"column": 31
},
"end": {
"line": 13,
"column": 36
},
"identifierName": "sinon"
},
"name": "sinon"
},
"property": {
"type": "Identifier",
"start": 299,
"end": 303,
"loc": {
"start": {
"line": 13,
"column": 37
},
"end": {
"line": 13,
"column": 41
},
"identifierName": "stub"
},
"name": "stub"
},
"computed": false
},
"arguments": []
}
},
{
"type": "ObjectProperty",
"start": 311,
"end": 351,
"loc": {
"start": {
"line": 14,
"column": 4
},
"end": {
"line": 14,
"column": 44
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 311,
"end": 337,
"loc": {
"start": {
"line": 14,
"column": 4
},
"end": {
"line": 14,
"column": 30
},
"identifierName": "validateSeederTemplatePath"
},
"name": "validateSeederTemplatePath"
},
"value": {
"type": "CallExpression",
"start": 339,
"end": 351,
"loc": {
"start": {
"line": 14,
"column": 32
},
"end": {
"line": 14,
"column": 44
}
},
"callee": {
"type": "MemberExpression",
"start": 339,
"end": 349,
"loc": {
"start": {
"line": 14,
"column": 32
},
"end": {
"line": 14,
"column": 42
}
},
"object": {
"type": "Identifier",
"start": 339,
"end": 344,
"loc": {
"start": {
"line": 14,
"column": 32
},
"end": {
"line": 14,
"column": 37
},
"identifierName": "sinon"
},
"name": "sinon"
},
"property": {
"type": "Identifier",
"start": 345,
"end": 349,
"loc": {
"start": {
"line": 14,
"column": 38
},
"end": {
"line": 14,
"column": 42
},
"identifierName": "stub"
},
"name": "stub"
},
"computed": false
},
"arguments": []
}
}
]
}
}
],
"kind": "const"
},
{
"type": "ExpressionStatement",
"start": 361,
"end": 383,
"loc": {
"start": {
"line": 17,
"column": 2
},
"end": {
"line": 17,
"column": 24
}
},
"expression": {
"type": "AssignmentExpression",
"start": 361,
"end": 382,
"loc": {
"start": {
"line": 17,
"column": 2
},
"end": {
"line": 17,
"column": 23
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 361,
"end": 370,
"loc": {
"start": {
"line": 17,
"column": 2
},
"end": {
"line": 17,
"column": 11
}
},
"object": {
"type": "Identifier",
"start": 361,
"end": 362,
"loc": {
"start": {
"line": 17,
"column": 2
},
"end": {
"line": 17,
"column": 3
},
"identifierName": "t"
},
"name": "t"
},
"property": {
"type": "Identifier",
"start": 363,
"end": 370,
"loc": {
"start": {
"line": 17,
"column": 4
},
"end": {
"line": 17,
"column": 11
},
"identifierName": "context"
},
"name": "context"
},
"computed": false
},
"right": {
"type": "ObjectExpression",
"start": 373,
"end": 382,
"loc": {
"start": {
"line": 17,
"column": 14
},
"end": {
"line": 17,
"column": 23
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 375,
"end": 380,
"loc": {
"start": {
"line": 17,
"column": 16
},
"end": {
"line": 17,
"column": 21
}
},
"method": false,
"shorthand": true,
"computed": false,
"key": {
"type": "Identifier",
"start": 375,
"end": 380,
"loc": {
"start": {
"line": 17,
"column": 16
},
"end": {
"line": 17,
"column": 21
},
"identifierName": "mocks"
},
"name": "mocks"
},
"value": {
"type": "Identifier",
"start": 375,
"end": 380,
"loc": {
"start": {
"line": 17,
"column": 16
},
"end": {
"line": 17,
"column": 21
},
"identifierName": "mocks"
},
"name": "mocks"
},
"extra": {
"shorthand": true
}
}
]
}
}
},
{
"type": "ForOfStatement",
"start": 387,
"end": 486,
"loc": {
"start": {
"line": 19,
"column": 2
},
"end": {
"line": 21,
"column": 3
}
},
"left": {
"type": "VariableDeclaration",
"start": 392,
"end": 410,
"loc": {
"start": {
"line": 19,
"column": 7
},
"end": {
"line": 19,
"column": 25
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 398,
"end": 410,
"loc": {
"start": {
"line": 19,
"column": 13
},
"end": {
"line": 19,
"column": 25
}
},
"id": {
"type": "ArrayPattern",
"start": 398,
"end": 410,
"loc": {
"start": {
"line": 19,
"column": 13
},
"end": {
"line": 19,
"column": 25
}
},
"elements": [
{
"type": "Identifier",
"start": 399,
"end": 403,
"loc": {
"start": {
"line": 19,
"column": 14
},
"end": {
"line": 19,
"column": 18
},
"identifierName": "name"
},
"name": "name"
},
{
"type": "Identifier",
"start": 405,
"end": 409,
"loc": {
"start": {
"line": 19,
"column": 20
},
"end": {
"line": 19,
"column": 24
},
"identifierName": "mock"
},
"name": "mock"
}
]
},
"init": null
}
],
"kind": "const"
},
"right": {
"type": "CallExpression",
"start": 414,
"end": 435,
"loc": {
"start": {
"line": 19,
"column": 29
},
"end": {
"line": 19,
"column": 50
}
},
"callee": {
"type": "MemberExpression",
"start": 414,
"end": 428,
"loc": {
"start": {
"line": 19,
"column": 29
},
"end": {
"line": 19,
"column": 43
}
},
"object": {
"type": "Identifier",
"start": 414,
"end": 420,
"loc": {
"start": {
"line": 19,
"column": 29
},
"end": {
"line": 19,
"column": 35
},
"identifierName": "Object"
},
"name": "Object"
},
"property": {
"type": "Identifier",
"start": 421,
"end": 428,
"loc": {
"start": {
"line": 19,
"column": 36
},
"end": {
"line": 19,
"column": 43
},
"identifierName": "entries"
},
"name": "entries"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 429,
"end": 434,
"loc": {
"start": {
"line": 19,
"column": 44
},
"end": {
"line": 19,
"column": 49
},
"identifierName": "mocks"
},
"name": "mocks"
}
]
},
"body": {
"type": "BlockStatement",
"start": 437,
"end": 486,
"loc": {
"start": {
"line": 19,
"column": 52
},
"end": {
"line": 21,
"column": 3
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 443,
"end": 482,
"loc": {
"start": {
"line": 20,
"column": 4
},
"end": {
"line": 20,
"column": 43
}
},
"expression": {
"type": "CallExpression",
"start": 443,
"end": 481,
"loc": {
"start": {
"line": 20,
"column": 4
},
"end": {
"line": 20,
"column": 42
}
},
"callee": {
"type": "MemberExpression",
"start": 443,
"end": 469,
"loc": {
"start": {
"line": 20,
"column": 4
},
"end": {
"line": 20,
"column": 30
}
},
"object": {
"type": "Identifier",
"start": 443,
"end": 458,
"loc": {
"start": {
"line": 20,
"column": 4
},
"end": {
"line": 20,
"column": 19
},
"identifierName": "moduleRewireAPI"
},
"name": "moduleRewireAPI"
},
"property": {
"type": "Identifier",
"start": 459,
"end": 469,
"loc": {
"start": {
"line": 20,
"column": 20
},
"end": {
"line": 20,
"column": 30
},
"identifierName": "__Rewire__"
},
"name": "__Rewire__"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 470,
"end": 474,
"loc": {
"start": {
"line": 20,
"column": 31
},
"end": {
"line": 20,
"column": 35
},
"identifierName": "name"
},
"name": "name"
},
{
"type": "Identifier",
"start": 476,
"end": 480,
"loc": {
"start": {
"line": 20,
"column": 37
},
"end": {
"line": 20,
"column": 41
},
"identifierName": "mock"
},
"name": "mock"
}
]
}
}
],
"directives": []
}
}
],
"directives": []
}
}
]
}
},
{
"type": "ExpressionStatement",
"start": 492,
"end": 646,
"loc": {
"start": {
"line": 24,
"column": 0
},
"end": {
"line": 28,
"column": 3
}
},
"expression": {
"type": "CallExpression",
"start": 492,
"end": 645,
"loc": {
"start": {
"line": 24,
"column": 0
},
"end": {
"line": 28,
"column": 2
}
},
"callee": {
"type": "MemberExpression",
"start": 492,
"end": 513,
"loc": {
"start": {
"line": 24,
"column": 0
},
"end": {
"line": 24,
"column": 21
}
},
"object": {
"type": "MemberExpression",
"start": 492,
"end": 506,
"loc": {
"start": {
"line": 24,
"column": 0
},
"end": {
"line": 24,
"column": 14
}
},
"object": {
"type": "Identifier",
"start": 492,
"end": 496,
"loc": {
"start": {
"line": 24,
"column": 0
},
"end": {
"line": 24,
"column": 4
},
"identifierName": "test"
},
"name": "test"
},
"property": {
"type": "Identifier",
"start": 497,
"end": 506,
"loc": {
"start": {
"line": 24,
"column": 5
},
"end": {
"line": 24,
"column": 14
},
"identifierName": "afterEach"
},
"name": "afterEach"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 507,
"end": 513,
"loc": {
"start": {
"line": 24,
"column": 15
},
"end": {
"line": 24,
"column": 21
},
"identifierName": "always"
},
"name": "always"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 514,
"end": 530,
"loc": {
"start": {
"line": 24,
"column": 22
},
"end": {
"line": 24,
"column": 38
}
},
"extra": {
"rawValue": "unmock imports",
"raw": "'unmock imports'"
},
"value": "unmock imports"
},
{
"type": "ArrowFunctionExpression",
"start": 532,
"end": 644,
"loc": {
"start": {
"line": 24,
"column": 40
},
"end": {
"line": 28,
"column": 1
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 532,
"end": 533,
"loc": {
"start": {
"line": 24,
"column": 40
},
"end": {
"line": 24,
"column": 41
},
"identifierName": "t"
},
"name": "t"
}
],
"body": {
"type": "BlockStatement",
"start": 537,
"end": 644,
"loc": {
"start": {
"line": 24,
"column": 45
},
"end": {
"line": 28,
"column": 1
}
},
"body": [
{
"type": "ForOfStatement",
"start": 541,
"end": 642,
"loc": {
"start": {
"line": 25,
"column": 2
},
"end": {
"line": 27,
"column": 3
}
},
"left": {
"type": "VariableDeclaration",
"start": 546,
"end": 556,
"loc": {
"start": {
"line": 25,
"column": 7
},
"end": {
"line": 25,
"column": 17
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 552,
"end": 556,
"loc": {
"start": {
"line": 25,
"column": 13
},
"end": {
"line": 25,
"column": 17
}
},
"id": {
"type": "Identifier",
"start": 552,
"end": 556,
"loc": {
"start": {
"line": 25,
"column": 13
},
"end": {
"line": 25,
"column": 17
},
"identifierName": "name"
},
"name": "name"
},
"init": null
}
],
"kind": "const"
},
"right": {
"type": "CallExpression",
"start": 560,
"end": 588,
"loc": {
"start": {
"line": 25,
"column": 21
},
"end": {
"line": 25,
"column": 49
}
},
"callee": {
"type": "MemberExpression",
"start": 560,
"end": 571,
"loc": {
"start": {
"line": 25,
"column": 21
},
"end": {
"line": 25,
"column": 32
}
},
"object": {
"type": "Identifier",
"start": 560,
"end": 566,
"loc": {
"start": {
"line": 25,
"column": 21
},
"end": {
"line": 25,
"column": 27
},
"identifierName": "Object"
},
"name": "Object"
},
"property": {
"type": "Identifier",
"start": 567,
"end": 571,
"loc": {
"start": {
"line": 25,
"column": 28
},
"end": {
"line": 25,
"column": 32
},
"identifierName": "keys"
},
"name": "keys"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 572,
"end": 587,
"loc": {
"start": {
"line": 25,
"column": 33
},
"end": {
"line": 25,
"column": 48
}
},
"object": {
"type": "MemberExpression",
"start": 572,
"end": 581,
"loc": {
"start": {
"line": 25,
"column": 33
},
"end": {
"line": 25,
"column": 42
}
},
"object": {
"type": "Identifier",
"start": 572,
"end": 573,
"loc": {
"start": {
"line": 25,
"column": 33
},
"end": {
"line": 25,
"column": 34
},
"identifierName": "t"
},
"name": "t"
},
"property": {
"type": "Identifier",
"start": 574,
"end": 581,
"loc": {
"start": {
"line": 25,
"column": 35
},
"end": {
"line": 25,
"column": 42
},
"identifierName": "context"
},
"name": "context"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 582,
"end": 587,
"loc": {
"start": {
"line": 25,
"column": 43
},
"end": {
"line": 25,
"column": 48
},
"identifierName": "mocks"
},
"name": "mocks"
},
"computed": false
}
]
},
"body": {
"type": "BlockStatement",
"start": 590,
"end": 642,
"loc": {
"start": {
"line": 25,
"column": 51
},
"end": {
"line": 27,
"column": 3
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 596,
"end": 638,
"loc": {
"start": {
"line": 26,
"column": 4
},
"end": {
"line": 26,
"column": 46
}
},
"expression": {
"type": "CallExpression",
"start": 596,
"end": 637,
"loc": {
"start": {
"line": 26,
"column": 4
},
"end": {
"line": 26,
"column": 45
}
},
"callee": {
"type": "MemberExpression",
"start": 596,
"end": 631,
"loc": {
"start": {
"line": 26,
"column": 4
},
"end": {
"line": 26,
"column": 39
}
},
"object": {
"type": "Identifier",
"start": 596,
"end": 611,
"loc": {
"start": {
"line": 26,
"column": 4
},
"end": {
"line": 26,
"column": 19
},
"identifierName": "moduleRewireAPI"
},
"name": "moduleRewireAPI"
},
"property": {
"type": "Identifier",
"start": 612,
"end": 631,
"loc": {
"start": {
"line": 26,
"column": 20
},
"end": {
"line": 26,
"column": 39
},
"identifierName": "__ResetDependency__"
},
"name": "__ResetDependency__"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 632,
"end": 636,
"loc": {
"start": {
"line": 26,
"column": 40
},
"end": {
"line": 26,
"column": 44
},
"identifierName": "name"
},
"name": "name"
}
]
}
}
],
"directives": []
}
}
],
"directives": []
}
}
]
}
},
{
"type": "ExpressionStatement",
"start": 648,
"end": 1429,
"loc": {
"start": {
"line": 30,
"column": 0
},
"end": {
"line": 55,
"column": 3
}
},
"expression": {
"type": "CallExpression",
"start": 648,
"end": 1428,
"loc": {
"start": {
"line": 30,
"column": 0
},
"end": {
"line": 55,
"column": 2
}
},
"callee": {
"type": "MemberExpression",
"start": 648,
"end": 659,
"loc": {
"start": {
"line": 30,
"column": 0
},
"end": {
"line": 30,
"column": 11
}
},
"object": {
"type": "Identifier",
"start": 648,
"end": 652,
"loc": {
"start": {
"line": 30,
"column": 0
},
"end": {
"line": 30,
"column": 4
},
"identifierName": "test"
},
"name": "test"
},
"property": {
"type": "Identifier",
"start": 653,
"end": 659,
"loc": {
"start": {
"line": 30,
"column": 5
},
"end": {
"line": 30,
"column": 11
},
"identifierName": "serial"
},
"name": "serial"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 660,
"end": 704,
"loc": {
"start": {
"line": 30,
"column": 12
},
"end": {
"line": 30,
"column": 56
}
},
"extra": {
"rawValue": "should prompt to enter seeders-folder-name",
"raw": "'should prompt to enter seeders-folder-name'"
},
"value": "should prompt to enter seeders-folder-name"
},
{
"type": "ArrowFunctionExpression",
"start": 706,
"end": 1427,
"loc": {
"start": {
"line": 30,
"column": 58
},
"end": {
"line": 55,
"column": 1
}
},
"id": null,
"generator": false,
"expression": false,
"async": true,
"params": [
{
"type": "Identifier",
"start": 712,
"end": 713,
"loc": {
"start": {
"line": 30,
"column": 64
},
"end": {
"line": 30,
"column": 65
},
"identifierName": "t"
},
"name": "t"
}
],
"body": {
"type": "BlockStatement",
"start": 717,
"end": 1427,
"loc": {
"start": {
"line": 30,
"column": 69
},
"end": {
"line": 55,
"column": 1
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 721,
"end": 766,
"loc": {
"start": {
"line": 31,
"column": 2
},
"end": {
"line": 31,
"column": 47
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 727,
"end": 765,
"loc": {
"start": {
"line": 31,
"column": 8
},
"end": {
"line": 31,
"column": 46
}
},
"id": {
"type": "Identifier",
"start": 727,
"end": 744,
"loc": {
"start": {
"line": 31,
"column": 8
},
"end": {
"line": 31,
"column": 25
},
"identifierName": "seedersFolderName"
},
"name": "seedersFolderName"
},
"init": {
"type": "StringLiteral",
"start": 747,
"end": 765,
"loc": {
"start": {
"line": 31,
"column": 28
},
"end": {
"line": 31,
"column": 46
}
},
"extra": {
"rawValue": "some-folder-name",
"raw": "'some-folder-name'"
},
"value": "some-folder-name"
}
}
],
"kind": "const"
},
{
"type": "VariableDeclaration",
"start": 769,
"end": 833,
"loc": {
"start": {
"line": 32,
"column": 2
},
"end": {
"line": 32,
"column": 66
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 775,
"end": 832,
"loc": {
"start": {
"line": 32,
"column": 8
},
"end": {
"line": 32,
"column": 65
}
},
"id": {
"type": "ObjectPattern",
"start": 775,
"end": 814,
"loc": {
"start": {
"line": 32,
"column": 8
},
"end": {
"line": 32,
"column": 47
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 777,
"end": 785,
"loc": {
"start": {
"line": 32,
"column": 10
},
"end": {
"line": 32,
"column": 18
}
},
"method": false,
"shorthand": true,
"computed": false,
"key": {
"type": "Identifier",
"start": 777,
"end": 785,
"loc": {
"start": {
"line": 32,
"column": 10
},
"end": {
"line": 32,
"column": 18
},
"identifierName": "inquirer"
},
"name": "inquirer"
},
"value": {
"type": "Identifier",
"start": 777,
"end": 785,
"loc": {
"start": {
"line": 32,
"column": 10
},
"end": {
"line": 32,
"column": 18
},
"identifierName": "inquirer"
},
"name": "inquirer"
},
"extra": {
"shorthand": true
}
},
{
"type": "ObjectProperty",
"start": 787,
"end": 812,
"loc": {
"start": {
"line": 32,
"column": 20
},
"end": {
"line": 32,
"column": 45
}
},
"method": false,
"shorthand": true,
"computed": false,
"key": {
"type": "Identifier",
"start": 787,
"end": 812,
"loc": {
"start": {
"line": 32,
"column": 20
},
"end": {
"line": 32,
"column": 45
},
"identifierName": "validateSeedersFolderName"
},
"name": "validateSeedersFolderName"
},
"value": {
"type": "Identifier",
"start": 787,
"end": 812,
"loc": {
"start": {
"line": 32,
"column": 20
},
"end": {
"line": 32,
"column": 45
},
"identifierName": "validateSeedersFolderName"
},
"name": "validateSeedersFolderName"
},
"extra": {
"shorthand": true
}
}
]
},
"init": {
"type": "MemberExpression",
"start": 817,
"end": 832,
"loc": {
"start": {
"line": 32,
"column": 50
},
"end": {
"line": 32,
"column": 65
}
},
"object": {
"type": "MemberExpression",
"start": 817,
"end": 826,
"loc": {
"start": {
"line": 32,
"column": 50
},
"end": {
"line": 32,
"column": 59
}
},
"object": {
"type": "Identifier",
"start": 817,
"end": 818,
"loc": {
"start": {
"line": 32,
"column": 50
},
"end": {
"line": 32,
"column": 51
},
"identifierName": "t"
},
"name": "t"
},
"property": {
"type": "Identifier",
"start": 819,
"end": 826,
"loc": {
"start": {
"line": 32,
"column": 52
},
"end": {
"line": 32,
"column": 59
},
"identifierName": "context"
},
"name": "context"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 827,
"end": 832,
"loc": {
"start": {
"line": 32,
"column": 60
},
"end": {
"line": 32,
"column": 65
},
"identifierName": "mocks"
},
"name": "mocks"
},
"computed": false
}
}
],
"kind": "const"
},
{
"type": "VariableDeclaration",
"start": 837,
"end": 1161,
"loc": {
"start": {
"line": 34,
"column": 2
},
"end": {
"line": 46,
"column": 4
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 843,
"end": 1160,
"loc": {
"start": {
"line": 34,
"column": 8
},
"end": {
"line": 46,
"column": 3
}
},
"id": {
"type": "Identifier",
"start": 843,
"end": 854,
"loc": {
"start": {
"line": 34,
"column": 8
},
"end": {
"line": 34,
"column": 19
},
"identifierName": "fakedPrompt"
},
"name": "fakedPrompt"
},
"init": {
"type": "ArrowFunctionExpression",
"start": 857,
"end": 1160,
"loc": {
"start": {
"line": 34,
"column": 22
},
"end": {
"line": 46,
"column": 3
}
},
"id": null,
"generator": false,
"expression": false,
"async": true,
"params": [
{
"type": "Identifier",
"start": 863,
"end": 875,
"loc": {
"start": {
"line": 34,
"column": 28
},
"end": {
"line": 34,
"column": 40
},
"identifierName": "optionsArray"
},
"name": "optionsArray"
}
],
"body": {
"type": "BlockStatement",
"start": 879,
"end": 1160,
"loc": {
"start": {
"line": 34,
"column": 44
},
"end": {
"line": 46,
"column": 3
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 885,
"end": 910,
"loc": {
"start": {
"line": 35,
"column": 4
},
"end": {
"line": 35,
"column": 29
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 891,
"end": 909,
"loc": {
"start": {
"line": 35,
"column": 10
},
"end": {
"line": 35,
"column": 28
}
},
"id": {
"type": "Identifier",
"start": 891,
"end": 904,
"loc": {
"start": {
"line": 35,
"column": 10
},
"end": {
"line": 35,
"column": 23
},
"identifierName": "promptResults"
},
"name": "promptResults"
},
"init": {
"type": "ObjectExpression",
"start": 907,
"end": 909,
"loc": {
"start": {
"line": 35,
"column": 26
},
"end": {
"line": 35,
"column": 28
}
},
"properties": []
}
}
],
"kind": "const"
},
{
"type": "ForOfStatement",
"start": 916,
"end": 1129,
"loc": {
"start": {
"line": 37,
"column": 4
},
"end": {
"line": 43,
"column": 5
}
},
"left": {
"type": "VariableDeclaration",
"start": 921,
"end": 953,
"loc": {
"start": {
"line": 37,
"column": 9
},
"end": {
"line": 37,
"column": 41
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 927,
"end": 953,
"loc": {
"start": {
"line": 37,
"column": 15
},
"end": {
"line": 37,
"column": 41
}
},
"id": {
"type": "ObjectPattern",
"start": 927,
"end": 953,
"loc": {
"start": {
"line": 37,
"column": 15
},
"end": {
"line": 37,
"column": 41
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 929,
"end": 933,
"loc": {
"start": {
"line": 37,
"column": 17
},
"end": {
"line": 37,
"column": 21
}
},
"method": false,
"shorthand": true,
"computed": false,
"key": {
"type": "Identifier",
"start": 929,
"end": 933,
"loc": {
"start": {
"line": 37,
"column": 17
},
"end": {
"line": 37,
"column": 21
},
"identifierName": "name"
},
"name": "name"
},
"value": {
"type": "Identifier",
"start": 929,
"end": 933,
"loc": {
"start": {
"line": 37,
"column": 17
},
"end": {
"line": 37,
"column": 21
},
"identifierName": "name"
},
"name": "name"
},
"extra": {
"shorthand": true
}
},
{
"type": "ObjectProperty",
"start": 935,
"end": 943,
"loc": {
"start": {
"line": 37,
"column": 23
},
"end": {
"line": 37,
"column": 31
}
},
"method": false,
"shorthand": true,
"computed": false,
"key": {
"type": "Identifier",
"start": 935,
"end": 943,
"loc": {
"start": {
"line": 37,
"column": 23
},
"end": {
"line": 37,
"column": 31
},
"identifierName": "validate"
},
"name": "validate"
},
"value": {
"type": "Identifier",
"start": 935,
"end": 943,
"loc": {
"start": {
"line": 37,
"column": 23
},
"end": {
"line": 37,
"column": 31
},
"identifierName": "validate"
},
"name": "validate"
},
"extra": {
"shorthand": true
}
},
{
"type": "ObjectProperty",
"start": 945,
"end": 951,
"loc": {
"start": {
"line": 37,
"column": 33
},
"end": {
"line": 37,
"column": 39
}
},
"method": false,
"shorthand": true,
"computed": false,
"key": {
"type": "Identifier",
"start": 945,
"end": 951,
"loc": {
"start": {
"line": 37,
"column": 33
},
"end": {
"line": 37,
"column": 39
},
"identifierName": "filter"
},
"name": "filter"
},
"value": {
"type": "Identifier",
"start": 945,
"end": 951,
"loc": {
"start": {
"line": 37,
"column": 33
},
"end": {
"line": 37,
"column": 39
},
"identifierName": "filter"
},
"name": "filter"
},
"extra": {
"shorthand": true
}
}
]
},
"init": null
}
],
"kind": "const"
},
"right": {
"type": "Identifier",
"start": 957,
"end": 969,
"loc": {
"start": {
"line": 37,
"column": 45
},
"end": {
"line": 37,
"column": 57
},
"identifierName": "optionsArray"
},
"name": "optionsArray"
},
"body": {
"type": "BlockStatement",
"start": 971,
"end": 1129,
"loc": {
"start": {
"line": 37,
"column": 59
},
"end": {
"line": 43,
"column": 5
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 979,
"end": 1019,
"loc": {
"start": {
"line": 38,
"column": 6
},
"end": {
"line": 38,
"column": 46
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 985,
"end": 1018,
"loc": {
"start": {
"line": 38,
"column": 12
},
"end": {
"line": 38,
"column": 45
}
},
"id": {
"type": "Identifier",
"start": 985,
"end": 990,
"loc": {
"start": {
"line": 38,
"column": 12
},
"end": {
"line": 38,
"column": 17
},
"identifierName": "value"
},
"name": "value"
},
"init": {
"type": "CallExpression",
"start": 993,
"end": 1018,
"loc": {
"start": {
"line": 38,
"column": 20
},
"end": {
"line": 38,
"column": 45
}
},
"callee": {
"type": "Identifier",
"start": 993,
"end": 999,
"loc": {
"start": {
"line": 38,
"column": 20
},
"end": {
"line": 38,
"column": 26
},
"identifierName": "filter"
},
"name": "filter"
},
"arguments": [
{
"type": "Identifier",
"start": 1000,
"end": 1017,
"loc": {
"start": {
"line": 38,
"column": 27
},
"end": {
"line": 38,
"column": 44
},
"identifierName": "seedersFolderName"
},
"name": "seedersFolderName"
}
]
}
}
],
"kind": "const"
},
{
"type": "IfStatement",
"start": 1027,
"end": 1087,
"loc": {
"start": {
"line": 40,
"column": 6
},
"end": {
"line": 40,
"column": 66
}
},
"test": {
"type": "UnaryExpression",
"start": 1031,
"end": 1047,
"loc": {
"start": {
"line": 40,
"column": 10
},
"end": {
"line": 40,
"column": 26
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "CallExpression",
"start": 1032,
"end": 1047,
"loc": {
"start": {
"line": 40,
"column": 11
},
"end": {
"line": 40,
"column": 26
}
},
"callee": {
"type": "Identifier",
"start": 1032,
"end": 1040,
"loc": {
"start": {
"line": 40,
"column": 11
},
"end": {
"line": 40,
"column": 19
},
"identifierName": "validate"
},
"name": "validate"
},
"arguments": [
{
"type": "Identifier",
"start": 1041,
"end": 1046,
"loc": {
"start": {
"line": 40,
"column": 20
},
"end": {
"line": 40,
"column": 25
},
"identifierName": "value"
},
"name": "value"
}
]
},
"extra": {
"parenthesizedArgument": false
}
},
"consequent": {
"type": "ThrowStatement",
"start": 1049,
"end": 1087,
"loc": {
"start": {
"line": 40,
"column": 28
},
"end": {
"line": 40,
"column": 66
}
},
"argument": {
"type": "NewExpression",
"start": 1055,
"end": 1086,
"loc": {
"start": {
"line": 40,
"column": 34
},
"end": {
"line": 40,
"column": 65
}
},
"callee": {
"type": "Identifier",
"start": 1059,
"end": 1064,
"loc": {
"start": {
"line": 40,
"column": 38
},
"end": {
"line": 40,
"column": 43
},
"identifierName": "Error"
},
"name": "Error"
},
"arguments": [
{
"type": "TemplateLiteral",
"start": 1065,
"end": 1085,
"loc": {
"start": {
"line": 40,
"column": 44
},
"end": {
"line": 40,
"column": 64
}
},
"expressions": [
{
"type": "Identifier",
"start": 1068,
"end": 1072,
"loc": {
"start": {
"line": 40,
"column": 47
},
"end": {
"line": 40,
"column": 51
},
"identifierName": "name"
},
"name": "name"
}
],
"quasis": [
{
"type": "TemplateElement",
"start": 1066,
"end": 1066,
"loc": {
"start": {
"line": 40,
"column": 45
},
"end": {
"line": 40,
"column": 45
}
},
"value": {
"raw": "",
"cooked": ""
},
"tail": false
},
{
"type": "TemplateElement",
"start": 1073,
"end": 1084,
"loc": {
"start": {
"line": 40,
"column": 52
},
"end": {
"line": 40,
"column": 63
}
},
"value": {
"raw": " is invalid",
"cooked": " is invalid"
},
"tail": true
}
]
}
]
}
},
"alternate": null
},
{
"type": "ExpressionStatement",
"start": 1095,
"end": 1123,
"loc": {
"start": {
"line": 42,
"column": 6
},
"end": {
"line": 42,
"column": 34
}
},
"expression": {
"type": "AssignmentExpression",
"start": 1095,
"end": 1122,
"loc": {
"start": {
"line": 42,
"column": 6
},
"end": {
"line": 42,
"column": 33
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 1095,
"end": 1114,
"loc": {
"start": {
"line": 42,
"column": 6
},
"end": {
"line": 42,
"column": 25
}
},
"object": {
"type": "Identifier",
"start": 1095,
"end": 1108,
"loc": {
"start": {
"line": 42,
"column": 6
},
"end": {
"line": 42,
"column": 19
},
"identifierName": "promptResults"
},
"name": "promptResults"
},
"property": {
"type": "Identifier",
"start": 1109,
"end": 1113,
"loc": {
"start": {
"line": 42,
"column": 20
},
"end": {
"line": 42,
"column": 24
},
"identifierName": "name"
},
"name": "name"
},
"computed": true
},
"right": {
"type": "Identifier",
"start": 1117,
"end": 1122,
"loc": {
"start": {
"line": 42,
"column": 28
},
"end": {
"line": 42,
"column": 33
},
"identifierName": "value"
},
"name": "value"
}
}
}
],
"directives": []
}
},
{
"type": "ReturnStatement",
"start": 1135,
"end": 1156,
"loc": {
"start": {
"line": 45,
"column": 4
},
"end": {
"line": 45,
"column": 25
}
},
"argument": {
"type": "Identifier",
"start": 1142,
"end": 1155,
"loc": {
"start": {
"line": 45,
"column": 11
},
"end": {
"line": 45,
"column": 24
},
"identifierName": "promptResults"
},
"name": "promptResults"
}
}
],
"directives": []
}
}
}
],
"kind": "const"
},
{
"type": "ExpressionStatement",
"start": 1165,
"end": 1204,
"loc": {
"start": {
"line": 48,
"column": 2
},
"end": {
"line": 48,
"column": 41
}
},
"expression": {
"type": "CallExpression",
"start": 1165,
"end": 1203,
"loc": {
"start": {
"line": 48,
"column": 2
},
"end": {
"line": 48,
"column": 40
}
},
"callee": {
"type": "MemberExpression",
"start": 1165,
"end": 1190,
"loc": {
"start": {
"line": 48,
"column": 2
},
"end": {
"line": 48,
"column": 27
}
},
"object": {
"type": "MemberExpression",
"start": 1165,
"end": 1180,
"loc": {
"start": {
"line": 48,
"column": 2
},
"end": {
"line": 48,
"column": 17
}
},
"object": {
"type": "Identifier",
"start": 1165,
"end": 1173,
"loc": {
"start": {
"line": 48,
"column": 2
},
"end": {
"line": 48,
"column": 10
},
"identifierName": "inquirer"
},
"name": "inquirer"
},
"property": {
"type": "Identifier",
"start": 1174,
"end": 1180,
"loc": {
"start": {
"line": 48,
"column": 11
},
"end": {
"line": 48,
"column": 17
},
"identifierName": "prompt"
},
"name": "prompt"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1181,
"end": 1190,
"loc": {
"start": {
"line": 48,
"column": 18
},
"end": {
"line": 48,
"column": 27
},
"identifierName": "callsFake"
},
"name": "callsFake"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 1191,
"end": 1202,
"loc": {
"start": {
"line": 48,
"column": 28
},
"end": {
"line": 48,
"column": 39
},
"identifierName": "fakedPrompt"
},
"name": "fakedPrompt"
}
]
}
},
{
"type": "ExpressionStatement",
"start": 1207,
"end": 1275,
"loc": {
"start": {
"line": 49,
"column": 2
},
"end": {
"line": 49,
"column": 70
}
},
"expression": {
"type": "CallExpression",
"start": 1207,
"end": 1274,
"loc": {
"start": {
"line": 49,
"column": 2
},
"end": {
"line": 49,
"column": 69
}
},
"callee": {
"type": "MemberExpression",
"start": 1207,
"end": 1268,
"loc": {
"start": {
"line": 49,
"column": 2
},
"end": {
"line": 49,
"column": 63
}
},
"object": {
"type": "CallExpression",
"start": 1207,
"end": 1260,
"loc": {
"start": {
"line": 49,
"column": 2
},
"end": {
"line": 49,
"column": 55
}
},
"callee": {
"type": "MemberExpression",
"start": 1207,
"end": 1241,
"loc": {
"start": {
"line": 49,
"column": 2
},
"end": {
"line": 49,
"column": 36
}
},
"object": {
"type": "Identifier",
"start": 1207,
"end": 1232,
"loc": {
"start": {
"line": 49,
"column": 2
},
"end": {
"line": 49,
"column": 27
},
"identifierName": "validateSeedersFolderName"
},
"name": "validateSeedersFolderName"
},
"property": {
"type": "Identifier",
"start": 1233,
"end": 1241,
"loc": {
"start": {
"line": 49,
"column": 28
},
"end": {
"line": 49,
"column": 36
},
"identifierName": "withArgs"
},
"name": "withArgs"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 1242,
"end": 1259,
"loc": {
"start": {
"line": 49,
"column": 37
},
"end": {
"line": 49,
"column": 54
},
"identifierName": "seedersFolderName"
},
"name": "seedersFolderName"
}
]
},
"property": {
"type": "Identifier",
"start": 1261,
"end": 1268,
"loc": {
"start": {
"line": 49,
"column": 56
},
"end": {
"line": 49,
"column": 63
},
"identifierName": "returns"
},
"name": "returns"
},
"computed": false
},
"arguments": [
{
"type": "BooleanLiteral",
"start": 1269,
"end": 1273,
"loc": {
"start": {
"line": 49,
"column": 64
},
"end": {
"line": 49,
"column": 68
}
},
"value": true
}
]
}
},
{
"type": "VariableDeclaration",
"start": 1279,
"end": 1322,
"loc": {
"start": {
"line": 51,
"column": 2
},
"end": {
"line": 51,
"column": 45
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 1285,
"end": 1321,
"loc": {
"start": {
"line": 51,
"column": 8
},
"end": {
"line": 51,
"column": 44
}
},
"id": {
"type": "Identifier",
"start": 1285,
"end": 1291,
"loc": {
"start": {
"line": 51,
"column": 8
},
"end": {
"line": 51,
"column": 14
},
"identifierName": "result"
},
"name": "result"
},
"init": {
"type": "AwaitExpression",
"start": 1294,
"end": 1321,
"loc": {
"start": {
"line": 51,
"column": 17
},
"end": {
"line": 51,
"column": 44
}
},
"argument": {
"type": "CallExpression",
"start": 1300,
"end": 1321,
"loc": {
"start": {
"line": 51,
"column": 23
},
"end": {
"line": 51,
"column": 44
}
},
"callee": {
"type": "Identifier",
"start": 1300,
"end": 1319,
"loc": {
"start": {
"line": 51,
"column": 23
},
"end": {
"line": 51,
"column": 42
},
"identifierName": "promptSeedersFolder"
},
"name": "promptSeedersFolder"
},
"arguments": []
}
}
}
],
"kind": "const"
},
{
"type": "ExpressionStatement",
"start": 1326,
"end": 1358,
"loc": {
"start": {
"line": 53,
"column": 2
},
"end": {
"line": 53,
"column": 34
}
},
"expression": {
"type": "CallExpression",
"start": 1326,
"end": 1357,
"loc": {
"start": {
"line": 53,
"column": 2
},
"end": {
"line": 53,
"column": 33
}
},
"callee": {
"type": "MemberExpression",
"start": 1326,
"end": 1330,
"loc": {
"start": {
"line": 53,
"column": 2
},
"end": {
"line": 53,
"column": 6
}
},
"object": {
"type": "Identifier",
"start": 1326,
"end": 1327,
"loc": {
"start": {
"line": 53,
"column": 2
},
"end": {
"line": 53,
"column": 3
},
"identifierName": "t"
},
"name": "t"
},
"property": {
"type": "Identifier",
"start": 1328,
"end": 1330,
"loc": {
"start": {
"line": 53,
"column": 4
},
"end": {
"line": 53,
"column": 6
},
"identifierName": "is"
},
"name": "is"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 1331,
"end": 1337,
"loc": {
"start": {
"line": 53,
"column": 7
},
"end": {
"line": 53,
"column": 13
},
"identifierName": "result"
},
"name": "result"
},
{
"type": "Identifier",
"start": 1339,
"end": 1356,
"loc": {
"start": {
"line": 53,
"column": 15
},
"end": {
"line": 53,
"column": 32
},
"identifierName": "seedersFolderName"
},
"name": "seedersFolderName"
}
]
}
},
{
"type": "ExpressionStatement",
"start": 1361,
"end": 1425,
"loc": {
"start": {
"line": 54,
"column": 2
},
"end": {
"line": 54,
"column": 66
}
},
"expression": {
"type": "CallExpression",
"start": 1361,
"end": 1424,
"loc": {
"start": {
"line": 54,
"column": 2
},
"end": {
"line": 54,
"column": 65
}
},
"callee": {
"type": "MemberExpression",
"start": 1361,
"end": 1367,
"loc": {
"start": {
"line": 54,
"column": 2
},
"end": {
"line": 54,
"column": 8
}
},
"object": {
"type": "Identifier",
"start": 1361,
"end": 1362,
"loc": {
"start": {
"line": 54,
"column": 2
},
"end": {
"line": 54,
"column": 3
},
"identifierName": "t"
},
"name": "t"
},
"property": {
"type": "Identifier",
"start": 1363,
"end": 1367,
"loc": {
"start": {
"line": 54,
"column": 4
},
"end": {
"line": 54,
"column": 8
},
"identifierName": "true"
},
"name": "true"
},
"computed": false
},
"arguments": [
{
"type": "CallExpression",
"start": 1368,
"end": 1423,
"loc": {
"start": {
"line": 54,
"column": 9
},
"end": {
"line": 54,
"column": 64
}
},
"callee": {
"type": "MemberExpression",
"start": 1368,
"end": 1404,
"loc": {
"start": {
"line": 54,
"column": 9
},
"end": {
"line": 54,
"column": 45
}
},
"object": {
"type": "Identifier",
"start": 1368,
"end": 1393,
"loc": {
"start": {
"line": 54,
"column": 9
},
"end": {
"line": 54,
"column": 34
},
"identifierName": "validateSeedersFolderName"
},
"name": "validateSeedersFolderName"
},
"property": {
"type": "Identifier",
"start": 1394,
"end": 1404,
"loc": {
"start": {
"line": 54,
"column": 35
},
"end": {
"line": 54,
"column": 45
},
"identifierName": "calledWith"
},
"name": "calledWith"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 1405,
"end": 1422,
"loc": {
"start": {
"line": 54,
"column": 46
},
"end": {
"line": 54,
"column": 63
},
"identifierName": "seedersFolderName"
},
"name": "seedersFolderName"
}
]
}
]
}
}
],
"directives": []
}
}
]
}
},
{
"type": "ExpressionStatement",
"start": 1431,
"end": 1706,
"loc": {
"start": {
"line": 57,
"column": 0
},
"end": {
"line": 67,
"column": 3
}
},
"expression": {
"type": "CallExpression",
"start": 1431,
"end": 1705,
"loc": {
"start": {
"line": 57,
"column": 0
},
"end": {
"line": 67,
"column": 2
}
},
"callee": {
"type": "MemberExpression",
"start": 1431,
"end": 1442,
"loc": {
"start": {
"line": 57,
"column": 0
},
"end": {
"line": 57,
"column": 11
}
},
"object": {
"type": "Identifier",
"start": 1431,
"end": 1435,
"loc": {
"start": {
"line": 57,
"column": 0
},
"end": {
"line": 57,
"column": 4
},
"identifierName": "test"
},
"name": "test"
},
"property": {
"type": "Identifier",
"start": 1436,
"end": 1442,
"loc": {
"start": {
"line": 57,
"column": 5
},
"end": {
"line": 57,
"column": 11
},
"identifierName": "serial"
},
"name": "serial"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 1443,
"end": 1493,
"loc": {
"start": {
"line": 57,
"column": 12
},
"end": {
"line": 57,
"column": 62
}
},
"extra": {
"rawValue": "should prompt to use custom template and decline",
"raw": "'should prompt to use custom template and decline'"
},
"value": "should prompt to use custom template and decline"
},
{
"type": "ArrowFunctionExpression",
"start": 1495,
"end": 1704,
"loc": {
"start": {
"line": 57,
"column": 64
},
"end": {
"line": 67,
"column": 1
}
},
"id": null,
"generator": false,
"expression": false,
"async": true,
"params": [
{
"type": "Identifier",
"start": 1501,
"end": 1502,
"loc": {
"start": {
"line": 57,
"column": 70
},
"end": {
"line": 57,
"column": 71
},
"identifierName": "t"
},
"name": "t"
}
],
"body": {
"type": "BlockStatement",
"start": 1506,
"end": 1704,
"loc": {
"start": {
"line": 57,
"column": 75
},
"end": {
"line": 67,
"column": 1
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 1510,
"end": 1547,
"loc": {
"start": {
"line": 58,
"column": 2
},
"end": {
"line": 58,
"column": 39
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 1516,
"end": 1546,
"loc": {
"start": {
"line": 58,
"column": 8
},
"end": {
"line": 58,
"column": 38
}
},
"id": {
"type": "ObjectPattern",
"start": 1516,
"end": 1528,
"loc": {
"start": {
"line": 58,
"column": 8
},
"end": {
"line": 58,
"column": 20
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 1518,
"end": 1526,
"loc": {
"start": {
"line": 58,
"column": 10
},
"end": {
"line": 58,
"column": 18
}
},
"method": false,
"shorthand": true,
"computed": false,
"key": {
"type": "Identifier",
"start": 1518,
"end": 1526,
"loc": {
"start": {
"line": 58,
"column": 10
},
"end": {
"line": 58,
"column": 18
},
"identifierName": "inquirer"
},
"name": "inquirer"
},
"value": {
"type": "Identifier",
"start": 1518,
"end": 1526,
"loc": {
"start": {
"line": 58,
"column": 10
},
"end": {
"line": 58,
"column": 18
},
"identifierName": "inquirer"
},
"name": "inquirer"
},
"extra": {
"shorthand": true
}
}
]
},
"init": {
"type": "MemberExpression",
"start": 1531,
"end": 1546,
"loc": {
"start": {
"line": 58,
"column": 23
},
"end": {
"line": 58,
"column": 38
}
},
"object": {
"type": "MemberExpression",
"start": 1531,
"end": 1540,
"loc": {
"start": {
"line": 58,
"column": 23
},
"end": {
"line": 58,
"column": 32
}
},
"object": {
"type": "Identifier",
"start": 1531,
"end": 1532,
"loc": {
"start": {
"line": 58,
"column": 23
},
"end": {
"line": 58,
"column": 24
},
"identifierName": "t"
},
"name": "t"
},
"property": {
"type": "Identifier",
"start": 1533,
"end": 1540,
"loc": {
"start": {
"line": 58,
"column": 25
},
"end": {
"line": 58,
"column": 32
},
"identifierName": "context"
},
"name": "context"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1541,
"end": 1546,
"loc": {
"start": {
"line": 58,
"column": 33
},
"end": {
"line": 58,
"column": 38
},
"identifierName": "mocks"
},
"name": "mocks"
},
"computed": false
}
}
],
"kind": "const"
},
{
"type": "ExpressionStatement",
"start": 1551,
"end": 1626,
"loc": {
"start": {
"line": 60,
"column": 2
},
"end": {
"line": 62,
"column": 6
}
},
"expression": {
"type": "CallExpression",
"start": 1551,
"end": 1625,
"loc": {
"start": {
"line": 60,
"column": 2
},
"end": {
"line": 62,
"column": 5
}
},
"callee": {
"type": "MemberExpression",
"start": 1551,
"end": 1576,
"loc": {
"start": {
"line": 60,
"column": 2
},
"end": {
"line": 60,
"column": 27
}
},
"object": {
"type": "MemberExpression",
"start": 1551,
"end": 1566,
"loc": {
"start": {
"line": 60,
"column": 2
},
"end": {
"line": 60,
"column": 17
}
},
"object": {
"type": "Identifier",
"start": 1551,
"end": 1559,
"loc": {
"start": {
"line": 60,
"column": 2
},
"end": {
"line": 60,
"column": 10
},
"identifierName": "inquirer"
},
"name": "inquirer"
},
"property": {
"type": "Identifier",
"start": 1560,
"end": 1566,
"loc": {
"start": {
"line": 60,
"column": 11
},
"end": {
"line": 60,
"column": 17
},
"identifierName": "prompt"
},
"name": "prompt"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1567,
"end": 1576,
"loc": {
"start": {
"line": 60,
"column": 18
},
"end": {
"line": 60,
"column": 27
},
"identifierName": "callsFake"
},
"name": "callsFake"
},
"computed": false
},
"arguments": [
{
"type": "ArrowFunctionExpression",
"start": 1577,
"end": 1624,
"loc": {
"start": {
"line": 60,
"column": 28
},
"end": {
"line": 62,
"column": 4
}
},
"id": null,
"generator": false,
"expression": true,
"async": true,
"params": [],
"body": {
"type": "ObjectExpression",
"start": 1590,
"end": 1623,
"loc": {
"start": {
"line": 60,
"column": 41
},
"end": {
"line": 62,
"column": 3
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 1596,
"end": 1618,
"loc": {
"start": {
"line": 61,
"column": 4
},
"end": {
"line": 61,
"column": 26
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1596,
"end": 1611,
"loc": {
"start": {
"line": 61,
"column": 4
},
"end": {
"line": 61,
"column": 19
},
"identifierName": "useCustomSeeder"
},
"name": "useCustomSeeder"
},
"value": {
"type": "BooleanLiteral",
"start": 1613,
"end": 1618,
"loc": {
"start": {
"line": 61,
"column": 21
},
"end": {
"line": 61,
"column": 26
}
},
"value": false
}
}
],
"extra": {
"parenthesized": true,
"parenStart": 1589
}
}
}
]
}
},
{
"type": "VariableDeclaration",
"start": 1630,
"end": 1674,
"loc": {
"start": {
"line": 64,
"column": 2
},
"end": {
"line": 64,
"column": 46
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 1636,
"end": 1673,
"loc": {
"start": {
"line": 64,
"column": 8
},
"end": {
"line": 64,
"column": 45
}
},
"id": {
"type": "Identifier",
"start": 1636,
"end": 1642,
"loc": {
"start": {
"line": 64,
"column": 8
},
"end": {
"line": 64,
"column": 14
},
"identifierName": "result"
},
"name": "result"
},
"init": {
"type": "AwaitExpression",
"start": 1645,
"end": 1673,
"loc": {
"start": {
"line": 64,
"column": 17
},
"end": {
"line": 64,
"column": 45
}
},
"argument": {
"type": "CallExpression",
"start": 1651,
"end": 1673,
"loc": {
"start": {
"line": 64,
"column": 23
},
"end": {
"line": 64,
"column": 45
}
},
"callee": {
"type": "Identifier",
"start": 1651,
"end": 1671,
"loc": {
"start": {
"line": 64,
"column": 23
},
"end": {
"line": 64,
"column": 43
},
"identifierName": "promptSeederTemplate"
},
"name": "promptSeederTemplate"
},
"arguments": []
}
}
}
],
"kind": "const"
},
{
"type": "ExpressionStatement",
"start": 1678,
"end": 1702,
"loc": {
"start": {
"line": 66,
"column": 2
},
"end": {
"line": 66,
"column": 26
}
},
"expression": {
"type": "CallExpression",
"start": 1678,
"end": 1701,
"loc": {
"start": {
"line": 66,
"column": 2
},
"end": {
"line": 66,
"column": 25
}
},
"callee": {
"type": "MemberExpression",
"start": 1678,
"end": 1682,
"loc": {
"start": {
"line": 66,
"column": 2
},
"end": {
"line": 66,
"column": 6
}
},
"object": {
"type": "Identifier",
"start": 1678,
"end": 1679,
"loc": {
"start": {
"line": 66,
"column": 2
},
"end": {
"line": 66,
"column": 3
},
"identifierName": "t"
},
"name": "t"
},
"property": {
"type": "Identifier",
"start": 1680,
"end": 1682,
"loc": {
"start": {
"line": 66,
"column": 4
},
"end": {
"line": 66,
"column": 6
},
"identifierName": "is"
},
"name": "is"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 1683,
"end": 1689,
"loc": {
"start": {
"line": 66,
"column": 7
},
"end": {
"line": 66,
"column": 13
},
"identifierName": "result"
},
"name": "result"
},
{
"type": "Identifier",
"start": 1691,
"end": 1700,
"loc": {
"start": {
"line": 66,
"column": 15
},
"end": {
"line": 66,
"column": 24
},
"identifierName": "undefined"
},
"name": "undefined"
}
]
}
}
],
"directives": []
}
}
]
}
},
{
"type": "ExpressionStatement",
"start": 1708,
"end": 2541,
"loc": {
"start": {
"line": 69,
"column": 0
},
"end": {
"line": 95,
"column": 2
}
},
"expression": {
"type": "CallExpression",
"start": 1708,
"end": 2540,
"loc": {
"start": {
"line": 69,
"column": 0
},
"end": {
"line": 95,
"column": 1
}
},
"callee": {
"type": "MemberExpression",
"start": 1708,
"end": 1719,
"loc": {
"start": {
"line": 69,
"column": 0
},
"end": {
"line": 69,
"column": 11
}
},
"object": {
"type": "Identifier",
"start": 1708,
"end": 1712,
"loc": {
"start": {
"line": 69,
"column": 0
},
"end": {
"line": 69,
"column": 4
},
"identifierName": "test"
},
"name": "test"
},
"property": {
"type": "Identifier",
"start": 1713,
"end": 1719,
"loc": {
"start": {
"line": 69,
"column": 5
},
"end": {
"line": 69,
"column": 11
},
"identifierName": "serial"
},
"name": "serial"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 1723,
"end": 1787,
"loc": {
"start": {
"line": 70,
"column": 2
},
"end": {
"line": 70,
"column": 66
}
},
"extra": {
"rawValue": "should prompt to use custom template and accept with file path",
"raw": "'should prompt to use custom template and accept with file path'"
},
"value": "should prompt to use custom template and accept with file path"
},
{
"type": "ArrowFunctionExpression",
"start": 1791,
"end": 2538,
"loc": {
"start": {
"line": 71,
"column": 2
},
"end": {
"line": 94,
"column": 3
}
},
"id": null,
"generator": false,
"expression": false,
"async": true,
"params": [
{
"type": "Identifier",
"start": 1797,
"end": 1798,
"loc": {
"start": {
"line": 71,
"column": 8
},
"end": {
"line": 71,
"column": 9
},
"identifierName": "t"
},
"name": "t"
}
],
"body": {
"type": "BlockStatement",
"start": 1802,
"end": 2538,
"loc": {
"start": {
"line": 71,
"column": 13
},
"end": {
"line": 94,
"column": 3
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 1808,
"end": 1873,
"loc": {
"start": {
"line": 72,
"column": 4
},
"end": {
"line": 72,
"column": 69
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 1814,
"end": 1872,
"loc": {
"start": {
"line": 72,
"column": 10
},
"end": {
"line": 72,
"column": 68
}
},
"id": {
"type": "ObjectPattern",
"start": 1814,
"end": 1854,
"loc": {
"start": {
"line": 72,
"column": 10
},
"end": {
"line": 72,
"column": 50
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 1816,
"end": 1824,
"loc": {
"start": {
"line": 72,
"column": 12
},
"end": {
"line": 72,
"column": 20
}
},
"method": false,
"shorthand": true,
"computed": false,
"key": {
"type": "Identifier",
"start": 1816,
"end": 1824,
"loc": {
"start": {
"line": 72,
"column": 12
},
"end": {
"line": 72,
"column": 20
},
"identifierName": "inquirer"
},
"name": "inquirer"
},
"value": {
"type": "Identifier",
"start": 1816,
"end": 1824,
"loc": {
"start": {
"line": 72,
"column": 12
},
"end": {
"line": 72,
"column": 20
},
"identifierName": "inquirer"
},
"name": "inquirer"
},
"extra": {
"shorthand": true
}
},
{
"type": "ObjectProperty",
"start": 1826,
"end": 1852,
"loc": {
"start": {
"line": 72,
"column": 22
},
"end": {
"line": 72,
"column": 48
}
},
"method": false,
"shorthand": true,
"computed": false,
"key": {
"type": "Identifier",
"start": 1826,
"end": 1852,
"loc": {
"start": {
"line": 72,
"column": 22
},
"end": {
"line": 72,
"column": 48
},
"identifierName": "validateSeederTemplatePath"
},
"name": "validateSeederTemplatePath"
},
"value": {
"type": "Identifier",
"start": 1826,
"end": 1852,
"loc": {
"start": {
"line": 72,
"column": 22
},
"end": {
"line": 72,
"column": 48
},
"identifierName": "validateSeederTemplatePath"
},
"name": "validateSeederTemplatePath"
},
"extra": {
"shorthand": true
}
}
]
},
"init": {
"type": "MemberExpression",
"start": 1857,
"end": 1872,
"loc": {
"start": {
"line": 72,
"column": 53
},
"end": {
"line": 72,
"column": 68
}
},
"object": {
"type": "MemberExpression",
"start": 1857,
"end": 1866,
"loc": {
"start": {
"line": 72,
"column": 53
},
"end": {
"line": 72,
"column": 62
}
},
"object": {
"type": "Identifier",
"start": 1857,
"end": 1858,
"loc": {
"start": {
"line": 72,
"column": 53
},
"end": {
"line": 72,
"column": 54
},
"identifierName": "t"
},
"name": "t"
},
"property": {
"type": "Identifier",
"start": 1859,
"end": 1866,
"loc": {
"start": {
"line": 72,
"column": 55
},
"end": {
"line": 72,
"column": 62
},
"identifierName": "context"
},
"name": "context"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1867,
"end": 1872,
"loc": {
"start": {
"line": 72,
"column": 63
},
"end": {
"line": 72,
"column": 68
},
"identifierName": "mocks"
},
"name": "mocks"
},
"computed": false
}
}
],
"kind": "const"
},
{
"type": "VariableDeclaration",
"start": 1878,
"end": 1927,
"loc": {
"start": {
"line": 73,
"column": 4
},
"end": {
"line": 73,
"column": 53
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 1884,
"end": 1926,
"loc": {
"start": {
"line": 73,
"column": 10
},
"end": {
"line": 73,
"column": 52
}
},
"id": {
"type": "Identifier",
"start": 1884,
"end": 1902,
"loc": {
"start": {
"line": 73,
"column": 10
},
"end": {
"line": 73,
"column": 28
},
"identifierName": "seederTemplatePath"
},
"name": "seederTemplatePath"
},
"init": {
"type": "StringLiteral",
"start": 1905,
"end": 1926,
"loc": {
"start": {
"line": 73,
"column": 31
},
"end": {
"line": 73,
"column": 52
}
},
"extra": {
"rawValue": "./some-file-name.js",
"raw": "'./some-file-name.js'"
},
"value": "./some-file-name.js"
}
}
],
"kind": "const"
},
{
"type": "VariableDeclaration",
"start": 1933,
"end": 2325,
"loc": {
"start": {
"line": 75,
"column": 4
},
"end": {
"line": 86,
"column": 6
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 1939,
"end": 2324,
"loc": {
"start": {
"line": 75,
"column": 10
},
"end": {
"line": 86,
"column": 5
}
},
"id": {
"type": "Identifier",
"start": 1939,
"end": 1950,
"loc": {
"start": {
"line": 75,
"column": 10
},
"end": {
"line": 75,
"column": 21
},
"identifierName": "fakedPrompt"
},
"name": "fakedPrompt"
},
"init": {
"type": "ArrowFunctionExpression",
"start": 1953,
"end": 2324,
"loc": {
"start": {
"line": 75,
"column": 24
},
"end": {
"line": 86,
"column": 5
}
},
"id": null,
"generator": false,
"expression": false,
"async": true,
"params": [
{
"type": "Identifier",
"start": 1959,
"end": 1971,
"loc": {
"start": {
"line": 75,
"column": 30
},
"end": {
"line": 75,
"column": 42
},
"identifierName": "optionsArray"
},
"name": "optionsArray"
}
],
"body": {
"type": "BlockStatement",
"start": 1975,
"end": 2324,
"loc": {
"start": {
"line": 75,
"column": 46
},
"end": {
"line": 86,
"column": 5
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 1983,
"end": 2034,
"loc": {
"start": {
"line": 76,
"column": 6
},
"end": {
"line": 76,
"column": 57
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 1989,
"end": 2033,
"loc": {
"start": {
"line": 76,
"column": 12
},
"end": {
"line": 76,
"column": 56
}
},
"id": {
"type": "ObjectPattern",
"start": 1989,
"end": 2015,
"loc": {
"start": {
"line": 76,
"column": 12
},
"end": {
"line": 76,
"column": 38
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 1991,
"end": 1995,
"loc": {
"start": {
"line": 76,
"column": 14
},
"end": {
"line": 76,
"column": 18
}
},
"method": false,
"shorthand": true,
"computed": false,
"key": {
"type": "Identifier",
"start": 1991,
"end": 1995,
"loc": {
"start": {
"line": 76,
"column": 14
},
"end": {
"line": 76,
"column": 18
},
"identifierName": "name"
},
"name": "name"
},
"value": {
"type": "Identifier",
"start": 1991,
"end": 1995,
"loc": {
"start": {
"line": 76,
"column": 14
},
"end": {
"line": 76,
"column": 18
},
"identifierName": "name"
},
"name": "name"
},
"extra": {
"shorthand": true
}
},
{
"type": "ObjectProperty",
"start": 1997,
"end": 2005,
"loc": {
"start": {
"line": 76,
"column": 20
},
"end": {
"line": 76,
"column": 28
}
},
"method": false,
"shorthand": true,
"computed": false,
"key": {
"type": "Identifier",
"start": 1997,
"end": 2005,
"loc": {
"start": {
"line": 76,
"column": 20
},
"end": {
"line": 76,
"column": 28
},
"identifierName": "validate"
},
"name": "validate"
},
"value": {
"type": "Identifier",
"start": 1997,
"end": 2005,
"loc": {
"start": {
"line": 76,
"column": 20
},
"end": {
"line": 76,
"column": 28
},
"identifierName": "validate"
},
"name": "validate"
},
"extra": {
"shorthand": true
}
},
{
"type": "ObjectProperty",
"start": 2007,
"end": 2013,
"loc": {
"start": {
"line": 76,
"column": 30
},
"end": {
"line": 76,
"column": 36
}
},
"method": false,
"shorthand": true,
"computed": false,
"key": {
"type": "Identifier",
"start": 2007,
"end": 2013,
"loc": {
"start": {
"line": 76,
"column": 30
},
"end": {
"line": 76,
"column": 36
},
"identifierName": "filter"
},
"name": "filter"
},
"value": {
"type": "Identifier",
"start": 2007,
"end": 2013,
"loc": {
"start": {
"line": 76,
"column": 30
},
"end": {
"line": 76,
"column": 36
},
"identifierName": "filter"
},
"name": "filter"
},
"extra": {
"shorthand": true
}
}
]
},
"init": {
"type": "MemberExpression",
"start": 2018,
"end": 2033,
"loc": {
"start": {
"line": 76,
"column": 41
},
"end": {
"line": 76,
"column": 56
}
},
"object": {
"type": "Identifier",
"start": 2018,
"end": 2030,
"loc": {
"start": {
"line": 76,
"column": 41
},
"end": {
"line": 76,
"column": 53
},
"identifierName": "optionsArray"
},
"name": "optionsArray"
},
"property": {
"type": "NumericLiteral",
"start": 2031,
"end": 2032,
"loc": {
"start": {
"line": 76,
"column": 54
},
"end": {
"line": 76,
"column": 55
}
},
"extra": {
"rawValue": 0,
"raw": "0"
},
"value": 0
},
"computed": true
}
}
],
"kind": "const"
},
{
"type": "IfStatement",
"start": 2042,
"end": 2107,
"loc": {
"start": {
"line": 78,
"column": 6
},
"end": {
"line": 78,
"column": 71
}
},
"test": {
"type": "BinaryExpression",
"start": 2046,
"end": 2072,
"loc": {
"start": {
"line": 78,
"column": 10
},
"end": {
"line": 78,
"column": 36
}
},
"left": {
"type": "Identifier",
"start": 2046,
"end": 2050,
"loc": {
"start": {
"line": 78,
"column": 10
},
"end": {
"line": 78,
"column": 14
},
"identifierName": "name"
},
"name": "name"
},
"operator": "===",
"right": {
"type": "StringLiteral",
"start": 2055,
"end": 2072,
"loc": {
"start": {
"line": 78,
"column": 19
},
"end": {
"line": 78,
"column": 36
}
},
"extra": {
"rawValue": "useCustomSeeder",
"raw": "'useCustomSeeder'"
},
"value": "useCustomSeeder"
}
},
"consequent": {
"type": "ReturnStatement",
"start": 2074,
"end": 2107,
"loc": {
"start": {
"line": 78,
"column": 38
},
"end": {
"line": 78,
"column": 71
}
},
"argument": {
"type": "ObjectExpression",
"start": 2081,
"end": 2106,
"loc": {
"start": {
"line": 78,
"column": 45
},
"end": {
"line": 78,
"column": 70
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 2083,
"end": 2104,
"loc": {
"start": {
"line": 78,
"column": 47
},
"end": {
"line": 78,
"column": 68
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2083,
"end": 2098,
"loc": {
"start": {
"line": 78,
"column": 47
},
"end": {
"line": 78,
"column": 62
},
"identifierName": "useCustomSeeder"
},
"name": "useCustomSeeder"
},
"value": {
"type": "BooleanLiteral",
"start": 2100,
"end": 2104,
"loc": {
"start": {
"line": 78,
"column": 64
},
"end": {
"line": 78,
"column": 68
}
},
"value": true
}
}
]
}
},
"alternate": null
},
{
"type": "IfStatement",
"start": 2115,
"end": 2318,
"loc": {
"start": {
"line": 80,
"column": 6
},
"end": {
"line": 85,
"column": 7
}
},
"test": {
"type": "BinaryExpression",
"start": 2119,
"end": 2148,
"loc": {
"start": {
"line": 80,
"column": 10
},
"end": {
"line": 80,
"column": 39
}
},
"left": {
"type": "Identifier",
"start": 2119,
"end": 2123,
"loc": {
"start": {
"line": 80,
"column": 10
},
"end": {
"line": 80,
"column": 14
},
"identifierName": "name"
},
"name": "name"
},
"operator": "===",
"right": {
"type": "StringLiteral",
"start": 2128,
"end": 2148,
"loc": {
"start": {
"line": 80,
"column": 19
},
"end": {
"line": 80,
"column": 39
}
},
"extra": {
"rawValue": "seederTemplatePath",
"raw": "'seederTemplatePath'"
},
"value": "seederTemplatePath"
}
},
"consequent": {
"type": "BlockStatement",
"start": 2150,
"end": 2318,
"loc": {
"start": {
"line": 80,
"column": 41
},
"end": {
"line": 85,
"column": 7
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 2160,
"end": 2201,
"loc": {
"start": {
"line": 81,
"column": 8
},
"end": {
"line": 81,
"column": 49
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 2166,
"end": 2200,
"loc": {
"start": {
"line": 81,
"column": 14
},
"end": {
"line": 81,
"column": 48
}
},
"id": {
"type": "Identifier",
"start": 2166,
"end": 2171,
"loc": {
"start": {
"line": 81,
"column": 14
},
"end": {
"line": 81,
"column": 19
},
"identifierName": "value"
},
"name": "value"
},
"init": {
"type": "CallExpression",
"start": 2174,
"end": 2200,
"loc": {
"start": {
"line": 81,
"column": 22
},
"end": {
"line": 81,
"column": 48
}
},
"callee": {
"type": "Identifier",
"start": 2174,
"end": 2180,
"loc": {
"start": {
"line": 81,
"column": 22
},
"end": {
"line": 81,
"column": 28
},
"identifierName": "filter"
},
"name": "filter"
},
"arguments": [
{
"type": "Identifier",
"start": 2181,
"end": 2199,
"loc": {
"start": {
"line": 81,
"column": 29
},
"end": {
"line": 81,
"column": 47
},
"identifierName": "seederTemplatePath"
},
"name": "seederTemplatePath"
}
]
}
}
],
"kind": "const"
},
{
"type": "IfStatement",
"start": 2210,
"end": 2270,
"loc": {
"start": {
"line": 82,
"column": 8
},
"end": {
"line": 82,
"column": 68
}
},
"test": {
"type": "UnaryExpression",
"start": 2214,
"end": 2230,
"loc": {
"start": {
"line": 82,
"column": 12
},
"end": {
"line": 82,
"column": 28
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "CallExpression",
"start": 2215,
"end": 2230,
"loc": {
"start": {
"line": 82,
"column": 13
},
"end": {
"line": 82,
"column": 28
}
},
"callee": {
"type": "Identifier",
"start": 2215,
"end": 2223,
"loc": {
"start": {
"line": 82,
"column": 13
},
"end": {
"line": 82,
"column": 21
},
"identifierName": "validate"
},
"name": "validate"
},
"arguments": [
{
"type": "Identifier",
"start": 2224,
"end": 2229,
"loc": {
"start": {
"line": 82,
"column": 22
},
"end": {
"line": 82,
"column": 27
},
"identifierName": "value"
},
"name": "value"
}
]
},
"extra": {
"parenthesizedArgument": false
}
},
"consequent": {
"type": "ThrowStatement",
"start": 2232,
"end": 2270,
"loc": {
"start": {
"line": 82,
"column": 30
},
"end": {
"line": 82,
"column": 68
}
},
"argument": {
"type": "NewExpression",
"start": 2238,
"end": 2269,
"loc": {
"start": {
"line": 82,
"column": 36
},
"end": {
"line": 82,
"column": 67
}
},
"callee": {
"type": "Identifier",
"start": 2242,
"end": 2247,
"loc": {
"start": {
"line": 82,
"column": 40
},
"end": {
"line": 82,
"column": 45
},
"identifierName": "Error"
},
"name": "Error"
},
"arguments": [
{
"type": "TemplateLiteral",
"start": 2248,
"end": 2268,
"loc": {
"start": {
"line": 82,
"column": 46
},
"end": {
"line": 82,
"column": 66
}
},
"expressions": [
{
"type": "Identifier",
"start": 2251,
"end": 2255,
"loc": {
"start": {
"line": 82,
"column": 49
},
"end": {
"line": 82,
"column": 53
},
"identifierName": "name"
},
"name": "name"
}
],
"quasis": [
{
"type": "TemplateElement",
"start": 2249,
"end": 2249,
"loc": {
"start": {
"line": 82,
"column": 47
},
"end": {
"line": 82,
"column": 47
}
},
"value": {
"raw": "",
"cooked": ""
},
"tail": false
},
{
"type": "TemplateElement",
"start": 2256,
"end": 2267,
"loc": {
"start": {
"line": 82,
"column": 54
},
"end": {
"line": 82,
"column": 65
}
},
"value": {
"raw": " is invalid",
"cooked": " is invalid"
},
"tail": true
}
]
}
]
}
},
"alternate": null
},
{
"type": "ReturnStatement",
"start": 2280,
"end": 2310,
"loc": {
"start": {
"line": 84,
"column": 8
},
"end": {
"line": 84,
"column": 38
}
},
"argument": {
"type": "ObjectExpression",
"start": 2287,
"end": 2309,
"loc": {
"start": {
"line": 84,
"column": 15
},
"end": {
"line": 84,
"column": 37
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 2289,
"end": 2307,
"loc": {
"start": {
"line": 84,
"column": 17
},
"end": {
"line": 84,
"column": 35
}
},
"method": false,
"shorthand": true,
"computed": false,
"key": {
"type": "Identifier",
"start": 2289,
"end": 2307,
"loc": {
"start": {
"line": 84,
"column": 17
},
"end": {
"line": 84,
"column": 35
},
"identifierName": "seederTemplatePath"
},
"name": "seederTemplatePath"
},
"value": {
"type": "Identifier",
"start": 2289,
"end": 2307,
"loc": {
"start": {
"line": 84,
"column": 17
},
"end": {
"line": 84,
"column": 35
},
"identifierName": "seederTemplatePath"
},
"name": "seederTemplatePath"
},
"extra": {
"shorthand": true
}
}
]
}
}
],
"directives": []
},
"alternate": null
}
],
"directives": []
}
}
}
],
"kind": "const"
},
{
"type": "ExpressionStatement",
"start": 2331,
"end": 2370,
"loc": {
"start": {
"line": 88,
"column": 4
},
"end": {
"line": 88,
"column": 43
}
},
"expression": {
"type": "CallExpression",
"start": 2331,
"end": 2369,
"loc": {
"start": {
"line": 88,
"column": 4
},
"end": {
"line": 88,
"column": 42
}
},
"callee": {
"type": "MemberExpression",
"start": 2331,
"end": 2356,
"loc": {
"start": {
"line": 88,
"column": 4
},
"end": {
"line": 88,
"column": 29
}
},
"object": {
"type": "MemberExpression",
"start": 2331,
"end": 2346,
"loc": {
"start": {
"line": 88,
"column": 4
},
"end": {
"line": 88,
"column": 19
}
},
"object": {
"type": "Identifier",
"start": 2331,
"end": 2339,
"loc": {
"start": {
"line": 88,
"column": 4
},
"end": {
"line": 88,
"column": 12
},
"identifierName": "inquirer"
},
"name": "inquirer"
},
"property": {
"type": "Identifier",
"start": 2340,
"end": 2346,
"loc": {
"start": {
"line": 88,
"column": 13
},
"end": {
"line": 88,
"column": 19
},
"identifierName": "prompt"
},
"name": "prompt"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2347,
"end": 2356,
"loc": {
"start": {
"line": 88,
"column": 20
},
"end": {
"line": 88,
"column": 29
},
"identifierName": "callsFake"
},
"name": "callsFake"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 2357,
"end": 2368,
"loc": {
"start": {
"line": 88,
"column": 30
},
"end": {
"line": 88,
"column": 41
},
"identifierName": "fakedPrompt"
},
"name": "fakedPrompt"
}
]
}
},
{
"type": "ExpressionStatement",
"start": 2375,
"end": 2445,
"loc": {
"start": {
"line": 89,
"column": 4
},
"end": {
"line": 89,
"column": 74
}
},
"expression": {
"type": "CallExpression",
"start": 2375,
"end": 2444,
"loc": {
"start": {
"line": 89,
"column": 4
},
"end": {
"line": 89,
"column": 73
}
},
"callee": {
"type": "MemberExpression",
"start": 2375,
"end": 2438,
"loc": {
"start": {
"line": 89,
"column": 4
},
"end": {
"line": 89,
"column": 67
}
},
"object": {
"type": "CallExpression",
"start": 2375,
"end": 2430,
"loc": {
"start": {
"line": 89,
"column": 4
},
"end": {
"line": 89,
"column": 59
}
},
"callee": {
"type": "MemberExpression",
"start": 2375,
"end": 2410,
"loc": {
"start": {
"line": 89,
"column": 4
},
"end": {
"line": 89,
"column": 39
}
},
"object": {
"type": "Identifier",
"start": 2375,
"end": 2401,
"loc": {
"start": {
"line": 89,
"column": 4
},
"end": {
"line": 89,
"column": 30
},
"identifierName": "validateSeederTemplatePath"
},
"name": "validateSeederTemplatePath"
},
"property": {
"type": "Identifier",
"start": 2402,
"end": 2410,
"loc": {
"start": {
"line": 89,
"column": 31
},
"end": {
"line": 89,
"column": 39
},
"identifierName": "withArgs"
},
"name": "withArgs"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 2411,
"end": 2429,
"loc": {
"start": {
"line": 89,
"column": 40
},
"end": {
"line": 89,
"column": 58
},
"identifierName": "seederTemplatePath"
},
"name": "seederTemplatePath"
}
]
},
"property": {
"type": "Identifier",
"start": 2431,
"end": 2438,
"loc": {
"start": {
"line": 89,
"column": 60
},
"end": {
"line": 89,
"column": 67
},
"identifierName": "returns"
},
"name": "returns"
},
"computed": false
},
"arguments": [
{
"type": "BooleanLiteral",
"start": 2439,
"end": 2443,
"loc": {
"start": {
"line": 89,
"column": 68
},
"end": {
"line": 89,
"column": 72
}
},
"value": true
}
]
}
},
{
"type": "VariableDeclaration",
"start": 2451,
"end": 2495,
"loc": {
"start": {
"line": 91,
"column": 4
},
"end": {
"line": 91,
"column": 48
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 2457,
"end": 2494,
"loc": {
"start": {
"line": 91,
"column": 10
},
"end": {
"line": 91,
"column": 47
}
},
"id": {
"type": "Identifier",
"start": 2457,
"end": 2463,
"loc": {
"start": {
"line": 91,
"column": 10
},
"end": {
"line": 91,
"column": 16
},
"identifierName": "result"
},
"name": "result"
},
"init": {
"type": "AwaitExpression",
"start": 2466,
"end": 2494,
"loc": {
"start": {
"line": 91,
"column": 19
},
"end": {
"line": 91,
"column": 47
}
},
"argument": {
"type": "CallExpression",
"start": 2472,
"end": 2494,
"loc": {
"start": {
"line": 91,
"column": 25
},
"end": {
"line": 91,
"column": 47
}
},
"callee": {
"type": "Identifier",
"start": 2472,
"end": 2492,
"loc": {
"start": {
"line": 91,
"column": 25
},
"end": {
"line": 91,
"column": 45
},
"identifierName": "promptSeederTemplate"
},
"name": "promptSeederTemplate"
},
"arguments": []
}
}
}
],
"kind": "const"
},
{
"type": "ExpressionStatement",
"start": 2501,
"end": 2534,
"loc": {
"start": {
"line": 93,
"column": 4
},
"end": {
"line": 93,
"column": 37
}
},
"expression": {
"type": "CallExpression",
"start": 2501,
"end": 2533,
"loc": {
"start": {
"line": 93,
"column": 4
},
"end": {
"line": 93,
"column": 36
}
},
"callee": {
"type": "MemberExpression",
"start": 2501,
"end": 2505,
"loc": {
"start": {
"line": 93,
"column": 4
},
"end": {
"line": 93,
"column": 8
}
},
"object": {
"type": "Identifier",
"start": 2501,
"end": 2502,
"loc": {
"start": {
"line": 93,
"column": 4
},
"end": {
"line": 93,
"column": 5
},
"identifierName": "t"
},
"name": "t"
},
"property": {
"type": "Identifier",
"start": 2503,
"end": 2505,
"loc": {
"start": {
"line": 93,
"column": 6
},
"end": {
"line": 93,
"column": 8
},
"identifierName": "is"
},
"name": "is"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 2506,
"end": 2512,
"loc": {
"start": {
"line": 93,
"column": 9
},
"end": {
"line": 93,
"column": 15
},
"identifierName": "result"
},
"name": "result"
},
{
"type": "Identifier",
"start": 2514,
"end": 2532,
"loc": {
"start": {
"line": 93,
"column": 17
},
"end": {
"line": 93,
"column": 35
},
"identifierName": "seederTemplatePath"
},
"name": "seederTemplatePath"
}
]
}
}
],
"directives": []
}
}
]
}
}
],
"directives": []
},
"comments": [],
"tokens": [
{
"type": {
"label": "import",
"keyword": "import",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "import",
"start": 0,
"end": 6,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 6
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "test",
"start": 7,
"end": 11,
"loc": {
"start": {
"line": 1,
"column": 7
},
"end": {
"line": 1,
"column": 11
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "from",
"start": 12,
"end": 16,
"loc": {
"start": {
"line": 1,
"column": 12
},
"end": {
"line": 1,
"column": 16
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "ava",
"start": 17,
"end": 22,
"loc": {
"start": {
"line": 1,
"column": 17
},
"end": {
"line": 1,
"column": 22
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 22,
"end": 23,
"loc": {
"start": {
"line": 1,
"column": 22
},
"end": {
"line": 1,
"column": 23
}
}
},
{
"type": {
"label": "import",
"keyword": "import",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "import",
"start": 24,
"end": 30,
"loc": {
"start": {
"line": 2,
"column": 0
},
"end": {
"line": 2,
"column": 6
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "sinon",
"start": 31,
"end": 36,
"loc": {
"start": {
"line": 2,
"column": 7
},
"end": {
"line": 2,
"column": 12
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "from",
"start": 37,
"end": 41,
"loc": {
"start": {
"line": 2,
"column": 13
},
"end": {
"line": 2,
"column": 17
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "sinon",
"start": 42,
"end": 49,
"loc": {
"start": {
"line": 2,
"column": 18
},
"end": {
"line": 2,
"column": 25
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 49,
"end": 50,
"loc": {
"start": {
"line": 2,
"column": 25
},
"end": {
"line": 2,
"column": 26
}
}
},
{
"type": {
"label": "import",
"keyword": "import",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "import",
"start": 52,
"end": 58,
"loc": {
"start": {
"line": 4,
"column": 0
},
"end": {
"line": 4,
"column": 6
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 59,
"end": 60,
"loc": {
"start": {
"line": 4,
"column": 7
},
"end": {
"line": 4,
"column": 8
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "promptSeedersFolder",
"start": 63,
"end": 82,
"loc": {
"start": {
"line": 5,
"column": 2
},
"end": {
"line": 5,
"column": 21
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 82,
"end": 83,
"loc": {
"start": {
"line": 5,
"column": 21
},
"end": {
"line": 5,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "promptSeederTemplate",
"start": 86,
"end": 106,
"loc": {
"start": {
"line": 6,
"column": 2
},
"end": {
"line": 6,
"column": 22
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 106,
"end": 107,
"loc": {
"start": {
"line": 6,
"column": 22
},
"end": {
"line": 6,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "__RewireAPI__",
"start": 110,
"end": 123,
"loc": {
"start": {
"line": 7,
"column": 2
},
"end": {
"line": 7,
"column": 15
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "as",
"start": 124,
"end": 126,
"loc": {
"start": {
"line": 7,
"column": 16
},
"end": {
"line": 7,
"column": 18
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "moduleRewireAPI",
"start": 127,
"end": 142,
"loc": {
"start": {
"line": 7,
"column": 19
},
"end": {
"line": 7,
"column": 34
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 142,
"end": 143,
"loc": {
"start": {
"line": 7,
"column": 34
},
"end": {
"line": 7,
"column": 35
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 144,
"end": 145,
"loc": {
"start": {
"line": 8,
"column": 0
},
"end": {
"line": 8,
"column": 1
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "from",
"start": 146,
"end": 150,
"loc": {
"start": {
"line": 8,
"column": 2
},
"end": {
"line": 8,
"column": 6
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "./prompts",
"start": 151,
"end": 162,
"loc": {
"start": {
"line": 8,
"column": 7
},
"end": {
"line": 8,
"column": 18
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 162,
"end": 163,
"loc": {
"start": {
"line": 8,
"column": 18
},
"end": {
"line": 8,
"column": 19
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "test",
"start": 165,
"end": 169,
"loc": {
"start": {
"line": 10,
"column": 0
},
"end": {
"line": 10,
"column": 4
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 169,
"end": 170,
"loc": {
"start": {
"line": 10,
"column": 4
},
"end": {
"line": 10,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "beforeEach",
"start": 170,
"end": 180,
"loc": {
"start": {
"line": 10,
"column": 5
},
"end": {
"line": 10,
"column": 15
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 180,
"end": 181,
"loc": {
"start": {
"line": 10,
"column": 15
},
"end": {
"line": 10,
"column": 16
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "mock imports",
"start": 181,
"end": 195,
"loc": {
"start": {
"line": 10,
"column": 16
},
"end": {
"line": 10,
"column": 30
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 195,
"end": 196,
"loc": {
"start": {
"line": 10,
"column": 30
},
"end": {
"line": 10,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "t",
"start": 197,
"end": 198,
"loc": {
"start": {
"line": 10,
"column": 32
},
"end": {
"line": 10,
"column": 33
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 199,
"end": 201,
"loc": {
"start": {
"line": 10,
"column": 34
},
"end": {
"line": 10,
"column": 36
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 202,
"end": 203,
"loc": {
"start": {
"line": 10,
"column": 37
},
"end": {
"line": 10,
"column": 38
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 206,
"end": 211,
"loc": {
"start": {
"line": 11,
"column": 2
},
"end": {
"line": 11,
"column": 7
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "mocks",
"start": 212,
"end": 217,
"loc": {
"start": {
"line": 11,
"column": 8
},
"end": {
"line": 11,
"column": 13
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 218,
"end": 219,
"loc": {
"start": {
"line": 11,
"column": 14
},
"end": {
"line": 11,
"column": 15
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 220,
"end": 221,
"loc": {
"start": {
"line": 11,
"column": 16
},
"end": {
"line": 11,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "inquirer",
"start": 226,
"end": 234,
"loc": {
"start": {
"line": 12,
"column": 4
},
"end": {
"line": 12,
"column": 12
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 234,
"end": 235,
"loc": {
"start": {
"line": 12,
"column": 12
},
"end": {
"line": 12,
"column": 13
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 236,
"end": 237,
"loc": {
"start": {
"line": 12,
"column": 14
},
"end": {
"line": 12,
"column": 15
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "prompt",
"start": 238,
"end": 244,
"loc": {
"start": {
"line": 12,
"column": 16
},
"end": {
"line": 12,
"column": 22
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 244,
"end": 245,
"loc": {
"start": {
"line": 12,
"column": 22
},
"end": {
"line": 12,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "sinon",
"start": 246,
"end": 251,
"loc": {
"start": {
"line": 12,
"column": 24
},
"end": {
"line": 12,
"column": 29
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 251,
"end": 252,
"loc": {
"start": {
"line": 12,
"column": 29
},
"end": {
"line": 12,
"column": 30
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "stub",
"start": 252,
"end": 256,
"loc": {
"start": {
"line": 12,
"column": 30
},
"end": {
"line": 12,
"column": 34
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 256,
"end": 257,
"loc": {
"start": {
"line": 12,
"column": 34
},
"end": {
"line": 12,
"column": 35
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 257,
"end": 258,
"loc": {
"start": {
"line": 12,
"column": 35
},
"end": {
"line": 12,
"column": 36
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 259,
"end": 260,
"loc": {
"start": {
"line": 12,
"column": 37
},
"end": {
"line": 12,
"column": 38
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 260,
"end": 261,
"loc": {
"start": {
"line": 12,
"column": 38
},
"end": {
"line": 12,
"column": 39
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "validateSeedersFolderName",
"start": 266,
"end": 291,
"loc": {
"start": {
"line": 13,
"column": 4
},
"end": {
"line": 13,
"column": 29
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 291,
"end": 292,
"loc": {
"start": {
"line": 13,
"column": 29
},
"end": {
"line": 13,
"column": 30
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "sinon",
"start": 293,
"end": 298,
"loc": {
"start": {
"line": 13,
"column": 31
},
"end": {
"line": 13,
"column": 36
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 298,
"end": 299,
"loc": {
"start": {
"line": 13,
"column": 36
},
"end": {
"line": 13,
"column": 37
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "stub",
"start": 299,
"end": 303,
"loc": {
"start": {
"line": 13,
"column": 37
},
"end": {
"line": 13,
"column": 41
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 303,
"end": 304,
"loc": {
"start": {
"line": 13,
"column": 41
},
"end": {
"line": 13,
"column": 42
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 304,
"end": 305,
"loc": {
"start": {
"line": 13,
"column": 42
},
"end": {
"line": 13,
"column": 43
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 305,
"end": 306,
"loc": {
"start": {
"line": 13,
"column": 43
},
"end": {
"line": 13,
"column": 44
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "validateSeederTemplatePath",
"start": 311,
"end": 337,
"loc": {
"start": {
"line": 14,
"column": 4
},
"end": {
"line": 14,
"column": 30
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 337,
"end": 338,
"loc": {
"start": {
"line": 14,
"column": 30
},
"end": {
"line": 14,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "sinon",
"start": 339,
"end": 344,
"loc": {
"start": {
"line": 14,
"column": 32
},
"end": {
"line": 14,
"column": 37
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 344,
"end": 345,
"loc": {
"start": {
"line": 14,
"column": 37
},
"end": {
"line": 14,
"column": 38
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "stub",
"start": 345,
"end": 349,
"loc": {
"start": {
"line": 14,
"column": 38
},
"end": {
"line": 14,
"column": 42
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 349,
"end": 350,
"loc": {
"start": {
"line": 14,
"column": 42
},
"end": {
"line": 14,
"column": 43
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 350,
"end": 351,
"loc": {
"start": {
"line": 14,
"column": 43
},
"end": {
"line": 14,
"column": 44
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 351,
"end": 352,
"loc": {
"start": {
"line": 14,
"column": 44
},
"end": {
"line": 14,
"column": 45
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 355,
"end": 356,
"loc": {
"start": {
"line": 15,
"column": 2
},
"end": {
"line": 15,
"column": 3
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 356,
"end": 357,
"loc": {
"start": {
"line": 15,
"column": 3
},
"end": {
"line": 15,
"column": 4
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "t",
"start": 361,
"end": 362,
"loc": {
"start": {
"line": 17,
"column": 2
},
"end": {
"line": 17,
"column": 3
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 362,
"end": 363,
"loc": {
"start": {
"line": 17,
"column": 3
},
"end": {
"line": 17,
"column": 4
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 363,
"end": 370,
"loc": {
"start": {
"line": 17,
"column": 4
},
"end": {
"line": 17,
"column": 11
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 371,
"end": 372,
"loc": {
"start": {
"line": 17,
"column": 12
},
"end": {
"line": 17,
"column": 13
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 373,
"end": 374,
"loc": {
"start": {
"line": 17,
"column": 14
},
"end": {
"line": 17,
"column": 15
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "mocks",
"start": 375,
"end": 380,
"loc": {
"start": {
"line": 17,
"column": 16
},
"end": {
"line": 17,
"column": 21
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 381,
"end": 382,
"loc": {
"start": {
"line": 17,
"column": 22
},
"end": {
"line": 17,
"column": 23
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 382,
"end": 383,
"loc": {
"start": {
"line": 17,
"column": 23
},
"end": {
"line": 17,
"column": 24
}
}
},
{
"type": {
"label": "for",
"keyword": "for",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": true,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "for",
"start": 387,
"end": 390,
"loc": {
"start": {
"line": 19,
"column": 2
},
"end": {
"line": 19,
"column": 5
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 391,
"end": 392,
"loc": {
"start": {
"line": 19,
"column": 6
},
"end": {
"line": 19,
"column": 7
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 392,
"end": 397,
"loc": {
"start": {
"line": 19,
"column": 7
},
"end": {
"line": 19,
"column": 12
}
}
},
{
"type": {
"label": "[",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 398,
"end": 399,
"loc": {
"start": {
"line": 19,
"column": 13
},
"end": {
"line": 19,
"column": 14
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "name",
"start": 399,
"end": 403,
"loc": {
"start": {
"line": 19,
"column": 14
},
"end": {
"line": 19,
"column": 18
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 403,
"end": 404,
"loc": {
"start": {
"line": 19,
"column": 18
},
"end": {
"line": 19,
"column": 19
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "mock",
"start": 405,
"end": 409,
"loc": {
"start": {
"line": 19,
"column": 20
},
"end": {
"line": 19,
"column": 24
}
}
},
{
"type": {
"label": "]",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 409,
"end": 410,
"loc": {
"start": {
"line": 19,
"column": 24
},
"end": {
"line": 19,
"column": 25
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "of",
"start": 411,
"end": 413,
"loc": {
"start": {
"line": 19,
"column": 26
},
"end": {
"line": 19,
"column": 28
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "Object",
"start": 414,
"end": 420,
"loc": {
"start": {
"line": 19,
"column": 29
},
"end": {
"line": 19,
"column": 35
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 420,
"end": 421,
"loc": {
"start": {
"line": 19,
"column": 35
},
"end": {
"line": 19,
"column": 36
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "entries",
"start": 421,
"end": 428,
"loc": {
"start": {
"line": 19,
"column": 36
},
"end": {
"line": 19,
"column": 43
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 428,
"end": 429,
"loc": {
"start": {
"line": 19,
"column": 43
},
"end": {
"line": 19,
"column": 44
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "mocks",
"start": 429,
"end": 434,
"loc": {
"start": {
"line": 19,
"column": 44
},
"end": {
"line": 19,
"column": 49
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 434,
"end": 435,
"loc": {
"start": {
"line": 19,
"column": 49
},
"end": {
"line": 19,
"column": 50
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 435,
"end": 436,
"loc": {
"start": {
"line": 19,
"column": 50
},
"end": {
"line": 19,
"column": 51
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 437,
"end": 438,
"loc": {
"start": {
"line": 19,
"column": 52
},
"end": {
"line": 19,
"column": 53
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "moduleRewireAPI",
"start": 443,
"end": 458,
"loc": {
"start": {
"line": 20,
"column": 4
},
"end": {
"line": 20,
"column": 19
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 458,
"end": 459,
"loc": {
"start": {
"line": 20,
"column": 19
},
"end": {
"line": 20,
"column": 20
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "__Rewire__",
"start": 459,
"end": 469,
"loc": {
"start": {
"line": 20,
"column": 20
},
"end": {
"line": 20,
"column": 30
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 469,
"end": 470,
"loc": {
"start": {
"line": 20,
"column": 30
},
"end": {
"line": 20,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "name",
"start": 470,
"end": 474,
"loc": {
"start": {
"line": 20,
"column": 31
},
"end": {
"line": 20,
"column": 35
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 474,
"end": 475,
"loc": {
"start": {
"line": 20,
"column": 35
},
"end": {
"line": 20,
"column": 36
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "mock",
"start": 476,
"end": 480,
"loc": {
"start": {
"line": 20,
"column": 37
},
"end": {
"line": 20,
"column": 41
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 480,
"end": 481,
"loc": {
"start": {
"line": 20,
"column": 41
},
"end": {
"line": 20,
"column": 42
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 481,
"end": 482,
"loc": {
"start": {
"line": 20,
"column": 42
},
"end": {
"line": 20,
"column": 43
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 485,
"end": 486,
"loc": {
"start": {
"line": 21,
"column": 2
},
"end": {
"line": 21,
"column": 3
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 487,
"end": 488,
"loc": {
"start": {
"line": 22,
"column": 0
},
"end": {
"line": 22,
"column": 1
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 488,
"end": 489,
"loc": {
"start": {
"line": 22,
"column": 1
},
"end": {
"line": 22,
"column": 2
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 489,
"end": 490,
"loc": {
"start": {
"line": 22,
"column": 2
},
"end": {
"line": 22,
"column": 3
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "test",
"start": 492,
"end": 496,
"loc": {
"start": {
"line": 24,
"column": 0
},
"end": {
"line": 24,
"column": 4
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 496,
"end": 497,
"loc": {
"start": {
"line": 24,
"column": 4
},
"end": {
"line": 24,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "afterEach",
"start": 497,
"end": 506,
"loc": {
"start": {
"line": 24,
"column": 5
},
"end": {
"line": 24,
"column": 14
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 506,
"end": 507,
"loc": {
"start": {
"line": 24,
"column": 14
},
"end": {
"line": 24,
"column": 15
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "always",
"start": 507,
"end": 513,
"loc": {
"start": {
"line": 24,
"column": 15
},
"end": {
"line": 24,
"column": 21
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 513,
"end": 514,
"loc": {
"start": {
"line": 24,
"column": 21
},
"end": {
"line": 24,
"column": 22
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "unmock imports",
"start": 514,
"end": 530,
"loc": {
"start": {
"line": 24,
"column": 22
},
"end": {
"line": 24,
"column": 38
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 530,
"end": 531,
"loc": {
"start": {
"line": 24,
"column": 38
},
"end": {
"line": 24,
"column": 39
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "t",
"start": 532,
"end": 533,
"loc": {
"start": {
"line": 24,
"column": 40
},
"end": {
"line": 24,
"column": 41
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 534,
"end": 536,
"loc": {
"start": {
"line": 24,
"column": 42
},
"end": {
"line": 24,
"column": 44
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 537,
"end": 538,
"loc": {
"start": {
"line": 24,
"column": 45
},
"end": {
"line": 24,
"column": 46
}
}
},
{
"type": {
"label": "for",
"keyword": "for",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": true,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "for",
"start": 541,
"end": 544,
"loc": {
"start": {
"line": 25,
"column": 2
},
"end": {
"line": 25,
"column": 5
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 545,
"end": 546,
"loc": {
"start": {
"line": 25,
"column": 6
},
"end": {
"line": 25,
"column": 7
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 546,
"end": 551,
"loc": {
"start": {
"line": 25,
"column": 7
},
"end": {
"line": 25,
"column": 12
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "name",
"start": 552,
"end": 556,
"loc": {
"start": {
"line": 25,
"column": 13
},
"end": {
"line": 25,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "of",
"start": 557,
"end": 559,
"loc": {
"start": {
"line": 25,
"column": 18
},
"end": {
"line": 25,
"column": 20
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "Object",
"start": 560,
"end": 566,
"loc": {
"start": {
"line": 25,
"column": 21
},
"end": {
"line": 25,
"column": 27
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 566,
"end": 567,
"loc": {
"start": {
"line": 25,
"column": 27
},
"end": {
"line": 25,
"column": 28
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "keys",
"start": 567,
"end": 571,
"loc": {
"start": {
"line": 25,
"column": 28
},
"end": {
"line": 25,
"column": 32
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 571,
"end": 572,
"loc": {
"start": {
"line": 25,
"column": 32
},
"end": {
"line": 25,
"column": 33
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "t",
"start": 572,
"end": 573,
"loc": {
"start": {
"line": 25,
"column": 33
},
"end": {
"line": 25,
"column": 34
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 573,
"end": 574,
"loc": {
"start": {
"line": 25,
"column": 34
},
"end": {
"line": 25,
"column": 35
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 574,
"end": 581,
"loc": {
"start": {
"line": 25,
"column": 35
},
"end": {
"line": 25,
"column": 42
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 581,
"end": 582,
"loc": {
"start": {
"line": 25,
"column": 42
},
"end": {
"line": 25,
"column": 43
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "mocks",
"start": 582,
"end": 587,
"loc": {
"start": {
"line": 25,
"column": 43
},
"end": {
"line": 25,
"column": 48
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 587,
"end": 588,
"loc": {
"start": {
"line": 25,
"column": 48
},
"end": {
"line": 25,
"column": 49
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 588,
"end": 589,
"loc": {
"start": {
"line": 25,
"column": 49
},
"end": {
"line": 25,
"column": 50
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 590,
"end": 591,
"loc": {
"start": {
"line": 25,
"column": 51
},
"end": {
"line": 25,
"column": 52
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "moduleRewireAPI",
"start": 596,
"end": 611,
"loc": {
"start": {
"line": 26,
"column": 4
},
"end": {
"line": 26,
"column": 19
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 611,
"end": 612,
"loc": {
"start": {
"line": 26,
"column": 19
},
"end": {
"line": 26,
"column": 20
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "__ResetDependency__",
"start": 612,
"end": 631,
"loc": {
"start": {
"line": 26,
"column": 20
},
"end": {
"line": 26,
"column": 39
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 631,
"end": 632,
"loc": {
"start": {
"line": 26,
"column": 39
},
"end": {
"line": 26,
"column": 40
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "name",
"start": 632,
"end": 636,
"loc": {
"start": {
"line": 26,
"column": 40
},
"end": {
"line": 26,
"column": 44
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 636,
"end": 637,
"loc": {
"start": {
"line": 26,
"column": 44
},
"end": {
"line": 26,
"column": 45
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 637,
"end": 638,
"loc": {
"start": {
"line": 26,
"column": 45
},
"end": {
"line": 26,
"column": 46
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 641,
"end": 642,
"loc": {
"start": {
"line": 27,
"column": 2
},
"end": {
"line": 27,
"column": 3
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 643,
"end": 644,
"loc": {
"start": {
"line": 28,
"column": 0
},
"end": {
"line": 28,
"column": 1
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 644,
"end": 645,
"loc": {
"start": {
"line": 28,
"column": 1
},
"end": {
"line": 28,
"column": 2
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 645,
"end": 646,
"loc": {
"start": {
"line": 28,
"column": 2
},
"end": {
"line": 28,
"column": 3
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "test",
"start": 648,
"end": 652,
"loc": {
"start": {
"line": 30,
"column": 0
},
"end": {
"line": 30,
"column": 4
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 652,
"end": 653,
"loc": {
"start": {
"line": 30,
"column": 4
},
"end": {
"line": 30,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "serial",
"start": 653,
"end": 659,
"loc": {
"start": {
"line": 30,
"column": 5
},
"end": {
"line": 30,
"column": 11
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 659,
"end": 660,
"loc": {
"start": {
"line": 30,
"column": 11
},
"end": {
"line": 30,
"column": 12
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "should prompt to enter seeders-folder-name",
"start": 660,
"end": 704,
"loc": {
"start": {
"line": 30,
"column": 12
},
"end": {
"line": 30,
"column": 56
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 704,
"end": 705,
"loc": {
"start": {
"line": 30,
"column": 56
},
"end": {
"line": 30,
"column": 57
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "async",
"start": 706,
"end": 711,
"loc": {
"start": {
"line": 30,
"column": 58
},
"end": {
"line": 30,
"column": 63
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "t",
"start": 712,
"end": 713,
"loc": {
"start": {
"line": 30,
"column": 64
},
"end": {
"line": 30,
"column": 65
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 714,
"end": 716,
"loc": {
"start": {
"line": 30,
"column": 66
},
"end": {
"line": 30,
"column": 68
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 717,
"end": 718,
"loc": {
"start": {
"line": 30,
"column": 69
},
"end": {
"line": 30,
"column": 70
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 721,
"end": 726,
"loc": {
"start": {
"line": 31,
"column": 2
},
"end": {
"line": 31,
"column": 7
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "seedersFolderName",
"start": 727,
"end": 744,
"loc": {
"start": {
"line": 31,
"column": 8
},
"end": {
"line": 31,
"column": 25
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 745,
"end": 746,
"loc": {
"start": {
"line": 31,
"column": 26
},
"end": {
"line": 31,
"column": 27
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "some-folder-name",
"start": 747,
"end": 765,
"loc": {
"start": {
"line": 31,
"column": 28
},
"end": {
"line": 31,
"column": 46
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 765,
"end": 766,
"loc": {
"start": {
"line": 31,
"column": 46
},
"end": {
"line": 31,
"column": 47
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 769,
"end": 774,
"loc": {
"start": {
"line": 32,
"column": 2
},
"end": {
"line": 32,
"column": 7
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 775,
"end": 776,
"loc": {
"start": {
"line": 32,
"column": 8
},
"end": {
"line": 32,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "inquirer",
"start": 777,
"end": 785,
"loc": {
"start": {
"line": 32,
"column": 10
},
"end": {
"line": 32,
"column": 18
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 785,
"end": 786,
"loc": {
"start": {
"line": 32,
"column": 18
},
"end": {
"line": 32,
"column": 19
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "validateSeedersFolderName",
"start": 787,
"end": 812,
"loc": {
"start": {
"line": 32,
"column": 20
},
"end": {
"line": 32,
"column": 45
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 813,
"end": 814,
"loc": {
"start": {
"line": 32,
"column": 46
},
"end": {
"line": 32,
"column": 47
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 815,
"end": 816,
"loc": {
"start": {
"line": 32,
"column": 48
},
"end": {
"line": 32,
"column": 49
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "t",
"start": 817,
"end": 818,
"loc": {
"start": {
"line": 32,
"column": 50
},
"end": {
"line": 32,
"column": 51
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 818,
"end": 819,
"loc": {
"start": {
"line": 32,
"column": 51
},
"end": {
"line": 32,
"column": 52
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 819,
"end": 826,
"loc": {
"start": {
"line": 32,
"column": 52
},
"end": {
"line": 32,
"column": 59
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 826,
"end": 827,
"loc": {
"start": {
"line": 32,
"column": 59
},
"end": {
"line": 32,
"column": 60
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "mocks",
"start": 827,
"end": 832,
"loc": {
"start": {
"line": 32,
"column": 60
},
"end": {
"line": 32,
"column": 65
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 832,
"end": 833,
"loc": {
"start": {
"line": 32,
"column": 65
},
"end": {
"line": 32,
"column": 66
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 837,
"end": 842,
"loc": {
"start": {
"line": 34,
"column": 2
},
"end": {
"line": 34,
"column": 7
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "fakedPrompt",
"start": 843,
"end": 854,
"loc": {
"start": {
"line": 34,
"column": 8
},
"end": {
"line": 34,
"column": 19
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 855,
"end": 856,
"loc": {
"start": {
"line": 34,
"column": 20
},
"end": {
"line": 34,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "async",
"start": 857,
"end": 862,
"loc": {
"start": {
"line": 34,
"column": 22
},
"end": {
"line": 34,
"column": 27
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "optionsArray",
"start": 863,
"end": 875,
"loc": {
"start": {
"line": 34,
"column": 28
},
"end": {
"line": 34,
"column": 40
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 876,
"end": 878,
"loc": {
"start": {
"line": 34,
"column": 41
},
"end": {
"line": 34,
"column": 43
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 879,
"end": 880,
"loc": {
"start": {
"line": 34,
"column": 44
},
"end": {
"line": 34,
"column": 45
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 885,
"end": 890,
"loc": {
"start": {
"line": 35,
"column": 4
},
"end": {
"line": 35,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "promptResults",
"start": 891,
"end": 904,
"loc": {
"start": {
"line": 35,
"column": 10
},
"end": {
"line": 35,
"column": 23
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 905,
"end": 906,
"loc": {
"start": {
"line": 35,
"column": 24
},
"end": {
"line": 35,
"column": 25
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 907,
"end": 908,
"loc": {
"start": {
"line": 35,
"column": 26
},
"end": {
"line": 35,
"column": 27
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 908,
"end": 909,
"loc": {
"start": {
"line": 35,
"column": 27
},
"end": {
"line": 35,
"column": 28
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 909,
"end": 910,
"loc": {
"start": {
"line": 35,
"column": 28
},
"end": {
"line": 35,
"column": 29
}
}
},
{
"type": {
"label": "for",
"keyword": "for",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": true,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "for",
"start": 916,
"end": 919,
"loc": {
"start": {
"line": 37,
"column": 4
},
"end": {
"line": 37,
"column": 7
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 920,
"end": 921,
"loc": {
"start": {
"line": 37,
"column": 8
},
"end": {
"line": 37,
"column": 9
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 921,
"end": 926,
"loc": {
"start": {
"line": 37,
"column": 9
},
"end": {
"line": 37,
"column": 14
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 927,
"end": 928,
"loc": {
"start": {
"line": 37,
"column": 15
},
"end": {
"line": 37,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "name",
"start": 929,
"end": 933,
"loc": {
"start": {
"line": 37,
"column": 17
},
"end": {
"line": 37,
"column": 21
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 933,
"end": 934,
"loc": {
"start": {
"line": 37,
"column": 21
},
"end": {
"line": 37,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "validate",
"start": 935,
"end": 943,
"loc": {
"start": {
"line": 37,
"column": 23
},
"end": {
"line": 37,
"column": 31
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 943,
"end": 944,
"loc": {
"start": {
"line": 37,
"column": 31
},
"end": {
"line": 37,
"column": 32
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "filter",
"start": 945,
"end": 951,
"loc": {
"start": {
"line": 37,
"column": 33
},
"end": {
"line": 37,
"column": 39
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 952,
"end": 953,
"loc": {
"start": {
"line": 37,
"column": 40
},
"end": {
"line": 37,
"column": 41
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "of",
"start": 954,
"end": 956,
"loc": {
"start": {
"line": 37,
"column": 42
},
"end": {
"line": 37,
"column": 44
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "optionsArray",
"start": 957,
"end": 969,
"loc": {
"start": {
"line": 37,
"column": 45
},
"end": {
"line": 37,
"column": 57
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 969,
"end": 970,
"loc": {
"start": {
"line": 37,
"column": 57
},
"end": {
"line": 37,
"column": 58
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 971,
"end": 972,
"loc": {
"start": {
"line": 37,
"column": 59
},
"end": {
"line": 37,
"column": 60
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 979,
"end": 984,
"loc": {
"start": {
"line": 38,
"column": 6
},
"end": {
"line": 38,
"column": 11
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "value",
"start": 985,
"end": 990,
"loc": {
"start": {
"line": 38,
"column": 12
},
"end": {
"line": 38,
"column": 17
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 991,
"end": 992,
"loc": {
"start": {
"line": 38,
"column": 18
},
"end": {
"line": 38,
"column": 19
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "filter",
"start": 993,
"end": 999,
"loc": {
"start": {
"line": 38,
"column": 20
},
"end": {
"line": 38,
"column": 26
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 999,
"end": 1000,
"loc": {
"start": {
"line": 38,
"column": 26
},
"end": {
"line": 38,
"column": 27
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "seedersFolderName",
"start": 1000,
"end": 1017,
"loc": {
"start": {
"line": 38,
"column": 27
},
"end": {
"line": 38,
"column": 44
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1017,
"end": 1018,
"loc": {
"start": {
"line": 38,
"column": 44
},
"end": {
"line": 38,
"column": 45
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1018,
"end": 1019,
"loc": {
"start": {
"line": 38,
"column": 45
},
"end": {
"line": 38,
"column": 46
}
}
},
{
"type": {
"label": "if",
"keyword": "if",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "if",
"start": 1027,
"end": 1029,
"loc": {
"start": {
"line": 40,
"column": 6
},
"end": {
"line": 40,
"column": 8
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1030,
"end": 1031,
"loc": {
"start": {
"line": 40,
"column": 9
},
"end": {
"line": 40,
"column": 10
}
}
},
{
"type": {
"label": "prefix",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "!",
"start": 1031,
"end": 1032,
"loc": {
"start": {
"line": 40,
"column": 10
},
"end": {
"line": 40,
"column": 11
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "validate",
"start": 1032,
"end": 1040,
"loc": {
"start": {
"line": 40,
"column": 11
},
"end": {
"line": 40,
"column": 19
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1040,
"end": 1041,
"loc": {
"start": {
"line": 40,
"column": 19
},
"end": {
"line": 40,
"column": 20
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "value",
"start": 1041,
"end": 1046,
"loc": {
"start": {
"line": 40,
"column": 20
},
"end": {
"line": 40,
"column": 25
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1046,
"end": 1047,
"loc": {
"start": {
"line": 40,
"column": 25
},
"end": {
"line": 40,
"column": 26
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1047,
"end": 1048,
"loc": {
"start": {
"line": 40,
"column": 26
},
"end": {
"line": 40,
"column": 27
}
}
},
{
"type": {
"label": "throw",
"keyword": "throw",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "throw",
"start": 1049,
"end": 1054,
"loc": {
"start": {
"line": 40,
"column": 28
},
"end": {
"line": 40,
"column": 33
}
}
},
{
"type": {
"label": "new",
"keyword": "new",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "new",
"start": 1055,
"end": 1058,
"loc": {
"start": {
"line": 40,
"column": 34
},
"end": {
"line": 40,
"column": 37
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "Error",
"start": 1059,
"end": 1064,
"loc": {
"start": {
"line": 40,
"column": 38
},
"end": {
"line": 40,
"column": 43
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1064,
"end": 1065,
"loc": {
"start": {
"line": 40,
"column": 43
},
"end": {
"line": 40,
"column": 44
}
}
},
{
"type": {
"label": "`",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1065,
"end": 1066,
"loc": {
"start": {
"line": 40,
"column": 44
},
"end": {
"line": 40,
"column": 45
}
}
},
{
"type": {
"label": "template",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "",
"start": 1066,
"end": 1066,
"loc": {
"start": {
"line": 40,
"column": 45
},
"end": {
"line": 40,
"column": 45
}
}
},
{
"type": {
"label": "${",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1066,
"end": 1068,
"loc": {
"start": {
"line": 40,
"column": 45
},
"end": {
"line": 40,
"column": 47
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "name",
"start": 1068,
"end": 1072,
"loc": {
"start": {
"line": 40,
"column": 47
},
"end": {
"line": 40,
"column": 51
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1072,
"end": 1073,
"loc": {
"start": {
"line": 40,
"column": 51
},
"end": {
"line": 40,
"column": 52
}
}
},
{
"type": {
"label": "template",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": " is invalid",
"start": 1073,
"end": 1084,
"loc": {
"start": {
"line": 40,
"column": 52
},
"end": {
"line": 40,
"column": 63
}
}
},
{
"type": {
"label": "`",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1084,
"end": 1085,
"loc": {
"start": {
"line": 40,
"column": 63
},
"end": {
"line": 40,
"column": 64
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1085,
"end": 1086,
"loc": {
"start": {
"line": 40,
"column": 64
},
"end": {
"line": 40,
"column": 65
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1086,
"end": 1087,
"loc": {
"start": {
"line": 40,
"column": 65
},
"end": {
"line": 40,
"column": 66
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "promptResults",
"start": 1095,
"end": 1108,
"loc": {
"start": {
"line": 42,
"column": 6
},
"end": {
"line": 42,
"column": 19
}
}
},
{
"type": {
"label": "[",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1108,
"end": 1109,
"loc": {
"start": {
"line": 42,
"column": 19
},
"end": {
"line": 42,
"column": 20
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "name",
"start": 1109,
"end": 1113,
"loc": {
"start": {
"line": 42,
"column": 20
},
"end": {
"line": 42,
"column": 24
}
}
},
{
"type": {
"label": "]",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1113,
"end": 1114,
"loc": {
"start": {
"line": 42,
"column": 24
},
"end": {
"line": 42,
"column": 25
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1115,
"end": 1116,
"loc": {
"start": {
"line": 42,
"column": 26
},
"end": {
"line": 42,
"column": 27
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "value",
"start": 1117,
"end": 1122,
"loc": {
"start": {
"line": 42,
"column": 28
},
"end": {
"line": 42,
"column": 33
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1122,
"end": 1123,
"loc": {
"start": {
"line": 42,
"column": 33
},
"end": {
"line": 42,
"column": 34
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1128,
"end": 1129,
"loc": {
"start": {
"line": 43,
"column": 4
},
"end": {
"line": 43,
"column": 5
}
}
},
{
"type": {
"label": "return",
"keyword": "return",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "return",
"start": 1135,
"end": 1141,
"loc": {
"start": {
"line": 45,
"column": 4
},
"end": {
"line": 45,
"column": 10
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "promptResults",
"start": 1142,
"end": 1155,
"loc": {
"start": {
"line": 45,
"column": 11
},
"end": {
"line": 45,
"column": 24
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1155,
"end": 1156,
"loc": {
"start": {
"line": 45,
"column": 24
},
"end": {
"line": 45,
"column": 25
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1159,
"end": 1160,
"loc": {
"start": {
"line": 46,
"column": 2
},
"end": {
"line": 46,
"column": 3
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1160,
"end": 1161,
"loc": {
"start": {
"line": 46,
"column": 3
},
"end": {
"line": 46,
"column": 4
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "inquirer",
"start": 1165,
"end": 1173,
"loc": {
"start": {
"line": 48,
"column": 2
},
"end": {
"line": 48,
"column": 10
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1173,
"end": 1174,
"loc": {
"start": {
"line": 48,
"column": 10
},
"end": {
"line": 48,
"column": 11
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "prompt",
"start": 1174,
"end": 1180,
"loc": {
"start": {
"line": 48,
"column": 11
},
"end": {
"line": 48,
"column": 17
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1180,
"end": 1181,
"loc": {
"start": {
"line": 48,
"column": 17
},
"end": {
"line": 48,
"column": 18
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "callsFake",
"start": 1181,
"end": 1190,
"loc": {
"start": {
"line": 48,
"column": 18
},
"end": {
"line": 48,
"column": 27
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1190,
"end": 1191,
"loc": {
"start": {
"line": 48,
"column": 27
},
"end": {
"line": 48,
"column": 28
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "fakedPrompt",
"start": 1191,
"end": 1202,
"loc": {
"start": {
"line": 48,
"column": 28
},
"end": {
"line": 48,
"column": 39
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1202,
"end": 1203,
"loc": {
"start": {
"line": 48,
"column": 39
},
"end": {
"line": 48,
"column": 40
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1203,
"end": 1204,
"loc": {
"start": {
"line": 48,
"column": 40
},
"end": {
"line": 48,
"column": 41
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "validateSeedersFolderName",
"start": 1207,
"end": 1232,
"loc": {
"start": {
"line": 49,
"column": 2
},
"end": {
"line": 49,
"column": 27
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1232,
"end": 1233,
"loc": {
"start": {
"line": 49,
"column": 27
},
"end": {
"line": 49,
"column": 28
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "withArgs",
"start": 1233,
"end": 1241,
"loc": {
"start": {
"line": 49,
"column": 28
},
"end": {
"line": 49,
"column": 36
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1241,
"end": 1242,
"loc": {
"start": {
"line": 49,
"column": 36
},
"end": {
"line": 49,
"column": 37
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "seedersFolderName",
"start": 1242,
"end": 1259,
"loc": {
"start": {
"line": 49,
"column": 37
},
"end": {
"line": 49,
"column": 54
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1259,
"end": 1260,
"loc": {
"start": {
"line": 49,
"column": 54
},
"end": {
"line": 49,
"column": 55
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1260,
"end": 1261,
"loc": {
"start": {
"line": 49,
"column": 55
},
"end": {
"line": 49,
"column": 56
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "returns",
"start": 1261,
"end": 1268,
"loc": {
"start": {
"line": 49,
"column": 56
},
"end": {
"line": 49,
"column": 63
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1268,
"end": 1269,
"loc": {
"start": {
"line": 49,
"column": 63
},
"end": {
"line": 49,
"column": 64
}
}
},
{
"type": {
"label": "true",
"keyword": "true",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "true",
"start": 1269,
"end": 1273,
"loc": {
"start": {
"line": 49,
"column": 64
},
"end": {
"line": 49,
"column": 68
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1273,
"end": 1274,
"loc": {
"start": {
"line": 49,
"column": 68
},
"end": {
"line": 49,
"column": 69
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1274,
"end": 1275,
"loc": {
"start": {
"line": 49,
"column": 69
},
"end": {
"line": 49,
"column": 70
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 1279,
"end": 1284,
"loc": {
"start": {
"line": 51,
"column": 2
},
"end": {
"line": 51,
"column": 7
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "result",
"start": 1285,
"end": 1291,
"loc": {
"start": {
"line": 51,
"column": 8
},
"end": {
"line": 51,
"column": 14
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1292,
"end": 1293,
"loc": {
"start": {
"line": 51,
"column": 15
},
"end": {
"line": 51,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "await",
"start": 1294,
"end": 1299,
"loc": {
"start": {
"line": 51,
"column": 17
},
"end": {
"line": 51,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "promptSeedersFolder",
"start": 1300,
"end": 1319,
"loc": {
"start": {
"line": 51,
"column": 23
},
"end": {
"line": 51,
"column": 42
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1319,
"end": 1320,
"loc": {
"start": {
"line": 51,
"column": 42
},
"end": {
"line": 51,
"column": 43
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1320,
"end": 1321,
"loc": {
"start": {
"line": 51,
"column": 43
},
"end": {
"line": 51,
"column": 44
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1321,
"end": 1322,
"loc": {
"start": {
"line": 51,
"column": 44
},
"end": {
"line": 51,
"column": 45
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "t",
"start": 1326,
"end": 1327,
"loc": {
"start": {
"line": 53,
"column": 2
},
"end": {
"line": 53,
"column": 3
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1327,
"end": 1328,
"loc": {
"start": {
"line": 53,
"column": 3
},
"end": {
"line": 53,
"column": 4
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "is",
"start": 1328,
"end": 1330,
"loc": {
"start": {
"line": 53,
"column": 4
},
"end": {
"line": 53,
"column": 6
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1330,
"end": 1331,
"loc": {
"start": {
"line": 53,
"column": 6
},
"end": {
"line": 53,
"column": 7
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "result",
"start": 1331,
"end": 1337,
"loc": {
"start": {
"line": 53,
"column": 7
},
"end": {
"line": 53,
"column": 13
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1337,
"end": 1338,
"loc": {
"start": {
"line": 53,
"column": 13
},
"end": {
"line": 53,
"column": 14
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "seedersFolderName",
"start": 1339,
"end": 1356,
"loc": {
"start": {
"line": 53,
"column": 15
},
"end": {
"line": 53,
"column": 32
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1356,
"end": 1357,
"loc": {
"start": {
"line": 53,
"column": 32
},
"end": {
"line": 53,
"column": 33
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1357,
"end": 1358,
"loc": {
"start": {
"line": 53,
"column": 33
},
"end": {
"line": 53,
"column": 34
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "t",
"start": 1361,
"end": 1362,
"loc": {
"start": {
"line": 54,
"column": 2
},
"end": {
"line": 54,
"column": 3
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1362,
"end": 1363,
"loc": {
"start": {
"line": 54,
"column": 3
},
"end": {
"line": 54,
"column": 4
}
}
},
{
"type": {
"label": "true",
"keyword": "true",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "true",
"start": 1363,
"end": 1367,
"loc": {
"start": {
"line": 54,
"column": 4
},
"end": {
"line": 54,
"column": 8
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1367,
"end": 1368,
"loc": {
"start": {
"line": 54,
"column": 8
},
"end": {
"line": 54,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "validateSeedersFolderName",
"start": 1368,
"end": 1393,
"loc": {
"start": {
"line": 54,
"column": 9
},
"end": {
"line": 54,
"column": 34
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1393,
"end": 1394,
"loc": {
"start": {
"line": 54,
"column": 34
},
"end": {
"line": 54,
"column": 35
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "calledWith",
"start": 1394,
"end": 1404,
"loc": {
"start": {
"line": 54,
"column": 35
},
"end": {
"line": 54,
"column": 45
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1404,
"end": 1405,
"loc": {
"start": {
"line": 54,
"column": 45
},
"end": {
"line": 54,
"column": 46
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "seedersFolderName",
"start": 1405,
"end": 1422,
"loc": {
"start": {
"line": 54,
"column": 46
},
"end": {
"line": 54,
"column": 63
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1422,
"end": 1423,
"loc": {
"start": {
"line": 54,
"column": 63
},
"end": {
"line": 54,
"column": 64
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1423,
"end": 1424,
"loc": {
"start": {
"line": 54,
"column": 64
},
"end": {
"line": 54,
"column": 65
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1424,
"end": 1425,
"loc": {
"start": {
"line": 54,
"column": 65
},
"end": {
"line": 54,
"column": 66
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1426,
"end": 1427,
"loc": {
"start": {
"line": 55,
"column": 0
},
"end": {
"line": 55,
"column": 1
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1427,
"end": 1428,
"loc": {
"start": {
"line": 55,
"column": 1
},
"end": {
"line": 55,
"column": 2
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1428,
"end": 1429,
"loc": {
"start": {
"line": 55,
"column": 2
},
"end": {
"line": 55,
"column": 3
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "test",
"start": 1431,
"end": 1435,
"loc": {
"start": {
"line": 57,
"column": 0
},
"end": {
"line": 57,
"column": 4
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1435,
"end": 1436,
"loc": {
"start": {
"line": 57,
"column": 4
},
"end": {
"line": 57,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "serial",
"start": 1436,
"end": 1442,
"loc": {
"start": {
"line": 57,
"column": 5
},
"end": {
"line": 57,
"column": 11
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1442,
"end": 1443,
"loc": {
"start": {
"line": 57,
"column": 11
},
"end": {
"line": 57,
"column": 12
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "should prompt to use custom template and decline",
"start": 1443,
"end": 1493,
"loc": {
"start": {
"line": 57,
"column": 12
},
"end": {
"line": 57,
"column": 62
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1493,
"end": 1494,
"loc": {
"start": {
"line": 57,
"column": 62
},
"end": {
"line": 57,
"column": 63
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "async",
"start": 1495,
"end": 1500,
"loc": {
"start": {
"line": 57,
"column": 64
},
"end": {
"line": 57,
"column": 69
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "t",
"start": 1501,
"end": 1502,
"loc": {
"start": {
"line": 57,
"column": 70
},
"end": {
"line": 57,
"column": 71
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1503,
"end": 1505,
"loc": {
"start": {
"line": 57,
"column": 72
},
"end": {
"line": 57,
"column": 74
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1506,
"end": 1507,
"loc": {
"start": {
"line": 57,
"column": 75
},
"end": {
"line": 57,
"column": 76
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 1510,
"end": 1515,
"loc": {
"start": {
"line": 58,
"column": 2
},
"end": {
"line": 58,
"column": 7
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1516,
"end": 1517,
"loc": {
"start": {
"line": 58,
"column": 8
},
"end": {
"line": 58,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "inquirer",
"start": 1518,
"end": 1526,
"loc": {
"start": {
"line": 58,
"column": 10
},
"end": {
"line": 58,
"column": 18
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1527,
"end": 1528,
"loc": {
"start": {
"line": 58,
"column": 19
},
"end": {
"line": 58,
"column": 20
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1529,
"end": 1530,
"loc": {
"start": {
"line": 58,
"column": 21
},
"end": {
"line": 58,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "t",
"start": 1531,
"end": 1532,
"loc": {
"start": {
"line": 58,
"column": 23
},
"end": {
"line": 58,
"column": 24
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1532,
"end": 1533,
"loc": {
"start": {
"line": 58,
"column": 24
},
"end": {
"line": 58,
"column": 25
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 1533,
"end": 1540,
"loc": {
"start": {
"line": 58,
"column": 25
},
"end": {
"line": 58,
"column": 32
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1540,
"end": 1541,
"loc": {
"start": {
"line": 58,
"column": 32
},
"end": {
"line": 58,
"column": 33
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "mocks",
"start": 1541,
"end": 1546,
"loc": {
"start": {
"line": 58,
"column": 33
},
"end": {
"line": 58,
"column": 38
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1546,
"end": 1547,
"loc": {
"start": {
"line": 58,
"column": 38
},
"end": {
"line": 58,
"column": 39
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "inquirer",
"start": 1551,
"end": 1559,
"loc": {
"start": {
"line": 60,
"column": 2
},
"end": {
"line": 60,
"column": 10
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1559,
"end": 1560,
"loc": {
"start": {
"line": 60,
"column": 10
},
"end": {
"line": 60,
"column": 11
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "prompt",
"start": 1560,
"end": 1566,
"loc": {
"start": {
"line": 60,
"column": 11
},
"end": {
"line": 60,
"column": 17
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1566,
"end": 1567,
"loc": {
"start": {
"line": 60,
"column": 17
},
"end": {
"line": 60,
"column": 18
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "callsFake",
"start": 1567,
"end": 1576,
"loc": {
"start": {
"line": 60,
"column": 18
},
"end": {
"line": 60,
"column": 27
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1576,
"end": 1577,
"loc": {
"start": {
"line": 60,
"column": 27
},
"end": {
"line": 60,
"column": 28
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "async",
"start": 1577,
"end": 1582,
"loc": {
"start": {
"line": 60,
"column": 28
},
"end": {
"line": 60,
"column": 33
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1583,
"end": 1584,
"loc": {
"start": {
"line": 60,
"column": 34
},
"end": {
"line": 60,
"column": 35
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1584,
"end": 1585,
"loc": {
"start": {
"line": 60,
"column": 35
},
"end": {
"line": 60,
"column": 36
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1586,
"end": 1588,
"loc": {
"start": {
"line": 60,
"column": 37
},
"end": {
"line": 60,
"column": 39
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1589,
"end": 1590,
"loc": {
"start": {
"line": 60,
"column": 40
},
"end": {
"line": 60,
"column": 41
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1590,
"end": 1591,
"loc": {
"start": {
"line": 60,
"column": 41
},
"end": {
"line": 60,
"column": 42
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "useCustomSeeder",
"start": 1596,
"end": 1611,
"loc": {
"start": {
"line": 61,
"column": 4
},
"end": {
"line": 61,
"column": 19
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1611,
"end": 1612,
"loc": {
"start": {
"line": 61,
"column": 19
},
"end": {
"line": 61,
"column": 20
}
}
},
{
"type": {
"label": "false",
"keyword": "false",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "false",
"start": 1613,
"end": 1618,
"loc": {
"start": {
"line": 61,
"column": 21
},
"end": {
"line": 61,
"column": 26
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1618,
"end": 1619,
"loc": {
"start": {
"line": 61,
"column": 26
},
"end": {
"line": 61,
"column": 27
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1622,
"end": 1623,
"loc": {
"start": {
"line": 62,
"column": 2
},
"end": {
"line": 62,
"column": 3
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1623,
"end": 1624,
"loc": {
"start": {
"line": 62,
"column": 3
},
"end": {
"line": 62,
"column": 4
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1624,
"end": 1625,
"loc": {
"start": {
"line": 62,
"column": 4
},
"end": {
"line": 62,
"column": 5
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1625,
"end": 1626,
"loc": {
"start": {
"line": 62,
"column": 5
},
"end": {
"line": 62,
"column": 6
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 1630,
"end": 1635,
"loc": {
"start": {
"line": 64,
"column": 2
},
"end": {
"line": 64,
"column": 7
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "result",
"start": 1636,
"end": 1642,
"loc": {
"start": {
"line": 64,
"column": 8
},
"end": {
"line": 64,
"column": 14
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1643,
"end": 1644,
"loc": {
"start": {
"line": 64,
"column": 15
},
"end": {
"line": 64,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "await",
"start": 1645,
"end": 1650,
"loc": {
"start": {
"line": 64,
"column": 17
},
"end": {
"line": 64,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "promptSeederTemplate",
"start": 1651,
"end": 1671,
"loc": {
"start": {
"line": 64,
"column": 23
},
"end": {
"line": 64,
"column": 43
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1671,
"end": 1672,
"loc": {
"start": {
"line": 64,
"column": 43
},
"end": {
"line": 64,
"column": 44
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1672,
"end": 1673,
"loc": {
"start": {
"line": 64,
"column": 44
},
"end": {
"line": 64,
"column": 45
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1673,
"end": 1674,
"loc": {
"start": {
"line": 64,
"column": 45
},
"end": {
"line": 64,
"column": 46
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "t",
"start": 1678,
"end": 1679,
"loc": {
"start": {
"line": 66,
"column": 2
},
"end": {
"line": 66,
"column": 3
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1679,
"end": 1680,
"loc": {
"start": {
"line": 66,
"column": 3
},
"end": {
"line": 66,
"column": 4
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "is",
"start": 1680,
"end": 1682,
"loc": {
"start": {
"line": 66,
"column": 4
},
"end": {
"line": 66,
"column": 6
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1682,
"end": 1683,
"loc": {
"start": {
"line": 66,
"column": 6
},
"end": {
"line": 66,
"column": 7
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "result",
"start": 1683,
"end": 1689,
"loc": {
"start": {
"line": 66,
"column": 7
},
"end": {
"line": 66,
"column": 13
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1689,
"end": 1690,
"loc": {
"start": {
"line": 66,
"column": 13
},
"end": {
"line": 66,
"column": 14
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "undefined",
"start": 1691,
"end": 1700,
"loc": {
"start": {
"line": 66,
"column": 15
},
"end": {
"line": 66,
"column": 24
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1700,
"end": 1701,
"loc": {
"start": {
"line": 66,
"column": 24
},
"end": {
"line": 66,
"column": 25
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1701,
"end": 1702,
"loc": {
"start": {
"line": 66,
"column": 25
},
"end": {
"line": 66,
"column": 26
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1703,
"end": 1704,
"loc": {
"start": {
"line": 67,
"column": 0
},
"end": {
"line": 67,
"column": 1
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1704,
"end": 1705,
"loc": {
"start": {
"line": 67,
"column": 1
},
"end": {
"line": 67,
"column": 2
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1705,
"end": 1706,
"loc": {
"start": {
"line": 67,
"column": 2
},
"end": {
"line": 67,
"column": 3
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "test",
"start": 1708,
"end": 1712,
"loc": {
"start": {
"line": 69,
"column": 0
},
"end": {
"line": 69,
"column": 4
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1712,
"end": 1713,
"loc": {
"start": {
"line": 69,
"column": 4
},
"end": {
"line": 69,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "serial",
"start": 1713,
"end": 1719,
"loc": {
"start": {
"line": 69,
"column": 5
},
"end": {
"line": 69,
"column": 11
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1719,
"end": 1720,
"loc": {
"start": {
"line": 69,
"column": 11
},
"end": {
"line": 69,
"column": 12
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "should prompt to use custom template and accept with file path",
"start": 1723,
"end": 1787,
"loc": {
"start": {
"line": 70,
"column": 2
},
"end": {
"line": 70,
"column": 66
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1787,
"end": 1788,
"loc": {
"start": {
"line": 70,
"column": 66
},
"end": {
"line": 70,
"column": 67
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "async",
"start": 1791,
"end": 1796,
"loc": {
"start": {
"line": 71,
"column": 2
},
"end": {
"line": 71,
"column": 7
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "t",
"start": 1797,
"end": 1798,
"loc": {
"start": {
"line": 71,
"column": 8
},
"end": {
"line": 71,
"column": 9
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1799,
"end": 1801,
"loc": {
"start": {
"line": 71,
"column": 10
},
"end": {
"line": 71,
"column": 12
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1802,
"end": 1803,
"loc": {
"start": {
"line": 71,
"column": 13
},
"end": {
"line": 71,
"column": 14
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 1808,
"end": 1813,
"loc": {
"start": {
"line": 72,
"column": 4
},
"end": {
"line": 72,
"column": 9
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1814,
"end": 1815,
"loc": {
"start": {
"line": 72,
"column": 10
},
"end": {
"line": 72,
"column": 11
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "inquirer",
"start": 1816,
"end": 1824,
"loc": {
"start": {
"line": 72,
"column": 12
},
"end": {
"line": 72,
"column": 20
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1824,
"end": 1825,
"loc": {
"start": {
"line": 72,
"column": 20
},
"end": {
"line": 72,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "validateSeederTemplatePath",
"start": 1826,
"end": 1852,
"loc": {
"start": {
"line": 72,
"column": 22
},
"end": {
"line": 72,
"column": 48
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1853,
"end": 1854,
"loc": {
"start": {
"line": 72,
"column": 49
},
"end": {
"line": 72,
"column": 50
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1855,
"end": 1856,
"loc": {
"start": {
"line": 72,
"column": 51
},
"end": {
"line": 72,
"column": 52
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "t",
"start": 1857,
"end": 1858,
"loc": {
"start": {
"line": 72,
"column": 53
},
"end": {
"line": 72,
"column": 54
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1858,
"end": 1859,
"loc": {
"start": {
"line": 72,
"column": 54
},
"end": {
"line": 72,
"column": 55
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 1859,
"end": 1866,
"loc": {
"start": {
"line": 72,
"column": 55
},
"end": {
"line": 72,
"column": 62
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1866,
"end": 1867,
"loc": {
"start": {
"line": 72,
"column": 62
},
"end": {
"line": 72,
"column": 63
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "mocks",
"start": 1867,
"end": 1872,
"loc": {
"start": {
"line": 72,
"column": 63
},
"end": {
"line": 72,
"column": 68
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1872,
"end": 1873,
"loc": {
"start": {
"line": 72,
"column": 68
},
"end": {
"line": 72,
"column": 69
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 1878,
"end": 1883,
"loc": {
"start": {
"line": 73,
"column": 4
},
"end": {
"line": 73,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "seederTemplatePath",
"start": 1884,
"end": 1902,
"loc": {
"start": {
"line": 73,
"column": 10
},
"end": {
"line": 73,
"column": 28
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1903,
"end": 1904,
"loc": {
"start": {
"line": 73,
"column": 29
},
"end": {
"line": 73,
"column": 30
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "./some-file-name.js",
"start": 1905,
"end": 1926,
"loc": {
"start": {
"line": 73,
"column": 31
},
"end": {
"line": 73,
"column": 52
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1926,
"end": 1927,
"loc": {
"start": {
"line": 73,
"column": 52
},
"end": {
"line": 73,
"column": 53
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 1933,
"end": 1938,
"loc": {
"start": {
"line": 75,
"column": 4
},
"end": {
"line": 75,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "fakedPrompt",
"start": 1939,
"end": 1950,
"loc": {
"start": {
"line": 75,
"column": 10
},
"end": {
"line": 75,
"column": 21
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1951,
"end": 1952,
"loc": {
"start": {
"line": 75,
"column": 22
},
"end": {
"line": 75,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "async",
"start": 1953,
"end": 1958,
"loc": {
"start": {
"line": 75,
"column": 24
},
"end": {
"line": 75,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "optionsArray",
"start": 1959,
"end": 1971,
"loc": {
"start": {
"line": 75,
"column": 30
},
"end": {
"line": 75,
"column": 42
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1972,
"end": 1974,
"loc": {
"start": {
"line": 75,
"column": 43
},
"end": {
"line": 75,
"column": 45
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1975,
"end": 1976,
"loc": {
"start": {
"line": 75,
"column": 46
},
"end": {
"line": 75,
"column": 47
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 1983,
"end": 1988,
"loc": {
"start": {
"line": 76,
"column": 6
},
"end": {
"line": 76,
"column": 11
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1989,
"end": 1990,
"loc": {
"start": {
"line": 76,
"column": 12
},
"end": {
"line": 76,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "name",
"start": 1991,
"end": 1995,
"loc": {
"start": {
"line": 76,
"column": 14
},
"end": {
"line": 76,
"column": 18
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1995,
"end": 1996,
"loc": {
"start": {
"line": 76,
"column": 18
},
"end": {
"line": 76,
"column": 19
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "validate",
"start": 1997,
"end": 2005,
"loc": {
"start": {
"line": 76,
"column": 20
},
"end": {
"line": 76,
"column": 28
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2005,
"end": 2006,
"loc": {
"start": {
"line": 76,
"column": 28
},
"end": {
"line": 76,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "filter",
"start": 2007,
"end": 2013,
"loc": {
"start": {
"line": 76,
"column": 30
},
"end": {
"line": 76,
"column": 36
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2014,
"end": 2015,
"loc": {
"start": {
"line": 76,
"column": 37
},
"end": {
"line": 76,
"column": 38
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 2016,
"end": 2017,
"loc": {
"start": {
"line": 76,
"column": 39
},
"end": {
"line": 76,
"column": 40
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "optionsArray",
"start": 2018,
"end": 2030,
"loc": {
"start": {
"line": 76,
"column": 41
},
"end": {
"line": 76,
"column": 53
}
}
},
{
"type": {
"label": "[",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2030,
"end": 2031,
"loc": {
"start": {
"line": 76,
"column": 53
},
"end": {
"line": 76,
"column": 54
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 0,
"start": 2031,
"end": 2032,
"loc": {
"start": {
"line": 76,
"column": 54
},
"end": {
"line": 76,
"column": 55
}
}
},
{
"type": {
"label": "]",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2032,
"end": 2033,
"loc": {
"start": {
"line": 76,
"column": 55
},
"end": {
"line": 76,
"column": 56
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2033,
"end": 2034,
"loc": {
"start": {
"line": 76,
"column": 56
},
"end": {
"line": 76,
"column": 57
}
}
},
{
"type": {
"label": "if",
"keyword": "if",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "if",
"start": 2042,
"end": 2044,
"loc": {
"start": {
"line": 78,
"column": 6
},
"end": {
"line": 78,
"column": 8
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2045,
"end": 2046,
"loc": {
"start": {
"line": 78,
"column": 9
},
"end": {
"line": 78,
"column": 10
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "name",
"start": 2046,
"end": 2050,
"loc": {
"start": {
"line": 78,
"column": 10
},
"end": {
"line": 78,
"column": 14
}
}
},
{
"type": {
"label": "==/!=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 6,
"updateContext": null
},
"value": "===",
"start": 2051,
"end": 2054,
"loc": {
"start": {
"line": 78,
"column": 15
},
"end": {
"line": 78,
"column": 18
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "useCustomSeeder",
"start": 2055,
"end": 2072,
"loc": {
"start": {
"line": 78,
"column": 19
},
"end": {
"line": 78,
"column": 36
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2072,
"end": 2073,
"loc": {
"start": {
"line": 78,
"column": 36
},
"end": {
"line": 78,
"column": 37
}
}
},
{
"type": {
"label": "return",
"keyword": "return",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "return",
"start": 2074,
"end": 2080,
"loc": {
"start": {
"line": 78,
"column": 38
},
"end": {
"line": 78,
"column": 44
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2081,
"end": 2082,
"loc": {
"start": {
"line": 78,
"column": 45
},
"end": {
"line": 78,
"column": 46
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "useCustomSeeder",
"start": 2083,
"end": 2098,
"loc": {
"start": {
"line": 78,
"column": 47
},
"end": {
"line": 78,
"column": 62
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2098,
"end": 2099,
"loc": {
"start": {
"line": 78,
"column": 62
},
"end": {
"line": 78,
"column": 63
}
}
},
{
"type": {
"label": "true",
"keyword": "true",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "true",
"start": 2100,
"end": 2104,
"loc": {
"start": {
"line": 78,
"column": 64
},
"end": {
"line": 78,
"column": 68
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2105,
"end": 2106,
"loc": {
"start": {
"line": 78,
"column": 69
},
"end": {
"line": 78,
"column": 70
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2106,
"end": 2107,
"loc": {
"start": {
"line": 78,
"column": 70
},
"end": {
"line": 78,
"column": 71
}
}
},
{
"type": {
"label": "if",
"keyword": "if",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "if",
"start": 2115,
"end": 2117,
"loc": {
"start": {
"line": 80,
"column": 6
},
"end": {
"line": 80,
"column": 8
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2118,
"end": 2119,
"loc": {
"start": {
"line": 80,
"column": 9
},
"end": {
"line": 80,
"column": 10
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "name",
"start": 2119,
"end": 2123,
"loc": {
"start": {
"line": 80,
"column": 10
},
"end": {
"line": 80,
"column": 14
}
}
},
{
"type": {
"label": "==/!=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 6,
"updateContext": null
},
"value": "===",
"start": 2124,
"end": 2127,
"loc": {
"start": {
"line": 80,
"column": 15
},
"end": {
"line": 80,
"column": 18
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "seederTemplatePath",
"start": 2128,
"end": 2148,
"loc": {
"start": {
"line": 80,
"column": 19
},
"end": {
"line": 80,
"column": 39
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2148,
"end": 2149,
"loc": {
"start": {
"line": 80,
"column": 39
},
"end": {
"line": 80,
"column": 40
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2150,
"end": 2151,
"loc": {
"start": {
"line": 80,
"column": 41
},
"end": {
"line": 80,
"column": 42
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 2160,
"end": 2165,
"loc": {
"start": {
"line": 81,
"column": 8
},
"end": {
"line": 81,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "value",
"start": 2166,
"end": 2171,
"loc": {
"start": {
"line": 81,
"column": 14
},
"end": {
"line": 81,
"column": 19
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 2172,
"end": 2173,
"loc": {
"start": {
"line": 81,
"column": 20
},
"end": {
"line": 81,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "filter",
"start": 2174,
"end": 2180,
"loc": {
"start": {
"line": 81,
"column": 22
},
"end": {
"line": 81,
"column": 28
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2180,
"end": 2181,
"loc": {
"start": {
"line": 81,
"column": 28
},
"end": {
"line": 81,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "seederTemplatePath",
"start": 2181,
"end": 2199,
"loc": {
"start": {
"line": 81,
"column": 29
},
"end": {
"line": 81,
"column": 47
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2199,
"end": 2200,
"loc": {
"start": {
"line": 81,
"column": 47
},
"end": {
"line": 81,
"column": 48
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2200,
"end": 2201,
"loc": {
"start": {
"line": 81,
"column": 48
},
"end": {
"line": 81,
"column": 49
}
}
},
{
"type": {
"label": "if",
"keyword": "if",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "if",
"start": 2210,
"end": 2212,
"loc": {
"start": {
"line": 82,
"column": 8
},
"end": {
"line": 82,
"column": 10
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2213,
"end": 2214,
"loc": {
"start": {
"line": 82,
"column": 11
},
"end": {
"line": 82,
"column": 12
}
}
},
{
"type": {
"label": "prefix",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "!",
"start": 2214,
"end": 2215,
"loc": {
"start": {
"line": 82,
"column": 12
},
"end": {
"line": 82,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "validate",
"start": 2215,
"end": 2223,
"loc": {
"start": {
"line": 82,
"column": 13
},
"end": {
"line": 82,
"column": 21
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2223,
"end": 2224,
"loc": {
"start": {
"line": 82,
"column": 21
},
"end": {
"line": 82,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "value",
"start": 2224,
"end": 2229,
"loc": {
"start": {
"line": 82,
"column": 22
},
"end": {
"line": 82,
"column": 27
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2229,
"end": 2230,
"loc": {
"start": {
"line": 82,
"column": 27
},
"end": {
"line": 82,
"column": 28
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2230,
"end": 2231,
"loc": {
"start": {
"line": 82,
"column": 28
},
"end": {
"line": 82,
"column": 29
}
}
},
{
"type": {
"label": "throw",
"keyword": "throw",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "throw",
"start": 2232,
"end": 2237,
"loc": {
"start": {
"line": 82,
"column": 30
},
"end": {
"line": 82,
"column": 35
}
}
},
{
"type": {
"label": "new",
"keyword": "new",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "new",
"start": 2238,
"end": 2241,
"loc": {
"start": {
"line": 82,
"column": 36
},
"end": {
"line": 82,
"column": 39
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "Error",
"start": 2242,
"end": 2247,
"loc": {
"start": {
"line": 82,
"column": 40
},
"end": {
"line": 82,
"column": 45
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2247,
"end": 2248,
"loc": {
"start": {
"line": 82,
"column": 45
},
"end": {
"line": 82,
"column": 46
}
}
},
{
"type": {
"label": "`",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2248,
"end": 2249,
"loc": {
"start": {
"line": 82,
"column": 46
},
"end": {
"line": 82,
"column": 47
}
}
},
{
"type": {
"label": "template",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "",
"start": 2249,
"end": 2249,
"loc": {
"start": {
"line": 82,
"column": 47
},
"end": {
"line": 82,
"column": 47
}
}
},
{
"type": {
"label": "${",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2249,
"end": 2251,
"loc": {
"start": {
"line": 82,
"column": 47
},
"end": {
"line": 82,
"column": 49
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "name",
"start": 2251,
"end": 2255,
"loc": {
"start": {
"line": 82,
"column": 49
},
"end": {
"line": 82,
"column": 53
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2255,
"end": 2256,
"loc": {
"start": {
"line": 82,
"column": 53
},
"end": {
"line": 82,
"column": 54
}
}
},
{
"type": {
"label": "template",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": " is invalid",
"start": 2256,
"end": 2267,
"loc": {
"start": {
"line": 82,
"column": 54
},
"end": {
"line": 82,
"column": 65
}
}
},
{
"type": {
"label": "`",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2267,
"end": 2268,
"loc": {
"start": {
"line": 82,
"column": 65
},
"end": {
"line": 82,
"column": 66
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2268,
"end": 2269,
"loc": {
"start": {
"line": 82,
"column": 66
},
"end": {
"line": 82,
"column": 67
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2269,
"end": 2270,
"loc": {
"start": {
"line": 82,
"column": 67
},
"end": {
"line": 82,
"column": 68
}
}
},
{
"type": {
"label": "return",
"keyword": "return",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "return",
"start": 2280,
"end": 2286,
"loc": {
"start": {
"line": 84,
"column": 8
},
"end": {
"line": 84,
"column": 14
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2287,
"end": 2288,
"loc": {
"start": {
"line": 84,
"column": 15
},
"end": {
"line": 84,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "seederTemplatePath",
"start": 2289,
"end": 2307,
"loc": {
"start": {
"line": 84,
"column": 17
},
"end": {
"line": 84,
"column": 35
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2308,
"end": 2309,
"loc": {
"start": {
"line": 84,
"column": 36
},
"end": {
"line": 84,
"column": 37
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2309,
"end": 2310,
"loc": {
"start": {
"line": 84,
"column": 37
},
"end": {
"line": 84,
"column": 38
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2317,
"end": 2318,
"loc": {
"start": {
"line": 85,
"column": 6
},
"end": {
"line": 85,
"column": 7
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2323,
"end": 2324,
"loc": {
"start": {
"line": 86,
"column": 4
},
"end": {
"line": 86,
"column": 5
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2324,
"end": 2325,
"loc": {
"start": {
"line": 86,
"column": 5
},
"end": {
"line": 86,
"column": 6
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "inquirer",
"start": 2331,
"end": 2339,
"loc": {
"start": {
"line": 88,
"column": 4
},
"end": {
"line": 88,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2339,
"end": 2340,
"loc": {
"start": {
"line": 88,
"column": 12
},
"end": {
"line": 88,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "prompt",
"start": 2340,
"end": 2346,
"loc": {
"start": {
"line": 88,
"column": 13
},
"end": {
"line": 88,
"column": 19
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2346,
"end": 2347,
"loc": {
"start": {
"line": 88,
"column": 19
},
"end": {
"line": 88,
"column": 20
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "callsFake",
"start": 2347,
"end": 2356,
"loc": {
"start": {
"line": 88,
"column": 20
},
"end": {
"line": 88,
"column": 29
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2356,
"end": 2357,
"loc": {
"start": {
"line": 88,
"column": 29
},
"end": {
"line": 88,
"column": 30
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "fakedPrompt",
"start": 2357,
"end": 2368,
"loc": {
"start": {
"line": 88,
"column": 30
},
"end": {
"line": 88,
"column": 41
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2368,
"end": 2369,
"loc": {
"start": {
"line": 88,
"column": 41
},
"end": {
"line": 88,
"column": 42
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2369,
"end": 2370,
"loc": {
"start": {
"line": 88,
"column": 42
},
"end": {
"line": 88,
"column": 43
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "validateSeederTemplatePath",
"start": 2375,
"end": 2401,
"loc": {
"start": {
"line": 89,
"column": 4
},
"end": {
"line": 89,
"column": 30
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2401,
"end": 2402,
"loc": {
"start": {
"line": 89,
"column": 30
},
"end": {
"line": 89,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "withArgs",
"start": 2402,
"end": 2410,
"loc": {
"start": {
"line": 89,
"column": 31
},
"end": {
"line": 89,
"column": 39
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2410,
"end": 2411,
"loc": {
"start": {
"line": 89,
"column": 39
},
"end": {
"line": 89,
"column": 40
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "seederTemplatePath",
"start": 2411,
"end": 2429,
"loc": {
"start": {
"line": 89,
"column": 40
},
"end": {
"line": 89,
"column": 58
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2429,
"end": 2430,
"loc": {
"start": {
"line": 89,
"column": 58
},
"end": {
"line": 89,
"column": 59
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2430,
"end": 2431,
"loc": {
"start": {
"line": 89,
"column": 59
},
"end": {
"line": 89,
"column": 60
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "returns",
"start": 2431,
"end": 2438,
"loc": {
"start": {
"line": 89,
"column": 60
},
"end": {
"line": 89,
"column": 67
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2438,
"end": 2439,
"loc": {
"start": {
"line": 89,
"column": 67
},
"end": {
"line": 89,
"column": 68
}
}
},
{
"type": {
"label": "true",
"keyword": "true",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "true",
"start": 2439,
"end": 2443,
"loc": {
"start": {
"line": 89,
"column": 68
},
"end": {
"line": 89,
"column": 72
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2443,
"end": 2444,
"loc": {
"start": {
"line": 89,
"column": 72
},
"end": {
"line": 89,
"column": 73
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2444,
"end": 2445,
"loc": {
"start": {
"line": 89,
"column": 73
},
"end": {
"line": 89,
"column": 74
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 2451,
"end": 2456,
"loc": {
"start": {
"line": 91,
"column": 4
},
"end": {
"line": 91,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "result",
"start": 2457,
"end": 2463,
"loc": {
"start": {
"line": 91,
"column": 10
},
"end": {
"line": 91,
"column": 16
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 2464,
"end": 2465,
"loc": {
"start": {
"line": 91,
"column": 17
},
"end": {
"line": 91,
"column": 18
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "await",
"start": 2466,
"end": 2471,
"loc": {
"start": {
"line": 91,
"column": 19
},
"end": {
"line": 91,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "promptSeederTemplate",
"start": 2472,
"end": 2492,
"loc": {
"start": {
"line": 91,
"column": 25
},
"end": {
"line": 91,
"column": 45
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2492,
"end": 2493,
"loc": {
"start": {
"line": 91,
"column": 45
},
"end": {
"line": 91,
"column": 46
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2493,
"end": 2494,
"loc": {
"start": {
"line": 91,
"column": 46
},
"end": {
"line": 91,
"column": 47
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2494,
"end": 2495,
"loc": {
"start": {
"line": 91,
"column": 47
},
"end": {
"line": 91,
"column": 48
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "t",
"start": 2501,
"end": 2502,
"loc": {
"start": {
"line": 93,
"column": 4
},
"end": {
"line": 93,
"column": 5
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2502,
"end": 2503,
"loc": {
"start": {
"line": 93,
"column": 5
},
"end": {
"line": 93,
"column": 6
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "is",
"start": 2503,
"end": 2505,
"loc": {
"start": {
"line": 93,
"column": 6
},
"end": {
"line": 93,
"column": 8
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2505,
"end": 2506,
"loc": {
"start": {
"line": 93,
"column": 8
},
"end": {
"line": 93,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "result",
"start": 2506,
"end": 2512,
"loc": {
"start": {
"line": 93,
"column": 9
},
"end": {
"line": 93,
"column": 15
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2512,
"end": 2513,
"loc": {
"start": {
"line": 93,
"column": 15
},
"end": {
"line": 93,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "seederTemplatePath",
"start": 2514,
"end": 2532,
"loc": {
"start": {
"line": 93,
"column": 17
},
"end": {
"line": 93,
"column": 35
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2532,
"end": 2533,
"loc": {
"start": {
"line": 93,
"column": 35
},
"end": {
"line": 93,
"column": 36
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2533,
"end": 2534,
"loc": {
"start": {
"line": 93,
"column": 36
},
"end": {
"line": 93,
"column": 37
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2537,
"end": 2538,
"loc": {
"start": {
"line": 94,
"column": 2
},
"end": {
"line": 94,
"column": 3
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2539,
"end": 2540,
"loc": {
"start": {
"line": 95,
"column": 0
},
"end": {
"line": 95,
"column": 1
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2540,
"end": 2541,
"loc": {
"start": {
"line": 95,
"column": 1
},
"end": {
"line": 95,
"column": 2
}
}
},
{
"type": {
"label": "eof",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2542,
"end": 2542,
"loc": {
"start": {
"line": 96,
"column": 0
},
"end": {
"line": 96,
"column": 0
}
}
}
]
}