tnp-helpers 19.0.71 → 19.0.73

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.
Files changed (68) hide show
  1. package/browser/README.md +24 -24
  2. package/browser/fesm2022/tnp-helpers.mjs +400 -69
  3. package/browser/fesm2022/tnp-helpers.mjs.map +1 -1
  4. package/browser/lib/base/classes/base-compiler-for-project.d.ts +4 -4
  5. package/browser/lib/base/classes/base-global-command-line.d.ts +14 -1
  6. package/browser/lib/build-info._auto-generated_.d.ts +1 -1
  7. package/browser/lib/utils.d.ts +25 -1
  8. package/browser/package.json +1 -1
  9. package/lib/base/classes/base-command-line-feature.backend.d.ts +47 -0
  10. package/lib/base/classes/base-command-line-feature.backend.js +147 -0
  11. package/lib/base/classes/base-command-line-feature.backend.js.map +1 -0
  12. package/lib/base/classes/base-compiler-for-project.d.ts +4 -4
  13. package/lib/base/classes/base-compiler-for-project.js +9 -11
  14. package/lib/base/classes/base-compiler-for-project.js.map +1 -1
  15. package/lib/base/classes/base-debounce-compiler-for-project.js +8 -5
  16. package/lib/base/classes/base-debounce-compiler-for-project.js.map +1 -1
  17. package/lib/base/classes/base-global-command-line.backend.d.ts +231 -0
  18. package/lib/base/classes/base-global-command-line.backend.js +1807 -0
  19. package/lib/base/classes/base-global-command-line.backend.js.map +1 -0
  20. package/lib/base/classes/base-global-command-line.d.ts +13 -0
  21. package/lib/base/classes/base-global-command-line.js +89 -4
  22. package/lib/base/classes/base-global-command-line.js.map +1 -1
  23. package/lib/base/classes/base-powershell.d.ts +1 -0
  24. package/lib/base/classes/base-powershell.js +13 -0
  25. package/lib/base/classes/base-powershell.js.map +1 -1
  26. package/lib/base/classes/base-project.js +10 -1
  27. package/lib/base/classes/base-project.js.map +1 -1
  28. package/lib/base/classes/base-vscode.js +14 -6
  29. package/lib/base/classes/base-vscode.js.map +1 -1
  30. package/lib/base/tcp-udp-ports/not-assignable-port.entity.js +2 -2
  31. package/lib/build-info._auto-generated_.d.ts +1 -1
  32. package/lib/build-info._auto-generated_.js +1 -1
  33. package/lib/helpers/for-backend/helpers-dependencies.backend.d.ts +3 -0
  34. package/lib/helpers/for-backend/helpers-dependencies.backend.js +34 -0
  35. package/lib/helpers/for-backend/helpers-dependencies.backend.js.map +1 -0
  36. package/lib/helpers/for-backend/helpers-network.backend.d.ts +9 -0
  37. package/lib/helpers/for-backend/helpers-network.backend.js +44 -0
  38. package/lib/helpers/for-backend/helpers-network.backend.js.map +1 -0
  39. package/lib/helpers/for-browser/angular.helper.js +2 -2
  40. package/lib/helpers/helpers-numbers.js.map +1 -1
  41. package/lib/old/base-component.js +2 -2
  42. package/lib/old/base-formly-component.js +2 -2
  43. package/lib/old/dual-component-ctrl.js +2 -2
  44. package/lib/utils.d.ts +25 -1
  45. package/lib/utils.js +195 -13
  46. package/lib/utils.js.map +1 -1
  47. package/lib/validators/validators-firedev.d.ts +3 -0
  48. package/lib/validators/validators-firedev.js +34 -0
  49. package/lib/validators/validators-firedev.js.map +1 -0
  50. package/lib/validators/validators-git.d.ts +3 -0
  51. package/lib/validators/validators-git.js +13 -0
  52. package/lib/validators/validators-git.js.map +1 -0
  53. package/lib/validators/validators-network.d.ts +3 -0
  54. package/lib/validators/validators-network.js +19 -0
  55. package/lib/validators/validators-network.js.map +1 -0
  56. package/lib/validators/validators.d.ts +6 -0
  57. package/lib/validators/validators.js +11 -0
  58. package/lib/validators/validators.js.map +1 -0
  59. package/package.json +1 -1
  60. package/tmp-environment.json +37 -0
  61. package/websql/README.md +24 -24
  62. package/websql/fesm2022/tnp-helpers.mjs +359 -12
  63. package/websql/fesm2022/tnp-helpers.mjs.map +1 -1
  64. package/websql/lib/base/classes/base-compiler-for-project.d.ts +4 -4
  65. package/websql/lib/base/classes/base-global-command-line.d.ts +14 -1
  66. package/websql/lib/build-info._auto-generated_.d.ts +1 -1
  67. package/websql/lib/utils.d.ts +25 -1
  68. package/websql/package.json +1 -1
@@ -1,12 +1,12 @@
1
1
  import { Subject, BehaviorSubject } from 'rxjs';
2
- import { CoreModels, Utils, crossPlatformPath, _, CoreHelpers, UtilsTerminal, chalk, path, config, Helpers as Helpers$1, fse, folderName, fileName, UtilsNetwork } from 'tnp-core/websql';
2
+ import { CoreModels, Utils, crossPlatformPath, _, CoreHelpers, UtilsTerminal, chalk, path, config, Helpers as Helpers$1, fse, folderName, fileName, UtilsNetwork, UtilsSudo, isElevated } from 'tnp-core/websql';
3
3
  import { isImportDeclaration, isNamedImports, isExportDeclaration, isNamedExports, createSourceFile, ScriptTarget, ScriptKind } from 'typescript';
4
4
  import * as fuzzy from 'fuzzy';
5
5
  import { Level } from 'ng2-logger/websql';
6
6
  import { CLASS } from 'typescript-class-helpers/websql';
7
7
  import { __decorate, __metadata, __param } from 'tslib';
8
8
  import { Taon, TaonBaseClass, TaonBaseContext } from 'taon/websql';
9
- import { IncCompiler, ChangeOfFile } from 'incremental-compiler/websql';
9
+ import { BaseClientCompiler } from 'incremental-compiler/websql';
10
10
 
11
11
  //#region @browser
12
12
  const componentContextSymbol = Symbol();
@@ -1038,6 +1038,11 @@ var UtilsTypescript;
1038
1038
  /* */
1039
1039
  /* */
1040
1040
  /* */
1041
+ /* */
1042
+ /* */
1043
+ /* */
1044
+ /* */
1045
+ /* */
1041
1046
  return (void 0);
1042
1047
  }
1043
1048
  UtilsTypescript.transformComponentStandaloneOption = transformComponentStandaloneOption;
@@ -1073,7 +1078,6 @@ var UtilsTypescript;
1073
1078
  //#endregion
1074
1079
  //#region remove tagged imports/exports
1075
1080
  function removeTaggedImportExport(tsFileContent, tags) {
1076
- //#region @websqlFunc
1077
1081
  const sourceFile = createSourceFile('temp.ts', tsFileContent, ScriptTarget.Latest, true, ScriptKind.TS);
1078
1082
  // debug && console.log(tsFileContent);
1079
1083
  const lines = tsFileContent.split(/\r?\n/);
@@ -1114,7 +1118,6 @@ var UtilsTypescript;
1114
1118
  const result = lines.join('\n');
1115
1119
  // debug && console.log(result)
1116
1120
  return result;
1117
- //#endregion
1118
1121
  }
1119
1122
  UtilsTypescript.removeTaggedImportExport = removeTaggedImportExport;
1120
1123
  //#endregion
@@ -1283,7 +1286,8 @@ var UtilsTypescript;
1283
1286
  var UtilsHttp;
1284
1287
  (function (UtilsHttp) {
1285
1288
  //#region utils http / start http server
1286
- UtilsHttp.startHttpServer = async (cwd, port) => {
1289
+ UtilsHttp.startHttpServer = async (cwd, port, options) => {
1290
+ /* */
1287
1291
  /* */
1288
1292
  /* */
1289
1293
  /* */
@@ -1345,6 +1349,17 @@ var UtilsMd;
1345
1349
  /* */
1346
1350
  return (void 0);
1347
1351
  };
1352
+ UtilsMd.getAssetsFromFile = (absPathToFile) => {
1353
+ /* */
1354
+ /* */
1355
+ /* */
1356
+ /* */
1357
+ /* */
1358
+ /* */
1359
+ /* */
1360
+ /* */
1361
+ return (void 0);
1362
+ };
1348
1363
  /**
1349
1364
  * Extract links to other Markdown files from a given Markdown content.
1350
1365
  * @param mdfileContent
@@ -2518,6 +2533,214 @@ var UtilsDocker;
2518
2533
  //#endregion
2519
2534
  })(UtilsDocker || (UtilsDocker = {}));
2520
2535
  //#endregion
2536
+ //#region utils file sync
2537
+ /**
2538
+ * ! TODO @IN_PROGRESS @LAST
2539
+ */
2540
+ var UtilsFileSync;
2541
+ (function (UtilsFileSync) {
2542
+ //#region constants
2543
+ // ───── SAFETY SETTINGS ─────────────────────────────
2544
+ // Minimum realistic photo/video size (in bytes) before we even try
2545
+ const MIN_PHOTO_SIZE = 50_000; // ~50 KB — anything smaller is probably placeholder
2546
+ const MIN_VIDEO_SIZE = 500_000; // ~500 KB
2547
+ // How long we wait after the file stops growing before processing
2548
+ const STABILIZATION_MS = 5000; // 5 seconds is bulletproof
2549
+ //#endregion
2550
+ //#region for folders
2551
+ UtilsFileSync.forFolders = async (folder) => {
2552
+ /* */
2553
+ /* */
2554
+ /* */
2555
+ /* */
2556
+ /* */
2557
+ /* */
2558
+ /* */
2559
+ /* */
2560
+ /* */
2561
+ /* */
2562
+ /* */
2563
+ /* */
2564
+ /* */
2565
+ /* */
2566
+ /* */
2567
+ /* */
2568
+ /* */
2569
+ /* */
2570
+ /* */
2571
+ /* */
2572
+ /* */
2573
+ /* */
2574
+ /* */
2575
+ /* */
2576
+ /* */
2577
+ /* */
2578
+ /* */
2579
+ /* */
2580
+ /* */
2581
+ /* */
2582
+ /* */
2583
+ /* */
2584
+ /* */
2585
+ /* */
2586
+ /* */
2587
+ /* */
2588
+ /* */
2589
+ /* */
2590
+ /* */
2591
+ /* */
2592
+ /* */
2593
+ /* */
2594
+ /* */
2595
+ /* */
2596
+ /* */
2597
+ /* */
2598
+ /* */
2599
+ /* */
2600
+ /* */
2601
+ /* */
2602
+ /* */
2603
+ /* */
2604
+ /* */
2605
+ /* */
2606
+ /* */
2607
+ /* */
2608
+ /* */
2609
+ /* */
2610
+ /* */
2611
+ /* */
2612
+ /* */
2613
+ /* */
2614
+ /* */
2615
+ /* */
2616
+ /* */
2617
+ /* */
2618
+ /* */
2619
+ /* */
2620
+ /* */
2621
+ /* */
2622
+ /* */
2623
+ /* */
2624
+ /* */
2625
+ /* */
2626
+ /* */
2627
+ /* */
2628
+ /* */
2629
+ /* */
2630
+ /* */
2631
+ /* */
2632
+ /* */
2633
+ /* */
2634
+ /* */
2635
+ /* */
2636
+ /* */
2637
+ /* */
2638
+ /* */
2639
+ /* */
2640
+ /* */
2641
+ /* */
2642
+ /* */
2643
+ /* */
2644
+ /* */
2645
+ /* */
2646
+ /* */
2647
+ /* */
2648
+ /* */
2649
+ /* */
2650
+ /* */
2651
+ /* */
2652
+ /* */
2653
+ /* */
2654
+ return (void 0);
2655
+ };
2656
+ //#endregion
2657
+ //#region is hevc
2658
+ async function isHevc(file) {
2659
+ /* */
2660
+ /* */
2661
+ /* */
2662
+ /* */
2663
+ /* */
2664
+ /* */
2665
+ /* */
2666
+ /* */
2667
+ /* */
2668
+ /* */
2669
+ return (void 0);
2670
+ }
2671
+ //#endregion
2672
+ //#region safe process
2673
+ const safeProcess = async (filePath, wacherData) => {
2674
+ /* */
2675
+ /* */
2676
+ /* */
2677
+ /* */
2678
+ /* */
2679
+ /* */
2680
+ /* */
2681
+ /* */
2682
+ /* */
2683
+ /* */
2684
+ /* */
2685
+ /* */
2686
+ /* */
2687
+ /* */
2688
+ /* */
2689
+ /* */
2690
+ /* */
2691
+ /* */
2692
+ /* */
2693
+ /* */
2694
+ /* */
2695
+ /* */
2696
+ /* */
2697
+ /* */
2698
+ /* */
2699
+ /* */
2700
+ /* */
2701
+ /* */
2702
+ /* */
2703
+ /* */
2704
+ /* */
2705
+ /* */
2706
+ /* */
2707
+ /* */
2708
+ /* */
2709
+ /* */
2710
+ /* */
2711
+ /* */
2712
+ /* */
2713
+ /* */
2714
+ /* */
2715
+ /* */
2716
+ /* */
2717
+ /* */
2718
+ /* */
2719
+ /* */
2720
+ /* */
2721
+ /* */
2722
+ /* */
2723
+ /* */
2724
+ /* */
2725
+ /* */
2726
+ /* */
2727
+ /* */
2728
+ /* */
2729
+ /* */
2730
+ /* */
2731
+ /* */
2732
+ /* */
2733
+ /* */
2734
+ /* */
2735
+ /* */
2736
+ /* */
2737
+ /* */
2738
+ /* */
2739
+ /* */
2740
+ return (void 0);
2741
+ };
2742
+ //#endregion
2743
+ })(UtilsFileSync || (UtilsFileSync = {}));
2521
2744
 
2522
2745
  class HelpersArrayObj {
2523
2746
  from(s) {
@@ -7213,7 +7436,7 @@ const PROJECT_NPM_NAME = 'tnp-helpers';
7213
7436
  /**
7214
7437
  * Autogenerated by current cli tool. Use *tnp release* to bump version.
7215
7438
  */
7216
- const CURRENT_PACKAGE_VERSION = '19.0.71';
7439
+ const CURRENT_PACKAGE_VERSION = '19.0.73';
7217
7440
  // THIS FILE IS GENERATED - DO NOT MODIFY
7218
7441
 
7219
7442
  //#endregion
@@ -8276,6 +8499,13 @@ class BaseProject {
8276
8499
  /* */
8277
8500
  /* */
8278
8501
  /* */
8502
+ /* */
8503
+ /* */
8504
+ /* */
8505
+ /* */
8506
+ /* */
8507
+ /* */
8508
+ /* */
8279
8509
  return (void 0);
8280
8510
  }
8281
8511
  //#endregion
@@ -13611,6 +13841,14 @@ class BaseVscodeHelpers extends BaseFeatureForProject {
13611
13841
  /* */
13612
13842
  /* */
13613
13843
  /* */
13844
+ /* */
13845
+ /* */
13846
+ /* */
13847
+ /* */
13848
+ /* */
13849
+ /* */
13850
+ /* */
13851
+ /* */
13614
13852
  return (void 0);
13615
13853
  }
13616
13854
  //#endregion
@@ -14454,10 +14692,8 @@ ${await this.getLastChangesFromCommits({
14454
14692
  }
14455
14693
 
14456
14694
  //#region imports
14457
- /* */
14458
- /* */
14459
14695
  //#endregion
14460
- class BaseCompilerForProject extends IncCompiler.Base {
14696
+ class BaseCompilerForProject extends BaseClientCompiler {
14461
14697
  //#region check folder compiler
14462
14698
  checkFolderCompiler(project, options, dontCheck = false) {
14463
14699
  /* */
@@ -14497,6 +14733,8 @@ class BaseCompilerForProject extends IncCompiler.Base {
14497
14733
  /* */
14498
14734
  /* */
14499
14735
  /* */
14736
+ /* */
14737
+ /* */
14500
14738
  return (void 0);
14501
14739
  }
14502
14740
  //#endregion
@@ -14544,7 +14782,11 @@ class BaseDebounceCompilerForProject extends BaseCompilerForProject {
14544
14782
  this.initialParams = initialParams || {};
14545
14783
  this.exitedFilesAbsPathes = absFilesPathes;
14546
14784
  return await this.action({
14547
- changeOfFiles: absFilesPathes.map(fileAbsolutePath => new ChangeOfFile(fileAbsolutePath, 'change')),
14785
+ changeOfFiles: absFilesPathes.map(fileAbsolutePath => ({
14786
+ fileAbsolutePath,
14787
+ eventName: 'change',
14788
+ datetime: new Date(),
14789
+ })),
14548
14790
  asyncEvent: false,
14549
14791
  });
14550
14792
  }
@@ -15392,6 +15634,32 @@ class BaseGlobalCommandLine extends BaseCommandLineFeature {
15392
15634
  _() {
15393
15635
  Helpers.error('Please select git command');
15394
15636
  }
15637
+ /**
15638
+ * @returns true is sudo was used to restart the process
15639
+ */
15640
+ async _runAsSudoIfNotElevated({ globalCommandName, }) {
15641
+ /* */
15642
+ /* */
15643
+ /* */
15644
+ /* */
15645
+ /* */
15646
+ /* */
15647
+ /* */
15648
+ /* */
15649
+ /* */
15650
+ /* */
15651
+ /* */
15652
+ /* */
15653
+ /* */
15654
+ /* */
15655
+ /* */
15656
+ /* */
15657
+ /* */
15658
+ /* */
15659
+ /* */
15660
+ /* */
15661
+ return (void 0);
15662
+ }
15395
15663
  //#region commands / prevent cwd is not project
15396
15664
  /**
15397
15665
  * TODO return argument not need for now
@@ -15575,7 +15843,14 @@ class BaseGlobalCommandLine extends BaseCommandLineFeature {
15575
15843
  /**
15576
15844
  * quick git update push
15577
15845
  */
15578
- async update() {
15846
+ async _update(commitMessage, force = false) {
15847
+ /* */
15848
+ /* */
15849
+ /* */
15850
+ /* */
15851
+ /* */
15852
+ /* */
15853
+ /* */
15579
15854
  /* */
15580
15855
  /* */
15581
15856
  /* */
@@ -15584,12 +15859,25 @@ class BaseGlobalCommandLine extends BaseCommandLineFeature {
15584
15859
  /* */
15585
15860
  /* */
15586
15861
  /* */
15862
+ return (void 0);
15863
+ }
15864
+ async forceup() {
15865
+ await this.forceUpdate();
15866
+ }
15867
+ async forceUpdate() {
15587
15868
  /* */
15588
15869
  /* */
15589
15870
  /* */
15590
15871
  /* */
15872
+ /* */
15873
+ return (void 0);
15874
+ }
15875
+ async update() {
15591
15876
  /* */
15592
15877
  /* */
15878
+ return (void 0);
15879
+ }
15880
+ async docsUp() {
15593
15881
  /* */
15594
15882
  /* */
15595
15883
  return (void 0);
@@ -17442,6 +17730,11 @@ class BaseGlobalCommandLine extends BaseCommandLineFeature {
17442
17730
  //#endregion
17443
17731
  //#region commands / simulate domain
17444
17732
  async simulateDomain() {
17733
+ /* */
17734
+ /* */
17735
+ /* */
17736
+ /* */
17737
+ /* */
17445
17738
  /* */
17446
17739
  /* */
17447
17740
  /* */
@@ -18104,6 +18397,16 @@ class BaseGlobalCommandLine extends BaseCommandLineFeature {
18104
18397
  //#endregion
18105
18398
  //#region commands / is online
18106
18399
  async isOnline() {
18400
+ /* */
18401
+ /* */
18402
+ /* */
18403
+ /* */
18404
+ /* */
18405
+ /* */
18406
+ /* */
18407
+ /* */
18408
+ /* */
18409
+ /* */
18107
18410
  /* */
18108
18411
  /* */
18109
18412
  /* */
@@ -18144,6 +18447,50 @@ class BaseGlobalCommandLine extends BaseCommandLineFeature {
18144
18447
  /* */
18145
18448
  return (void 0);
18146
18449
  }
18450
+ //#endregion
18451
+ //#region commands / is elevated
18452
+ async isElevated() {
18453
+ /* */
18454
+ /* */
18455
+ /* */
18456
+ /* */
18457
+ /* */
18458
+ return (void 0);
18459
+ }
18460
+ //#endregion
18461
+ //#region commands / sudo check
18462
+ async sudoCheck() {
18463
+ const sudoStatus = await UtilsSudo.getStatus();
18464
+ console.log('is command available', sudoStatus.isAvailable);
18465
+ console.log('is inline sudo enable', sudoStatus.isInline);
18466
+ console.log('is this command elevated (sudo or admin)', await isElevated());
18467
+ this._exit();
18468
+ }
18469
+ //#endregion
18470
+ //#region commands / python modules exists
18471
+ async pythonModuleExists() {
18472
+ /* */
18473
+ /* */
18474
+ /* */
18475
+ /* */
18476
+ /* */
18477
+ /* */
18478
+ /* */
18479
+ /* */
18480
+ /* */
18481
+ /* */
18482
+ /* */
18483
+ /* */
18484
+ /* */
18485
+ /* */
18486
+ /* */
18487
+ /* */
18488
+ /* */
18489
+ /* */
18490
+ /* */
18491
+ /* */
18492
+ return (void 0);
18493
+ }
18147
18494
  }
18148
18495
 
18149
18496
  //#region imports
@@ -19915,5 +20262,5 @@ const Helpers = HelpersTaon.Instance;
19915
20262
  * Generated bundle index. Do not edit.
19916
20263
  */
19917
20264
 
19918
- export { BaseCLiWorkerStartMode, BaseCLiWorkerStartParams, BaseCliMethodOptions, BaseCliWorker, BaseCliWorkerConfig, BaseCliWorkerConfigGetContextOptions, BaseCliWorkerTerminalUI, BaseCliWorkerUtils, BaseCommandLineFeature, BaseCompilerForProject, BaseDebounceCompilerForProject, BaseFeatureForProject, BaseFileFoldersOperations, BaseGit, BaseGlobalCommandLine, BaseIgnoreHideHelpers, BaseJsonFileReader, BaseLibraryBuild, BaseLinkedProjects, BaseLinter, BaseNodeModules, BaseNpmHelpers, BasePackageJson, BaseProcessManger, BaseProject, BaseProjectResolver, BaseProjectTypeArr, BaseQuickFixes, BaseReleaseProcess, BaseVscodeHelpers, CommandConfig, CommandProcess, CommandProcessState, CommitData, CoreAngularProject, CoreProject, CoreTypescriptProject, Helpers, HelpersAngular, LinkedPorjectsConfig, LinkedProject, PackageJsonDependencyObjArr, Port, PortStatusArr, PortsWorker, ProgressData, TaonBaseCliWorkerController, TaonPortsController, UtilsDocker, UtilsHttp, UtilsJava, UtilsMd, UtilsNpm, UtilsPasswords, UtilsQuickFixes, UtilsTaonWorker, UtilsTypescript, UtilsVSCode, UtilsZip, UtilsZipBrowser, executeCommand, getBaseCliWorkerDatabaseConfig };
20265
+ export { BaseCLiWorkerStartMode, BaseCLiWorkerStartParams, BaseCliMethodOptions, BaseCliWorker, BaseCliWorkerConfig, BaseCliWorkerConfigGetContextOptions, BaseCliWorkerTerminalUI, BaseCliWorkerUtils, BaseCommandLineFeature, BaseCompilerForProject, BaseDebounceCompilerForProject, BaseFeatureForProject, BaseFileFoldersOperations, BaseGit, BaseGlobalCommandLine, BaseIgnoreHideHelpers, BaseJsonFileReader, BaseLibraryBuild, BaseLinkedProjects, BaseLinter, BaseNodeModules, BaseNpmHelpers, BasePackageJson, BaseProcessManger, BaseProject, BaseProjectResolver, BaseProjectTypeArr, BaseQuickFixes, BaseReleaseProcess, BaseVscodeHelpers, CommandConfig, CommandProcess, CommandProcessState, CommitData, CoreAngularProject, CoreProject, CoreTypescriptProject, Helpers, HelpersAngular, LinkedPorjectsConfig, LinkedProject, PackageJsonDependencyObjArr, Port, PortStatusArr, PortsWorker, ProgressData, TaonBaseCliWorkerController, TaonPortsController, UtilsDocker, UtilsFileSync, UtilsHttp, UtilsJava, UtilsMd, UtilsNpm, UtilsPasswords, UtilsQuickFixes, UtilsTaonWorker, UtilsTypescript, UtilsVSCode, UtilsZip, UtilsZipBrowser, executeCommand, getBaseCliWorkerDatabaseConfig };
19919
20266
  //# sourceMappingURL=tnp-helpers.mjs.map