tnp-helpers 16.5.14 → 16.5.16

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 (112) hide show
  1. package/assets/shared/shared_folder_info.txt +1 -1
  2. package/browser/esm2022/lib/base-project-resolver.mjs +39 -3
  3. package/browser/esm2022/lib/base-project.mjs +155 -1
  4. package/browser/esm2022/lib/for-browser/angular.helper.mjs +1 -1
  5. package/browser/esm2022/lib/for-browser/helpers-browser.mjs +1 -1
  6. package/browser/esm2022/lib/helpers-array-obj.mjs +1 -1
  7. package/browser/esm2022/lib/helpers-numbers.mjs +1 -1
  8. package/browser/esm2022/lib/helpers-strings-regexes.mjs +1 -1
  9. package/browser/esm2022/lib/helpers-strings.mjs +1 -1
  10. package/browser/esm2022/lib/helpers.mjs +1 -1
  11. package/browser/esm2022/lib/index.mjs +1 -2
  12. package/browser/esm2022/lib/models.mjs +1 -1
  13. package/browser/esm2022/lib/validators/validators-git.mjs +1 -1
  14. package/browser/esm2022/lib/validators/validators-network.mjs +1 -1
  15. package/browser/esm2022/lib/validators/validators.mjs +1 -1
  16. package/browser/esm2022/public-api.mjs +1 -1
  17. package/browser/esm2022/tnp-helpers.mjs +1 -1
  18. package/browser/fesm2022/tnp-helpers.mjs +185 -404
  19. package/browser/fesm2022/tnp-helpers.mjs.map +1 -1
  20. package/browser/lib/base-project-resolver.d.ts +14 -2
  21. package/browser/lib/base-project.d.ts +37 -5
  22. package/browser/lib/index.d.ts +0 -1
  23. package/browser/lib/models.d.ts +2 -2
  24. package/client/esm2022/lib/base-project-resolver.mjs +39 -3
  25. package/client/esm2022/lib/base-project.mjs +155 -1
  26. package/client/esm2022/lib/for-browser/angular.helper.mjs +1 -1
  27. package/client/esm2022/lib/for-browser/helpers-browser.mjs +1 -1
  28. package/client/esm2022/lib/helpers-array-obj.mjs +1 -1
  29. package/client/esm2022/lib/helpers-numbers.mjs +1 -1
  30. package/client/esm2022/lib/helpers-strings-regexes.mjs +1 -1
  31. package/client/esm2022/lib/helpers-strings.mjs +1 -1
  32. package/client/esm2022/lib/helpers.mjs +1 -1
  33. package/client/esm2022/lib/index.mjs +1 -2
  34. package/client/esm2022/lib/models.mjs +1 -1
  35. package/client/esm2022/lib/validators/validators-git.mjs +1 -1
  36. package/client/esm2022/lib/validators/validators-network.mjs +1 -1
  37. package/client/esm2022/lib/validators/validators.mjs +1 -1
  38. package/client/esm2022/public-api.mjs +1 -1
  39. package/client/esm2022/tnp-helpers.mjs +1 -1
  40. package/client/fesm2022/tnp-helpers.mjs +185 -404
  41. package/client/fesm2022/tnp-helpers.mjs.map +1 -1
  42. package/client/lib/base-project-resolver.d.ts +14 -2
  43. package/client/lib/base-project.d.ts +37 -5
  44. package/client/lib/index.d.ts +0 -1
  45. package/client/lib/models.d.ts +2 -2
  46. package/client/package.json +32 -32
  47. package/lib/base-project-resolver.d.ts +14 -2
  48. package/lib/base-project-resolver.js +48 -8
  49. package/lib/base-project-resolver.js.map +1 -1
  50. package/lib/base-project.d.ts +37 -5
  51. package/lib/base-project.js +177 -2
  52. package/lib/base-project.js.map +1 -1
  53. package/lib/for-backend/helpers-cli-tool.backend.d.ts +4 -11
  54. package/lib/for-backend/helpers-cli-tool.backend.js +25 -59
  55. package/lib/for-backend/helpers-cli-tool.backend.js.map +1 -1
  56. package/lib/for-backend/helpers-dependencies.backend.d.ts +1 -9
  57. package/lib/for-backend/helpers-dependencies.backend.js +35 -88
  58. package/lib/for-backend/helpers-dependencies.backend.js.map +1 -1
  59. package/lib/for-backend/helpers-file-folders.backend.d.ts +2 -3
  60. package/lib/for-backend/helpers-file-folders.backend.js +2 -2
  61. package/lib/for-backend/helpers-file-folders.backend.js.map +1 -1
  62. package/lib/for-backend/helpers-git.backend.d.ts +2 -2
  63. package/lib/for-backend/helpers-git.backend.js +1 -1
  64. package/lib/for-backend/helpers-git.backend.js.map +1 -1
  65. package/lib/for-backend/helpers-process.backend.js +1 -1
  66. package/lib/for-backend/helpers-process.backend.js.map +1 -1
  67. package/lib/for-backend/helpers-vscode.backend.d.ts +2 -2
  68. package/lib/for-backend/helpers-vscode.backend.js.map +1 -1
  69. package/lib/for-browser/angular.helper.js +3 -3
  70. package/lib/git-project.d.ts +5 -5
  71. package/lib/git-project.js +1 -2
  72. package/lib/git-project.js.map +1 -1
  73. package/lib/index.d.ts +0 -1
  74. package/lib/index.js +0 -1
  75. package/lib/index.js.map +1 -1
  76. package/lib/models.d.ts +2 -2
  77. package/lib/old/base-component.js +3 -3
  78. package/lib/old/base-formly-component.js +3 -3
  79. package/lib/old/dual-component-ctrl.js +3 -3
  80. package/package.json +4 -4
  81. package/tmp-environment.json +36 -36
  82. package/websql/esm2022/lib/base-project-resolver.mjs +40 -5
  83. package/websql/esm2022/lib/base-project.mjs +146 -1
  84. package/websql/esm2022/lib/for-browser/angular.helper.mjs +1 -1
  85. package/websql/esm2022/lib/for-browser/helpers-browser.mjs +1 -1
  86. package/websql/esm2022/lib/helpers-array-obj.mjs +1 -1
  87. package/websql/esm2022/lib/helpers-numbers.mjs +1 -1
  88. package/websql/esm2022/lib/helpers-strings-regexes.mjs +1 -1
  89. package/websql/esm2022/lib/helpers-strings.mjs +1 -1
  90. package/websql/esm2022/lib/helpers.mjs +1 -1
  91. package/websql/esm2022/lib/index.mjs +1 -2
  92. package/websql/esm2022/lib/models.mjs +1 -1
  93. package/websql/esm2022/lib/validators/validators-git.mjs +1 -1
  94. package/websql/esm2022/lib/validators/validators-network.mjs +1 -1
  95. package/websql/esm2022/lib/validators/validators.mjs +1 -1
  96. package/websql/esm2022/public-api.mjs +1 -1
  97. package/websql/esm2022/tnp-helpers.mjs +1 -1
  98. package/websql/fesm2022/tnp-helpers.mjs +186 -407
  99. package/websql/fesm2022/tnp-helpers.mjs.map +1 -1
  100. package/websql/lib/base-project-resolver.d.ts +14 -2
  101. package/websql/lib/base-project.d.ts +37 -5
  102. package/websql/lib/index.d.ts +0 -1
  103. package/websql/lib/models.d.ts +2 -2
  104. package/browser/esm2022/lib/project.mjs +0 -410
  105. package/browser/lib/project.d.ts +0 -81
  106. package/client/esm2022/lib/project.mjs +0 -410
  107. package/client/lib/project.d.ts +0 -81
  108. package/lib/project.d.ts +0 -82
  109. package/lib/project.js +0 -432
  110. package/lib/project.js.map +0 -1
  111. package/websql/esm2022/lib/project.mjs +0 -410
  112. package/websql/lib/project.d.ts +0 -81
@@ -1,4 +1,4 @@
1
- import { _, CoreHelpers } from 'tnp-core/browser';
1
+ import { _, CoreHelpers, path } from 'tnp-core/browser';
2
2
  import { Subject } from 'rxjs';
3
3
  import * as fuzzy from 'fuzzy';
4
4
  import { CLASS } from 'typescript-class-helpers/browser';
@@ -887,258 +887,24 @@ applyMixins(HelpersFiredev, [
887
887
  ;
888
888
  ({}); // @--end-of-file-for-module=tnp-helpers lib/helpers.ts
889
889
 
890
- /* */
891
- /* */
892
- /* */
893
- /* */
894
- /* */
895
- /* */
896
- const Helpers$2 = HelpersFiredev.Instance;
897
- const takenPorts$1 = [];
898
- /**
899
- * @deprecated
900
- *
901
- * use BaseProject instead
902
- */
903
- class Project {
904
- constructor() {
905
- this.cache = {};
906
- this.browser = {};
907
- }
908
- static { this.projects = []; }
909
- /**
910
- * To speed up checking folder I am keeping pathes for alterdy checked folder
911
- * This may break things that are creating new projects
912
- */
913
- static { this.emptyLocations = []; }
914
- static typeFrom(location) {
915
- /* */
916
- /* */
917
- /* */
918
- /* */
919
- /* */
920
- /* */
921
- /* */
922
- /* */
923
- /* */
924
- /* */
925
- /* */
926
- /* */
927
- return (void 0);
928
- }
929
- static unload(project) {
930
- Project.projects = Project.projects.filter(f => f !== project);
931
- }
932
- static From(locationOfProj) {
933
- /* */
934
- /* */
935
- /* */
936
- /* */
937
- /* */
938
- /* */
939
- /* */
940
- /* */
941
- /* */
942
- /* */
943
- /* */
944
- /* */
945
- /* */
946
- /* */
947
- /* */
948
- /* */
949
- /* */
950
- /* */
951
- /* */
952
- /* */
953
- /* */
954
- /* */
955
- /* */
956
- /* */
957
- /* */
958
- /* */
959
- /* */
960
- /* */
961
- /* */
962
- /* */
963
- /* */
964
- /* */
965
- /* */
966
- /* */
967
- /* */
968
- /* */
969
- /* */
970
- /* */
971
- /* */
972
- /* */
973
- /* */
974
- /* */
975
- /* */
976
- /* */
977
- /* */
978
- /* */
979
- /* */
980
- /* */
981
- /* */
982
- /* */
983
- /* */
984
- /* */
985
- /* */
986
- /* */
987
- /* */
988
- /* */
989
- /* */
990
- /* */
991
- /* */
992
- /* */
993
- /* */
994
- /* */
995
- /* */
996
- /* */
997
- /* */
998
- /* */
999
- /* */
1000
- /* */
1001
- /* */
1002
- /* */
1003
- /* */
1004
- /* */
1005
- /* */
1006
- /* */
1007
- /* */
1008
- /* */
1009
- /* */
1010
- /* */
1011
- /* */
1012
- /* */
1013
- /* */
1014
- /* */
1015
- /* */
1016
- /* */
1017
- /* */
1018
- /* */
1019
- /* */
1020
- /* */
1021
- /* */
1022
- /* */
1023
- /* */
1024
- /* */
1025
- /* */
1026
- /* */
1027
- /* */
1028
- /* */
1029
- /* */
1030
- /* */
1031
- /* */
1032
- /* */
1033
- /* */
1034
- /* */
1035
- return (void 0);
1036
- }
1037
- static nearestTo(absoluteLocation, options) {
1038
- /* */
1039
- /* */
1040
- /* */
1041
- /* */
1042
- /* */
1043
- /* */
1044
- /* */
1045
- /* */
1046
- /* */
1047
- /* */
1048
- /* */
1049
- /* */
1050
- /* */
1051
- /* */
1052
- /* */
1053
- /* */
1054
- /* */
1055
- /* */
1056
- /* */
1057
- /* */
1058
- /* */
1059
- /* */
1060
- /* */
1061
- /* */
1062
- /* */
1063
- /* */
1064
- /* */
1065
- /* */
1066
- /* */
1067
- /* */
1068
- /* */
1069
- /* */
1070
- /* */
1071
- /* */
1072
- /* */
1073
- /* */
1074
- /* */
1075
- /* */
1076
- /* */
1077
- /* */
1078
- /* */
1079
- /* */
1080
- /* */
1081
- /* */
1082
- /* */
1083
- /* */
1084
- /* */
1085
- /* */
1086
- /* */
1087
- /* */
1088
- /* */
1089
- /* */
1090
- /* */
1091
- /* */
1092
- /* */
1093
- /* */
1094
- /* */
1095
- /* */
1096
- return (void 0);
890
+ class BaseProjectResolver {
891
+ constructor(classFn) {
892
+ this.classFn = classFn;
893
+ this.NPM_PROJECT_KEY = 'npm';
894
+ this.projects = [];
895
+ /**
896
+ * To speed up checking folder I am keeping pathes for alterdy checked folder
897
+ * This may break things that are creating new projects
898
+ */
899
+ this.emptyLocations = [];
1097
900
  }
1098
- static allProjectFrom(absoluteLocation, stopOnCwd = '/') {
1099
- /* */
1100
- /* */
1101
- /* */
1102
- /* */
1103
- /* */
1104
- /* */
1105
- /* */
1106
- /* */
1107
- /* */
1108
- /* */
1109
- /* */
1110
- /* */
1111
- /* */
1112
- /* */
1113
- /* */
1114
- /* */
1115
- /* */
1116
- /* */
1117
- /* */
901
+ get allowedTypes() {
1118
902
  /* */
1119
903
  /* */
1120
904
  /* */
1121
905
  return (void 0);
1122
906
  }
1123
- static DefaultPortByType(type) {
1124
- if (type === 'docker') {
1125
- return 5000;
1126
- }
1127
- if (type === 'isomorphic-lib') {
1128
- return 4000;
1129
- }
1130
- if (type === 'container' || type === 'unknow-npm-project') {
1131
- return;
1132
- }
1133
- }
1134
- static get isBundleMode() {
1135
- if (Helpers$2.isBrowser) {
1136
- return true;
1137
- }
1138
- /* */
1139
- /* */
1140
- }
1141
- static get Current() {
907
+ get Current() {
1142
908
  /* */
1143
909
  /* */
1144
910
  /* */
@@ -1153,41 +919,9 @@ class Project {
1153
919
  return (void 0);
1154
920
  }
1155
921
  /**
1156
- * @deprecated
922
+ * override this
1157
923
  */
1158
- static get Tnp() {
1159
- /* */
1160
- /* */
1161
- /* */
1162
- /* */
1163
- /* */
1164
- /* */
1165
- /* */
1166
- return (void 0);
1167
- }
1168
- static by(libraryType, version
1169
- /* */
1170
- /* */
1171
- ) {
1172
- /* */
1173
- /* */
1174
- /* */
1175
- /* */
1176
- /* */
1177
- /* */
1178
- /* */
1179
- /* */
1180
- /* */
1181
- /* */
1182
- /* */
1183
- /* */
1184
- /* */
1185
- /* */
1186
- /* */
1187
- /* */
1188
- /* */
1189
- /* */
1190
- /* */
924
+ typeFrom(location) {
1191
925
  /* */
1192
926
  /* */
1193
927
  /* */
@@ -1195,16 +929,7 @@ class Project {
1195
929
  /* */
1196
930
  return (void 0);
1197
931
  }
1198
- defineProperty(variableName, classFn) {
1199
- /* */
1200
- /* */
1201
- /* */
1202
- /* */
1203
- /* */
1204
- /* */
1205
- /* */
1206
- /* */
1207
- /* */
932
+ From(locationOfProject, options) {
1208
933
  /* */
1209
934
  /* */
1210
935
  /* */
@@ -1224,19 +949,6 @@ class Project {
1224
949
  /* */
1225
950
  /* */
1226
951
  /* */
1227
- return (void 0);
1228
- }
1229
- setType(type) {
1230
- // @ts-ignore
1231
- this._type = type;
1232
- }
1233
- typeIs(...types) {
1234
- return this._type && types.includes(this._type);
1235
- }
1236
- typeIsNot(...types) {
1237
- return !this.typeIs(...types);
1238
- }
1239
- async assignFreePort(startFrom, howManyFreePortsAfterThatPort = 0) {
1240
952
  /* */
1241
953
  /* */
1242
954
  /* */
@@ -1257,83 +969,26 @@ class Project {
1257
969
  /* */
1258
970
  /* */
1259
971
  /* */
1260
- return (void 0);
1261
- }
1262
- forEmptyStructure() {
1263
972
  /* */
1264
973
  /* */
1265
974
  /* */
1266
975
  /* */
1267
976
  /* */
1268
- return (void 0);
1269
- }
1270
- }
1271
- /* */
1272
- /* */
1273
- /* */
1274
- /* */
1275
- /* */
1276
- /* */
1277
- /* */
1278
- /* */
1279
- /* */
1280
- /* */
1281
- /* */
1282
- /* */
1283
- /* */
1284
- /* */
1285
- /* */
1286
- /* */
1287
- /* */
1288
- /* */
1289
- /* */
1290
- /* */
1291
- /* */
1292
- /* */
1293
- /* */
1294
- /* */
1295
- ;
1296
- ({}); // @--end-of-file-for-module=tnp-helpers lib/project.ts
1297
-
1298
- class BaseProjectResolver {
1299
- constructor(classFn) {
1300
- this.classFn = classFn;
1301
- this.NPM_PROJECT_KEY = 'npm';
1302
- this.projects = [];
1303
- this.emptyLocations = [];
1304
- }
1305
- get allowedTypes() {
1306
977
  /* */
1307
978
  /* */
1308
979
  /* */
1309
980
  return (void 0);
1310
981
  }
1311
- get Current() {
1312
- /* */
1313
- /* */
1314
- /* */
1315
- /* */
1316
- /* */
1317
- /* */
1318
- /* */
982
+ nearestTo(absoluteLocation, options) {
1319
983
  /* */
1320
984
  /* */
1321
985
  /* */
1322
986
  /* */
1323
- return (void 0);
1324
- }
1325
- /**
1326
- * override this
1327
- */
1328
- typeFrom(location) {
1329
987
  /* */
1330
988
  /* */
1331
989
  /* */
1332
990
  /* */
1333
991
  /* */
1334
- return (void 0);
1335
- }
1336
- From(locationOfProject, options) {
1337
992
  /* */
1338
993
  /* */
1339
994
  /* */
@@ -1385,41 +1040,20 @@ class BaseProjectResolver {
1385
1040
  /* */
1386
1041
  return (void 0);
1387
1042
  }
1388
- nearestTo(absoluteLocation, options) {
1389
- /* */
1390
- /* */
1391
- /* */
1392
- /* */
1393
- /* */
1394
- /* */
1395
- /* */
1396
- /* */
1397
- /* */
1398
- /* */
1399
- /* */
1400
- /* */
1401
- /* */
1402
- /* */
1403
- /* */
1404
- /* */
1405
- /* */
1406
- /* */
1407
- /* */
1408
- /* */
1409
- /* */
1410
- /* */
1411
- /* */
1412
- /* */
1413
- /* */
1414
- /* */
1415
- /* */
1416
- /* */
1043
+ unload(project) {
1044
+ this.projects = this.projects.filter(f => f !== project);
1045
+ }
1046
+ remove(project) {
1417
1047
  /* */
1418
1048
  /* */
1419
1049
  /* */
1420
1050
  /* */
1051
+ }
1052
+ add(project) {
1421
1053
  /* */
1422
1054
  /* */
1055
+ }
1056
+ allProjectFrom(absoluteLocation, stopOnCwd = '/') {
1423
1057
  /* */
1424
1058
  /* */
1425
1059
  /* */
@@ -1446,18 +1080,12 @@ class BaseProjectResolver {
1446
1080
  /* */
1447
1081
  return (void 0);
1448
1082
  }
1449
- unload(project) {
1450
- this.projects = this.projects.filter(f => f !== project);
1451
- }
1452
- allProjectFrom(absoluteLocation, stopOnCwd = '/') {
1453
- /* */
1454
- /* */
1455
- /* */
1456
- /* */
1457
- /* */
1458
- /* */
1459
- /* */
1460
- /* */
1083
+ /**
1084
+ * Resolve child project when accessing from parent container etc...
1085
+ * @param args string or string[] from cli args
1086
+ * @param CurrentProject project from process.cwd()
1087
+ */
1088
+ resolveChildProject(args) {
1461
1089
  /* */
1462
1090
  /* */
1463
1091
  /* */
@@ -1518,6 +1146,19 @@ class BaseProject {
1518
1146
  projects.forEach(project => visit(project));
1519
1147
  return result;
1520
1148
  }
1149
+ // @ts-ignore
1150
+ constructor(location) {
1151
+ this.location = location;
1152
+ this.cache = {};
1153
+ }
1154
+ /**
1155
+ * doesn't need to be real path -> can be link
1156
+ */
1157
+ get basename() {
1158
+ /* */
1159
+ /* */
1160
+ return (void 0);
1161
+ }
1521
1162
  get name() {
1522
1163
  return this.packageJSON?.name;
1523
1164
  }
@@ -1565,7 +1206,36 @@ class BaseProject {
1565
1206
  get firedev() {
1566
1207
  return this.packageJSON?.firedev;
1567
1208
  }
1209
+ /**
1210
+ * alias to getAllChildren
1211
+ */
1212
+ get children() {
1213
+ /* */
1214
+ /* */
1215
+ return (void 0);
1216
+ }
1217
+ child(nameOrBasename, errors = true) {
1218
+ /* */
1219
+ /* */
1220
+ /* */
1221
+ /* */
1222
+ /* */
1223
+ /* */
1224
+ return (void 0);
1225
+ }
1568
1226
  get parent() {
1227
+ /* */
1228
+ /* */
1229
+ /* */
1230
+ /* */
1231
+ /* */
1232
+ return (void 0);
1233
+ }
1234
+ get grandpa() {
1235
+ /* */
1236
+ /* */
1237
+ /* */
1238
+ /* */
1569
1239
  /* */
1570
1240
  /* */
1571
1241
  return (void 0);
@@ -1603,6 +1273,30 @@ class BaseProject {
1603
1273
  /* */
1604
1274
  return (void 0);
1605
1275
  }
1276
+ /**
1277
+ * same has project.hasFile();
1278
+ */
1279
+ pathExists(relativePath) {
1280
+ return this.hasFile(relativePath);
1281
+ }
1282
+ /**
1283
+ * same as project.pathExists();
1284
+ */
1285
+ hasFile(relativePath) {
1286
+ return Helpers$1.exists(this.pathFor(relativePath));
1287
+ }
1288
+ /**
1289
+ * same as project.pathhasFileExists();
1290
+ * but with path.resolve
1291
+ */
1292
+ containsFile(fileRelativeToProjectPath) {
1293
+ const fullPath = path.resolve(path.join(this.location, fileRelativeToProjectPath));
1294
+ return Helpers$1.exists(fullPath);
1295
+ }
1296
+ /**
1297
+ * absolute path:
1298
+ * concated project location with relative path
1299
+ */
1606
1300
  pathFor(relativePath) {
1607
1301
  /* */
1608
1302
  /* */
@@ -1641,6 +1335,12 @@ class BaseProject {
1641
1335
  /* */
1642
1336
  return (void 0);
1643
1337
  }
1338
+ removeFile(fileRelativeToProjectPath) {
1339
+ /* */
1340
+ /* */
1341
+ /* */
1342
+ return (void 0);
1343
+ }
1644
1344
  remove(relativePath, exactPath = true) {
1645
1345
  /* */
1646
1346
  /* */
@@ -1694,6 +1394,87 @@ class BaseProject {
1694
1394
  /* */
1695
1395
  return (void 0);
1696
1396
  }
1397
+ filterOnlyCopy(basePathFoldersOnlyToInclude) {
1398
+ /* */
1399
+ /* */
1400
+ /* */
1401
+ return (void 0);
1402
+ }
1403
+ removeItself() {
1404
+ /* */
1405
+ /* */
1406
+ }
1407
+ filterDontCopy(basePathFoldersTosSkip) {
1408
+ /* */
1409
+ /* */
1410
+ /* */
1411
+ return (void 0);
1412
+ }
1413
+ defineProperty(variableName, classFn) {
1414
+ /* */
1415
+ /* */
1416
+ /* */
1417
+ /* */
1418
+ /* */
1419
+ /* */
1420
+ /* */
1421
+ /* */
1422
+ /* */
1423
+ /* */
1424
+ /* */
1425
+ /* */
1426
+ /* */
1427
+ /* */
1428
+ /* */
1429
+ /* */
1430
+ /* */
1431
+ /* */
1432
+ /* */
1433
+ /* */
1434
+ /* */
1435
+ /* */
1436
+ /* */
1437
+ /* */
1438
+ /* */
1439
+ /* */
1440
+ /* */
1441
+ /* */
1442
+ return (void 0);
1443
+ }
1444
+ getAllChildren() {
1445
+ /* */
1446
+ /* */
1447
+ /* */
1448
+ /* */
1449
+ /* */
1450
+ /* */
1451
+ /* */
1452
+ /* */
1453
+ /* */
1454
+ return (void 0);
1455
+ }
1456
+ getFoldersForPossibleProjectChildren() {
1457
+ /* */
1458
+ /* */
1459
+ /* */
1460
+ /* */
1461
+ /* */
1462
+ /* */
1463
+ /* */
1464
+ /* */
1465
+ /* */
1466
+ /* */
1467
+ /* */
1468
+ /* */
1469
+ /* */
1470
+ /* */
1471
+ /* */
1472
+ /* */
1473
+ /* */
1474
+ /* */
1475
+ /* */
1476
+ return (void 0);
1477
+ }
1697
1478
  }
1698
1479
  ;
1699
1480
  ({}); // @--end-of-file-for-module=tnp-helpers lib/base-project.ts
@@ -1712,5 +1493,5 @@ const Helpers = HelpersFiredev.Instance;
1712
1493
  * Generated bundle index. Do not edit.
1713
1494
  */
1714
1495
 
1715
- export { BaseProject, BaseProjectResolver, Helpers, HelpersAngular, Project, Validators };
1496
+ export { BaseProject, BaseProjectResolver, Helpers, HelpersAngular, Validators };
1716
1497
  //# sourceMappingURL=tnp-helpers.mjs.map