@teambit/config 0.0.1259 → 0.0.1261
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/artifacts/__bit_junit.xml +1 -1
- package/artifacts/schema.json +339 -259
- package/dist/workspace-config.d.ts +2 -3
- package/dist/workspace-config.js.map +1 -1
- package/dist/workspace-template.jsonc +1 -0
- package/package.json +9 -9
- package/workspace-template.jsonc +1 -0
- /package/dist/{preview-1736535915537.js → preview-1736705249371.js} +0 -0
package/artifacts/schema.json
CHANGED
|
@@ -1313,23 +1313,23 @@
|
|
|
1313
1313
|
"line": 4,
|
|
1314
1314
|
"character": 10
|
|
1315
1315
|
},
|
|
1316
|
-
"signature": "function getWorkspaceConfigTemplateParsed(): Promise<
|
|
1316
|
+
"signature": "function getWorkspaceConfigTemplateParsed(): Promise<Record<string, any>>",
|
|
1317
1317
|
"name": "getWorkspaceConfigTemplateParsed",
|
|
1318
1318
|
"exportNode": {
|
|
1319
1319
|
"__schema": "FunctionLikeSchema",
|
|
1320
1320
|
"location": {
|
|
1321
1321
|
"filePath": "workspace-config.ts",
|
|
1322
|
-
"line":
|
|
1322
|
+
"line": 387,
|
|
1323
1323
|
"character": 1
|
|
1324
1324
|
},
|
|
1325
|
-
"signature": "function getWorkspaceConfigTemplateParsed(): Promise<
|
|
1325
|
+
"signature": "function getWorkspaceConfigTemplateParsed(): Promise<Record<string, any>>",
|
|
1326
1326
|
"name": "getWorkspaceConfigTemplateParsed",
|
|
1327
1327
|
"params": [],
|
|
1328
1328
|
"returnType": {
|
|
1329
1329
|
"__schema": "TypeRefSchema",
|
|
1330
1330
|
"location": {
|
|
1331
1331
|
"filePath": "workspace-config.ts",
|
|
1332
|
-
"line":
|
|
1332
|
+
"line": 387,
|
|
1333
1333
|
"character": 59
|
|
1334
1334
|
},
|
|
1335
1335
|
"name": "Promise",
|
|
@@ -1338,10 +1338,30 @@
|
|
|
1338
1338
|
"__schema": "TypeRefSchema",
|
|
1339
1339
|
"location": {
|
|
1340
1340
|
"filePath": "workspace-config.ts",
|
|
1341
|
-
"line":
|
|
1341
|
+
"line": 387,
|
|
1342
1342
|
"character": 67
|
|
1343
1343
|
},
|
|
1344
|
-
"name": "
|
|
1344
|
+
"name": "Record",
|
|
1345
|
+
"typeArgs": [
|
|
1346
|
+
{
|
|
1347
|
+
"__schema": "KeywordTypeSchema",
|
|
1348
|
+
"location": {
|
|
1349
|
+
"filePath": "workspace-config.ts",
|
|
1350
|
+
"line": 387,
|
|
1351
|
+
"character": 74
|
|
1352
|
+
},
|
|
1353
|
+
"name": "string"
|
|
1354
|
+
},
|
|
1355
|
+
{
|
|
1356
|
+
"__schema": "KeywordTypeSchema",
|
|
1357
|
+
"location": {
|
|
1358
|
+
"filePath": "workspace-config.ts",
|
|
1359
|
+
"line": 387,
|
|
1360
|
+
"character": 82
|
|
1361
|
+
},
|
|
1362
|
+
"name": "any"
|
|
1363
|
+
}
|
|
1364
|
+
]
|
|
1345
1365
|
}
|
|
1346
1366
|
]
|
|
1347
1367
|
},
|
|
@@ -1358,23 +1378,23 @@
|
|
|
1358
1378
|
"line": 4,
|
|
1359
1379
|
"character": 44
|
|
1360
1380
|
},
|
|
1361
|
-
"signature": "function stringifyWorkspaceConfig(workspaceConfig:
|
|
1381
|
+
"signature": "function stringifyWorkspaceConfig(workspaceConfig: Record<string, any>): string",
|
|
1362
1382
|
"name": "stringifyWorkspaceConfig",
|
|
1363
1383
|
"exportNode": {
|
|
1364
1384
|
"__schema": "FunctionLikeSchema",
|
|
1365
1385
|
"location": {
|
|
1366
1386
|
"filePath": "workspace-config.ts",
|
|
1367
|
-
"line":
|
|
1387
|
+
"line": 399,
|
|
1368
1388
|
"character": 1
|
|
1369
1389
|
},
|
|
1370
|
-
"signature": "function stringifyWorkspaceConfig(workspaceConfig:
|
|
1390
|
+
"signature": "function stringifyWorkspaceConfig(workspaceConfig: Record<string, any>): string",
|
|
1371
1391
|
"name": "stringifyWorkspaceConfig",
|
|
1372
1392
|
"params": [
|
|
1373
1393
|
{
|
|
1374
1394
|
"__schema": "ParameterSchema",
|
|
1375
1395
|
"location": {
|
|
1376
1396
|
"filePath": "workspace-config.ts",
|
|
1377
|
-
"line":
|
|
1397
|
+
"line": 399,
|
|
1378
1398
|
"character": 42
|
|
1379
1399
|
},
|
|
1380
1400
|
"name": "workspaceConfig",
|
|
@@ -1382,10 +1402,30 @@
|
|
|
1382
1402
|
"__schema": "TypeRefSchema",
|
|
1383
1403
|
"location": {
|
|
1384
1404
|
"filePath": "workspace-config.ts",
|
|
1385
|
-
"line":
|
|
1405
|
+
"line": 399,
|
|
1386
1406
|
"character": 59
|
|
1387
1407
|
},
|
|
1388
|
-
"name": "
|
|
1408
|
+
"name": "Record",
|
|
1409
|
+
"typeArgs": [
|
|
1410
|
+
{
|
|
1411
|
+
"__schema": "KeywordTypeSchema",
|
|
1412
|
+
"location": {
|
|
1413
|
+
"filePath": "workspace-config.ts",
|
|
1414
|
+
"line": 399,
|
|
1415
|
+
"character": 66
|
|
1416
|
+
},
|
|
1417
|
+
"name": "string"
|
|
1418
|
+
},
|
|
1419
|
+
{
|
|
1420
|
+
"__schema": "KeywordTypeSchema",
|
|
1421
|
+
"location": {
|
|
1422
|
+
"filePath": "workspace-config.ts",
|
|
1423
|
+
"line": 399,
|
|
1424
|
+
"character": 74
|
|
1425
|
+
},
|
|
1426
|
+
"name": "any"
|
|
1427
|
+
}
|
|
1428
|
+
]
|
|
1389
1429
|
},
|
|
1390
1430
|
"isOptional": false,
|
|
1391
1431
|
"isSpread": false
|
|
@@ -1395,8 +1435,8 @@
|
|
|
1395
1435
|
"__schema": "KeywordTypeSchema",
|
|
1396
1436
|
"location": {
|
|
1397
1437
|
"filePath": "workspace-config.ts",
|
|
1398
|
-
"line":
|
|
1399
|
-
"character":
|
|
1438
|
+
"line": 399,
|
|
1439
|
+
"character": 81
|
|
1400
1440
|
},
|
|
1401
1441
|
"name": "string"
|
|
1402
1442
|
},
|
|
@@ -1464,7 +1504,7 @@
|
|
|
1464
1504
|
"componentId": {
|
|
1465
1505
|
"scope": "teambit.legacy",
|
|
1466
1506
|
"name": "extension-data",
|
|
1467
|
-
"version": "0.0.
|
|
1507
|
+
"version": "0.0.19"
|
|
1468
1508
|
}
|
|
1469
1509
|
},
|
|
1470
1510
|
"isOptional": false
|
|
@@ -1610,7 +1650,7 @@
|
|
|
1610
1650
|
"componentId": {
|
|
1611
1651
|
"scope": "teambit.legacy",
|
|
1612
1652
|
"name": "extension-data",
|
|
1613
|
-
"version": "0.0.
|
|
1653
|
+
"version": "0.0.19"
|
|
1614
1654
|
}
|
|
1615
1655
|
}
|
|
1616
1656
|
},
|
|
@@ -2282,14 +2322,14 @@
|
|
|
2282
2322
|
"__schema": "FunctionLikeSchema",
|
|
2283
2323
|
"location": {
|
|
2284
2324
|
"filePath": "workspace-config.ts",
|
|
2285
|
-
"line":
|
|
2325
|
+
"line": 202,
|
|
2286
2326
|
"character": 3
|
|
2287
2327
|
},
|
|
2288
2328
|
"doc": {
|
|
2289
2329
|
"__schema": "DocSchema",
|
|
2290
2330
|
"location": {
|
|
2291
2331
|
"filePath": "workspace-config.ts",
|
|
2292
|
-
"line":
|
|
2332
|
+
"line": 192,
|
|
2293
2333
|
"character": 3
|
|
2294
2334
|
},
|
|
2295
2335
|
"raw": "/**\n * Ensure the given directory has a workspace config\n * Load if existing and create new if not\n *\n * @static\n * @param {PathOsBasedAbsolute} dirPath\n * @param {WorkspaceConfigFileProps} [workspaceConfigProps={} as any]\n * @returns {Promise<WorkspaceConfig>}\n * @memberof WorkspaceConfig\n */",
|
|
@@ -2299,7 +2339,7 @@
|
|
|
2299
2339
|
"__schema": "TagSchema",
|
|
2300
2340
|
"location": {
|
|
2301
2341
|
"filePath": "workspace-config.ts",
|
|
2302
|
-
"line":
|
|
2342
|
+
"line": 196,
|
|
2303
2343
|
"character": 6
|
|
2304
2344
|
},
|
|
2305
2345
|
"tagName": "static"
|
|
@@ -2308,7 +2348,7 @@
|
|
|
2308
2348
|
"__schema": "PropertyLikeTagSchema",
|
|
2309
2349
|
"location": {
|
|
2310
2350
|
"filePath": "workspace-config.ts",
|
|
2311
|
-
"line":
|
|
2351
|
+
"line": 197,
|
|
2312
2352
|
"character": 6
|
|
2313
2353
|
},
|
|
2314
2354
|
"name": "dirPath",
|
|
@@ -2317,7 +2357,7 @@
|
|
|
2317
2357
|
"__schema": "TypeRefSchema",
|
|
2318
2358
|
"location": {
|
|
2319
2359
|
"filePath": "workspace-config.ts",
|
|
2320
|
-
"line":
|
|
2360
|
+
"line": 197,
|
|
2321
2361
|
"character": 14
|
|
2322
2362
|
},
|
|
2323
2363
|
"name": "PathOsBasedAbsolute"
|
|
@@ -2327,7 +2367,7 @@
|
|
|
2327
2367
|
"__schema": "PropertyLikeTagSchema",
|
|
2328
2368
|
"location": {
|
|
2329
2369
|
"filePath": "workspace-config.ts",
|
|
2330
|
-
"line":
|
|
2370
|
+
"line": 198,
|
|
2331
2371
|
"character": 6
|
|
2332
2372
|
},
|
|
2333
2373
|
"name": "workspaceConfigProps",
|
|
@@ -2336,7 +2376,7 @@
|
|
|
2336
2376
|
"__schema": "TypeRefSchema",
|
|
2337
2377
|
"location": {
|
|
2338
2378
|
"filePath": "workspace-config.ts",
|
|
2339
|
-
"line":
|
|
2379
|
+
"line": 198,
|
|
2340
2380
|
"character": 14
|
|
2341
2381
|
},
|
|
2342
2382
|
"name": "WorkspaceConfigFileProps"
|
|
@@ -2346,7 +2386,7 @@
|
|
|
2346
2386
|
"__schema": "ReturnTagSchema",
|
|
2347
2387
|
"location": {
|
|
2348
2388
|
"filePath": "workspace-config.ts",
|
|
2349
|
-
"line":
|
|
2389
|
+
"line": 199,
|
|
2350
2390
|
"character": 6
|
|
2351
2391
|
},
|
|
2352
2392
|
"tagName": "return",
|
|
@@ -2354,7 +2394,7 @@
|
|
|
2354
2394
|
"__schema": "TypeRefSchema",
|
|
2355
2395
|
"location": {
|
|
2356
2396
|
"filePath": "workspace-config.ts",
|
|
2357
|
-
"line":
|
|
2397
|
+
"line": 199,
|
|
2358
2398
|
"character": 16
|
|
2359
2399
|
},
|
|
2360
2400
|
"name": "Promise",
|
|
@@ -2363,7 +2403,7 @@
|
|
|
2363
2403
|
"__schema": "TypeRefSchema",
|
|
2364
2404
|
"location": {
|
|
2365
2405
|
"filePath": "workspace-config.ts",
|
|
2366
|
-
"line":
|
|
2406
|
+
"line": 199,
|
|
2367
2407
|
"character": 24
|
|
2368
2408
|
},
|
|
2369
2409
|
"name": "WorkspaceConfig"
|
|
@@ -2375,7 +2415,7 @@
|
|
|
2375
2415
|
"__schema": "TagSchema",
|
|
2376
2416
|
"location": {
|
|
2377
2417
|
"filePath": "workspace-config.ts",
|
|
2378
|
-
"line":
|
|
2418
|
+
"line": 200,
|
|
2379
2419
|
"character": 6
|
|
2380
2420
|
},
|
|
2381
2421
|
"tagName": "memberof",
|
|
@@ -2390,7 +2430,7 @@
|
|
|
2390
2430
|
"__schema": "ParameterSchema",
|
|
2391
2431
|
"location": {
|
|
2392
2432
|
"filePath": "workspace-config.ts",
|
|
2393
|
-
"line":
|
|
2433
|
+
"line": 203,
|
|
2394
2434
|
"character": 5
|
|
2395
2435
|
},
|
|
2396
2436
|
"name": "dirPath",
|
|
@@ -2398,7 +2438,7 @@
|
|
|
2398
2438
|
"__schema": "TypeRefSchema",
|
|
2399
2439
|
"location": {
|
|
2400
2440
|
"filePath": "workspace-config.ts",
|
|
2401
|
-
"line":
|
|
2441
|
+
"line": 203,
|
|
2402
2442
|
"character": 14
|
|
2403
2443
|
},
|
|
2404
2444
|
"name": "PathOsBasedAbsolute"
|
|
@@ -2410,7 +2450,7 @@
|
|
|
2410
2450
|
"__schema": "ParameterSchema",
|
|
2411
2451
|
"location": {
|
|
2412
2452
|
"filePath": "workspace-config.ts",
|
|
2413
|
-
"line":
|
|
2453
|
+
"line": 204,
|
|
2414
2454
|
"character": 5
|
|
2415
2455
|
},
|
|
2416
2456
|
"name": "scopePath",
|
|
@@ -2418,7 +2458,7 @@
|
|
|
2418
2458
|
"__schema": "TypeRefSchema",
|
|
2419
2459
|
"location": {
|
|
2420
2460
|
"filePath": "workspace-config.ts",
|
|
2421
|
-
"line":
|
|
2461
|
+
"line": 204,
|
|
2422
2462
|
"character": 16
|
|
2423
2463
|
},
|
|
2424
2464
|
"name": "PathOsBasedAbsolute"
|
|
@@ -2430,7 +2470,7 @@
|
|
|
2430
2470
|
"__schema": "ParameterSchema",
|
|
2431
2471
|
"location": {
|
|
2432
2472
|
"filePath": "workspace-config.ts",
|
|
2433
|
-
"line":
|
|
2473
|
+
"line": 205,
|
|
2434
2474
|
"character": 5
|
|
2435
2475
|
},
|
|
2436
2476
|
"name": "workspaceConfigProps",
|
|
@@ -2438,7 +2478,7 @@
|
|
|
2438
2478
|
"__schema": "TypeRefSchema",
|
|
2439
2479
|
"location": {
|
|
2440
2480
|
"filePath": "workspace-config.ts",
|
|
2441
|
-
"line":
|
|
2481
|
+
"line": 205,
|
|
2442
2482
|
"character": 27
|
|
2443
2483
|
},
|
|
2444
2484
|
"name": "WorkspaceConfigFileProps"
|
|
@@ -2451,7 +2491,7 @@
|
|
|
2451
2491
|
"__schema": "ParameterSchema",
|
|
2452
2492
|
"location": {
|
|
2453
2493
|
"filePath": "workspace-config.ts",
|
|
2454
|
-
"line":
|
|
2494
|
+
"line": 206,
|
|
2455
2495
|
"character": 5
|
|
2456
2496
|
},
|
|
2457
2497
|
"name": "generator",
|
|
@@ -2459,7 +2499,7 @@
|
|
|
2459
2499
|
"__schema": "KeywordTypeSchema",
|
|
2460
2500
|
"location": {
|
|
2461
2501
|
"filePath": "workspace-config.ts",
|
|
2462
|
-
"line":
|
|
2502
|
+
"line": 206,
|
|
2463
2503
|
"character": 17
|
|
2464
2504
|
},
|
|
2465
2505
|
"name": "string"
|
|
@@ -2472,7 +2512,7 @@
|
|
|
2472
2512
|
"__schema": "TypeRefSchema",
|
|
2473
2513
|
"location": {
|
|
2474
2514
|
"filePath": "workspace-config.ts",
|
|
2475
|
-
"line":
|
|
2515
|
+
"line": 207,
|
|
2476
2516
|
"character": 6
|
|
2477
2517
|
},
|
|
2478
2518
|
"name": "Promise",
|
|
@@ -2481,7 +2521,7 @@
|
|
|
2481
2521
|
"__schema": "TypeRefSchema",
|
|
2482
2522
|
"location": {
|
|
2483
2523
|
"filePath": "workspace-config.ts",
|
|
2484
|
-
"line":
|
|
2524
|
+
"line": 207,
|
|
2485
2525
|
"character": 14
|
|
2486
2526
|
},
|
|
2487
2527
|
"name": "WorkspaceConfig"
|
|
@@ -2497,7 +2537,7 @@
|
|
|
2497
2537
|
"__schema": "FunctionLikeSchema",
|
|
2498
2538
|
"location": {
|
|
2499
2539
|
"filePath": "workspace-config.ts",
|
|
2500
|
-
"line":
|
|
2540
|
+
"line": 224,
|
|
2501
2541
|
"character": 3
|
|
2502
2542
|
},
|
|
2503
2543
|
"signature": "(method) WorkspaceConfig.reset(dirPath: PathOsBasedAbsolute, resetHard: boolean): Promise<void>",
|
|
@@ -2507,7 +2547,7 @@
|
|
|
2507
2547
|
"__schema": "ParameterSchema",
|
|
2508
2548
|
"location": {
|
|
2509
2549
|
"filePath": "workspace-config.ts",
|
|
2510
|
-
"line":
|
|
2550
|
+
"line": 224,
|
|
2511
2551
|
"character": 22
|
|
2512
2552
|
},
|
|
2513
2553
|
"name": "dirPath",
|
|
@@ -2515,7 +2555,7 @@
|
|
|
2515
2555
|
"__schema": "TypeRefSchema",
|
|
2516
2556
|
"location": {
|
|
2517
2557
|
"filePath": "workspace-config.ts",
|
|
2518
|
-
"line":
|
|
2558
|
+
"line": 224,
|
|
2519
2559
|
"character": 31
|
|
2520
2560
|
},
|
|
2521
2561
|
"name": "PathOsBasedAbsolute"
|
|
@@ -2527,7 +2567,7 @@
|
|
|
2527
2567
|
"__schema": "ParameterSchema",
|
|
2528
2568
|
"location": {
|
|
2529
2569
|
"filePath": "workspace-config.ts",
|
|
2530
|
-
"line":
|
|
2570
|
+
"line": 224,
|
|
2531
2571
|
"character": 52
|
|
2532
2572
|
},
|
|
2533
2573
|
"name": "resetHard",
|
|
@@ -2535,7 +2575,7 @@
|
|
|
2535
2575
|
"__schema": "KeywordTypeSchema",
|
|
2536
2576
|
"location": {
|
|
2537
2577
|
"filePath": "workspace-config.ts",
|
|
2538
|
-
"line":
|
|
2578
|
+
"line": 224,
|
|
2539
2579
|
"character": 63
|
|
2540
2580
|
},
|
|
2541
2581
|
"name": "boolean"
|
|
@@ -2548,7 +2588,7 @@
|
|
|
2548
2588
|
"__schema": "TypeRefSchema",
|
|
2549
2589
|
"location": {
|
|
2550
2590
|
"filePath": "workspace-config.ts",
|
|
2551
|
-
"line":
|
|
2591
|
+
"line": 224,
|
|
2552
2592
|
"character": 73
|
|
2553
2593
|
},
|
|
2554
2594
|
"name": "Promise",
|
|
@@ -2557,7 +2597,7 @@
|
|
|
2557
2597
|
"__schema": "KeywordTypeSchema",
|
|
2558
2598
|
"location": {
|
|
2559
2599
|
"filePath": "workspace-config.ts",
|
|
2560
|
-
"line":
|
|
2600
|
+
"line": 224,
|
|
2561
2601
|
"character": 81
|
|
2562
2602
|
},
|
|
2563
2603
|
"name": "void"
|
|
@@ -2573,14 +2613,14 @@
|
|
|
2573
2613
|
"__schema": "FunctionLikeSchema",
|
|
2574
2614
|
"location": {
|
|
2575
2615
|
"filePath": "workspace-config.ts",
|
|
2576
|
-
"line":
|
|
2616
|
+
"line": 240,
|
|
2577
2617
|
"character": 3
|
|
2578
2618
|
},
|
|
2579
2619
|
"doc": {
|
|
2580
2620
|
"__schema": "DocSchema",
|
|
2581
2621
|
"location": {
|
|
2582
2622
|
"filePath": "workspace-config.ts",
|
|
2583
|
-
"line":
|
|
2623
|
+
"line": 232,
|
|
2584
2624
|
"character": 3
|
|
2585
2625
|
},
|
|
2586
2626
|
"raw": "/**\n * Get the path of the workspace.jsonc file by a containing folder\n *\n * @static\n * @param {PathOsBased} dirPath containing dir of the workspace.jsonc file\n * @returns {PathOsBased}\n * @memberof WorkspaceConfig\n */",
|
|
@@ -2590,7 +2630,7 @@
|
|
|
2590
2630
|
"__schema": "TagSchema",
|
|
2591
2631
|
"location": {
|
|
2592
2632
|
"filePath": "workspace-config.ts",
|
|
2593
|
-
"line":
|
|
2633
|
+
"line": 235,
|
|
2594
2634
|
"character": 6
|
|
2595
2635
|
},
|
|
2596
2636
|
"tagName": "static"
|
|
@@ -2599,7 +2639,7 @@
|
|
|
2599
2639
|
"__schema": "PropertyLikeTagSchema",
|
|
2600
2640
|
"location": {
|
|
2601
2641
|
"filePath": "workspace-config.ts",
|
|
2602
|
-
"line":
|
|
2642
|
+
"line": 236,
|
|
2603
2643
|
"character": 6
|
|
2604
2644
|
},
|
|
2605
2645
|
"name": "dirPath",
|
|
@@ -2609,7 +2649,7 @@
|
|
|
2609
2649
|
"__schema": "TypeRefSchema",
|
|
2610
2650
|
"location": {
|
|
2611
2651
|
"filePath": "workspace-config.ts",
|
|
2612
|
-
"line":
|
|
2652
|
+
"line": 236,
|
|
2613
2653
|
"character": 14
|
|
2614
2654
|
},
|
|
2615
2655
|
"name": "PathOsBased"
|
|
@@ -2619,7 +2659,7 @@
|
|
|
2619
2659
|
"__schema": "ReturnTagSchema",
|
|
2620
2660
|
"location": {
|
|
2621
2661
|
"filePath": "workspace-config.ts",
|
|
2622
|
-
"line":
|
|
2662
|
+
"line": 237,
|
|
2623
2663
|
"character": 6
|
|
2624
2664
|
},
|
|
2625
2665
|
"tagName": "return",
|
|
@@ -2627,7 +2667,7 @@
|
|
|
2627
2667
|
"__schema": "TypeRefSchema",
|
|
2628
2668
|
"location": {
|
|
2629
2669
|
"filePath": "workspace-config.ts",
|
|
2630
|
-
"line":
|
|
2670
|
+
"line": 237,
|
|
2631
2671
|
"character": 16
|
|
2632
2672
|
},
|
|
2633
2673
|
"name": "PathOsBased"
|
|
@@ -2637,7 +2677,7 @@
|
|
|
2637
2677
|
"__schema": "TagSchema",
|
|
2638
2678
|
"location": {
|
|
2639
2679
|
"filePath": "workspace-config.ts",
|
|
2640
|
-
"line":
|
|
2680
|
+
"line": 238,
|
|
2641
2681
|
"character": 6
|
|
2642
2682
|
},
|
|
2643
2683
|
"tagName": "memberof",
|
|
@@ -2652,7 +2692,7 @@
|
|
|
2652
2692
|
"__schema": "ParameterSchema",
|
|
2653
2693
|
"location": {
|
|
2654
2694
|
"filePath": "workspace-config.ts",
|
|
2655
|
-
"line":
|
|
2695
|
+
"line": 240,
|
|
2656
2696
|
"character": 36
|
|
2657
2697
|
},
|
|
2658
2698
|
"name": "dirPath",
|
|
@@ -2660,7 +2700,7 @@
|
|
|
2660
2700
|
"__schema": "TypeRefSchema",
|
|
2661
2701
|
"location": {
|
|
2662
2702
|
"filePath": "workspace-config.ts",
|
|
2663
|
-
"line":
|
|
2703
|
+
"line": 240,
|
|
2664
2704
|
"character": 45
|
|
2665
2705
|
},
|
|
2666
2706
|
"name": "PathOsBased"
|
|
@@ -2673,7 +2713,7 @@
|
|
|
2673
2713
|
"__schema": "TypeRefSchema",
|
|
2674
2714
|
"location": {
|
|
2675
2715
|
"filePath": "workspace-config.ts",
|
|
2676
|
-
"line":
|
|
2716
|
+
"line": 240,
|
|
2677
2717
|
"character": 3
|
|
2678
2718
|
},
|
|
2679
2719
|
"name": "PathOsBased",
|
|
@@ -2691,7 +2731,7 @@
|
|
|
2691
2731
|
"__schema": "FunctionLikeSchema",
|
|
2692
2732
|
"location": {
|
|
2693
2733
|
"filePath": "workspace-config.ts",
|
|
2694
|
-
"line":
|
|
2734
|
+
"line": 244,
|
|
2695
2735
|
"character": 3
|
|
2696
2736
|
},
|
|
2697
2737
|
"signature": "(method) WorkspaceConfig.pathHasWorkspaceJsonc(dirPath: PathOsBased): Promise<boolean>",
|
|
@@ -2701,7 +2741,7 @@
|
|
|
2701
2741
|
"__schema": "ParameterSchema",
|
|
2702
2742
|
"location": {
|
|
2703
2743
|
"filePath": "workspace-config.ts",
|
|
2704
|
-
"line":
|
|
2744
|
+
"line": 244,
|
|
2705
2745
|
"character": 38
|
|
2706
2746
|
},
|
|
2707
2747
|
"name": "dirPath",
|
|
@@ -2709,7 +2749,7 @@
|
|
|
2709
2749
|
"__schema": "TypeRefSchema",
|
|
2710
2750
|
"location": {
|
|
2711
2751
|
"filePath": "workspace-config.ts",
|
|
2712
|
-
"line":
|
|
2752
|
+
"line": 244,
|
|
2713
2753
|
"character": 47
|
|
2714
2754
|
},
|
|
2715
2755
|
"name": "PathOsBased"
|
|
@@ -2722,7 +2762,7 @@
|
|
|
2722
2762
|
"__schema": "TypeRefSchema",
|
|
2723
2763
|
"location": {
|
|
2724
2764
|
"filePath": "workspace-config.ts",
|
|
2725
|
-
"line":
|
|
2765
|
+
"line": 244,
|
|
2726
2766
|
"character": 61
|
|
2727
2767
|
},
|
|
2728
2768
|
"name": "Promise",
|
|
@@ -2731,7 +2771,7 @@
|
|
|
2731
2771
|
"__schema": "KeywordTypeSchema",
|
|
2732
2772
|
"location": {
|
|
2733
2773
|
"filePath": "workspace-config.ts",
|
|
2734
|
-
"line":
|
|
2774
|
+
"line": 244,
|
|
2735
2775
|
"character": 69
|
|
2736
2776
|
},
|
|
2737
2777
|
"name": "boolean"
|
|
@@ -2747,14 +2787,14 @@
|
|
|
2747
2787
|
"__schema": "FunctionLikeSchema",
|
|
2748
2788
|
"location": {
|
|
2749
2789
|
"filePath": "workspace-config.ts",
|
|
2750
|
-
"line":
|
|
2790
|
+
"line": 253,
|
|
2751
2791
|
"character": 3
|
|
2752
2792
|
},
|
|
2753
2793
|
"doc": {
|
|
2754
2794
|
"__schema": "DocSchema",
|
|
2755
2795
|
"location": {
|
|
2756
2796
|
"filePath": "workspace-config.ts",
|
|
2757
|
-
"line":
|
|
2797
|
+
"line": 249,
|
|
2758
2798
|
"character": 3
|
|
2759
2799
|
},
|
|
2760
2800
|
"raw": "/**\n * Check if the given dir has workspace config (new or legacy)\n * @param dirPath\n */",
|
|
@@ -2764,7 +2804,7 @@
|
|
|
2764
2804
|
"__schema": "PropertyLikeTagSchema",
|
|
2765
2805
|
"location": {
|
|
2766
2806
|
"filePath": "workspace-config.ts",
|
|
2767
|
-
"line":
|
|
2807
|
+
"line": 251,
|
|
2768
2808
|
"character": 6
|
|
2769
2809
|
},
|
|
2770
2810
|
"name": "dirPath",
|
|
@@ -2779,7 +2819,7 @@
|
|
|
2779
2819
|
"__schema": "ParameterSchema",
|
|
2780
2820
|
"location": {
|
|
2781
2821
|
"filePath": "workspace-config.ts",
|
|
2782
|
-
"line":
|
|
2822
|
+
"line": 253,
|
|
2783
2823
|
"character": 24
|
|
2784
2824
|
},
|
|
2785
2825
|
"name": "dirPath",
|
|
@@ -2787,7 +2827,7 @@
|
|
|
2787
2827
|
"__schema": "TypeRefSchema",
|
|
2788
2828
|
"location": {
|
|
2789
2829
|
"filePath": "workspace-config.ts",
|
|
2790
|
-
"line":
|
|
2830
|
+
"line": 253,
|
|
2791
2831
|
"character": 33
|
|
2792
2832
|
},
|
|
2793
2833
|
"name": "PathOsBased"
|
|
@@ -2800,7 +2840,7 @@
|
|
|
2800
2840
|
"__schema": "TypeRefSchema",
|
|
2801
2841
|
"location": {
|
|
2802
2842
|
"filePath": "workspace-config.ts",
|
|
2803
|
-
"line":
|
|
2843
|
+
"line": 253,
|
|
2804
2844
|
"character": 47
|
|
2805
2845
|
},
|
|
2806
2846
|
"name": "Promise",
|
|
@@ -2809,7 +2849,7 @@
|
|
|
2809
2849
|
"__schema": "TypeUnionSchema",
|
|
2810
2850
|
"location": {
|
|
2811
2851
|
"filePath": "workspace-config.ts",
|
|
2812
|
-
"line":
|
|
2852
|
+
"line": 253,
|
|
2813
2853
|
"character": 55
|
|
2814
2854
|
},
|
|
2815
2855
|
"types": [
|
|
@@ -2817,7 +2857,7 @@
|
|
|
2817
2857
|
"__schema": "KeywordTypeSchema",
|
|
2818
2858
|
"location": {
|
|
2819
2859
|
"filePath": "workspace-config.ts",
|
|
2820
|
-
"line":
|
|
2860
|
+
"line": 253,
|
|
2821
2861
|
"character": 55
|
|
2822
2862
|
},
|
|
2823
2863
|
"name": "boolean"
|
|
@@ -2826,7 +2866,7 @@
|
|
|
2826
2866
|
"__schema": "KeywordTypeSchema",
|
|
2827
2867
|
"location": {
|
|
2828
2868
|
"filePath": "workspace-config.ts",
|
|
2829
|
-
"line":
|
|
2869
|
+
"line": 253,
|
|
2830
2870
|
"character": 65
|
|
2831
2871
|
},
|
|
2832
2872
|
"name": "undefined"
|
|
@@ -2844,14 +2884,14 @@
|
|
|
2844
2884
|
"__schema": "FunctionLikeSchema",
|
|
2845
2885
|
"location": {
|
|
2846
2886
|
"filePath": "workspace-config.ts",
|
|
2847
|
-
"line":
|
|
2887
|
+
"line": 269,
|
|
2848
2888
|
"character": 3
|
|
2849
2889
|
},
|
|
2850
2890
|
"doc": {
|
|
2851
2891
|
"__schema": "DocSchema",
|
|
2852
2892
|
"location": {
|
|
2853
2893
|
"filePath": "workspace-config.ts",
|
|
2854
|
-
"line":
|
|
2894
|
+
"line": 261,
|
|
2855
2895
|
"character": 3
|
|
2856
2896
|
},
|
|
2857
2897
|
"raw": "/**\n * Load the workspace configuration if it's exist\n *\n * @static\n * @param {PathOsBased} dirPath\n * @returns {(Promise<WorkspaceConfig | undefined>)}\n * @memberof WorkspaceConfig\n */",
|
|
@@ -2861,7 +2901,7 @@
|
|
|
2861
2901
|
"__schema": "TagSchema",
|
|
2862
2902
|
"location": {
|
|
2863
2903
|
"filePath": "workspace-config.ts",
|
|
2864
|
-
"line":
|
|
2904
|
+
"line": 264,
|
|
2865
2905
|
"character": 6
|
|
2866
2906
|
},
|
|
2867
2907
|
"tagName": "static"
|
|
@@ -2870,7 +2910,7 @@
|
|
|
2870
2910
|
"__schema": "PropertyLikeTagSchema",
|
|
2871
2911
|
"location": {
|
|
2872
2912
|
"filePath": "workspace-config.ts",
|
|
2873
|
-
"line":
|
|
2913
|
+
"line": 265,
|
|
2874
2914
|
"character": 6
|
|
2875
2915
|
},
|
|
2876
2916
|
"name": "dirPath",
|
|
@@ -2879,7 +2919,7 @@
|
|
|
2879
2919
|
"__schema": "TypeRefSchema",
|
|
2880
2920
|
"location": {
|
|
2881
2921
|
"filePath": "workspace-config.ts",
|
|
2882
|
-
"line":
|
|
2922
|
+
"line": 265,
|
|
2883
2923
|
"character": 14
|
|
2884
2924
|
},
|
|
2885
2925
|
"name": "PathOsBased"
|
|
@@ -2889,7 +2929,7 @@
|
|
|
2889
2929
|
"__schema": "ReturnTagSchema",
|
|
2890
2930
|
"location": {
|
|
2891
2931
|
"filePath": "workspace-config.ts",
|
|
2892
|
-
"line":
|
|
2932
|
+
"line": 266,
|
|
2893
2933
|
"character": 6
|
|
2894
2934
|
},
|
|
2895
2935
|
"tagName": "return",
|
|
@@ -2897,14 +2937,14 @@
|
|
|
2897
2937
|
"__schema": "ParenthesizedTypeSchema",
|
|
2898
2938
|
"location": {
|
|
2899
2939
|
"filePath": "workspace-config.ts",
|
|
2900
|
-
"line":
|
|
2940
|
+
"line": 266,
|
|
2901
2941
|
"character": 16
|
|
2902
2942
|
},
|
|
2903
2943
|
"type": {
|
|
2904
2944
|
"__schema": "TypeRefSchema",
|
|
2905
2945
|
"location": {
|
|
2906
2946
|
"filePath": "workspace-config.ts",
|
|
2907
|
-
"line":
|
|
2947
|
+
"line": 266,
|
|
2908
2948
|
"character": 17
|
|
2909
2949
|
},
|
|
2910
2950
|
"name": "Promise",
|
|
@@ -2913,7 +2953,7 @@
|
|
|
2913
2953
|
"__schema": "TypeUnionSchema",
|
|
2914
2954
|
"location": {
|
|
2915
2955
|
"filePath": "workspace-config.ts",
|
|
2916
|
-
"line":
|
|
2956
|
+
"line": 266,
|
|
2917
2957
|
"character": 25
|
|
2918
2958
|
},
|
|
2919
2959
|
"types": [
|
|
@@ -2921,7 +2961,7 @@
|
|
|
2921
2961
|
"__schema": "TypeRefSchema",
|
|
2922
2962
|
"location": {
|
|
2923
2963
|
"filePath": "workspace-config.ts",
|
|
2924
|
-
"line":
|
|
2964
|
+
"line": 266,
|
|
2925
2965
|
"character": 25
|
|
2926
2966
|
},
|
|
2927
2967
|
"name": "WorkspaceConfig"
|
|
@@ -2930,7 +2970,7 @@
|
|
|
2930
2970
|
"__schema": "KeywordTypeSchema",
|
|
2931
2971
|
"location": {
|
|
2932
2972
|
"filePath": "workspace-config.ts",
|
|
2933
|
-
"line":
|
|
2973
|
+
"line": 266,
|
|
2934
2974
|
"character": 43
|
|
2935
2975
|
},
|
|
2936
2976
|
"name": "undefined"
|
|
@@ -2945,7 +2985,7 @@
|
|
|
2945
2985
|
"__schema": "TagSchema",
|
|
2946
2986
|
"location": {
|
|
2947
2987
|
"filePath": "workspace-config.ts",
|
|
2948
|
-
"line":
|
|
2988
|
+
"line": 267,
|
|
2949
2989
|
"character": 6
|
|
2950
2990
|
},
|
|
2951
2991
|
"tagName": "memberof",
|
|
@@ -2960,7 +3000,7 @@
|
|
|
2960
3000
|
"__schema": "ParameterSchema",
|
|
2961
3001
|
"location": {
|
|
2962
3002
|
"filePath": "workspace-config.ts",
|
|
2963
|
-
"line":
|
|
3003
|
+
"line": 270,
|
|
2964
3004
|
"character": 5
|
|
2965
3005
|
},
|
|
2966
3006
|
"name": "dirPath",
|
|
@@ -2968,7 +3008,7 @@
|
|
|
2968
3008
|
"__schema": "TypeRefSchema",
|
|
2969
3009
|
"location": {
|
|
2970
3010
|
"filePath": "workspace-config.ts",
|
|
2971
|
-
"line":
|
|
3011
|
+
"line": 270,
|
|
2972
3012
|
"character": 14
|
|
2973
3013
|
},
|
|
2974
3014
|
"name": "PathOsBased"
|
|
@@ -2980,7 +3020,7 @@
|
|
|
2980
3020
|
"__schema": "ParameterSchema",
|
|
2981
3021
|
"location": {
|
|
2982
3022
|
"filePath": "workspace-config.ts",
|
|
2983
|
-
"line":
|
|
3023
|
+
"line": 271,
|
|
2984
3024
|
"character": 5
|
|
2985
3025
|
},
|
|
2986
3026
|
"name": "scopePath",
|
|
@@ -2988,7 +3028,7 @@
|
|
|
2988
3028
|
"__schema": "TypeRefSchema",
|
|
2989
3029
|
"location": {
|
|
2990
3030
|
"filePath": "workspace-config.ts",
|
|
2991
|
-
"line":
|
|
3031
|
+
"line": 271,
|
|
2992
3032
|
"character": 17
|
|
2993
3033
|
},
|
|
2994
3034
|
"name": "PathOsBasedAbsolute"
|
|
@@ -3001,7 +3041,7 @@
|
|
|
3001
3041
|
"__schema": "TypeRefSchema",
|
|
3002
3042
|
"location": {
|
|
3003
3043
|
"filePath": "workspace-config.ts",
|
|
3004
|
-
"line":
|
|
3044
|
+
"line": 272,
|
|
3005
3045
|
"character": 6
|
|
3006
3046
|
},
|
|
3007
3047
|
"name": "Promise",
|
|
@@ -3010,7 +3050,7 @@
|
|
|
3010
3050
|
"__schema": "TypeUnionSchema",
|
|
3011
3051
|
"location": {
|
|
3012
3052
|
"filePath": "workspace-config.ts",
|
|
3013
|
-
"line":
|
|
3053
|
+
"line": 272,
|
|
3014
3054
|
"character": 14
|
|
3015
3055
|
},
|
|
3016
3056
|
"types": [
|
|
@@ -3018,7 +3058,7 @@
|
|
|
3018
3058
|
"__schema": "TypeRefSchema",
|
|
3019
3059
|
"location": {
|
|
3020
3060
|
"filePath": "workspace-config.ts",
|
|
3021
|
-
"line":
|
|
3061
|
+
"line": 272,
|
|
3022
3062
|
"character": 14
|
|
3023
3063
|
},
|
|
3024
3064
|
"name": "WorkspaceConfig"
|
|
@@ -3027,7 +3067,7 @@
|
|
|
3027
3067
|
"__schema": "KeywordTypeSchema",
|
|
3028
3068
|
"location": {
|
|
3029
3069
|
"filePath": "workspace-config.ts",
|
|
3030
|
-
"line":
|
|
3070
|
+
"line": 272,
|
|
3031
3071
|
"character": 32
|
|
3032
3072
|
},
|
|
3033
3073
|
"name": "undefined"
|
|
@@ -3045,7 +3085,7 @@
|
|
|
3045
3085
|
"__schema": "FunctionLikeSchema",
|
|
3046
3086
|
"location": {
|
|
3047
3087
|
"filePath": "workspace-config.ts",
|
|
3048
|
-
"line":
|
|
3088
|
+
"line": 282,
|
|
3049
3089
|
"character": 3
|
|
3050
3090
|
},
|
|
3051
3091
|
"signature": "(method) WorkspaceConfig._loadFromWorkspaceJsonc(workspaceJsoncPath: PathOsBased, scopePath?: string): Promise<WorkspaceConfig>",
|
|
@@ -3055,7 +3095,7 @@
|
|
|
3055
3095
|
"__schema": "ParameterSchema",
|
|
3056
3096
|
"location": {
|
|
3057
3097
|
"filePath": "workspace-config.ts",
|
|
3058
|
-
"line":
|
|
3098
|
+
"line": 282,
|
|
3059
3099
|
"character": 40
|
|
3060
3100
|
},
|
|
3061
3101
|
"name": "workspaceJsoncPath",
|
|
@@ -3063,7 +3103,7 @@
|
|
|
3063
3103
|
"__schema": "TypeRefSchema",
|
|
3064
3104
|
"location": {
|
|
3065
3105
|
"filePath": "workspace-config.ts",
|
|
3066
|
-
"line":
|
|
3106
|
+
"line": 282,
|
|
3067
3107
|
"character": 60
|
|
3068
3108
|
},
|
|
3069
3109
|
"name": "PathOsBased"
|
|
@@ -3075,7 +3115,7 @@
|
|
|
3075
3115
|
"__schema": "ParameterSchema",
|
|
3076
3116
|
"location": {
|
|
3077
3117
|
"filePath": "workspace-config.ts",
|
|
3078
|
-
"line":
|
|
3118
|
+
"line": 282,
|
|
3079
3119
|
"character": 73
|
|
3080
3120
|
},
|
|
3081
3121
|
"name": "scopePath",
|
|
@@ -3083,7 +3123,7 @@
|
|
|
3083
3123
|
"__schema": "KeywordTypeSchema",
|
|
3084
3124
|
"location": {
|
|
3085
3125
|
"filePath": "workspace-config.ts",
|
|
3086
|
-
"line":
|
|
3126
|
+
"line": 282,
|
|
3087
3127
|
"character": 85
|
|
3088
3128
|
},
|
|
3089
3129
|
"name": "string"
|
|
@@ -3096,7 +3136,7 @@
|
|
|
3096
3136
|
"__schema": "TypeRefSchema",
|
|
3097
3137
|
"location": {
|
|
3098
3138
|
"filePath": "workspace-config.ts",
|
|
3099
|
-
"line":
|
|
3139
|
+
"line": 282,
|
|
3100
3140
|
"character": 94
|
|
3101
3141
|
},
|
|
3102
3142
|
"name": "Promise",
|
|
@@ -3105,7 +3145,7 @@
|
|
|
3105
3145
|
"__schema": "TypeRefSchema",
|
|
3106
3146
|
"location": {
|
|
3107
3147
|
"filePath": "workspace-config.ts",
|
|
3108
|
-
"line":
|
|
3148
|
+
"line": 282,
|
|
3109
3149
|
"character": 102
|
|
3110
3150
|
},
|
|
3111
3151
|
"name": "WorkspaceConfig"
|
|
@@ -3121,7 +3161,7 @@
|
|
|
3121
3161
|
"__schema": "FunctionLikeSchema",
|
|
3122
3162
|
"location": {
|
|
3123
3163
|
"filePath": "workspace-config.ts",
|
|
3124
|
-
"line":
|
|
3164
|
+
"line": 293,
|
|
3125
3165
|
"character": 3
|
|
3126
3166
|
},
|
|
3127
3167
|
"signature": "(method) WorkspaceConfig.write({ dir, reasonForChange }?: {\n dir?: PathOsBasedAbsolute;\n reasonForChange?: string;\n}): Promise<void>",
|
|
@@ -3131,7 +3171,7 @@
|
|
|
3131
3171
|
"__schema": "ParameterSchema",
|
|
3132
3172
|
"location": {
|
|
3133
3173
|
"filePath": "workspace-config.ts",
|
|
3134
|
-
"line":
|
|
3174
|
+
"line": 293,
|
|
3135
3175
|
"character": 15
|
|
3136
3176
|
},
|
|
3137
3177
|
"name": "{ dir, reasonForChange }",
|
|
@@ -3139,7 +3179,7 @@
|
|
|
3139
3179
|
"__schema": "TypeLiteralSchema",
|
|
3140
3180
|
"location": {
|
|
3141
3181
|
"filePath": "workspace-config.ts",
|
|
3142
|
-
"line":
|
|
3182
|
+
"line": 293,
|
|
3143
3183
|
"character": 41
|
|
3144
3184
|
},
|
|
3145
3185
|
"members": [
|
|
@@ -3147,7 +3187,7 @@
|
|
|
3147
3187
|
"__schema": "VariableLikeSchema",
|
|
3148
3188
|
"location": {
|
|
3149
3189
|
"filePath": "workspace-config.ts",
|
|
3150
|
-
"line":
|
|
3190
|
+
"line": 293,
|
|
3151
3191
|
"character": 43
|
|
3152
3192
|
},
|
|
3153
3193
|
"signature": "(property) dir?: string | undefined",
|
|
@@ -3156,7 +3196,7 @@
|
|
|
3156
3196
|
"__schema": "TypeRefSchema",
|
|
3157
3197
|
"location": {
|
|
3158
3198
|
"filePath": "workspace-config.ts",
|
|
3159
|
-
"line":
|
|
3199
|
+
"line": 293,
|
|
3160
3200
|
"character": 49
|
|
3161
3201
|
},
|
|
3162
3202
|
"name": "PathOsBasedAbsolute"
|
|
@@ -3167,7 +3207,7 @@
|
|
|
3167
3207
|
"__schema": "VariableLikeSchema",
|
|
3168
3208
|
"location": {
|
|
3169
3209
|
"filePath": "workspace-config.ts",
|
|
3170
|
-
"line":
|
|
3210
|
+
"line": 293,
|
|
3171
3211
|
"character": 70
|
|
3172
3212
|
},
|
|
3173
3213
|
"signature": "(property) reasonForChange?: string | undefined",
|
|
@@ -3176,7 +3216,7 @@
|
|
|
3176
3216
|
"__schema": "KeywordTypeSchema",
|
|
3177
3217
|
"location": {
|
|
3178
3218
|
"filePath": "workspace-config.ts",
|
|
3179
|
-
"line":
|
|
3219
|
+
"line": 293,
|
|
3180
3220
|
"character": 88
|
|
3181
3221
|
},
|
|
3182
3222
|
"name": "string"
|
|
@@ -3192,7 +3232,7 @@
|
|
|
3192
3232
|
"__schema": "VariableLikeSchema",
|
|
3193
3233
|
"location": {
|
|
3194
3234
|
"filePath": "workspace-config.ts",
|
|
3195
|
-
"line":
|
|
3235
|
+
"line": 293,
|
|
3196
3236
|
"character": 43
|
|
3197
3237
|
},
|
|
3198
3238
|
"signature": "(property) dir?: string | undefined",
|
|
@@ -3201,7 +3241,7 @@
|
|
|
3201
3241
|
"__schema": "TypeRefSchema",
|
|
3202
3242
|
"location": {
|
|
3203
3243
|
"filePath": "workspace-config.ts",
|
|
3204
|
-
"line":
|
|
3244
|
+
"line": 293,
|
|
3205
3245
|
"character": 49
|
|
3206
3246
|
},
|
|
3207
3247
|
"name": "PathOsBasedAbsolute"
|
|
@@ -3212,7 +3252,7 @@
|
|
|
3212
3252
|
"__schema": "VariableLikeSchema",
|
|
3213
3253
|
"location": {
|
|
3214
3254
|
"filePath": "workspace-config.ts",
|
|
3215
|
-
"line":
|
|
3255
|
+
"line": 293,
|
|
3216
3256
|
"character": 70
|
|
3217
3257
|
},
|
|
3218
3258
|
"signature": "(property) reasonForChange?: string | undefined",
|
|
@@ -3221,7 +3261,7 @@
|
|
|
3221
3261
|
"__schema": "KeywordTypeSchema",
|
|
3222
3262
|
"location": {
|
|
3223
3263
|
"filePath": "workspace-config.ts",
|
|
3224
|
-
"line":
|
|
3264
|
+
"line": 293,
|
|
3225
3265
|
"character": 88
|
|
3226
3266
|
},
|
|
3227
3267
|
"name": "string"
|
|
@@ -3236,7 +3276,7 @@
|
|
|
3236
3276
|
"__schema": "TypeRefSchema",
|
|
3237
3277
|
"location": {
|
|
3238
3278
|
"filePath": "workspace-config.ts",
|
|
3239
|
-
"line":
|
|
3279
|
+
"line": 293,
|
|
3240
3280
|
"character": 104
|
|
3241
3281
|
},
|
|
3242
3282
|
"name": "Promise",
|
|
@@ -3245,7 +3285,7 @@
|
|
|
3245
3285
|
"__schema": "KeywordTypeSchema",
|
|
3246
3286
|
"location": {
|
|
3247
3287
|
"filePath": "workspace-config.ts",
|
|
3248
|
-
"line":
|
|
3288
|
+
"line": 293,
|
|
3249
3289
|
"character": 112
|
|
3250
3290
|
},
|
|
3251
3291
|
"name": "void"
|
|
@@ -3260,7 +3300,7 @@
|
|
|
3260
3300
|
"__schema": "FunctionLikeSchema",
|
|
3261
3301
|
"location": {
|
|
3262
3302
|
"filePath": "workspace-config.ts",
|
|
3263
|
-
"line":
|
|
3303
|
+
"line": 308,
|
|
3264
3304
|
"character": 3
|
|
3265
3305
|
},
|
|
3266
3306
|
"signature": "(method) WorkspaceConfig.backupConfigFile(reasonForChange?: string): Promise<void>",
|
|
@@ -3270,7 +3310,7 @@
|
|
|
3270
3310
|
"__schema": "ParameterSchema",
|
|
3271
3311
|
"location": {
|
|
3272
3312
|
"filePath": "workspace-config.ts",
|
|
3273
|
-
"line":
|
|
3313
|
+
"line": 308,
|
|
3274
3314
|
"character": 26
|
|
3275
3315
|
},
|
|
3276
3316
|
"name": "reasonForChange",
|
|
@@ -3278,7 +3318,7 @@
|
|
|
3278
3318
|
"__schema": "KeywordTypeSchema",
|
|
3279
3319
|
"location": {
|
|
3280
3320
|
"filePath": "workspace-config.ts",
|
|
3281
|
-
"line":
|
|
3321
|
+
"line": 308,
|
|
3282
3322
|
"character": 44
|
|
3283
3323
|
},
|
|
3284
3324
|
"name": "string"
|
|
@@ -3291,7 +3331,7 @@
|
|
|
3291
3331
|
"__schema": "InferenceTypeSchema",
|
|
3292
3332
|
"location": {
|
|
3293
3333
|
"filePath": "workspace-config.ts",
|
|
3294
|
-
"line":
|
|
3334
|
+
"line": 308,
|
|
3295
3335
|
"character": 3
|
|
3296
3336
|
},
|
|
3297
3337
|
"type": "Promise<void>"
|
|
@@ -3304,7 +3344,7 @@
|
|
|
3304
3344
|
"__schema": "FunctionLikeSchema",
|
|
3305
3345
|
"location": {
|
|
3306
3346
|
"filePath": "workspace-config.ts",
|
|
3307
|
-
"line":
|
|
3347
|
+
"line": 331,
|
|
3308
3348
|
"character": 3
|
|
3309
3349
|
},
|
|
3310
3350
|
"signature": "(method) WorkspaceConfig.getBackupHistoryDir(): string",
|
|
@@ -3314,7 +3354,7 @@
|
|
|
3314
3354
|
"__schema": "InferenceTypeSchema",
|
|
3315
3355
|
"location": {
|
|
3316
3356
|
"filePath": "workspace-config.ts",
|
|
3317
|
-
"line":
|
|
3357
|
+
"line": 331,
|
|
3318
3358
|
"character": 3
|
|
3319
3359
|
},
|
|
3320
3360
|
"type": "string"
|
|
@@ -3325,7 +3365,7 @@
|
|
|
3325
3365
|
"__schema": "FunctionLikeSchema",
|
|
3326
3366
|
"location": {
|
|
3327
3367
|
"filePath": "workspace-config.ts",
|
|
3328
|
-
"line":
|
|
3368
|
+
"line": 334,
|
|
3329
3369
|
"character": 3
|
|
3330
3370
|
},
|
|
3331
3371
|
"signature": "(method) WorkspaceConfig.getBackupMetadataFilePath(): string",
|
|
@@ -3335,7 +3375,7 @@
|
|
|
3335
3375
|
"__schema": "InferenceTypeSchema",
|
|
3336
3376
|
"location": {
|
|
3337
3377
|
"filePath": "workspace-config.ts",
|
|
3338
|
-
"line":
|
|
3378
|
+
"line": 334,
|
|
3339
3379
|
"character": 3
|
|
3340
3380
|
},
|
|
3341
3381
|
"type": "string"
|
|
@@ -3346,7 +3386,7 @@
|
|
|
3346
3386
|
"__schema": "FunctionLikeSchema",
|
|
3347
3387
|
"location": {
|
|
3348
3388
|
"filePath": "workspace-config.ts",
|
|
3349
|
-
"line":
|
|
3389
|
+
"line": 354,
|
|
3350
3390
|
"character": 3
|
|
3351
3391
|
},
|
|
3352
3392
|
"signature": "(method) WorkspaceConfig.toVinyl(workspaceDir: PathOsBasedAbsolute): Promise<AbstractVinyl[] | undefined>",
|
|
@@ -3356,7 +3396,7 @@
|
|
|
3356
3396
|
"__schema": "ParameterSchema",
|
|
3357
3397
|
"location": {
|
|
3358
3398
|
"filePath": "workspace-config.ts",
|
|
3359
|
-
"line":
|
|
3399
|
+
"line": 354,
|
|
3360
3400
|
"character": 17
|
|
3361
3401
|
},
|
|
3362
3402
|
"name": "workspaceDir",
|
|
@@ -3364,7 +3404,7 @@
|
|
|
3364
3404
|
"__schema": "TypeRefSchema",
|
|
3365
3405
|
"location": {
|
|
3366
3406
|
"filePath": "workspace-config.ts",
|
|
3367
|
-
"line":
|
|
3407
|
+
"line": 354,
|
|
3368
3408
|
"character": 31
|
|
3369
3409
|
},
|
|
3370
3410
|
"name": "PathOsBasedAbsolute"
|
|
@@ -3377,7 +3417,7 @@
|
|
|
3377
3417
|
"__schema": "TypeRefSchema",
|
|
3378
3418
|
"location": {
|
|
3379
3419
|
"filePath": "workspace-config.ts",
|
|
3380
|
-
"line":
|
|
3420
|
+
"line": 354,
|
|
3381
3421
|
"character": 53
|
|
3382
3422
|
},
|
|
3383
3423
|
"name": "Promise",
|
|
@@ -3386,7 +3426,7 @@
|
|
|
3386
3426
|
"__schema": "TypeUnionSchema",
|
|
3387
3427
|
"location": {
|
|
3388
3428
|
"filePath": "workspace-config.ts",
|
|
3389
|
-
"line":
|
|
3429
|
+
"line": 354,
|
|
3390
3430
|
"character": 61
|
|
3391
3431
|
},
|
|
3392
3432
|
"types": [
|
|
@@ -3394,14 +3434,14 @@
|
|
|
3394
3434
|
"__schema": "TypeArraySchema",
|
|
3395
3435
|
"location": {
|
|
3396
3436
|
"filePath": "workspace-config.ts",
|
|
3397
|
-
"line":
|
|
3437
|
+
"line": 354,
|
|
3398
3438
|
"character": 61
|
|
3399
3439
|
},
|
|
3400
3440
|
"type": {
|
|
3401
3441
|
"__schema": "TypeRefSchema",
|
|
3402
3442
|
"location": {
|
|
3403
3443
|
"filePath": "workspace-config.ts",
|
|
3404
|
-
"line":
|
|
3444
|
+
"line": 354,
|
|
3405
3445
|
"character": 61
|
|
3406
3446
|
},
|
|
3407
3447
|
"name": "AbstractVinyl"
|
|
@@ -3411,7 +3451,7 @@
|
|
|
3411
3451
|
"__schema": "KeywordTypeSchema",
|
|
3412
3452
|
"location": {
|
|
3413
3453
|
"filePath": "workspace-config.ts",
|
|
3414
|
-
"line":
|
|
3454
|
+
"line": 354,
|
|
3415
3455
|
"character": 79
|
|
3416
3456
|
},
|
|
3417
3457
|
"name": "undefined"
|
|
@@ -3428,7 +3468,7 @@
|
|
|
3428
3468
|
"__schema": "FunctionLikeSchema",
|
|
3429
3469
|
"location": {
|
|
3430
3470
|
"filePath": "workspace-config.ts",
|
|
3431
|
-
"line":
|
|
3471
|
+
"line": 362,
|
|
3432
3472
|
"character": 3
|
|
3433
3473
|
},
|
|
3434
3474
|
"signature": "(method) WorkspaceConfig.toLegacy(): ILegacyWorkspaceConfig",
|
|
@@ -3438,14 +3478,14 @@
|
|
|
3438
3478
|
"__schema": "TypeRefSchema",
|
|
3439
3479
|
"location": {
|
|
3440
3480
|
"filePath": "workspace-config.ts",
|
|
3441
|
-
"line":
|
|
3481
|
+
"line": 362,
|
|
3442
3482
|
"character": 3
|
|
3443
3483
|
},
|
|
3444
3484
|
"name": "ILegacyWorkspaceConfig",
|
|
3445
3485
|
"componentId": {
|
|
3446
3486
|
"scope": "teambit.legacy",
|
|
3447
3487
|
"name": "consumer-config",
|
|
3448
|
-
"version": "0.0.
|
|
3488
|
+
"version": "0.0.17"
|
|
3449
3489
|
}
|
|
3450
3490
|
},
|
|
3451
3491
|
"modifiers": []
|
|
@@ -3526,7 +3566,7 @@
|
|
|
3526
3566
|
"_legacy": {
|
|
3527
3567
|
"scope": "teambit.legacy",
|
|
3528
3568
|
"name": "extension-data",
|
|
3529
|
-
"version": "0.0.
|
|
3569
|
+
"version": "0.0.19"
|
|
3530
3570
|
}
|
|
3531
3571
|
}
|
|
3532
3572
|
}
|
|
@@ -5007,7 +5047,7 @@
|
|
|
5007
5047
|
"componentId": {
|
|
5008
5048
|
"scope": "teambit.legacy",
|
|
5009
5049
|
"name": "consumer-config",
|
|
5010
|
-
"version": "0.0.
|
|
5050
|
+
"version": "0.0.17"
|
|
5011
5051
|
}
|
|
5012
5052
|
},
|
|
5013
5053
|
"modifiers": []
|
|
@@ -5694,7 +5734,7 @@
|
|
|
5694
5734
|
"componentId": {
|
|
5695
5735
|
"scope": "teambit.legacy",
|
|
5696
5736
|
"name": "extension-data",
|
|
5697
|
-
"version": "0.0.
|
|
5737
|
+
"version": "0.0.19"
|
|
5698
5738
|
}
|
|
5699
5739
|
},
|
|
5700
5740
|
"isOptional": false
|
|
@@ -5840,7 +5880,7 @@
|
|
|
5840
5880
|
"componentId": {
|
|
5841
5881
|
"scope": "teambit.legacy",
|
|
5842
5882
|
"name": "extension-data",
|
|
5843
|
-
"version": "0.0.
|
|
5883
|
+
"version": "0.0.19"
|
|
5844
5884
|
}
|
|
5845
5885
|
}
|
|
5846
5886
|
},
|
|
@@ -6512,14 +6552,14 @@
|
|
|
6512
6552
|
"__schema": "FunctionLikeSchema",
|
|
6513
6553
|
"location": {
|
|
6514
6554
|
"filePath": "workspace-config.ts",
|
|
6515
|
-
"line":
|
|
6555
|
+
"line": 202,
|
|
6516
6556
|
"character": 3
|
|
6517
6557
|
},
|
|
6518
6558
|
"doc": {
|
|
6519
6559
|
"__schema": "DocSchema",
|
|
6520
6560
|
"location": {
|
|
6521
6561
|
"filePath": "workspace-config.ts",
|
|
6522
|
-
"line":
|
|
6562
|
+
"line": 192,
|
|
6523
6563
|
"character": 3
|
|
6524
6564
|
},
|
|
6525
6565
|
"raw": "/**\n * Ensure the given directory has a workspace config\n * Load if existing and create new if not\n *\n * @static\n * @param {PathOsBasedAbsolute} dirPath\n * @param {WorkspaceConfigFileProps} [workspaceConfigProps={} as any]\n * @returns {Promise<WorkspaceConfig>}\n * @memberof WorkspaceConfig\n */",
|
|
@@ -6529,7 +6569,7 @@
|
|
|
6529
6569
|
"__schema": "TagSchema",
|
|
6530
6570
|
"location": {
|
|
6531
6571
|
"filePath": "workspace-config.ts",
|
|
6532
|
-
"line":
|
|
6572
|
+
"line": 196,
|
|
6533
6573
|
"character": 6
|
|
6534
6574
|
},
|
|
6535
6575
|
"tagName": "static"
|
|
@@ -6538,7 +6578,7 @@
|
|
|
6538
6578
|
"__schema": "PropertyLikeTagSchema",
|
|
6539
6579
|
"location": {
|
|
6540
6580
|
"filePath": "workspace-config.ts",
|
|
6541
|
-
"line":
|
|
6581
|
+
"line": 197,
|
|
6542
6582
|
"character": 6
|
|
6543
6583
|
},
|
|
6544
6584
|
"name": "dirPath",
|
|
@@ -6547,7 +6587,7 @@
|
|
|
6547
6587
|
"__schema": "TypeRefSchema",
|
|
6548
6588
|
"location": {
|
|
6549
6589
|
"filePath": "workspace-config.ts",
|
|
6550
|
-
"line":
|
|
6590
|
+
"line": 197,
|
|
6551
6591
|
"character": 14
|
|
6552
6592
|
},
|
|
6553
6593
|
"name": "PathOsBasedAbsolute"
|
|
@@ -6557,7 +6597,7 @@
|
|
|
6557
6597
|
"__schema": "PropertyLikeTagSchema",
|
|
6558
6598
|
"location": {
|
|
6559
6599
|
"filePath": "workspace-config.ts",
|
|
6560
|
-
"line":
|
|
6600
|
+
"line": 198,
|
|
6561
6601
|
"character": 6
|
|
6562
6602
|
},
|
|
6563
6603
|
"name": "workspaceConfigProps",
|
|
@@ -6566,7 +6606,7 @@
|
|
|
6566
6606
|
"__schema": "TypeRefSchema",
|
|
6567
6607
|
"location": {
|
|
6568
6608
|
"filePath": "workspace-config.ts",
|
|
6569
|
-
"line":
|
|
6609
|
+
"line": 198,
|
|
6570
6610
|
"character": 14
|
|
6571
6611
|
},
|
|
6572
6612
|
"name": "WorkspaceConfigFileProps"
|
|
@@ -6576,7 +6616,7 @@
|
|
|
6576
6616
|
"__schema": "ReturnTagSchema",
|
|
6577
6617
|
"location": {
|
|
6578
6618
|
"filePath": "workspace-config.ts",
|
|
6579
|
-
"line":
|
|
6619
|
+
"line": 199,
|
|
6580
6620
|
"character": 6
|
|
6581
6621
|
},
|
|
6582
6622
|
"tagName": "return",
|
|
@@ -6584,7 +6624,7 @@
|
|
|
6584
6624
|
"__schema": "TypeRefSchema",
|
|
6585
6625
|
"location": {
|
|
6586
6626
|
"filePath": "workspace-config.ts",
|
|
6587
|
-
"line":
|
|
6627
|
+
"line": 199,
|
|
6588
6628
|
"character": 16
|
|
6589
6629
|
},
|
|
6590
6630
|
"name": "Promise",
|
|
@@ -6593,7 +6633,7 @@
|
|
|
6593
6633
|
"__schema": "TypeRefSchema",
|
|
6594
6634
|
"location": {
|
|
6595
6635
|
"filePath": "workspace-config.ts",
|
|
6596
|
-
"line":
|
|
6636
|
+
"line": 199,
|
|
6597
6637
|
"character": 24
|
|
6598
6638
|
},
|
|
6599
6639
|
"name": "WorkspaceConfig"
|
|
@@ -6605,7 +6645,7 @@
|
|
|
6605
6645
|
"__schema": "TagSchema",
|
|
6606
6646
|
"location": {
|
|
6607
6647
|
"filePath": "workspace-config.ts",
|
|
6608
|
-
"line":
|
|
6648
|
+
"line": 200,
|
|
6609
6649
|
"character": 6
|
|
6610
6650
|
},
|
|
6611
6651
|
"tagName": "memberof",
|
|
@@ -6620,7 +6660,7 @@
|
|
|
6620
6660
|
"__schema": "ParameterSchema",
|
|
6621
6661
|
"location": {
|
|
6622
6662
|
"filePath": "workspace-config.ts",
|
|
6623
|
-
"line":
|
|
6663
|
+
"line": 203,
|
|
6624
6664
|
"character": 5
|
|
6625
6665
|
},
|
|
6626
6666
|
"name": "dirPath",
|
|
@@ -6628,7 +6668,7 @@
|
|
|
6628
6668
|
"__schema": "TypeRefSchema",
|
|
6629
6669
|
"location": {
|
|
6630
6670
|
"filePath": "workspace-config.ts",
|
|
6631
|
-
"line":
|
|
6671
|
+
"line": 203,
|
|
6632
6672
|
"character": 14
|
|
6633
6673
|
},
|
|
6634
6674
|
"name": "PathOsBasedAbsolute"
|
|
@@ -6640,7 +6680,7 @@
|
|
|
6640
6680
|
"__schema": "ParameterSchema",
|
|
6641
6681
|
"location": {
|
|
6642
6682
|
"filePath": "workspace-config.ts",
|
|
6643
|
-
"line":
|
|
6683
|
+
"line": 204,
|
|
6644
6684
|
"character": 5
|
|
6645
6685
|
},
|
|
6646
6686
|
"name": "scopePath",
|
|
@@ -6648,7 +6688,7 @@
|
|
|
6648
6688
|
"__schema": "TypeRefSchema",
|
|
6649
6689
|
"location": {
|
|
6650
6690
|
"filePath": "workspace-config.ts",
|
|
6651
|
-
"line":
|
|
6691
|
+
"line": 204,
|
|
6652
6692
|
"character": 16
|
|
6653
6693
|
},
|
|
6654
6694
|
"name": "PathOsBasedAbsolute"
|
|
@@ -6660,7 +6700,7 @@
|
|
|
6660
6700
|
"__schema": "ParameterSchema",
|
|
6661
6701
|
"location": {
|
|
6662
6702
|
"filePath": "workspace-config.ts",
|
|
6663
|
-
"line":
|
|
6703
|
+
"line": 205,
|
|
6664
6704
|
"character": 5
|
|
6665
6705
|
},
|
|
6666
6706
|
"name": "workspaceConfigProps",
|
|
@@ -6668,7 +6708,7 @@
|
|
|
6668
6708
|
"__schema": "TypeRefSchema",
|
|
6669
6709
|
"location": {
|
|
6670
6710
|
"filePath": "workspace-config.ts",
|
|
6671
|
-
"line":
|
|
6711
|
+
"line": 205,
|
|
6672
6712
|
"character": 27
|
|
6673
6713
|
},
|
|
6674
6714
|
"name": "WorkspaceConfigFileProps"
|
|
@@ -6681,7 +6721,7 @@
|
|
|
6681
6721
|
"__schema": "ParameterSchema",
|
|
6682
6722
|
"location": {
|
|
6683
6723
|
"filePath": "workspace-config.ts",
|
|
6684
|
-
"line":
|
|
6724
|
+
"line": 206,
|
|
6685
6725
|
"character": 5
|
|
6686
6726
|
},
|
|
6687
6727
|
"name": "generator",
|
|
@@ -6689,7 +6729,7 @@
|
|
|
6689
6729
|
"__schema": "KeywordTypeSchema",
|
|
6690
6730
|
"location": {
|
|
6691
6731
|
"filePath": "workspace-config.ts",
|
|
6692
|
-
"line":
|
|
6732
|
+
"line": 206,
|
|
6693
6733
|
"character": 17
|
|
6694
6734
|
},
|
|
6695
6735
|
"name": "string"
|
|
@@ -6702,7 +6742,7 @@
|
|
|
6702
6742
|
"__schema": "TypeRefSchema",
|
|
6703
6743
|
"location": {
|
|
6704
6744
|
"filePath": "workspace-config.ts",
|
|
6705
|
-
"line":
|
|
6745
|
+
"line": 207,
|
|
6706
6746
|
"character": 6
|
|
6707
6747
|
},
|
|
6708
6748
|
"name": "Promise",
|
|
@@ -6711,7 +6751,7 @@
|
|
|
6711
6751
|
"__schema": "TypeRefSchema",
|
|
6712
6752
|
"location": {
|
|
6713
6753
|
"filePath": "workspace-config.ts",
|
|
6714
|
-
"line":
|
|
6754
|
+
"line": 207,
|
|
6715
6755
|
"character": 14
|
|
6716
6756
|
},
|
|
6717
6757
|
"name": "WorkspaceConfig"
|
|
@@ -6727,7 +6767,7 @@
|
|
|
6727
6767
|
"__schema": "FunctionLikeSchema",
|
|
6728
6768
|
"location": {
|
|
6729
6769
|
"filePath": "workspace-config.ts",
|
|
6730
|
-
"line":
|
|
6770
|
+
"line": 224,
|
|
6731
6771
|
"character": 3
|
|
6732
6772
|
},
|
|
6733
6773
|
"signature": "(method) WorkspaceConfig.reset(dirPath: PathOsBasedAbsolute, resetHard: boolean): Promise<void>",
|
|
@@ -6737,7 +6777,7 @@
|
|
|
6737
6777
|
"__schema": "ParameterSchema",
|
|
6738
6778
|
"location": {
|
|
6739
6779
|
"filePath": "workspace-config.ts",
|
|
6740
|
-
"line":
|
|
6780
|
+
"line": 224,
|
|
6741
6781
|
"character": 22
|
|
6742
6782
|
},
|
|
6743
6783
|
"name": "dirPath",
|
|
@@ -6745,7 +6785,7 @@
|
|
|
6745
6785
|
"__schema": "TypeRefSchema",
|
|
6746
6786
|
"location": {
|
|
6747
6787
|
"filePath": "workspace-config.ts",
|
|
6748
|
-
"line":
|
|
6788
|
+
"line": 224,
|
|
6749
6789
|
"character": 31
|
|
6750
6790
|
},
|
|
6751
6791
|
"name": "PathOsBasedAbsolute"
|
|
@@ -6757,7 +6797,7 @@
|
|
|
6757
6797
|
"__schema": "ParameterSchema",
|
|
6758
6798
|
"location": {
|
|
6759
6799
|
"filePath": "workspace-config.ts",
|
|
6760
|
-
"line":
|
|
6800
|
+
"line": 224,
|
|
6761
6801
|
"character": 52
|
|
6762
6802
|
},
|
|
6763
6803
|
"name": "resetHard",
|
|
@@ -6765,7 +6805,7 @@
|
|
|
6765
6805
|
"__schema": "KeywordTypeSchema",
|
|
6766
6806
|
"location": {
|
|
6767
6807
|
"filePath": "workspace-config.ts",
|
|
6768
|
-
"line":
|
|
6808
|
+
"line": 224,
|
|
6769
6809
|
"character": 63
|
|
6770
6810
|
},
|
|
6771
6811
|
"name": "boolean"
|
|
@@ -6778,7 +6818,7 @@
|
|
|
6778
6818
|
"__schema": "TypeRefSchema",
|
|
6779
6819
|
"location": {
|
|
6780
6820
|
"filePath": "workspace-config.ts",
|
|
6781
|
-
"line":
|
|
6821
|
+
"line": 224,
|
|
6782
6822
|
"character": 73
|
|
6783
6823
|
},
|
|
6784
6824
|
"name": "Promise",
|
|
@@ -6787,7 +6827,7 @@
|
|
|
6787
6827
|
"__schema": "KeywordTypeSchema",
|
|
6788
6828
|
"location": {
|
|
6789
6829
|
"filePath": "workspace-config.ts",
|
|
6790
|
-
"line":
|
|
6830
|
+
"line": 224,
|
|
6791
6831
|
"character": 81
|
|
6792
6832
|
},
|
|
6793
6833
|
"name": "void"
|
|
@@ -6803,14 +6843,14 @@
|
|
|
6803
6843
|
"__schema": "FunctionLikeSchema",
|
|
6804
6844
|
"location": {
|
|
6805
6845
|
"filePath": "workspace-config.ts",
|
|
6806
|
-
"line":
|
|
6846
|
+
"line": 240,
|
|
6807
6847
|
"character": 3
|
|
6808
6848
|
},
|
|
6809
6849
|
"doc": {
|
|
6810
6850
|
"__schema": "DocSchema",
|
|
6811
6851
|
"location": {
|
|
6812
6852
|
"filePath": "workspace-config.ts",
|
|
6813
|
-
"line":
|
|
6853
|
+
"line": 232,
|
|
6814
6854
|
"character": 3
|
|
6815
6855
|
},
|
|
6816
6856
|
"raw": "/**\n * Get the path of the workspace.jsonc file by a containing folder\n *\n * @static\n * @param {PathOsBased} dirPath containing dir of the workspace.jsonc file\n * @returns {PathOsBased}\n * @memberof WorkspaceConfig\n */",
|
|
@@ -6820,7 +6860,7 @@
|
|
|
6820
6860
|
"__schema": "TagSchema",
|
|
6821
6861
|
"location": {
|
|
6822
6862
|
"filePath": "workspace-config.ts",
|
|
6823
|
-
"line":
|
|
6863
|
+
"line": 235,
|
|
6824
6864
|
"character": 6
|
|
6825
6865
|
},
|
|
6826
6866
|
"tagName": "static"
|
|
@@ -6829,7 +6869,7 @@
|
|
|
6829
6869
|
"__schema": "PropertyLikeTagSchema",
|
|
6830
6870
|
"location": {
|
|
6831
6871
|
"filePath": "workspace-config.ts",
|
|
6832
|
-
"line":
|
|
6872
|
+
"line": 236,
|
|
6833
6873
|
"character": 6
|
|
6834
6874
|
},
|
|
6835
6875
|
"name": "dirPath",
|
|
@@ -6839,7 +6879,7 @@
|
|
|
6839
6879
|
"__schema": "TypeRefSchema",
|
|
6840
6880
|
"location": {
|
|
6841
6881
|
"filePath": "workspace-config.ts",
|
|
6842
|
-
"line":
|
|
6882
|
+
"line": 236,
|
|
6843
6883
|
"character": 14
|
|
6844
6884
|
},
|
|
6845
6885
|
"name": "PathOsBased"
|
|
@@ -6849,7 +6889,7 @@
|
|
|
6849
6889
|
"__schema": "ReturnTagSchema",
|
|
6850
6890
|
"location": {
|
|
6851
6891
|
"filePath": "workspace-config.ts",
|
|
6852
|
-
"line":
|
|
6892
|
+
"line": 237,
|
|
6853
6893
|
"character": 6
|
|
6854
6894
|
},
|
|
6855
6895
|
"tagName": "return",
|
|
@@ -6857,7 +6897,7 @@
|
|
|
6857
6897
|
"__schema": "TypeRefSchema",
|
|
6858
6898
|
"location": {
|
|
6859
6899
|
"filePath": "workspace-config.ts",
|
|
6860
|
-
"line":
|
|
6900
|
+
"line": 237,
|
|
6861
6901
|
"character": 16
|
|
6862
6902
|
},
|
|
6863
6903
|
"name": "PathOsBased"
|
|
@@ -6867,7 +6907,7 @@
|
|
|
6867
6907
|
"__schema": "TagSchema",
|
|
6868
6908
|
"location": {
|
|
6869
6909
|
"filePath": "workspace-config.ts",
|
|
6870
|
-
"line":
|
|
6910
|
+
"line": 238,
|
|
6871
6911
|
"character": 6
|
|
6872
6912
|
},
|
|
6873
6913
|
"tagName": "memberof",
|
|
@@ -6882,7 +6922,7 @@
|
|
|
6882
6922
|
"__schema": "ParameterSchema",
|
|
6883
6923
|
"location": {
|
|
6884
6924
|
"filePath": "workspace-config.ts",
|
|
6885
|
-
"line":
|
|
6925
|
+
"line": 240,
|
|
6886
6926
|
"character": 36
|
|
6887
6927
|
},
|
|
6888
6928
|
"name": "dirPath",
|
|
@@ -6890,7 +6930,7 @@
|
|
|
6890
6930
|
"__schema": "TypeRefSchema",
|
|
6891
6931
|
"location": {
|
|
6892
6932
|
"filePath": "workspace-config.ts",
|
|
6893
|
-
"line":
|
|
6933
|
+
"line": 240,
|
|
6894
6934
|
"character": 45
|
|
6895
6935
|
},
|
|
6896
6936
|
"name": "PathOsBased"
|
|
@@ -6903,7 +6943,7 @@
|
|
|
6903
6943
|
"__schema": "TypeRefSchema",
|
|
6904
6944
|
"location": {
|
|
6905
6945
|
"filePath": "workspace-config.ts",
|
|
6906
|
-
"line":
|
|
6946
|
+
"line": 240,
|
|
6907
6947
|
"character": 3
|
|
6908
6948
|
},
|
|
6909
6949
|
"name": "PathOsBased",
|
|
@@ -6921,7 +6961,7 @@
|
|
|
6921
6961
|
"__schema": "FunctionLikeSchema",
|
|
6922
6962
|
"location": {
|
|
6923
6963
|
"filePath": "workspace-config.ts",
|
|
6924
|
-
"line":
|
|
6964
|
+
"line": 244,
|
|
6925
6965
|
"character": 3
|
|
6926
6966
|
},
|
|
6927
6967
|
"signature": "(method) WorkspaceConfig.pathHasWorkspaceJsonc(dirPath: PathOsBased): Promise<boolean>",
|
|
@@ -6931,7 +6971,7 @@
|
|
|
6931
6971
|
"__schema": "ParameterSchema",
|
|
6932
6972
|
"location": {
|
|
6933
6973
|
"filePath": "workspace-config.ts",
|
|
6934
|
-
"line":
|
|
6974
|
+
"line": 244,
|
|
6935
6975
|
"character": 38
|
|
6936
6976
|
},
|
|
6937
6977
|
"name": "dirPath",
|
|
@@ -6939,7 +6979,7 @@
|
|
|
6939
6979
|
"__schema": "TypeRefSchema",
|
|
6940
6980
|
"location": {
|
|
6941
6981
|
"filePath": "workspace-config.ts",
|
|
6942
|
-
"line":
|
|
6982
|
+
"line": 244,
|
|
6943
6983
|
"character": 47
|
|
6944
6984
|
},
|
|
6945
6985
|
"name": "PathOsBased"
|
|
@@ -6952,7 +6992,7 @@
|
|
|
6952
6992
|
"__schema": "TypeRefSchema",
|
|
6953
6993
|
"location": {
|
|
6954
6994
|
"filePath": "workspace-config.ts",
|
|
6955
|
-
"line":
|
|
6995
|
+
"line": 244,
|
|
6956
6996
|
"character": 61
|
|
6957
6997
|
},
|
|
6958
6998
|
"name": "Promise",
|
|
@@ -6961,7 +7001,7 @@
|
|
|
6961
7001
|
"__schema": "KeywordTypeSchema",
|
|
6962
7002
|
"location": {
|
|
6963
7003
|
"filePath": "workspace-config.ts",
|
|
6964
|
-
"line":
|
|
7004
|
+
"line": 244,
|
|
6965
7005
|
"character": 69
|
|
6966
7006
|
},
|
|
6967
7007
|
"name": "boolean"
|
|
@@ -6977,14 +7017,14 @@
|
|
|
6977
7017
|
"__schema": "FunctionLikeSchema",
|
|
6978
7018
|
"location": {
|
|
6979
7019
|
"filePath": "workspace-config.ts",
|
|
6980
|
-
"line":
|
|
7020
|
+
"line": 253,
|
|
6981
7021
|
"character": 3
|
|
6982
7022
|
},
|
|
6983
7023
|
"doc": {
|
|
6984
7024
|
"__schema": "DocSchema",
|
|
6985
7025
|
"location": {
|
|
6986
7026
|
"filePath": "workspace-config.ts",
|
|
6987
|
-
"line":
|
|
7027
|
+
"line": 249,
|
|
6988
7028
|
"character": 3
|
|
6989
7029
|
},
|
|
6990
7030
|
"raw": "/**\n * Check if the given dir has workspace config (new or legacy)\n * @param dirPath\n */",
|
|
@@ -6994,7 +7034,7 @@
|
|
|
6994
7034
|
"__schema": "PropertyLikeTagSchema",
|
|
6995
7035
|
"location": {
|
|
6996
7036
|
"filePath": "workspace-config.ts",
|
|
6997
|
-
"line":
|
|
7037
|
+
"line": 251,
|
|
6998
7038
|
"character": 6
|
|
6999
7039
|
},
|
|
7000
7040
|
"name": "dirPath",
|
|
@@ -7009,7 +7049,7 @@
|
|
|
7009
7049
|
"__schema": "ParameterSchema",
|
|
7010
7050
|
"location": {
|
|
7011
7051
|
"filePath": "workspace-config.ts",
|
|
7012
|
-
"line":
|
|
7052
|
+
"line": 253,
|
|
7013
7053
|
"character": 24
|
|
7014
7054
|
},
|
|
7015
7055
|
"name": "dirPath",
|
|
@@ -7017,7 +7057,7 @@
|
|
|
7017
7057
|
"__schema": "TypeRefSchema",
|
|
7018
7058
|
"location": {
|
|
7019
7059
|
"filePath": "workspace-config.ts",
|
|
7020
|
-
"line":
|
|
7060
|
+
"line": 253,
|
|
7021
7061
|
"character": 33
|
|
7022
7062
|
},
|
|
7023
7063
|
"name": "PathOsBased"
|
|
@@ -7030,7 +7070,7 @@
|
|
|
7030
7070
|
"__schema": "TypeRefSchema",
|
|
7031
7071
|
"location": {
|
|
7032
7072
|
"filePath": "workspace-config.ts",
|
|
7033
|
-
"line":
|
|
7073
|
+
"line": 253,
|
|
7034
7074
|
"character": 47
|
|
7035
7075
|
},
|
|
7036
7076
|
"name": "Promise",
|
|
@@ -7039,7 +7079,7 @@
|
|
|
7039
7079
|
"__schema": "TypeUnionSchema",
|
|
7040
7080
|
"location": {
|
|
7041
7081
|
"filePath": "workspace-config.ts",
|
|
7042
|
-
"line":
|
|
7082
|
+
"line": 253,
|
|
7043
7083
|
"character": 55
|
|
7044
7084
|
},
|
|
7045
7085
|
"types": [
|
|
@@ -7047,7 +7087,7 @@
|
|
|
7047
7087
|
"__schema": "KeywordTypeSchema",
|
|
7048
7088
|
"location": {
|
|
7049
7089
|
"filePath": "workspace-config.ts",
|
|
7050
|
-
"line":
|
|
7090
|
+
"line": 253,
|
|
7051
7091
|
"character": 55
|
|
7052
7092
|
},
|
|
7053
7093
|
"name": "boolean"
|
|
@@ -7056,7 +7096,7 @@
|
|
|
7056
7096
|
"__schema": "KeywordTypeSchema",
|
|
7057
7097
|
"location": {
|
|
7058
7098
|
"filePath": "workspace-config.ts",
|
|
7059
|
-
"line":
|
|
7099
|
+
"line": 253,
|
|
7060
7100
|
"character": 65
|
|
7061
7101
|
},
|
|
7062
7102
|
"name": "undefined"
|
|
@@ -7074,14 +7114,14 @@
|
|
|
7074
7114
|
"__schema": "FunctionLikeSchema",
|
|
7075
7115
|
"location": {
|
|
7076
7116
|
"filePath": "workspace-config.ts",
|
|
7077
|
-
"line":
|
|
7117
|
+
"line": 269,
|
|
7078
7118
|
"character": 3
|
|
7079
7119
|
},
|
|
7080
7120
|
"doc": {
|
|
7081
7121
|
"__schema": "DocSchema",
|
|
7082
7122
|
"location": {
|
|
7083
7123
|
"filePath": "workspace-config.ts",
|
|
7084
|
-
"line":
|
|
7124
|
+
"line": 261,
|
|
7085
7125
|
"character": 3
|
|
7086
7126
|
},
|
|
7087
7127
|
"raw": "/**\n * Load the workspace configuration if it's exist\n *\n * @static\n * @param {PathOsBased} dirPath\n * @returns {(Promise<WorkspaceConfig | undefined>)}\n * @memberof WorkspaceConfig\n */",
|
|
@@ -7091,7 +7131,7 @@
|
|
|
7091
7131
|
"__schema": "TagSchema",
|
|
7092
7132
|
"location": {
|
|
7093
7133
|
"filePath": "workspace-config.ts",
|
|
7094
|
-
"line":
|
|
7134
|
+
"line": 264,
|
|
7095
7135
|
"character": 6
|
|
7096
7136
|
},
|
|
7097
7137
|
"tagName": "static"
|
|
@@ -7100,7 +7140,7 @@
|
|
|
7100
7140
|
"__schema": "PropertyLikeTagSchema",
|
|
7101
7141
|
"location": {
|
|
7102
7142
|
"filePath": "workspace-config.ts",
|
|
7103
|
-
"line":
|
|
7143
|
+
"line": 265,
|
|
7104
7144
|
"character": 6
|
|
7105
7145
|
},
|
|
7106
7146
|
"name": "dirPath",
|
|
@@ -7109,7 +7149,7 @@
|
|
|
7109
7149
|
"__schema": "TypeRefSchema",
|
|
7110
7150
|
"location": {
|
|
7111
7151
|
"filePath": "workspace-config.ts",
|
|
7112
|
-
"line":
|
|
7152
|
+
"line": 265,
|
|
7113
7153
|
"character": 14
|
|
7114
7154
|
},
|
|
7115
7155
|
"name": "PathOsBased"
|
|
@@ -7119,7 +7159,7 @@
|
|
|
7119
7159
|
"__schema": "ReturnTagSchema",
|
|
7120
7160
|
"location": {
|
|
7121
7161
|
"filePath": "workspace-config.ts",
|
|
7122
|
-
"line":
|
|
7162
|
+
"line": 266,
|
|
7123
7163
|
"character": 6
|
|
7124
7164
|
},
|
|
7125
7165
|
"tagName": "return",
|
|
@@ -7127,14 +7167,14 @@
|
|
|
7127
7167
|
"__schema": "ParenthesizedTypeSchema",
|
|
7128
7168
|
"location": {
|
|
7129
7169
|
"filePath": "workspace-config.ts",
|
|
7130
|
-
"line":
|
|
7170
|
+
"line": 266,
|
|
7131
7171
|
"character": 16
|
|
7132
7172
|
},
|
|
7133
7173
|
"type": {
|
|
7134
7174
|
"__schema": "TypeRefSchema",
|
|
7135
7175
|
"location": {
|
|
7136
7176
|
"filePath": "workspace-config.ts",
|
|
7137
|
-
"line":
|
|
7177
|
+
"line": 266,
|
|
7138
7178
|
"character": 17
|
|
7139
7179
|
},
|
|
7140
7180
|
"name": "Promise",
|
|
@@ -7143,7 +7183,7 @@
|
|
|
7143
7183
|
"__schema": "TypeUnionSchema",
|
|
7144
7184
|
"location": {
|
|
7145
7185
|
"filePath": "workspace-config.ts",
|
|
7146
|
-
"line":
|
|
7186
|
+
"line": 266,
|
|
7147
7187
|
"character": 25
|
|
7148
7188
|
},
|
|
7149
7189
|
"types": [
|
|
@@ -7151,7 +7191,7 @@
|
|
|
7151
7191
|
"__schema": "TypeRefSchema",
|
|
7152
7192
|
"location": {
|
|
7153
7193
|
"filePath": "workspace-config.ts",
|
|
7154
|
-
"line":
|
|
7194
|
+
"line": 266,
|
|
7155
7195
|
"character": 25
|
|
7156
7196
|
},
|
|
7157
7197
|
"name": "WorkspaceConfig"
|
|
@@ -7160,7 +7200,7 @@
|
|
|
7160
7200
|
"__schema": "KeywordTypeSchema",
|
|
7161
7201
|
"location": {
|
|
7162
7202
|
"filePath": "workspace-config.ts",
|
|
7163
|
-
"line":
|
|
7203
|
+
"line": 266,
|
|
7164
7204
|
"character": 43
|
|
7165
7205
|
},
|
|
7166
7206
|
"name": "undefined"
|
|
@@ -7175,7 +7215,7 @@
|
|
|
7175
7215
|
"__schema": "TagSchema",
|
|
7176
7216
|
"location": {
|
|
7177
7217
|
"filePath": "workspace-config.ts",
|
|
7178
|
-
"line":
|
|
7218
|
+
"line": 267,
|
|
7179
7219
|
"character": 6
|
|
7180
7220
|
},
|
|
7181
7221
|
"tagName": "memberof",
|
|
@@ -7190,7 +7230,7 @@
|
|
|
7190
7230
|
"__schema": "ParameterSchema",
|
|
7191
7231
|
"location": {
|
|
7192
7232
|
"filePath": "workspace-config.ts",
|
|
7193
|
-
"line":
|
|
7233
|
+
"line": 270,
|
|
7194
7234
|
"character": 5
|
|
7195
7235
|
},
|
|
7196
7236
|
"name": "dirPath",
|
|
@@ -7198,7 +7238,7 @@
|
|
|
7198
7238
|
"__schema": "TypeRefSchema",
|
|
7199
7239
|
"location": {
|
|
7200
7240
|
"filePath": "workspace-config.ts",
|
|
7201
|
-
"line":
|
|
7241
|
+
"line": 270,
|
|
7202
7242
|
"character": 14
|
|
7203
7243
|
},
|
|
7204
7244
|
"name": "PathOsBased"
|
|
@@ -7210,7 +7250,7 @@
|
|
|
7210
7250
|
"__schema": "ParameterSchema",
|
|
7211
7251
|
"location": {
|
|
7212
7252
|
"filePath": "workspace-config.ts",
|
|
7213
|
-
"line":
|
|
7253
|
+
"line": 271,
|
|
7214
7254
|
"character": 5
|
|
7215
7255
|
},
|
|
7216
7256
|
"name": "scopePath",
|
|
@@ -7218,7 +7258,7 @@
|
|
|
7218
7258
|
"__schema": "TypeRefSchema",
|
|
7219
7259
|
"location": {
|
|
7220
7260
|
"filePath": "workspace-config.ts",
|
|
7221
|
-
"line":
|
|
7261
|
+
"line": 271,
|
|
7222
7262
|
"character": 17
|
|
7223
7263
|
},
|
|
7224
7264
|
"name": "PathOsBasedAbsolute"
|
|
@@ -7231,7 +7271,7 @@
|
|
|
7231
7271
|
"__schema": "TypeRefSchema",
|
|
7232
7272
|
"location": {
|
|
7233
7273
|
"filePath": "workspace-config.ts",
|
|
7234
|
-
"line":
|
|
7274
|
+
"line": 272,
|
|
7235
7275
|
"character": 6
|
|
7236
7276
|
},
|
|
7237
7277
|
"name": "Promise",
|
|
@@ -7240,7 +7280,7 @@
|
|
|
7240
7280
|
"__schema": "TypeUnionSchema",
|
|
7241
7281
|
"location": {
|
|
7242
7282
|
"filePath": "workspace-config.ts",
|
|
7243
|
-
"line":
|
|
7283
|
+
"line": 272,
|
|
7244
7284
|
"character": 14
|
|
7245
7285
|
},
|
|
7246
7286
|
"types": [
|
|
@@ -7248,7 +7288,7 @@
|
|
|
7248
7288
|
"__schema": "TypeRefSchema",
|
|
7249
7289
|
"location": {
|
|
7250
7290
|
"filePath": "workspace-config.ts",
|
|
7251
|
-
"line":
|
|
7291
|
+
"line": 272,
|
|
7252
7292
|
"character": 14
|
|
7253
7293
|
},
|
|
7254
7294
|
"name": "WorkspaceConfig"
|
|
@@ -7257,7 +7297,7 @@
|
|
|
7257
7297
|
"__schema": "KeywordTypeSchema",
|
|
7258
7298
|
"location": {
|
|
7259
7299
|
"filePath": "workspace-config.ts",
|
|
7260
|
-
"line":
|
|
7300
|
+
"line": 272,
|
|
7261
7301
|
"character": 32
|
|
7262
7302
|
},
|
|
7263
7303
|
"name": "undefined"
|
|
@@ -7275,7 +7315,7 @@
|
|
|
7275
7315
|
"__schema": "FunctionLikeSchema",
|
|
7276
7316
|
"location": {
|
|
7277
7317
|
"filePath": "workspace-config.ts",
|
|
7278
|
-
"line":
|
|
7318
|
+
"line": 282,
|
|
7279
7319
|
"character": 3
|
|
7280
7320
|
},
|
|
7281
7321
|
"signature": "(method) WorkspaceConfig._loadFromWorkspaceJsonc(workspaceJsoncPath: PathOsBased, scopePath?: string): Promise<WorkspaceConfig>",
|
|
@@ -7285,7 +7325,7 @@
|
|
|
7285
7325
|
"__schema": "ParameterSchema",
|
|
7286
7326
|
"location": {
|
|
7287
7327
|
"filePath": "workspace-config.ts",
|
|
7288
|
-
"line":
|
|
7328
|
+
"line": 282,
|
|
7289
7329
|
"character": 40
|
|
7290
7330
|
},
|
|
7291
7331
|
"name": "workspaceJsoncPath",
|
|
@@ -7293,7 +7333,7 @@
|
|
|
7293
7333
|
"__schema": "TypeRefSchema",
|
|
7294
7334
|
"location": {
|
|
7295
7335
|
"filePath": "workspace-config.ts",
|
|
7296
|
-
"line":
|
|
7336
|
+
"line": 282,
|
|
7297
7337
|
"character": 60
|
|
7298
7338
|
},
|
|
7299
7339
|
"name": "PathOsBased"
|
|
@@ -7305,7 +7345,7 @@
|
|
|
7305
7345
|
"__schema": "ParameterSchema",
|
|
7306
7346
|
"location": {
|
|
7307
7347
|
"filePath": "workspace-config.ts",
|
|
7308
|
-
"line":
|
|
7348
|
+
"line": 282,
|
|
7309
7349
|
"character": 73
|
|
7310
7350
|
},
|
|
7311
7351
|
"name": "scopePath",
|
|
@@ -7313,7 +7353,7 @@
|
|
|
7313
7353
|
"__schema": "KeywordTypeSchema",
|
|
7314
7354
|
"location": {
|
|
7315
7355
|
"filePath": "workspace-config.ts",
|
|
7316
|
-
"line":
|
|
7356
|
+
"line": 282,
|
|
7317
7357
|
"character": 85
|
|
7318
7358
|
},
|
|
7319
7359
|
"name": "string"
|
|
@@ -7326,7 +7366,7 @@
|
|
|
7326
7366
|
"__schema": "TypeRefSchema",
|
|
7327
7367
|
"location": {
|
|
7328
7368
|
"filePath": "workspace-config.ts",
|
|
7329
|
-
"line":
|
|
7369
|
+
"line": 282,
|
|
7330
7370
|
"character": 94
|
|
7331
7371
|
},
|
|
7332
7372
|
"name": "Promise",
|
|
@@ -7335,7 +7375,7 @@
|
|
|
7335
7375
|
"__schema": "TypeRefSchema",
|
|
7336
7376
|
"location": {
|
|
7337
7377
|
"filePath": "workspace-config.ts",
|
|
7338
|
-
"line":
|
|
7378
|
+
"line": 282,
|
|
7339
7379
|
"character": 102
|
|
7340
7380
|
},
|
|
7341
7381
|
"name": "WorkspaceConfig"
|
|
@@ -7351,7 +7391,7 @@
|
|
|
7351
7391
|
"__schema": "FunctionLikeSchema",
|
|
7352
7392
|
"location": {
|
|
7353
7393
|
"filePath": "workspace-config.ts",
|
|
7354
|
-
"line":
|
|
7394
|
+
"line": 293,
|
|
7355
7395
|
"character": 3
|
|
7356
7396
|
},
|
|
7357
7397
|
"signature": "(method) WorkspaceConfig.write({ dir, reasonForChange }?: {\n dir?: PathOsBasedAbsolute;\n reasonForChange?: string;\n}): Promise<void>",
|
|
@@ -7361,7 +7401,7 @@
|
|
|
7361
7401
|
"__schema": "ParameterSchema",
|
|
7362
7402
|
"location": {
|
|
7363
7403
|
"filePath": "workspace-config.ts",
|
|
7364
|
-
"line":
|
|
7404
|
+
"line": 293,
|
|
7365
7405
|
"character": 15
|
|
7366
7406
|
},
|
|
7367
7407
|
"name": "{ dir, reasonForChange }",
|
|
@@ -7369,7 +7409,7 @@
|
|
|
7369
7409
|
"__schema": "TypeLiteralSchema",
|
|
7370
7410
|
"location": {
|
|
7371
7411
|
"filePath": "workspace-config.ts",
|
|
7372
|
-
"line":
|
|
7412
|
+
"line": 293,
|
|
7373
7413
|
"character": 41
|
|
7374
7414
|
},
|
|
7375
7415
|
"members": [
|
|
@@ -7377,7 +7417,7 @@
|
|
|
7377
7417
|
"__schema": "VariableLikeSchema",
|
|
7378
7418
|
"location": {
|
|
7379
7419
|
"filePath": "workspace-config.ts",
|
|
7380
|
-
"line":
|
|
7420
|
+
"line": 293,
|
|
7381
7421
|
"character": 43
|
|
7382
7422
|
},
|
|
7383
7423
|
"signature": "(property) dir?: string | undefined",
|
|
@@ -7386,7 +7426,7 @@
|
|
|
7386
7426
|
"__schema": "TypeRefSchema",
|
|
7387
7427
|
"location": {
|
|
7388
7428
|
"filePath": "workspace-config.ts",
|
|
7389
|
-
"line":
|
|
7429
|
+
"line": 293,
|
|
7390
7430
|
"character": 49
|
|
7391
7431
|
},
|
|
7392
7432
|
"name": "PathOsBasedAbsolute"
|
|
@@ -7397,7 +7437,7 @@
|
|
|
7397
7437
|
"__schema": "VariableLikeSchema",
|
|
7398
7438
|
"location": {
|
|
7399
7439
|
"filePath": "workspace-config.ts",
|
|
7400
|
-
"line":
|
|
7440
|
+
"line": 293,
|
|
7401
7441
|
"character": 70
|
|
7402
7442
|
},
|
|
7403
7443
|
"signature": "(property) reasonForChange?: string | undefined",
|
|
@@ -7406,7 +7446,7 @@
|
|
|
7406
7446
|
"__schema": "KeywordTypeSchema",
|
|
7407
7447
|
"location": {
|
|
7408
7448
|
"filePath": "workspace-config.ts",
|
|
7409
|
-
"line":
|
|
7449
|
+
"line": 293,
|
|
7410
7450
|
"character": 88
|
|
7411
7451
|
},
|
|
7412
7452
|
"name": "string"
|
|
@@ -7422,7 +7462,7 @@
|
|
|
7422
7462
|
"__schema": "VariableLikeSchema",
|
|
7423
7463
|
"location": {
|
|
7424
7464
|
"filePath": "workspace-config.ts",
|
|
7425
|
-
"line":
|
|
7465
|
+
"line": 293,
|
|
7426
7466
|
"character": 43
|
|
7427
7467
|
},
|
|
7428
7468
|
"signature": "(property) dir?: string | undefined",
|
|
@@ -7431,7 +7471,7 @@
|
|
|
7431
7471
|
"__schema": "TypeRefSchema",
|
|
7432
7472
|
"location": {
|
|
7433
7473
|
"filePath": "workspace-config.ts",
|
|
7434
|
-
"line":
|
|
7474
|
+
"line": 293,
|
|
7435
7475
|
"character": 49
|
|
7436
7476
|
},
|
|
7437
7477
|
"name": "PathOsBasedAbsolute"
|
|
@@ -7442,7 +7482,7 @@
|
|
|
7442
7482
|
"__schema": "VariableLikeSchema",
|
|
7443
7483
|
"location": {
|
|
7444
7484
|
"filePath": "workspace-config.ts",
|
|
7445
|
-
"line":
|
|
7485
|
+
"line": 293,
|
|
7446
7486
|
"character": 70
|
|
7447
7487
|
},
|
|
7448
7488
|
"signature": "(property) reasonForChange?: string | undefined",
|
|
@@ -7451,7 +7491,7 @@
|
|
|
7451
7491
|
"__schema": "KeywordTypeSchema",
|
|
7452
7492
|
"location": {
|
|
7453
7493
|
"filePath": "workspace-config.ts",
|
|
7454
|
-
"line":
|
|
7494
|
+
"line": 293,
|
|
7455
7495
|
"character": 88
|
|
7456
7496
|
},
|
|
7457
7497
|
"name": "string"
|
|
@@ -7466,7 +7506,7 @@
|
|
|
7466
7506
|
"__schema": "TypeRefSchema",
|
|
7467
7507
|
"location": {
|
|
7468
7508
|
"filePath": "workspace-config.ts",
|
|
7469
|
-
"line":
|
|
7509
|
+
"line": 293,
|
|
7470
7510
|
"character": 104
|
|
7471
7511
|
},
|
|
7472
7512
|
"name": "Promise",
|
|
@@ -7475,7 +7515,7 @@
|
|
|
7475
7515
|
"__schema": "KeywordTypeSchema",
|
|
7476
7516
|
"location": {
|
|
7477
7517
|
"filePath": "workspace-config.ts",
|
|
7478
|
-
"line":
|
|
7518
|
+
"line": 293,
|
|
7479
7519
|
"character": 112
|
|
7480
7520
|
},
|
|
7481
7521
|
"name": "void"
|
|
@@ -7490,7 +7530,7 @@
|
|
|
7490
7530
|
"__schema": "FunctionLikeSchema",
|
|
7491
7531
|
"location": {
|
|
7492
7532
|
"filePath": "workspace-config.ts",
|
|
7493
|
-
"line":
|
|
7533
|
+
"line": 308,
|
|
7494
7534
|
"character": 3
|
|
7495
7535
|
},
|
|
7496
7536
|
"signature": "(method) WorkspaceConfig.backupConfigFile(reasonForChange?: string): Promise<void>",
|
|
@@ -7500,7 +7540,7 @@
|
|
|
7500
7540
|
"__schema": "ParameterSchema",
|
|
7501
7541
|
"location": {
|
|
7502
7542
|
"filePath": "workspace-config.ts",
|
|
7503
|
-
"line":
|
|
7543
|
+
"line": 308,
|
|
7504
7544
|
"character": 26
|
|
7505
7545
|
},
|
|
7506
7546
|
"name": "reasonForChange",
|
|
@@ -7508,7 +7548,7 @@
|
|
|
7508
7548
|
"__schema": "KeywordTypeSchema",
|
|
7509
7549
|
"location": {
|
|
7510
7550
|
"filePath": "workspace-config.ts",
|
|
7511
|
-
"line":
|
|
7551
|
+
"line": 308,
|
|
7512
7552
|
"character": 44
|
|
7513
7553
|
},
|
|
7514
7554
|
"name": "string"
|
|
@@ -7521,7 +7561,7 @@
|
|
|
7521
7561
|
"__schema": "InferenceTypeSchema",
|
|
7522
7562
|
"location": {
|
|
7523
7563
|
"filePath": "workspace-config.ts",
|
|
7524
|
-
"line":
|
|
7564
|
+
"line": 308,
|
|
7525
7565
|
"character": 3
|
|
7526
7566
|
},
|
|
7527
7567
|
"type": "Promise<void>"
|
|
@@ -7534,7 +7574,7 @@
|
|
|
7534
7574
|
"__schema": "FunctionLikeSchema",
|
|
7535
7575
|
"location": {
|
|
7536
7576
|
"filePath": "workspace-config.ts",
|
|
7537
|
-
"line":
|
|
7577
|
+
"line": 331,
|
|
7538
7578
|
"character": 3
|
|
7539
7579
|
},
|
|
7540
7580
|
"signature": "(method) WorkspaceConfig.getBackupHistoryDir(): string",
|
|
@@ -7544,7 +7584,7 @@
|
|
|
7544
7584
|
"__schema": "InferenceTypeSchema",
|
|
7545
7585
|
"location": {
|
|
7546
7586
|
"filePath": "workspace-config.ts",
|
|
7547
|
-
"line":
|
|
7587
|
+
"line": 331,
|
|
7548
7588
|
"character": 3
|
|
7549
7589
|
},
|
|
7550
7590
|
"type": "string"
|
|
@@ -7555,7 +7595,7 @@
|
|
|
7555
7595
|
"__schema": "FunctionLikeSchema",
|
|
7556
7596
|
"location": {
|
|
7557
7597
|
"filePath": "workspace-config.ts",
|
|
7558
|
-
"line":
|
|
7598
|
+
"line": 334,
|
|
7559
7599
|
"character": 3
|
|
7560
7600
|
},
|
|
7561
7601
|
"signature": "(method) WorkspaceConfig.getBackupMetadataFilePath(): string",
|
|
@@ -7565,7 +7605,7 @@
|
|
|
7565
7605
|
"__schema": "InferenceTypeSchema",
|
|
7566
7606
|
"location": {
|
|
7567
7607
|
"filePath": "workspace-config.ts",
|
|
7568
|
-
"line":
|
|
7608
|
+
"line": 334,
|
|
7569
7609
|
"character": 3
|
|
7570
7610
|
},
|
|
7571
7611
|
"type": "string"
|
|
@@ -7576,7 +7616,7 @@
|
|
|
7576
7616
|
"__schema": "FunctionLikeSchema",
|
|
7577
7617
|
"location": {
|
|
7578
7618
|
"filePath": "workspace-config.ts",
|
|
7579
|
-
"line":
|
|
7619
|
+
"line": 354,
|
|
7580
7620
|
"character": 3
|
|
7581
7621
|
},
|
|
7582
7622
|
"signature": "(method) WorkspaceConfig.toVinyl(workspaceDir: PathOsBasedAbsolute): Promise<AbstractVinyl[] | undefined>",
|
|
@@ -7586,7 +7626,7 @@
|
|
|
7586
7626
|
"__schema": "ParameterSchema",
|
|
7587
7627
|
"location": {
|
|
7588
7628
|
"filePath": "workspace-config.ts",
|
|
7589
|
-
"line":
|
|
7629
|
+
"line": 354,
|
|
7590
7630
|
"character": 17
|
|
7591
7631
|
},
|
|
7592
7632
|
"name": "workspaceDir",
|
|
@@ -7594,7 +7634,7 @@
|
|
|
7594
7634
|
"__schema": "TypeRefSchema",
|
|
7595
7635
|
"location": {
|
|
7596
7636
|
"filePath": "workspace-config.ts",
|
|
7597
|
-
"line":
|
|
7637
|
+
"line": 354,
|
|
7598
7638
|
"character": 31
|
|
7599
7639
|
},
|
|
7600
7640
|
"name": "PathOsBasedAbsolute"
|
|
@@ -7607,7 +7647,7 @@
|
|
|
7607
7647
|
"__schema": "TypeRefSchema",
|
|
7608
7648
|
"location": {
|
|
7609
7649
|
"filePath": "workspace-config.ts",
|
|
7610
|
-
"line":
|
|
7650
|
+
"line": 354,
|
|
7611
7651
|
"character": 53
|
|
7612
7652
|
},
|
|
7613
7653
|
"name": "Promise",
|
|
@@ -7616,7 +7656,7 @@
|
|
|
7616
7656
|
"__schema": "TypeUnionSchema",
|
|
7617
7657
|
"location": {
|
|
7618
7658
|
"filePath": "workspace-config.ts",
|
|
7619
|
-
"line":
|
|
7659
|
+
"line": 354,
|
|
7620
7660
|
"character": 61
|
|
7621
7661
|
},
|
|
7622
7662
|
"types": [
|
|
@@ -7624,14 +7664,14 @@
|
|
|
7624
7664
|
"__schema": "TypeArraySchema",
|
|
7625
7665
|
"location": {
|
|
7626
7666
|
"filePath": "workspace-config.ts",
|
|
7627
|
-
"line":
|
|
7667
|
+
"line": 354,
|
|
7628
7668
|
"character": 61
|
|
7629
7669
|
},
|
|
7630
7670
|
"type": {
|
|
7631
7671
|
"__schema": "TypeRefSchema",
|
|
7632
7672
|
"location": {
|
|
7633
7673
|
"filePath": "workspace-config.ts",
|
|
7634
|
-
"line":
|
|
7674
|
+
"line": 354,
|
|
7635
7675
|
"character": 61
|
|
7636
7676
|
},
|
|
7637
7677
|
"name": "AbstractVinyl"
|
|
@@ -7641,7 +7681,7 @@
|
|
|
7641
7681
|
"__schema": "KeywordTypeSchema",
|
|
7642
7682
|
"location": {
|
|
7643
7683
|
"filePath": "workspace-config.ts",
|
|
7644
|
-
"line":
|
|
7684
|
+
"line": 354,
|
|
7645
7685
|
"character": 79
|
|
7646
7686
|
},
|
|
7647
7687
|
"name": "undefined"
|
|
@@ -7658,7 +7698,7 @@
|
|
|
7658
7698
|
"__schema": "FunctionLikeSchema",
|
|
7659
7699
|
"location": {
|
|
7660
7700
|
"filePath": "workspace-config.ts",
|
|
7661
|
-
"line":
|
|
7701
|
+
"line": 362,
|
|
7662
7702
|
"character": 3
|
|
7663
7703
|
},
|
|
7664
7704
|
"signature": "(method) WorkspaceConfig.toLegacy(): ILegacyWorkspaceConfig",
|
|
@@ -7668,14 +7708,14 @@
|
|
|
7668
7708
|
"__schema": "TypeRefSchema",
|
|
7669
7709
|
"location": {
|
|
7670
7710
|
"filePath": "workspace-config.ts",
|
|
7671
|
-
"line":
|
|
7711
|
+
"line": 362,
|
|
7672
7712
|
"character": 3
|
|
7673
7713
|
},
|
|
7674
7714
|
"name": "ILegacyWorkspaceConfig",
|
|
7675
7715
|
"componentId": {
|
|
7676
7716
|
"scope": "teambit.legacy",
|
|
7677
7717
|
"name": "consumer-config",
|
|
7678
|
-
"version": "0.0.
|
|
7718
|
+
"version": "0.0.17"
|
|
7679
7719
|
}
|
|
7680
7720
|
},
|
|
7681
7721
|
"modifiers": []
|
|
@@ -7756,7 +7796,7 @@
|
|
|
7756
7796
|
"_legacy": {
|
|
7757
7797
|
"scope": "teambit.legacy",
|
|
7758
7798
|
"name": "extension-data",
|
|
7759
|
-
"version": "0.0.
|
|
7799
|
+
"version": "0.0.19"
|
|
7760
7800
|
}
|
|
7761
7801
|
}
|
|
7762
7802
|
}
|
|
@@ -8009,17 +8049,17 @@
|
|
|
8009
8049
|
"__schema": "FunctionLikeSchema",
|
|
8010
8050
|
"location": {
|
|
8011
8051
|
"filePath": "workspace-config.ts",
|
|
8012
|
-
"line":
|
|
8052
|
+
"line": 387,
|
|
8013
8053
|
"character": 1
|
|
8014
8054
|
},
|
|
8015
|
-
"signature": "function getWorkspaceConfigTemplateParsed(): Promise<
|
|
8055
|
+
"signature": "function getWorkspaceConfigTemplateParsed(): Promise<Record<string, any>>",
|
|
8016
8056
|
"name": "getWorkspaceConfigTemplateParsed",
|
|
8017
8057
|
"params": [],
|
|
8018
8058
|
"returnType": {
|
|
8019
8059
|
"__schema": "TypeRefSchema",
|
|
8020
8060
|
"location": {
|
|
8021
8061
|
"filePath": "workspace-config.ts",
|
|
8022
|
-
"line":
|
|
8062
|
+
"line": 387,
|
|
8023
8063
|
"character": 59
|
|
8024
8064
|
},
|
|
8025
8065
|
"name": "Promise",
|
|
@@ -8028,10 +8068,30 @@
|
|
|
8028
8068
|
"__schema": "TypeRefSchema",
|
|
8029
8069
|
"location": {
|
|
8030
8070
|
"filePath": "workspace-config.ts",
|
|
8031
|
-
"line":
|
|
8071
|
+
"line": 387,
|
|
8032
8072
|
"character": 67
|
|
8033
8073
|
},
|
|
8034
|
-
"name": "
|
|
8074
|
+
"name": "Record",
|
|
8075
|
+
"typeArgs": [
|
|
8076
|
+
{
|
|
8077
|
+
"__schema": "KeywordTypeSchema",
|
|
8078
|
+
"location": {
|
|
8079
|
+
"filePath": "workspace-config.ts",
|
|
8080
|
+
"line": 387,
|
|
8081
|
+
"character": 74
|
|
8082
|
+
},
|
|
8083
|
+
"name": "string"
|
|
8084
|
+
},
|
|
8085
|
+
{
|
|
8086
|
+
"__schema": "KeywordTypeSchema",
|
|
8087
|
+
"location": {
|
|
8088
|
+
"filePath": "workspace-config.ts",
|
|
8089
|
+
"line": 387,
|
|
8090
|
+
"character": 82
|
|
8091
|
+
},
|
|
8092
|
+
"name": "any"
|
|
8093
|
+
}
|
|
8094
|
+
]
|
|
8035
8095
|
}
|
|
8036
8096
|
]
|
|
8037
8097
|
},
|
|
@@ -8044,17 +8104,17 @@
|
|
|
8044
8104
|
"__schema": "FunctionLikeSchema",
|
|
8045
8105
|
"location": {
|
|
8046
8106
|
"filePath": "workspace-config.ts",
|
|
8047
|
-
"line":
|
|
8107
|
+
"line": 399,
|
|
8048
8108
|
"character": 1
|
|
8049
8109
|
},
|
|
8050
|
-
"signature": "function stringifyWorkspaceConfig(workspaceConfig:
|
|
8110
|
+
"signature": "function stringifyWorkspaceConfig(workspaceConfig: Record<string, any>): string",
|
|
8051
8111
|
"name": "stringifyWorkspaceConfig",
|
|
8052
8112
|
"params": [
|
|
8053
8113
|
{
|
|
8054
8114
|
"__schema": "ParameterSchema",
|
|
8055
8115
|
"location": {
|
|
8056
8116
|
"filePath": "workspace-config.ts",
|
|
8057
|
-
"line":
|
|
8117
|
+
"line": 399,
|
|
8058
8118
|
"character": 42
|
|
8059
8119
|
},
|
|
8060
8120
|
"name": "workspaceConfig",
|
|
@@ -8062,10 +8122,30 @@
|
|
|
8062
8122
|
"__schema": "TypeRefSchema",
|
|
8063
8123
|
"location": {
|
|
8064
8124
|
"filePath": "workspace-config.ts",
|
|
8065
|
-
"line":
|
|
8125
|
+
"line": 399,
|
|
8066
8126
|
"character": 59
|
|
8067
8127
|
},
|
|
8068
|
-
"name": "
|
|
8128
|
+
"name": "Record",
|
|
8129
|
+
"typeArgs": [
|
|
8130
|
+
{
|
|
8131
|
+
"__schema": "KeywordTypeSchema",
|
|
8132
|
+
"location": {
|
|
8133
|
+
"filePath": "workspace-config.ts",
|
|
8134
|
+
"line": 399,
|
|
8135
|
+
"character": 66
|
|
8136
|
+
},
|
|
8137
|
+
"name": "string"
|
|
8138
|
+
},
|
|
8139
|
+
{
|
|
8140
|
+
"__schema": "KeywordTypeSchema",
|
|
8141
|
+
"location": {
|
|
8142
|
+
"filePath": "workspace-config.ts",
|
|
8143
|
+
"line": 399,
|
|
8144
|
+
"character": 74
|
|
8145
|
+
},
|
|
8146
|
+
"name": "any"
|
|
8147
|
+
}
|
|
8148
|
+
]
|
|
8069
8149
|
},
|
|
8070
8150
|
"isOptional": false,
|
|
8071
8151
|
"isSpread": false
|
|
@@ -8075,8 +8155,8 @@
|
|
|
8075
8155
|
"__schema": "KeywordTypeSchema",
|
|
8076
8156
|
"location": {
|
|
8077
8157
|
"filePath": "workspace-config.ts",
|
|
8078
|
-
"line":
|
|
8079
|
-
"character":
|
|
8158
|
+
"line": 399,
|
|
8159
|
+
"character": 81
|
|
8080
8160
|
},
|
|
8081
8161
|
"name": "string"
|
|
8082
8162
|
},
|
|
@@ -8240,7 +8320,7 @@
|
|
|
8240
8320
|
"componentId": {
|
|
8241
8321
|
"scope": "teambit.legacy",
|
|
8242
8322
|
"name": "extension-data",
|
|
8243
|
-
"version": "0.0.
|
|
8323
|
+
"version": "0.0.19"
|
|
8244
8324
|
}
|
|
8245
8325
|
},
|
|
8246
8326
|
"isOptional": false
|
|
@@ -8521,7 +8601,7 @@
|
|
|
8521
8601
|
"componentId": {
|
|
8522
8602
|
"scope": "teambit.harmony",
|
|
8523
8603
|
"name": "config",
|
|
8524
|
-
"version": "0.0.
|
|
8604
|
+
"version": "0.0.1261"
|
|
8525
8605
|
},
|
|
8526
8606
|
"taggedModuleExports": []
|
|
8527
8607
|
}
|