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, crossPlatformPath, Helpers as Helpers$3, path } from 'tnp-core/websql';
1
+ import { _, CoreHelpers, crossPlatformPath, path } from 'tnp-core/websql';
2
2
  import { Subject } from 'rxjs';
3
3
  import * as fuzzy from 'fuzzy';
4
4
  import { CLASS } from 'typescript-class-helpers/websql';
@@ -893,413 +893,15 @@ applyMixins(HelpersFiredev, [
893
893
  /* */
894
894
  /* */
895
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);
1097
- }
1098
- static allProjectFrom(absoluteLocation, stopOnCwd = '/') {
1099
- /* */
1100
- /* */
1101
- /* */
1102
- /* */
1103
- /* */
1104
- /* */
1105
- /* */
1106
- /* */
1107
- /* */
1108
- /* */
1109
- /* */
1110
- /* */
1111
- /* */
1112
- /* */
1113
- /* */
1114
- /* */
1115
- /* */
1116
- /* */
1117
- /* */
1118
- /* */
1119
- /* */
1120
- /* */
1121
- return (void 0);
1122
- }
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() {
1142
- /* */
1143
- /* */
1144
- /* */
1145
- /* */
1146
- /* */
1147
- /* */
1148
- /* */
1149
- /* */
1150
- /* */
1151
- /* */
1152
- /* */
1153
- return (void 0);
1154
- }
1155
- /**
1156
- * @deprecated
1157
- */
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
- /* */
1191
- /* */
1192
- /* */
1193
- /* */
1194
- /* */
1195
- /* */
1196
- return (void 0);
1197
- }
1198
- defineProperty(variableName, classFn) {
1199
- /* */
1200
- /* */
1201
- /* */
1202
- /* */
1203
- /* */
1204
- /* */
1205
- /* */
1206
- /* */
1207
- /* */
1208
- /* */
1209
- /* */
1210
- /* */
1211
- /* */
1212
- /* */
1213
- /* */
1214
- /* */
1215
- /* */
1216
- /* */
1217
- /* */
1218
- /* */
1219
- /* */
1220
- /* */
1221
- /* */
1222
- /* */
1223
- /* */
1224
- /* */
1225
- /* */
1226
- /* */
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
- /* */
1241
- /* */
1242
- /* */
1243
- /* */
1244
- /* */
1245
- /* */
1246
- /* */
1247
- /* */
1248
- /* */
1249
- /* */
1250
- /* */
1251
- /* */
1252
- /* */
1253
- /* */
1254
- /* */
1255
- /* */
1256
- /* */
1257
- /* */
1258
- /* */
1259
- /* */
1260
- return (void 0);
1261
- }
1262
- forEmptyStructure() {
1263
- /* */
1264
- /* */
1265
- /* */
1266
- /* */
1267
- /* */
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
896
  class BaseProjectResolver {
1299
897
  constructor(classFn) {
1300
898
  this.classFn = classFn;
1301
899
  this.NPM_PROJECT_KEY = 'npm';
1302
900
  this.projects = [];
901
+ /**
902
+ * To speed up checking folder I am keeping pathes for alterdy checked folder
903
+ * This may break things that are creating new projects
904
+ */
1303
905
  this.emptyLocations = [];
1304
906
  }
1305
907
  get allowedTypes() {
@@ -1336,7 +938,7 @@ class BaseProjectResolver {
1336
938
  }
1337
939
  let location = crossPlatformPath(locationOfProject.replace(/\/\//g, '/'));
1338
940
  if (!_.isString(location)) {
1339
- Helpers$3.warn(`[project.from] location is not a string`);
941
+ Helpers.warn(`[project.from] location is not a string`);
1340
942
  return;
1341
943
  }
1342
944
  if (path.basename(location) === 'dist') {
@@ -1372,8 +974,6 @@ class BaseProjectResolver {
1372
974
  /* */
1373
975
  /* */
1374
976
  /* */
1375
- /* */
1376
- /* */
1377
977
  }
1378
978
  nearestTo(absoluteLocation, options) {
1379
979
  /* */
@@ -1439,6 +1039,16 @@ class BaseProjectResolver {
1439
1039
  unload(project) {
1440
1040
  this.projects = this.projects.filter(f => f !== project);
1441
1041
  }
1042
+ remove(project) {
1043
+ /* */
1044
+ /* */
1045
+ /* */
1046
+ /* */
1047
+ }
1048
+ add(project) {
1049
+ /* */
1050
+ /* */
1051
+ }
1442
1052
  allProjectFrom(absoluteLocation, stopOnCwd = '/') {
1443
1053
  /* */
1444
1054
  /* */
@@ -1448,6 +1058,30 @@ class BaseProjectResolver {
1448
1058
  /* */
1449
1059
  /* */
1450
1060
  /* */
1061
+ /* */
1062
+ /* */
1063
+ /* */
1064
+ /* */
1065
+ /* */
1066
+ /* */
1067
+ /* */
1068
+ /* */
1069
+ /* */
1070
+ /* */
1071
+ /* */
1072
+ /* */
1073
+ /* */
1074
+ /* */
1075
+ /* */
1076
+ /* */
1077
+ return (void 0);
1078
+ }
1079
+ /**
1080
+ * Resolve child project when accessing from parent container etc...
1081
+ * @param args string or string[] from cli args
1082
+ * @param CurrentProject project from process.cwd()
1083
+ */
1084
+ resolveChildProject(args) {
1451
1085
  /* */
1452
1086
  /* */
1453
1087
  /* */
@@ -1508,6 +1142,17 @@ class BaseProject {
1508
1142
  projects.forEach(project => visit(project));
1509
1143
  return result;
1510
1144
  }
1145
+ // @ts-ignore
1146
+ constructor(location) {
1147
+ this.location = location;
1148
+ this.cache = {};
1149
+ }
1150
+ /**
1151
+ * doesn't need to be real path -> can be link
1152
+ */
1153
+ get basename() {
1154
+ return path.basename(this.location);
1155
+ }
1511
1156
  get name() {
1512
1157
  return this.packageJSON?.name;
1513
1158
  }
@@ -1555,9 +1200,32 @@ class BaseProject {
1555
1200
  get firedev() {
1556
1201
  return this.packageJSON?.firedev;
1557
1202
  }
1203
+ /**
1204
+ * alias to getAllChildren
1205
+ */
1206
+ get children() {
1207
+ return this.getAllChildren();
1208
+ }
1209
+ child(nameOrBasename, errors = true) {
1210
+ const c = this.children.find(c => c.name === nameOrBasename || c.basename === nameOrBasename);
1211
+ if (errors && !c) {
1212
+ Helpers$1.warn(`Project doesnt contain child with name or basename: ${nameOrBasename}`);
1213
+ }
1214
+ return c;
1215
+ }
1558
1216
  get parent() {
1217
+ if (!_.isString(this.location) || this.location.trim() === '') {
1218
+ return void 0;
1219
+ }
1559
1220
  return this.ins.From(path.join(this.location, '..'));
1560
1221
  }
1222
+ get grandpa() {
1223
+ if (!_.isString(this.location) || this.location.trim() === '') {
1224
+ return void 0;
1225
+ }
1226
+ const grandpa = this.ins.From(path.join(this.location, '..', '..'));
1227
+ return grandpa;
1228
+ }
1561
1229
  get genericName() {
1562
1230
  let parent = this.parent;
1563
1231
  return [
@@ -1588,6 +1256,30 @@ class BaseProject {
1588
1256
  /* */
1589
1257
  return (void 0);
1590
1258
  }
1259
+ /**
1260
+ * same has project.hasFile();
1261
+ */
1262
+ pathExists(relativePath) {
1263
+ return this.hasFile(relativePath);
1264
+ }
1265
+ /**
1266
+ * same as project.pathExists();
1267
+ */
1268
+ hasFile(relativePath) {
1269
+ return Helpers$1.exists(this.pathFor(relativePath));
1270
+ }
1271
+ /**
1272
+ * same as project.pathhasFileExists();
1273
+ * but with path.resolve
1274
+ */
1275
+ containsFile(fileRelativeToProjectPath) {
1276
+ const fullPath = path.resolve(path.join(this.location, fileRelativeToProjectPath));
1277
+ return Helpers$1.exists(fullPath);
1278
+ }
1279
+ /**
1280
+ * absolute path:
1281
+ * concated project location with relative path
1282
+ */
1591
1283
  pathFor(relativePath) {
1592
1284
  /* */
1593
1285
  /* */
@@ -1626,6 +1318,12 @@ class BaseProject {
1626
1318
  /* */
1627
1319
  return (void 0);
1628
1320
  }
1321
+ removeFile(fileRelativeToProjectPath) {
1322
+ /* */
1323
+ /* */
1324
+ /* */
1325
+ return (void 0);
1326
+ }
1629
1327
  remove(relativePath, exactPath = true) {
1630
1328
  /* */
1631
1329
  /* */
@@ -1679,6 +1377,87 @@ class BaseProject {
1679
1377
  /* */
1680
1378
  return (void 0);
1681
1379
  }
1380
+ filterOnlyCopy(basePathFoldersOnlyToInclude) {
1381
+ /* */
1382
+ /* */
1383
+ /* */
1384
+ return (void 0);
1385
+ }
1386
+ removeItself() {
1387
+ /* */
1388
+ /* */
1389
+ }
1390
+ filterDontCopy(basePathFoldersTosSkip) {
1391
+ /* */
1392
+ /* */
1393
+ /* */
1394
+ return (void 0);
1395
+ }
1396
+ defineProperty(variableName, classFn) {
1397
+ /* */
1398
+ /* */
1399
+ /* */
1400
+ /* */
1401
+ /* */
1402
+ /* */
1403
+ /* */
1404
+ /* */
1405
+ /* */
1406
+ /* */
1407
+ /* */
1408
+ /* */
1409
+ /* */
1410
+ /* */
1411
+ /* */
1412
+ /* */
1413
+ /* */
1414
+ /* */
1415
+ /* */
1416
+ /* */
1417
+ /* */
1418
+ /* */
1419
+ /* */
1420
+ /* */
1421
+ /* */
1422
+ /* */
1423
+ /* */
1424
+ /* */
1425
+ return (void 0);
1426
+ }
1427
+ getAllChildren() {
1428
+ /* */
1429
+ /* */
1430
+ /* */
1431
+ /* */
1432
+ /* */
1433
+ /* */
1434
+ /* */
1435
+ /* */
1436
+ /* */
1437
+ return (void 0);
1438
+ }
1439
+ getFoldersForPossibleProjectChildren() {
1440
+ /* */
1441
+ /* */
1442
+ /* */
1443
+ /* */
1444
+ /* */
1445
+ /* */
1446
+ /* */
1447
+ /* */
1448
+ /* */
1449
+ /* */
1450
+ /* */
1451
+ /* */
1452
+ /* */
1453
+ /* */
1454
+ /* */
1455
+ /* */
1456
+ /* */
1457
+ /* */
1458
+ /* */
1459
+ return (void 0);
1460
+ }
1682
1461
  }
1683
1462
  ;
1684
1463
  ({}); // @--end-of-file-for-module=tnp-helpers lib/base-project.ts
@@ -1697,5 +1476,5 @@ const Helpers = HelpersFiredev.Instance;
1697
1476
  * Generated bundle index. Do not edit.
1698
1477
  */
1699
1478
 
1700
- export { BaseProject, BaseProjectResolver, Helpers, HelpersAngular, Project, Validators };
1479
+ export { BaseProject, BaseProjectResolver, Helpers, HelpersAngular, Validators };
1701
1480
  //# sourceMappingURL=tnp-helpers.mjs.map