tnp-core 21.0.154 → 21.0.155

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 (120) hide show
  1. package/VERIFIED-BUILD-DATA.jsonc +3 -3
  2. package/bin/start.js +1 -1
  3. package/browser/fesm2022/tnp-core-browser.mjs +247 -73
  4. package/browser/fesm2022/tnp-core-browser.mjs.map +1 -1
  5. package/browser/package.json +1 -1
  6. package/browser/types/tnp-core-browser.d.ts +75 -12
  7. package/browser-prod/fesm2022/tnp-core-browser-prod.mjs +245 -74
  8. package/browser-prod/fesm2022/tnp-core-browser-prod.mjs.map +1 -1
  9. package/browser-prod/package.json +1 -1
  10. package/browser-prod/types/tnp-core-browser-prod.d.ts +73 -12
  11. package/browser-prod.split-namespaces.json +15 -1
  12. package/cli.backend.js +2 -2
  13. package/lib/build-info._auto-generated_.d.ts +1 -1
  14. package/lib/build-info._auto-generated_.js +1 -1
  15. package/lib/constants.d.ts +11 -6
  16. package/lib/constants.js +29 -27
  17. package/lib/constants.js.map +1 -1
  18. package/lib/core-imports.js +8 -0
  19. package/lib/core-imports.js.map +1 -1
  20. package/lib/core-models.js +6 -0
  21. package/lib/core-models.js.map +1 -1
  22. package/lib/index.d.ts +5 -0
  23. package/lib/index.js +9 -0
  24. package/lib/index.js.map +1 -1
  25. package/lib/jsonc-parse.test.d.ts +1 -1
  26. package/lib/package.json +1 -1
  27. package/lib/utils-md-docs.d.ts +19 -0
  28. package/lib/utils-md-docs.js +124 -0
  29. package/lib/utils-md-docs.js.map +1 -0
  30. package/lib/utils-md-docs.test.d.ts +1 -0
  31. package/lib/utils-progress.test.d.ts +1 -1
  32. package/lib/utils-string-regex.d.ts +5 -0
  33. package/lib/utils-string-regex.js +17 -0
  34. package/lib/utils-string-regex.js.map +1 -1
  35. package/lib-esm/app.hosts.d.ts +2 -2
  36. package/lib-esm/app.hosts.js +4 -4
  37. package/lib-esm/cli.backend.d.ts +1 -1
  38. package/lib-esm/cli.backend.js +1 -1
  39. package/lib-esm/lib/build-info._auto-generated_.d.ts +1 -1
  40. package/lib-esm/lib/build-info._auto-generated_.js +1 -1
  41. package/lib-esm/lib/constants.d.ts +11 -6
  42. package/lib-esm/lib/constants.js +28 -26
  43. package/lib-esm/lib/constants.js.map +1 -1
  44. package/lib-esm/lib/core-imports.js +43 -0
  45. package/lib-esm/lib/core-imports.js.map +1 -1
  46. package/lib-esm/lib/core-models.js +6 -0
  47. package/lib-esm/lib/core-models.js.map +1 -1
  48. package/lib-esm/lib/index.d.ts +5 -0
  49. package/lib-esm/lib/index.js +8 -0
  50. package/lib-esm/lib/index.js.map +1 -1
  51. package/lib-esm/lib/utils-md-docs.d.ts +19 -0
  52. package/lib-esm/lib/utils-md-docs.js +121 -0
  53. package/lib-esm/lib/utils-md-docs.js.map +1 -0
  54. package/lib-esm/lib/utils-string-regex.d.ts +5 -0
  55. package/lib-esm/lib/utils-string-regex.js +17 -0
  56. package/lib-esm/lib/utils-string-regex.js.map +1 -1
  57. package/lib-esm/lib/utils-terminal.js +168 -0
  58. package/lib-esm/lib/utils-terminal.js.map +1 -1
  59. package/lib-prod/build-info._auto-generated_.d.ts +1 -1
  60. package/lib-prod/build-info._auto-generated_.js +1 -1
  61. package/lib-prod/constants.d.ts +11 -6
  62. package/lib-prod/constants.js +28 -26
  63. package/lib-prod/constants.js.map +1 -1
  64. package/lib-prod/core-imports.js +8 -0
  65. package/lib-prod/core-imports.js.map +1 -1
  66. package/lib-prod/core-models.js +6 -0
  67. package/lib-prod/core-models.js.map +1 -1
  68. package/lib-prod/index.d.ts +5 -0
  69. package/lib-prod/index.js +8 -0
  70. package/lib-prod/index.js.map +1 -1
  71. package/lib-prod/package.json +1 -1
  72. package/lib-prod/utils-md-docs.d.ts +17 -0
  73. package/lib-prod/utils-md-docs.js +118 -0
  74. package/lib-prod/utils-md-docs.js.map +1 -0
  75. package/lib-prod/utils-string-regex.d.ts +5 -0
  76. package/lib-prod/utils-string-regex.js +17 -0
  77. package/lib-prod/utils-string-regex.js.map +1 -1
  78. package/lib-prod.split-namespaces.json +15 -1
  79. package/package.json +1 -1
  80. package/websql/fesm2022/tnp-core-websql.mjs +247 -73
  81. package/websql/fesm2022/tnp-core-websql.mjs.map +1 -1
  82. package/websql/package.json +1 -1
  83. package/websql/types/tnp-core-websql.d.ts +75 -12
  84. package/websql-prod/fesm2022/tnp-core-websql-prod.mjs +245 -74
  85. package/websql-prod/fesm2022/tnp-core-websql-prod.mjs.map +1 -1
  86. package/websql-prod/package.json +1 -1
  87. package/websql-prod/types/tnp-core-websql-prod.d.ts +73 -12
  88. package/websql-prod.split-namespaces.json +15 -1
  89. package/lib/jsonc-parse.test.js +0 -449
  90. package/lib/jsonc-parse.test.js.map +0 -1
  91. package/lib/utils-imports.test.js +0 -124
  92. package/lib/utils-imports.test.js.map +0 -1
  93. package/lib/utils-progress.test.js +0 -194
  94. package/lib/utils-progress.test.js.map +0 -1
  95. package/lib/utils-projects.test.js +0 -308
  96. package/lib/utils-projects.test.js.map +0 -1
  97. package/lib-esm/lib/jsonc-parse.test.d.ts +0 -1
  98. package/lib-esm/lib/jsonc-parse.test.js +0 -447
  99. package/lib-esm/lib/jsonc-parse.test.js.map +0 -1
  100. package/lib-esm/lib/utils-imports.test.d.ts +0 -0
  101. package/lib-esm/lib/utils-imports.test.js +0 -124
  102. package/lib-esm/lib/utils-imports.test.js.map +0 -1
  103. package/lib-esm/lib/utils-progress.test.d.ts +0 -1
  104. package/lib-esm/lib/utils-progress.test.js +0 -192
  105. package/lib-esm/lib/utils-progress.test.js.map +0 -1
  106. package/lib-esm/lib/utils-projects.test.d.ts +0 -0
  107. package/lib-esm/lib/utils-projects.test.js +0 -308
  108. package/lib-esm/lib/utils-projects.test.js.map +0 -1
  109. package/lib-prod/jsonc-parse.test.d.ts +0 -1
  110. package/lib-prod/jsonc-parse.test.js +0 -447
  111. package/lib-prod/jsonc-parse.test.js.map +0 -1
  112. package/lib-prod/utils-imports.test.d.ts +0 -0
  113. package/lib-prod/utils-imports.test.js +0 -124
  114. package/lib-prod/utils-imports.test.js.map +0 -1
  115. package/lib-prod/utils-progress.test.d.ts +0 -1
  116. package/lib-prod/utils-progress.test.js +0 -192
  117. package/lib-prod/utils-progress.test.js.map +0 -1
  118. package/lib-prod/utils-projects.test.d.ts +0 -0
  119. package/lib-prod/utils-projects.test.js +0 -308
  120. package/lib-prod/utils-projects.test.js.map +0 -1
@@ -1,5 +1,5 @@
1
1
  {
2
- "commitHash": "250107a102f9f8c4e32b2e0fa35089f3fe89aa89",
3
- "commitName": "feat: split env helper",
4
- "commitDate": "16-08-2026 22:42:30"
2
+ "commitHash": "37283904853b98225a936b3ce8f6218f06b0663c",
3
+ "commitName": "refactor: cut tags proper full names",
4
+ "commitDate": "21-08-2026 21:38:48"
5
5
  }
package/bin/start.js CHANGED
@@ -1,4 +1,4 @@
1
- global.frameworkName = 'tnp-core';
1
+ global.frameworkName = 'tnp-core';
2
2
  Error.stackTraceLimit = 100;
3
3
  global.i0 = {
4
4
  defineInjectable: function () { }
@@ -1502,6 +1502,12 @@ var CoreModels;
1502
1502
  })(EnvironmentName = CoreModels.EnvironmentName || (CoreModels.EnvironmentName = {}));
1503
1503
  CoreModels.EnvironmentNameArr = Object.values(EnvironmentName);
1504
1504
  function splitEnv(value) {
1505
+ if (!value) {
1506
+ return {
1507
+ envName: value,
1508
+ envNumber: undefined,
1509
+ };
1510
+ }
1505
1511
  const match = value.match(/^(.+?)(\d+)?$/);
1506
1512
  if (!match) {
1507
1513
  return {
@@ -1879,6 +1885,7 @@ var UtilsProgress;
1879
1885
  //#endregion
1880
1886
  })(UtilsProgress || (UtilsProgress = {}));
1881
1887
 
1888
+ // @taonSkipCut
1882
1889
  // @ts-ignore
1883
1890
  const isCloudflareWorker = typeof WebSocketPair !== 'undefined';
1884
1891
  const taonContainers = 'taon-containers';
@@ -1898,48 +1905,50 @@ var LibTypeEnum;
1898
1905
  LibTypeEnum["UNKNOWN"] = "unknown";
1899
1906
  })(LibTypeEnum || (LibTypeEnum = {}));
1900
1907
  const GlobalLibTypeName = {
1901
- /* */
1902
- /* */
1903
- /* */
1904
- /* */
1905
- /* */
1906
- /* */
1907
- /* */
1908
- /* */
1909
- /* */
1910
- /* */
1911
- /* */
1912
- /* */
1913
- /* */
1914
- /* */
1915
- /* */
1916
- /* */
1917
- /* */
1918
- /* */
1919
- /* */
1920
- /* */
1921
- /* */
1922
- /* */
1923
- /* */
1924
- /* */
1925
- /* */
1926
- /* */
1927
- /* */
1928
- /* */
1908
+ //#region @backend
1909
+ isomorphicLib: LibTypeEnum.ISOMORPHIC_LIB,
1910
+ container: LibTypeEnum.CONTAINER,
1911
+ /**
1912
+ * @deprecated
1913
+ */
1914
+ docker: 'docker',
1915
+ unknowNpmProject: LibTypeEnum.UNKNOWN_NPM_PROJECT,
1916
+ /**
1917
+ * @deprecated
1918
+ */
1919
+ vscodeExt: 'vscode-ext',
1920
+ /**
1921
+ * @deprecated
1922
+ */
1923
+ chromeExt: 'chrome-ext',
1924
+ /**
1925
+ * @deprecated
1926
+ */
1927
+ singleFileProject: 'single-file-project',
1928
+ /**
1929
+ * @deprecated
1930
+ */
1931
+ navi: 'navi',
1932
+ /**
1933
+ * @deprecated
1934
+ */
1935
+ scenario: 'scenario',
1936
+ //#endregion
1929
1937
  };
1930
1938
  /**
1931
1939
  * @deprecated
1932
1940
  */
1933
1941
  const LibTypeArr = [
1934
- /* */
1935
- /* */
1936
- /* */
1937
- /* */
1938
- /* */
1939
- /* */
1940
- /* */
1941
- /* */
1942
- /* */
1942
+ //#region @backend
1943
+ GlobalLibTypeName.isomorphicLib,
1944
+ GlobalLibTypeName.container,
1945
+ GlobalLibTypeName.docker,
1946
+ GlobalLibTypeName.unknowNpmProject,
1947
+ GlobalLibTypeName.vscodeExt,
1948
+ GlobalLibTypeName.chromeExt,
1949
+ GlobalLibTypeName.navi,
1950
+ GlobalLibTypeName.scenario,
1951
+ //#endregion
1943
1952
  ];
1944
1953
  //#region constants / files not allowed to clean
1945
1954
  const filesNotAllowedToClean = {
@@ -2102,14 +2111,15 @@ const folderName = {
2102
2111
  //#endregion
2103
2112
  //#region constants / trusted packages for update
2104
2113
  const areTrustedForPatchUpdate = [
2105
- /* */
2106
- /* */
2107
- /* */
2108
- /* */
2109
- /* */
2110
- /* */
2111
- /* */
2112
- /* */
2114
+ //#region @backend
2115
+ '@angular',
2116
+ '@ngrx',
2117
+ 'rxjs',
2118
+ 'zone.js',
2119
+ 'tslib',
2120
+ 'typescript',
2121
+ 'webpack',
2122
+ //#endregion
2113
2123
  ];
2114
2124
  //#endregion
2115
2125
  const extAllowedToExportAndReplaceTSJSCodeFiles = [
@@ -2199,26 +2209,34 @@ const appRelatedFiles = [
2199
2209
  'app.worker.ts',
2200
2210
  ];
2201
2211
  const TAGS = {
2202
- BACKEND: `@${'back' + 'end'}`,
2203
- BACKEND_FUNC: `@${'back' + 'endFunc'}`,
2204
- BROWSER: `@${'brow' + 'ser'}`,
2205
- WEBSQL_ONLY: `@${'web' + 'sqlOnly'}`,
2206
- WEBSQL: `@${'web' + 'sql'}`,
2207
- WEBSQL_FUNC: `@${'web' + 'sqlFunc'}`,
2208
- NOT_FOR_NPM: `@${'not' + 'ForNpm'}`,
2209
- ESM_REMOVE: `@${'esm' + 'Remove'}`,
2210
- ESM_ONLY_LINE: `@${'esm' + 'OnlyLine'}`,
2211
- CJS_REMOVE: `@${'cjs' + 'Remove'}`,
2212
- CJS_ONLY_LINE: `@${'cjs' + 'OnlyLine'}`,
2213
- CUT_CODE_IF_TRUE: '@cutCode' + 'IfTrue',
2214
- CUT_CODE_IF_FALSE: '@cutCode' + 'IfFalse',
2215
- COMMENT_REGION: `//${'#reg' + 'ion'}`,
2216
- COMMENT_END_REGION: `//${'#end' + 'region'}`,
2217
- APP_TS_GENERATED: `${'@app-ts-gene' + 'rated'}`,
2218
- APP_TS_PLACEHOLDER_IMPORTS: `${'@place' + 'holder-for-imports'}`,
2219
- APP_TS_PLACEHOLDER_ROUTES: `${'@place' + 'holder-for-routes'}`,
2220
- APP_TS_PLACEHOLDER_CONTEXTS_INIT: `${'@place' + 'holder-for-contexts-init'}`,
2212
+ BACKEND: `@backend`,
2213
+ BACKEND_FUNC: `@backendFunc`,
2214
+ BROWSER: `@browser`,
2215
+ WEBSQL_ONLY: `@websqlOnly`,
2216
+ WEBSQL: `@websql`,
2217
+ WEBSQL_FUNC: `@websqlFunc`,
2218
+ NOT_FOR_NPM: `@notForNpm`,
2219
+ ESM_REMOVE: `@esmRemove`,
2220
+ ESM_ONLY_LINE: `@esmOnlyLine`,
2221
+ CJS_REMOVE: `@cjsRemove`,
2222
+ CJS_ONLY_LINE: `@cjsOnlyLine`,
2223
+ CUT_CODE_IF_TRUE: '@cutCodeIfTrue',
2224
+ CUT_CODE_IF_FALSE: '@cutCodeIfFalse',
2225
+ COMMENT_REGION: `//#region`,
2226
+ COMMENT_END_REGION: `//#endregion`,
2227
+ APP_TS_GENERATED: `@app-ts-generated`,
2228
+ APP_TS_PLACEHOLDER_IMPORTS: `@placeholder-for-imports`,
2229
+ APP_TS_PLACEHOLDER_ROUTES: `@placeholder-for-routes`,
2230
+ APP_TS_PLACEHOLDER_CONTEXTS_INIT: `@placeholder-for-contexts-init`,
2221
2231
  };
2232
+ /**
2233
+ * don't cut next line
2234
+ */
2235
+ const taonCutNextLineCut = '// @taonSkipNextLineCut';
2236
+ /**
2237
+ * Don't cut anything from file
2238
+ */
2239
+ const taonSkipCut = '// @taonSkipCut';
2222
2240
  const BaselineSiteJoinprefix = '__';
2223
2241
  const PREFIXES = {
2224
2242
  BASELINE: BaselineSiteJoinprefix,
@@ -2307,13 +2325,6 @@ const encoding = 'utf8';
2307
2325
  * output when building multiple projects
2308
2326
  */
2309
2327
  const taonActionFromParent = 'taon-action-from-parent';
2310
- const globalSpinner = {
2311
- get instance() {
2312
- /* */
2313
- /* */
2314
- return (void 0);
2315
- },
2316
- };
2317
2328
 
2318
2329
  //#region imports
2319
2330
  //#endregion
@@ -12930,6 +12941,22 @@ var UtilsString;
12930
12941
  .toLowerCase());
12931
12942
  };
12932
12943
  //#endregion
12944
+ UtilsString.listDiff = (arr1, arr2) => {
12945
+ const added = _.difference(arr2, arr1);
12946
+ const removed = _.difference(arr1, arr2);
12947
+ return {
12948
+ added,
12949
+ removed,
12950
+ infoMessage: () => {
12951
+ if (added.length) {
12952
+ console.info(`added: ${added.join(', ')}`);
12953
+ }
12954
+ if (removed.length) {
12955
+ console.info(`removed: ${removed.join(', ')}`);
12956
+ }
12957
+ },
12958
+ };
12959
+ };
12933
12960
  })(UtilsString || (UtilsString = {}));
12934
12961
  //#endregion
12935
12962
  //#region utils string regex
@@ -13252,6 +13279,147 @@ var UtilsStdinStdoutLogger;
13252
13279
  //#endregion
13253
13280
  })(UtilsStdinStdoutLogger || (UtilsStdinStdoutLogger = {}));
13254
13281
 
13282
+ var UtilsMdDocs;
13283
+ (function (UtilsMdDocs) {
13284
+ function getRenderImports(mdContent) {
13285
+ /* */
13286
+ /* */
13287
+ /* */
13288
+ /* */
13289
+ /* */
13290
+ /* */
13291
+ /* */
13292
+ /* */
13293
+ /* */
13294
+ /* */
13295
+ /* */
13296
+ /* */
13297
+ /* */
13298
+ /* */
13299
+ /* */
13300
+ /* */
13301
+ /* */
13302
+ /* */
13303
+ /* */
13304
+ /* */
13305
+ /* */
13306
+ /* */
13307
+ /* */
13308
+ /* */
13309
+ /* */
13310
+ /* */
13311
+ /* */
13312
+ /* */
13313
+ /* */
13314
+ /* */
13315
+ /* */
13316
+ /* */
13317
+ /* */
13318
+ /* */
13319
+ /* */
13320
+ /* */
13321
+ /* */
13322
+ /* */
13323
+ /* */
13324
+ /* */
13325
+ /* */
13326
+ /* */
13327
+ /* */
13328
+ /* */
13329
+ /* */
13330
+ /* */
13331
+ /* */
13332
+ /* */
13333
+ /* */
13334
+ /* */
13335
+ /* */
13336
+ /* */
13337
+ /* */
13338
+ /* */
13339
+ /* */
13340
+ /* */
13341
+ /* */
13342
+ /* */
13343
+ /* */
13344
+ /* */
13345
+ /* */
13346
+ /* */
13347
+ /* */
13348
+ return (void 0);
13349
+ }
13350
+ UtilsMdDocs.getRenderImports = getRenderImports;
13351
+ //#endregion
13352
+ //#region get assets
13353
+ /**
13354
+ * extract assets pathes from .md file
13355
+ */
13356
+ UtilsMdDocs.getAssets = (mdfileContent) => {
13357
+ /* */
13358
+ /* */
13359
+ /* */
13360
+ /* */
13361
+ /* */
13362
+ /* */
13363
+ /* */
13364
+ /* */
13365
+ /* */
13366
+ /* */
13367
+ /* */
13368
+ /* */
13369
+ /* */
13370
+ /* */
13371
+ /* */
13372
+ /* */
13373
+ /* */
13374
+ /* */
13375
+ /* */
13376
+ /* */
13377
+ return (void 0);
13378
+ };
13379
+ //#endregion
13380
+ //#region get asset from file
13381
+ UtilsMdDocs.getAssetsFromFile = (absPathToFile) => {
13382
+ /* */
13383
+ /* */
13384
+ /* */
13385
+ /* */
13386
+ /* */
13387
+ /* */
13388
+ /* */
13389
+ /* */
13390
+ return (void 0);
13391
+ };
13392
+ //#endregion
13393
+ //#region get links to other md files
13394
+ /**
13395
+ * Extract links to other Markdown files from a given Markdown content.
13396
+ * @param mdfileContent
13397
+ */
13398
+ UtilsMdDocs.getLinksToOtherMdFiles = (mdfileContent) => {
13399
+ /* */
13400
+ /* */
13401
+ /* */
13402
+ /* */
13403
+ /* */
13404
+ /* */
13405
+ /* */
13406
+ /* */
13407
+ /* */
13408
+ /* */
13409
+ /* */
13410
+ /* */
13411
+ /* */
13412
+ /* */
13413
+ /* */
13414
+ /* */
13415
+ /* */
13416
+ /* */
13417
+ /* */
13418
+ return (void 0);
13419
+ };
13420
+ //#endregion
13421
+ })(UtilsMdDocs || (UtilsMdDocs = {}));
13422
+
13255
13423
  const jsoncFormattingOptions = {
13256
13424
  insertSpaces: true,
13257
13425
  tabSize: 2,
@@ -13770,12 +13938,18 @@ const config = {
13770
13938
  // };
13771
13939
  //#endregion
13772
13940
 
13773
- /* */
13941
+ const globalSpinner = {
13942
+ get instance() {
13943
+ /* */
13944
+ /* */
13945
+ return (void 0);
13946
+ },
13947
+ };
13774
13948
  var index = {};
13775
13949
 
13776
13950
  /**
13777
13951
  * Generated bundle index. Do not edit.
13778
13952
  */
13779
13953
 
13780
- export { $, BaselineSiteJoinprefix, CLI, CoreConfig, CoreModels, DbBinaryFormatEnum, ExecAsyncVscodeError, FilePathMetaData, FilesNames, GlobalLibTypeName, GlobalStorage, GlobalTaskManager, GlobalTaskManagerClass, Helpers, LibTypeArr, LibTypeEnum, PREFIXES, REGEX_REGION, TAGS, Utils, UtilsBinary, UtilsCli, UtilsCliClassMethod, UtilsDotFile, UtilsEtcHosts, UtilsExecProc, UtilsFilesFolders, UtilsFilesFoldersSync, UtilsI18n, UtilsJson, UtilsMessages, UtilsMigrations, UtilsNetwork, UtilsOs, UtilsProcess, UtilsProcessLogger, UtilsProgress, UtilsProjects, UtilsStdinStdoutLogger, UtilsString, UtilsStringRegex, UtilsSudo, UtilsTerminal, UtilsTime, UtilsWaitNotifier, UtilsYaml, _, appRelatedFiles, areTrustedForPatchUpdate, axios, backendNodejsOnlyFiles, backendWebsqlNodejsFiles, baseTaonDevProjectsNames, chalk, child_process, chokidar, config, crossPlatformPath, dateformat, dockerTemplates, dotTaonFolder, dotTnpFolder, encoding, execAsyncVscode, extAllowedToExportAndReplaceTSJSCodeFiles, extAllowedToReplace, extForSassLikeFiles, extForStyles, extTemplatesFiles, fg, fileName, filesNotAllowedToClean, folderName, frameworkName, frameworkNameBe, frontEndOnly, frontendFiles, fse, glob, globalSpinner, http, https, isCloudflareWorker, isElevated, micromatch, mkdirp, ncp, notAllowedNames, notAllowedProjectNames, notNeededForExportFiles, os, path, ps, psList, requireDefault, requiredForDev, rimraf, spawn, startAsync, taonActionFromParent, taonBasePathToGlobalDockerTemplatesFn, taonContainers, taonPackageName, taonProjects, taonRepoPathUserInUserDirFn, tempFoldersName, tnpPackageName, updateJsoncContent, urlRepoTaon, urlRepoTaonContainers, win32Path };
13954
+ export { $, BaselineSiteJoinprefix, CLI, CoreConfig, CoreModels, DbBinaryFormatEnum, ExecAsyncVscodeError, FilePathMetaData, FilesNames, GlobalLibTypeName, GlobalStorage, GlobalTaskManager, GlobalTaskManagerClass, Helpers, LibTypeArr, LibTypeEnum, PREFIXES, REGEX_REGION, TAGS, Utils, UtilsBinary, UtilsCli, UtilsCliClassMethod, UtilsDotFile, UtilsEtcHosts, UtilsExecProc, UtilsFilesFolders, UtilsFilesFoldersSync, UtilsI18n, UtilsJson, UtilsMdDocs, UtilsMessages, UtilsMigrations, UtilsNetwork, UtilsOs, UtilsProcess, UtilsProcessLogger, UtilsProgress, UtilsProjects, UtilsStdinStdoutLogger, UtilsString, UtilsStringRegex, UtilsSudo, UtilsTerminal, UtilsTime, UtilsWaitNotifier, UtilsYaml, _, appRelatedFiles, areTrustedForPatchUpdate, axios, backendNodejsOnlyFiles, backendWebsqlNodejsFiles, baseTaonDevProjectsNames, chalk, child_process, chokidar, config, crossPlatformPath, dateformat, dockerTemplates, dotTaonFolder, dotTnpFolder, encoding, execAsyncVscode, extAllowedToExportAndReplaceTSJSCodeFiles, extAllowedToReplace, extForSassLikeFiles, extForStyles, extTemplatesFiles, fg, fileName, filesNotAllowedToClean, folderName, frameworkName, frameworkNameBe, frontEndOnly, frontendFiles, fse, glob, globalSpinner, http, https, isCloudflareWorker, isElevated, micromatch, mkdirp, ncp, notAllowedNames, notAllowedProjectNames, notNeededForExportFiles, os, path, ps, psList, requireDefault, requiredForDev, rimraf, spawn, startAsync, taonActionFromParent, taonBasePathToGlobalDockerTemplatesFn, taonContainers, taonCutNextLineCut, taonPackageName, taonProjects, taonRepoPathUserInUserDirFn, taonSkipCut, tempFoldersName, tnpPackageName, updateJsoncContent, urlRepoTaon, urlRepoTaonContainers, win32Path };
13781
13955
  //# sourceMappingURL=tnp-core-browser.mjs.map