@intlayer/docs 7.0.9-canary.0 → 7.0.9-canary.3

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 (162) hide show
  1. package/README.md +2 -1
  2. package/dist/cjs/generated/docs.entry.cjs +19 -0
  3. package/dist/cjs/generated/docs.entry.cjs.map +1 -1
  4. package/dist/cjs/packages/@intlayer/config/dist/esm/_virtual/rolldown_runtime.cjs +10 -0
  5. package/dist/cjs/packages/@intlayer/config/dist/esm/_virtual/rolldown_runtime.cjs.map +1 -0
  6. package/dist/cjs/packages/@intlayer/config/dist/esm/utils/ESMxCJSHelpers.cjs +26 -0
  7. package/dist/cjs/packages/@intlayer/config/dist/esm/utils/ESMxCJSHelpers.cjs.map +1 -0
  8. package/dist/cjs/packages/@intlayer/config/dist/esm/utils/cache.cjs +262 -0
  9. package/dist/cjs/packages/@intlayer/config/dist/esm/utils/cache.cjs.map +1 -0
  10. package/dist/cjs/packages/@intlayer/config/dist/esm/utils/getPackageJsonPath.cjs +34 -0
  11. package/dist/cjs/packages/@intlayer/config/dist/esm/utils/getPackageJsonPath.cjs.map +1 -0
  12. package/dist/cjs/packages/@intlayer/core/dist/esm/_virtual/rolldown_runtime.cjs +10 -0
  13. package/dist/cjs/packages/@intlayer/core/dist/esm/_virtual/rolldown_runtime.cjs.map +1 -0
  14. package/dist/cjs/packages/@intlayer/core/dist/esm/config/dist/esm/_virtual/rolldown_runtime.cjs +21 -0
  15. package/dist/cjs/packages/@intlayer/core/dist/esm/config/dist/esm/_virtual/rolldown_runtime.cjs.map +1 -0
  16. package/dist/cjs/packages/@intlayer/core/dist/esm/config/dist/esm/built.cjs +8 -0
  17. package/dist/cjs/packages/@intlayer/core/dist/esm/config/dist/esm/built.cjs.map +1 -0
  18. package/dist/cjs/packages/@intlayer/core/dist/esm/config/dist/esm/configFile/buildConfigurationFields.cjs +119 -0
  19. package/dist/cjs/packages/@intlayer/core/dist/esm/config/dist/esm/configFile/buildConfigurationFields.cjs.map +1 -0
  20. package/dist/cjs/packages/@intlayer/core/dist/esm/config/dist/esm/configFile/getConfiguration.cjs +69 -0
  21. package/dist/cjs/packages/@intlayer/core/dist/esm/config/dist/esm/configFile/getConfiguration.cjs.map +1 -0
  22. package/dist/cjs/packages/@intlayer/core/dist/esm/config/dist/esm/configFile/loadConfigurationFile.cjs +26 -0
  23. package/dist/cjs/packages/@intlayer/core/dist/esm/config/dist/esm/configFile/loadConfigurationFile.cjs.map +1 -0
  24. package/dist/cjs/packages/@intlayer/core/dist/esm/config/dist/esm/configFile/searchConfigurationFile.cjs +51 -0
  25. package/dist/cjs/packages/@intlayer/core/dist/esm/config/dist/esm/configFile/searchConfigurationFile.cjs.map +1 -0
  26. package/dist/cjs/packages/@intlayer/core/dist/esm/config/dist/esm/defaultValues/build.cjs +24 -0
  27. package/dist/cjs/packages/@intlayer/core/dist/esm/config/dist/esm/defaultValues/build.cjs.map +1 -0
  28. package/dist/cjs/packages/@intlayer/core/dist/esm/config/dist/esm/defaultValues/content.cjs +78 -0
  29. package/dist/cjs/packages/@intlayer/core/dist/esm/config/dist/esm/defaultValues/content.cjs.map +1 -0
  30. package/dist/cjs/packages/@intlayer/core/dist/esm/config/dist/esm/defaultValues/dictionary.cjs +7 -0
  31. package/dist/cjs/packages/@intlayer/core/dist/esm/config/dist/esm/defaultValues/dictionary.cjs.map +1 -0
  32. package/dist/cjs/packages/@intlayer/core/dist/esm/config/dist/esm/defaultValues/editor.cjs +36 -0
  33. package/dist/cjs/packages/@intlayer/core/dist/esm/config/dist/esm/defaultValues/editor.cjs.map +1 -0
  34. package/dist/cjs/packages/@intlayer/core/dist/esm/config/dist/esm/defaultValues/index.cjs +21 -0
  35. package/dist/cjs/packages/@intlayer/core/dist/esm/config/dist/esm/defaultValues/index.cjs.map +1 -0
  36. package/dist/cjs/packages/@intlayer/core/dist/esm/config/dist/esm/defaultValues/internationalization.cjs +22 -0
  37. package/dist/cjs/packages/@intlayer/core/dist/esm/config/dist/esm/defaultValues/internationalization.cjs.map +1 -0
  38. package/dist/cjs/packages/@intlayer/core/dist/esm/config/dist/esm/defaultValues/log.cjs +16 -0
  39. package/dist/cjs/packages/@intlayer/core/dist/esm/config/dist/esm/defaultValues/log.cjs.map +1 -0
  40. package/dist/cjs/packages/@intlayer/core/dist/esm/config/dist/esm/defaultValues/routing.cjs +26 -0
  41. package/dist/cjs/packages/@intlayer/core/dist/esm/config/dist/esm/defaultValues/routing.cjs.map +1 -0
  42. package/dist/cjs/packages/@intlayer/core/dist/esm/config/dist/esm/loadEnvFile.cjs +26 -0
  43. package/dist/cjs/packages/@intlayer/core/dist/esm/config/dist/esm/loadEnvFile.cjs.map +1 -0
  44. package/dist/cjs/packages/@intlayer/core/dist/esm/config/dist/esm/loadExternalFile/bundleFile.cjs +23 -0
  45. package/dist/cjs/packages/@intlayer/core/dist/esm/config/dist/esm/loadExternalFile/bundleFile.cjs.map +1 -0
  46. package/dist/cjs/packages/@intlayer/core/dist/esm/config/dist/esm/loadExternalFile/loadExternalFile.cjs +48 -0
  47. package/dist/cjs/packages/@intlayer/core/dist/esm/config/dist/esm/loadExternalFile/loadExternalFile.cjs.map +1 -0
  48. package/dist/cjs/packages/@intlayer/core/dist/esm/config/dist/esm/loadExternalFile/parseFileContent.cjs +65 -0
  49. package/dist/cjs/packages/@intlayer/core/dist/esm/config/dist/esm/loadExternalFile/parseFileContent.cjs.map +1 -0
  50. package/dist/cjs/packages/@intlayer/core/dist/esm/config/dist/esm/loadExternalFile/transpileTSToMJS.cjs +45 -0
  51. package/dist/cjs/packages/@intlayer/core/dist/esm/config/dist/esm/loadExternalFile/transpileTSToMJS.cjs.map +1 -0
  52. package/dist/cjs/packages/@intlayer/core/dist/esm/config/dist/esm/logger.cjs +47 -0
  53. package/dist/cjs/packages/@intlayer/core/dist/esm/config/dist/esm/logger.cjs.map +1 -0
  54. package/dist/cjs/packages/@intlayer/core/dist/esm/config/dist/esm/types/dist/esm/_virtual/rolldown_runtime.cjs +15 -0
  55. package/dist/cjs/packages/@intlayer/core/dist/esm/config/dist/esm/types/dist/esm/_virtual/rolldown_runtime.cjs.map +1 -0
  56. package/dist/cjs/packages/@intlayer/core/dist/esm/config/dist/esm/types/dist/esm/locales.cjs +1128 -0
  57. package/dist/cjs/packages/@intlayer/core/dist/esm/config/dist/esm/types/dist/esm/locales.cjs.map +1 -0
  58. package/dist/cjs/packages/@intlayer/core/dist/esm/config/dist/esm/utils/ESMxCJSHelpers.cjs +27 -0
  59. package/dist/cjs/packages/@intlayer/core/dist/esm/config/dist/esm/utils/ESMxCJSHelpers.cjs.map +1 -0
  60. package/dist/cjs/packages/@intlayer/core/dist/esm/config/dist/esm/utils/cache.cjs +262 -0
  61. package/dist/cjs/packages/@intlayer/core/dist/esm/config/dist/esm/utils/cache.cjs.map +1 -0
  62. package/dist/cjs/packages/@intlayer/core/dist/esm/config/dist/esm/utils/getPackageJsonPath.cjs +34 -0
  63. package/dist/cjs/packages/@intlayer/core/dist/esm/config/dist/esm/utils/getPackageJsonPath.cjs.map +1 -0
  64. package/dist/cjs/packages/@intlayer/core/dist/esm/config/dist/esm/utils/normalizePath.cjs +17 -0
  65. package/dist/cjs/packages/@intlayer/core/dist/esm/config/dist/esm/utils/normalizePath.cjs.map +1 -0
  66. package/dist/cjs/packages/@intlayer/core/dist/esm/localization/getLocalizedUrl.cjs +46 -0
  67. package/dist/cjs/packages/@intlayer/core/dist/esm/localization/getLocalizedUrl.cjs.map +1 -0
  68. package/dist/cjs/packages/@intlayer/core/dist/esm/localization/getMultilingualUrls.cjs +70 -0
  69. package/dist/cjs/packages/@intlayer/core/dist/esm/localization/getMultilingualUrls.cjs.map +1 -0
  70. package/dist/cjs/packages/@intlayer/core/dist/esm/localization/getPathWithoutLocale.cjs +53 -0
  71. package/dist/cjs/packages/@intlayer/core/dist/esm/localization/getPathWithoutLocale.cjs.map +1 -0
  72. package/dist/cjs/packages/@intlayer/core/dist/esm/transpiler/markdown/getMarkdownMetadata.cjs +23 -0
  73. package/dist/cjs/packages/@intlayer/core/dist/esm/transpiler/markdown/getMarkdownMetadata.cjs.map +1 -0
  74. package/dist/cjs/packages/@intlayer/core/dist/esm/utils/checkIsURLAbsolute.cjs +7 -0
  75. package/dist/cjs/packages/@intlayer/core/dist/esm/utils/checkIsURLAbsolute.cjs.map +1 -0
  76. package/dist/cjs/packages/@intlayer/core/dist/esm/utils/parseYaml.cjs +322 -0
  77. package/dist/cjs/packages/@intlayer/core/dist/esm/utils/parseYaml.cjs.map +1 -0
  78. package/dist/cjs/packages/@intlayer/types/dist/esm/_virtual/rolldown_runtime.cjs +15 -0
  79. package/dist/cjs/packages/@intlayer/types/dist/esm/_virtual/rolldown_runtime.cjs.map +1 -0
  80. package/dist/cjs/packages/@intlayer/types/dist/esm/locales.cjs +1128 -0
  81. package/dist/cjs/packages/@intlayer/types/dist/esm/locales.cjs.map +1 -0
  82. package/dist/esm/_virtual/rolldown_runtime.mjs +8 -0
  83. package/dist/esm/generated/docs.entry.mjs +19 -0
  84. package/dist/esm/generated/docs.entry.mjs.map +1 -1
  85. package/dist/esm/packages/@intlayer/core/dist/esm/_virtual/rolldown_runtime.mjs +11 -0
  86. package/dist/esm/packages/@intlayer/core/dist/esm/_virtual/rolldown_runtime.mjs.map +1 -0
  87. package/dist/esm/packages/@intlayer/core/dist/esm/config/dist/esm/_virtual/rolldown_runtime.mjs +20 -0
  88. package/dist/esm/packages/@intlayer/core/dist/esm/config/dist/esm/_virtual/rolldown_runtime.mjs.map +1 -0
  89. package/dist/esm/packages/@intlayer/core/dist/esm/config/dist/esm/built.mjs +8 -0
  90. package/dist/esm/packages/@intlayer/core/dist/esm/config/dist/esm/built.mjs.map +1 -0
  91. package/dist/esm/packages/@intlayer/core/dist/esm/config/dist/esm/configFile/buildConfigurationFields.mjs +118 -0
  92. package/dist/esm/packages/@intlayer/core/dist/esm/config/dist/esm/configFile/buildConfigurationFields.mjs.map +1 -0
  93. package/dist/esm/packages/@intlayer/core/dist/esm/config/dist/esm/configFile/getConfiguration.mjs +67 -0
  94. package/dist/esm/packages/@intlayer/core/dist/esm/config/dist/esm/configFile/getConfiguration.mjs.map +1 -0
  95. package/dist/esm/packages/@intlayer/core/dist/esm/config/dist/esm/configFile/loadConfigurationFile.mjs +26 -0
  96. package/dist/esm/packages/@intlayer/core/dist/esm/config/dist/esm/configFile/loadConfigurationFile.mjs.map +1 -0
  97. package/dist/esm/packages/@intlayer/core/dist/esm/config/dist/esm/configFile/searchConfigurationFile.mjs +50 -0
  98. package/dist/esm/packages/@intlayer/core/dist/esm/config/dist/esm/configFile/searchConfigurationFile.mjs.map +1 -0
  99. package/dist/esm/packages/@intlayer/core/dist/esm/config/dist/esm/defaultValues/build.mjs +19 -0
  100. package/dist/esm/packages/@intlayer/core/dist/esm/config/dist/esm/defaultValues/build.mjs.map +1 -0
  101. package/dist/esm/packages/@intlayer/core/dist/esm/config/dist/esm/defaultValues/content.mjs +64 -0
  102. package/dist/esm/packages/@intlayer/core/dist/esm/config/dist/esm/defaultValues/content.mjs.map +1 -0
  103. package/dist/esm/packages/@intlayer/core/dist/esm/config/dist/esm/defaultValues/dictionary.mjs +6 -0
  104. package/dist/esm/packages/@intlayer/core/dist/esm/config/dist/esm/defaultValues/dictionary.mjs.map +1 -0
  105. package/dist/esm/packages/@intlayer/core/dist/esm/config/dist/esm/defaultValues/editor.mjs +27 -0
  106. package/dist/esm/packages/@intlayer/core/dist/esm/config/dist/esm/defaultValues/editor.mjs.map +1 -0
  107. package/dist/esm/packages/@intlayer/core/dist/esm/config/dist/esm/defaultValues/index.mjs +21 -0
  108. package/dist/esm/packages/@intlayer/core/dist/esm/config/dist/esm/defaultValues/index.mjs.map +1 -0
  109. package/dist/esm/packages/@intlayer/core/dist/esm/config/dist/esm/defaultValues/internationalization.mjs +18 -0
  110. package/dist/esm/packages/@intlayer/core/dist/esm/config/dist/esm/defaultValues/internationalization.mjs.map +1 -0
  111. package/dist/esm/packages/@intlayer/core/dist/esm/config/dist/esm/defaultValues/log.mjs +14 -0
  112. package/dist/esm/packages/@intlayer/core/dist/esm/config/dist/esm/defaultValues/log.mjs.map +1 -0
  113. package/dist/esm/packages/@intlayer/core/dist/esm/config/dist/esm/defaultValues/routing.mjs +23 -0
  114. package/dist/esm/packages/@intlayer/core/dist/esm/config/dist/esm/defaultValues/routing.mjs.map +1 -0
  115. package/dist/esm/packages/@intlayer/core/dist/esm/config/dist/esm/loadEnvFile.mjs +24 -0
  116. package/dist/esm/packages/@intlayer/core/dist/esm/config/dist/esm/loadEnvFile.mjs.map +1 -0
  117. package/dist/esm/packages/@intlayer/core/dist/esm/config/dist/esm/loadExternalFile/bundleFile.mjs +23 -0
  118. package/dist/esm/packages/@intlayer/core/dist/esm/config/dist/esm/loadExternalFile/bundleFile.mjs.map +1 -0
  119. package/dist/esm/packages/@intlayer/core/dist/esm/config/dist/esm/loadExternalFile/loadExternalFile.mjs +47 -0
  120. package/dist/esm/packages/@intlayer/core/dist/esm/config/dist/esm/loadExternalFile/loadExternalFile.mjs.map +1 -0
  121. package/dist/esm/packages/@intlayer/core/dist/esm/config/dist/esm/loadExternalFile/parseFileContent.mjs +63 -0
  122. package/dist/esm/packages/@intlayer/core/dist/esm/config/dist/esm/loadExternalFile/parseFileContent.mjs.map +1 -0
  123. package/dist/esm/packages/@intlayer/core/dist/esm/config/dist/esm/loadExternalFile/transpileTSToMJS.mjs +44 -0
  124. package/dist/esm/packages/@intlayer/core/dist/esm/config/dist/esm/loadExternalFile/transpileTSToMJS.mjs.map +1 -0
  125. package/dist/esm/packages/@intlayer/core/dist/esm/config/dist/esm/logger.mjs +45 -0
  126. package/dist/esm/packages/@intlayer/core/dist/esm/config/dist/esm/logger.mjs.map +1 -0
  127. package/dist/esm/packages/@intlayer/core/dist/esm/config/dist/esm/types/dist/esm/_virtual/rolldown_runtime.mjs +14 -0
  128. package/dist/esm/packages/@intlayer/core/dist/esm/config/dist/esm/types/dist/esm/_virtual/rolldown_runtime.mjs.map +1 -0
  129. package/dist/esm/packages/@intlayer/core/dist/esm/config/dist/esm/types/dist/esm/locales.mjs +1128 -0
  130. package/dist/esm/packages/@intlayer/core/dist/esm/config/dist/esm/types/dist/esm/locales.mjs.map +1 -0
  131. package/dist/esm/packages/@intlayer/core/dist/esm/config/dist/esm/utils/ESMxCJSHelpers.mjs +25 -0
  132. package/dist/esm/packages/@intlayer/core/dist/esm/config/dist/esm/utils/ESMxCJSHelpers.mjs.map +1 -0
  133. package/dist/esm/packages/@intlayer/core/dist/esm/config/dist/esm/utils/cache.mjs +263 -0
  134. package/dist/esm/packages/@intlayer/core/dist/esm/config/dist/esm/utils/cache.mjs.map +1 -0
  135. package/dist/esm/packages/@intlayer/core/dist/esm/config/dist/esm/utils/getPackageJsonPath.mjs +33 -0
  136. package/dist/esm/packages/@intlayer/core/dist/esm/config/dist/esm/utils/getPackageJsonPath.mjs.map +1 -0
  137. package/dist/esm/packages/@intlayer/core/dist/esm/config/dist/esm/utils/normalizePath.mjs +16 -0
  138. package/dist/esm/packages/@intlayer/core/dist/esm/config/dist/esm/utils/normalizePath.mjs.map +1 -0
  139. package/dist/esm/packages/@intlayer/core/dist/esm/localization/getLocalizedUrl.mjs +46 -0
  140. package/dist/esm/packages/@intlayer/core/dist/esm/localization/getLocalizedUrl.mjs.map +1 -0
  141. package/dist/esm/packages/@intlayer/core/dist/esm/localization/getMultilingualUrls.mjs +70 -0
  142. package/dist/esm/packages/@intlayer/core/dist/esm/localization/getMultilingualUrls.mjs.map +1 -0
  143. package/dist/esm/packages/@intlayer/core/dist/esm/localization/getPathWithoutLocale.mjs +53 -0
  144. package/dist/esm/packages/@intlayer/core/dist/esm/localization/getPathWithoutLocale.mjs.map +1 -0
  145. package/dist/esm/packages/@intlayer/core/dist/esm/transpiler/markdown/getMarkdownMetadata.mjs +23 -0
  146. package/dist/esm/packages/@intlayer/core/dist/esm/transpiler/markdown/getMarkdownMetadata.mjs.map +1 -0
  147. package/dist/esm/packages/@intlayer/core/dist/esm/utils/checkIsURLAbsolute.mjs +6 -0
  148. package/dist/esm/packages/@intlayer/core/dist/esm/utils/checkIsURLAbsolute.mjs.map +1 -0
  149. package/dist/esm/packages/@intlayer/core/dist/esm/utils/parseYaml.mjs +321 -0
  150. package/dist/esm/packages/@intlayer/core/dist/esm/utils/parseYaml.mjs.map +1 -0
  151. package/dist/esm/packages/@intlayer/types/dist/esm/_virtual/rolldown_runtime.mjs +14 -0
  152. package/dist/esm/packages/@intlayer/types/dist/esm/_virtual/rolldown_runtime.mjs.map +1 -0
  153. package/dist/esm/packages/@intlayer/types/dist/esm/locales.mjs +1128 -0
  154. package/dist/esm/packages/@intlayer/types/dist/esm/locales.mjs.map +1 -0
  155. package/dist/types/generated/docs.entry.d.ts +1 -0
  156. package/dist/types/generated/docs.entry.d.ts.map +1 -1
  157. package/docs/en/packages/intlayer/getLocalizedUrl.md +116 -97
  158. package/docs/en/packages/intlayer/getMultilingualUrls.md +194 -54
  159. package/docs/en/packages/intlayer/getPrefix.md +201 -0
  160. package/docs/en/readme.md +2 -0
  161. package/package.json +20 -17
  162. package/src/generated/docs.entry.ts +19 -0
@@ -0,0 +1,11 @@
1
+ import { __require as __require$1 } from "../../../../../../_virtual/rolldown_runtime.mjs";
2
+
3
+ //#region ../packages/@intlayer/core/dist/esm/_virtual/rolldown_runtime.mjs
4
+ var __require = /* @__PURE__ */ ((x) => typeof __require$1 !== "undefined" ? __require$1 : typeof Proxy !== "undefined" ? new Proxy(x, { get: (a, b) => (typeof __require$1 !== "undefined" ? __require$1 : a)[b] }) : x)(function(x) {
5
+ if (typeof __require$1 !== "undefined") return __require$1.apply(this, arguments);
6
+ throw Error("Calling `require` for \"" + x + "\" in an environment that doesn't expose the `require` function.");
7
+ });
8
+
9
+ //#endregion
10
+ export { __require };
11
+ //# sourceMappingURL=rolldown_runtime.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rolldown_runtime.mjs","names":[],"sources":["../../../../../../../../../packages/@intlayer/core/dist/esm/_virtual/rolldown_runtime.mjs"],"sourcesContent":["//#region rolldown:runtime\nvar __require = /* @__PURE__ */ ((x) => typeof require !== \"undefined\" ? require : typeof Proxy !== \"undefined\" ? new Proxy(x, { get: (a, b) => (typeof require !== \"undefined\" ? require : a)[b] }) : x)(function(x) {\n\tif (typeof require !== \"undefined\") return require.apply(this, arguments);\n\tthrow Error(\"Calling `require` for \\\"\" + x + \"\\\" in an environment that doesn't expose the `require` function.\");\n});\n\n//#endregion\nexport { __require };"],"mappings":";;;AACA,IAAI,YAA4B,kBAAE,MAAM,uBAAmB,4BAAwB,OAAO,UAAU,cAAc,IAAI,MAAM,GAAG,EAAE,MAAM,GAAG,OAAO,uBAAmB,4BAAwB,GAAG,IAAI,CAAC,GAAG,GAAG,SAAS,GAAG;AACrN,KAAI,uBAAmB,YAAa,oBAAe,MAAM,MAAM,UAAU;AACzE,OAAM,MAAM,6BAA6B,IAAI,mEAAmE;EAC/G"}
@@ -0,0 +1,20 @@
1
+ import { __require } from "../../../../_virtual/rolldown_runtime.mjs";
2
+
3
+ //#region ../packages/@intlayer/core/dist/esm/config/dist/esm/_virtual/rolldown_runtime.mjs
4
+ var __defProp = Object.defineProperty;
5
+ var __export = (all) => {
6
+ let target = {};
7
+ for (var name in all) __defProp(target, name, {
8
+ get: all[name],
9
+ enumerable: true
10
+ });
11
+ return target;
12
+ };
13
+ var __require$1 = /* @__PURE__ */ ((x) => typeof __require !== "undefined" ? __require : typeof Proxy !== "undefined" ? new Proxy(x, { get: (a, b) => (typeof __require !== "undefined" ? __require : a)[b] }) : x)(function(x) {
14
+ if (typeof __require !== "undefined") return __require.apply(this, arguments);
15
+ throw Error("Calling `require` for \"" + x + "\" in an environment that doesn't expose the `require` function.");
16
+ });
17
+
18
+ //#endregion
19
+ export { __export, __require$1 as __require };
20
+ //# sourceMappingURL=rolldown_runtime.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rolldown_runtime.mjs","names":["__require","__require$1"],"sources":["../../../../../../../../../../../../packages/@intlayer/core/dist/esm/config/dist/esm/_virtual/rolldown_runtime.mjs"],"sourcesContent":["import { __require as __require$1 } from \"../../../../_virtual/rolldown_runtime.mjs\";\n\n//#region ../config/dist/esm/_virtual/rolldown_runtime.mjs\nvar __defProp = Object.defineProperty;\nvar __export = (all) => {\n\tlet target = {};\n\tfor (var name in all) __defProp(target, name, {\n\t\tget: all[name],\n\t\tenumerable: true\n\t});\n\treturn target;\n};\nvar __require = /* @__PURE__ */ ((x) => typeof __require$1 !== \"undefined\" ? __require$1 : typeof Proxy !== \"undefined\" ? new Proxy(x, { get: (a, b) => (typeof __require$1 !== \"undefined\" ? __require$1 : a)[b] }) : x)(function(x) {\n\tif (typeof __require$1 !== \"undefined\") return __require$1.apply(this, arguments);\n\tthrow Error(\"Calling `require` for \\\"\" + x + \"\\\" in an environment that doesn't expose the `require` function.\");\n});\n\n//#endregion\nexport { __export, __require };\n//# sourceMappingURL=rolldown_runtime.mjs.map"],"mappings":";;;AAGA,IAAI,YAAY,OAAO;AACvB,IAAI,YAAY,QAAQ;CACvB,IAAI,SAAS,EAAE;AACf,MAAK,IAAI,QAAQ,IAAK,WAAU,QAAQ,MAAM;EAC7C,KAAK,IAAI;EACT,YAAY;EACZ,CAAC;AACF,QAAO;;AAER,IAAIA,cAA4B,kBAAE,MAAM,OAAOC,cAAgB,cAAcA,YAAc,OAAO,UAAU,cAAc,IAAI,MAAM,GAAG,EAAE,MAAM,GAAG,OAAO,OAAOA,cAAgB,cAAcA,YAAc,GAAG,IAAI,CAAC,GAAG,GAAG,SAAS,GAAG;AACrO,KAAI,OAAOA,cAAgB,YAAa,QAAOA,UAAY,MAAM,MAAM,UAAU;AACjF,OAAM,MAAM,6BAA6B,IAAI,mEAAmE;EAC/G"}
@@ -0,0 +1,8 @@
1
+ import { getConfiguration } from "./configFile/getConfiguration.mjs";
2
+
3
+ //#region ../packages/@intlayer/core/dist/esm/config/dist/esm/built.mjs
4
+ var built_default = getConfiguration();
5
+
6
+ //#endregion
7
+ export { built_default };
8
+ //# sourceMappingURL=built.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"built.mjs","names":[],"sources":["../../../../../../../../../../../packages/@intlayer/core/dist/esm/config/dist/esm/built.mjs"],"sourcesContent":["import { getConfiguration } from \"./configFile/getConfiguration.mjs\";\n\n//#region ../config/dist/esm/built.mjs\nvar built_default = getConfiguration();\n\n//#endregion\nexport { built_default };\n//# sourceMappingURL=built.mjs.map"],"mappings":";;;AAGA,IAAI,gBAAgB,kBAAkB"}
@@ -0,0 +1,118 @@
1
+ import { CACHE, IMPORT_MODE, OPTIMIZE, OUTPUT_FORMAT, TRAVERSE_PATTERN } from "../defaultValues/build.mjs";
2
+ import { CACHE_DIR, CONFIG_DIR, CONTENT_DIR, DICTIONARIES_DIR, DYNAMIC_DICTIONARIES_DIR, EXCLUDED_PATHS, FETCH_DICTIONARIES_DIR, FILE_EXTENSIONS, MAIN_DIR, MODULE_AUGMENTATION_DIR, REMOTE_DICTIONARIES_DIR, TYPES_DIR, UNMERGED_DICTIONARIES_DIR, WATCH } from "../defaultValues/content.mjs";
3
+ import { APPLICATION_URL, BACKEND_URL, CMS_URL, DICTIONARY_PRIORITY_STRATEGY, EDITOR_URL, IS_ENABLED, LIVE_SYNC, LIVE_SYNC_PORT, PORT } from "../defaultValues/editor.mjs";
4
+ import { DEFAULT_LOCALE, LOCALES, REQUIRED_LOCALES, STRICT_MODE } from "../defaultValues/internationalization.mjs";
5
+ import { MODE, PREFIX } from "../defaultValues/log.mjs";
6
+ import { BASE_PATH, ROUTING_MODE, STORAGE } from "../defaultValues/routing.mjs";
7
+ import { normalizePath } from "../utils/normalizePath.mjs";
8
+ import { FILL } from "../defaultValues/dictionary.mjs";
9
+ import { isAbsolute, join } from "node:path";
10
+
11
+ //#region ../packages/@intlayer/core/dist/esm/config/dist/esm/configFile/buildConfigurationFields.mjs
12
+ let storedConfiguration;
13
+ const buildInternationalizationFields = (customConfiguration) => ({
14
+ locales: customConfiguration?.locales ?? LOCALES,
15
+ requiredLocales: customConfiguration?.requiredLocales ?? customConfiguration?.locales ?? REQUIRED_LOCALES,
16
+ strictMode: customConfiguration?.strictMode ?? STRICT_MODE,
17
+ defaultLocale: customConfiguration?.defaultLocale ?? DEFAULT_LOCALE
18
+ });
19
+ const buildRoutingFields = (customConfiguration) => ({
20
+ mode: customConfiguration?.mode ?? ROUTING_MODE,
21
+ storage: customConfiguration?.storage ?? STORAGE,
22
+ basePath: customConfiguration?.basePath ?? BASE_PATH
23
+ });
24
+ const buildContentFields = (customConfiguration, baseDir) => {
25
+ const notDerivedContentConfig = {
26
+ fileExtensions: customConfiguration?.fileExtensions ?? FILE_EXTENSIONS,
27
+ baseDir: customConfiguration?.baseDir ?? baseDir ?? process.cwd(),
28
+ excludedPath: customConfiguration?.excludedPath ?? EXCLUDED_PATHS,
29
+ watch: customConfiguration?.watch ?? WATCH,
30
+ formatCommand: customConfiguration?.formatCommand
31
+ };
32
+ const optionalJoinBaseDir = (path) => {
33
+ if (isAbsolute(path)) return path;
34
+ return join(notDerivedContentConfig.baseDir, path);
35
+ };
36
+ const baseDirDerivedConfiguration = {
37
+ contentDir: (customConfiguration?.contentDir ?? CONTENT_DIR).map(optionalJoinBaseDir),
38
+ moduleAugmentationDir: optionalJoinBaseDir(customConfiguration?.moduleAugmentationDir ?? MODULE_AUGMENTATION_DIR),
39
+ unmergedDictionariesDir: optionalJoinBaseDir(customConfiguration?.unmergedDictionariesDir ?? UNMERGED_DICTIONARIES_DIR),
40
+ remoteDictionariesDir: optionalJoinBaseDir(customConfiguration?.remoteDictionariesDir ?? REMOTE_DICTIONARIES_DIR),
41
+ dictionariesDir: optionalJoinBaseDir(customConfiguration?.dictionariesDir ?? DICTIONARIES_DIR),
42
+ dynamicDictionariesDir: optionalJoinBaseDir(customConfiguration?.dynamicDictionariesDir ?? DYNAMIC_DICTIONARIES_DIR),
43
+ fetchDictionariesDir: optionalJoinBaseDir(customConfiguration?.fetchDictionariesDir ?? FETCH_DICTIONARIES_DIR),
44
+ typesDir: optionalJoinBaseDir(customConfiguration?.typesDir ?? TYPES_DIR),
45
+ mainDir: optionalJoinBaseDir(customConfiguration?.mainDir ?? MAIN_DIR),
46
+ configDir: optionalJoinBaseDir(customConfiguration?.configDir ?? CONFIG_DIR),
47
+ cacheDir: optionalJoinBaseDir(customConfiguration?.cacheDir ?? CACHE_DIR)
48
+ };
49
+ const patternsConfiguration = {
50
+ watchedFilesPattern: notDerivedContentConfig.fileExtensions.map((ext) => `/**/*${ext}`),
51
+ watchedFilesPatternWithPath: notDerivedContentConfig.fileExtensions.flatMap((ext) => baseDirDerivedConfiguration.contentDir.map((contentDir) => `${normalizePath(contentDir)}/**/*${ext}`)),
52
+ outputFilesPatternWithPath: `${normalizePath(baseDirDerivedConfiguration.dictionariesDir)}/**/*.json`
53
+ };
54
+ return {
55
+ ...notDerivedContentConfig,
56
+ ...baseDirDerivedConfiguration,
57
+ ...patternsConfiguration
58
+ };
59
+ };
60
+ const buildEditorFields = (customConfiguration) => ({
61
+ applicationURL: customConfiguration?.applicationURL ?? APPLICATION_URL,
62
+ editorURL: customConfiguration?.editorURL ?? EDITOR_URL,
63
+ cmsURL: customConfiguration?.cmsURL ?? CMS_URL,
64
+ backendURL: customConfiguration?.backendURL ?? BACKEND_URL,
65
+ port: customConfiguration?.port ?? PORT,
66
+ enabled: customConfiguration?.enabled ?? IS_ENABLED,
67
+ clientId: customConfiguration?.clientId ?? void 0,
68
+ clientSecret: customConfiguration?.clientSecret ?? void 0,
69
+ dictionaryPriorityStrategy: customConfiguration?.dictionaryPriorityStrategy ?? DICTIONARY_PRIORITY_STRATEGY,
70
+ liveSync: customConfiguration?.liveSync ?? LIVE_SYNC,
71
+ liveSyncPort: customConfiguration?.liveSyncPort ?? LIVE_SYNC_PORT,
72
+ liveSyncURL: customConfiguration?.liveSyncURL ?? `http://localhost:${customConfiguration?.liveSyncPort ?? LIVE_SYNC_PORT}`
73
+ });
74
+ const buildLogFields = (customConfiguration, logFunctions) => ({
75
+ mode: customConfiguration?.mode ?? MODE,
76
+ prefix: customConfiguration?.prefix ?? PREFIX,
77
+ error: logFunctions?.error,
78
+ log: logFunctions?.log,
79
+ info: logFunctions?.info,
80
+ warn: logFunctions?.warn
81
+ });
82
+ const buildAiFields = (customConfiguration) => ({
83
+ provider: customConfiguration?.provider,
84
+ apiKey: customConfiguration?.apiKey,
85
+ model: customConfiguration?.model,
86
+ temperature: customConfiguration?.temperature,
87
+ applicationContext: customConfiguration?.applicationContext
88
+ });
89
+ const buildBuildFields = (customConfiguration) => ({
90
+ optimize: customConfiguration?.optimize ?? OPTIMIZE,
91
+ importMode: customConfiguration?.importMode ?? IMPORT_MODE,
92
+ traversePattern: customConfiguration?.traversePattern ?? TRAVERSE_PATTERN,
93
+ outputFormat: customConfiguration?.outputFormat ?? OUTPUT_FORMAT,
94
+ cache: customConfiguration?.cache ?? CACHE,
95
+ require: customConfiguration?.require
96
+ });
97
+ const buildDictionaryFields = (customConfiguration) => ({ fill: customConfiguration?.fill ?? FILL });
98
+ /**
99
+ * Build the configuration fields by merging the default values with the custom configuration
100
+ */
101
+ const buildConfigurationFields = (customConfiguration, baseDir, logFunctions) => {
102
+ storedConfiguration = {
103
+ internationalization: buildInternationalizationFields(customConfiguration?.internationalization),
104
+ routing: buildRoutingFields(customConfiguration?.routing),
105
+ content: buildContentFields(customConfiguration?.content, baseDir),
106
+ editor: buildEditorFields(customConfiguration?.editor),
107
+ log: buildLogFields(customConfiguration?.log, logFunctions),
108
+ ai: buildAiFields(customConfiguration?.ai),
109
+ build: buildBuildFields(customConfiguration?.build),
110
+ dictionary: buildDictionaryFields(customConfiguration?.dictionary),
111
+ plugins: customConfiguration?.plugins
112
+ };
113
+ return storedConfiguration;
114
+ };
115
+
116
+ //#endregion
117
+ export { buildConfigurationFields };
118
+ //# sourceMappingURL=buildConfigurationFields.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"buildConfigurationFields.mjs","names":[],"sources":["../../../../../../../../../../../../packages/@intlayer/core/dist/esm/config/dist/esm/configFile/buildConfigurationFields.mjs"],"sourcesContent":["import { CACHE, IMPORT_MODE, OPTIMIZE, OUTPUT_FORMAT, TRAVERSE_PATTERN } from \"../defaultValues/build.mjs\";\nimport { CACHE_DIR, CONFIG_DIR, CONTENT_DIR, DICTIONARIES_DIR, DYNAMIC_DICTIONARIES_DIR, EXCLUDED_PATHS, FETCH_DICTIONARIES_DIR, FILE_EXTENSIONS, MAIN_DIR, MODULE_AUGMENTATION_DIR, REMOTE_DICTIONARIES_DIR, TYPES_DIR, UNMERGED_DICTIONARIES_DIR, WATCH } from \"../defaultValues/content.mjs\";\nimport { APPLICATION_URL, BACKEND_URL, CMS_URL, DICTIONARY_PRIORITY_STRATEGY, EDITOR_URL, IS_ENABLED, LIVE_SYNC, LIVE_SYNC_PORT, PORT } from \"../defaultValues/editor.mjs\";\nimport { DEFAULT_LOCALE, LOCALES, REQUIRED_LOCALES, STRICT_MODE } from \"../defaultValues/internationalization.mjs\";\nimport { MODE, PREFIX } from \"../defaultValues/log.mjs\";\nimport { BASE_PATH, ROUTING_MODE, STORAGE } from \"../defaultValues/routing.mjs\";\nimport { normalizePath } from \"../utils/normalizePath.mjs\";\nimport { FILL } from \"../defaultValues/dictionary.mjs\";\nimport { isAbsolute, join } from \"node:path\";\n\n//#region ../config/dist/esm/configFile/buildConfigurationFields.mjs\nlet storedConfiguration;\nconst buildInternationalizationFields = (customConfiguration) => ({\n\tlocales: customConfiguration?.locales ?? LOCALES,\n\trequiredLocales: customConfiguration?.requiredLocales ?? customConfiguration?.locales ?? REQUIRED_LOCALES,\n\tstrictMode: customConfiguration?.strictMode ?? STRICT_MODE,\n\tdefaultLocale: customConfiguration?.defaultLocale ?? DEFAULT_LOCALE\n});\nconst buildRoutingFields = (customConfiguration) => ({\n\tmode: customConfiguration?.mode ?? ROUTING_MODE,\n\tstorage: customConfiguration?.storage ?? STORAGE,\n\tbasePath: customConfiguration?.basePath ?? BASE_PATH\n});\nconst buildContentFields = (customConfiguration, baseDir) => {\n\tconst notDerivedContentConfig = {\n\t\tfileExtensions: customConfiguration?.fileExtensions ?? FILE_EXTENSIONS,\n\t\tbaseDir: customConfiguration?.baseDir ?? baseDir ?? process.cwd(),\n\t\texcludedPath: customConfiguration?.excludedPath ?? EXCLUDED_PATHS,\n\t\twatch: customConfiguration?.watch ?? WATCH,\n\t\tformatCommand: customConfiguration?.formatCommand\n\t};\n\tconst optionalJoinBaseDir = (path) => {\n\t\tif (isAbsolute(path)) return path;\n\t\treturn join(notDerivedContentConfig.baseDir, path);\n\t};\n\tconst baseDirDerivedConfiguration = {\n\t\tcontentDir: (customConfiguration?.contentDir ?? CONTENT_DIR).map(optionalJoinBaseDir),\n\t\tmoduleAugmentationDir: optionalJoinBaseDir(customConfiguration?.moduleAugmentationDir ?? MODULE_AUGMENTATION_DIR),\n\t\tunmergedDictionariesDir: optionalJoinBaseDir(customConfiguration?.unmergedDictionariesDir ?? UNMERGED_DICTIONARIES_DIR),\n\t\tremoteDictionariesDir: optionalJoinBaseDir(customConfiguration?.remoteDictionariesDir ?? REMOTE_DICTIONARIES_DIR),\n\t\tdictionariesDir: optionalJoinBaseDir(customConfiguration?.dictionariesDir ?? DICTIONARIES_DIR),\n\t\tdynamicDictionariesDir: optionalJoinBaseDir(customConfiguration?.dynamicDictionariesDir ?? DYNAMIC_DICTIONARIES_DIR),\n\t\tfetchDictionariesDir: optionalJoinBaseDir(customConfiguration?.fetchDictionariesDir ?? FETCH_DICTIONARIES_DIR),\n\t\ttypesDir: optionalJoinBaseDir(customConfiguration?.typesDir ?? TYPES_DIR),\n\t\tmainDir: optionalJoinBaseDir(customConfiguration?.mainDir ?? MAIN_DIR),\n\t\tconfigDir: optionalJoinBaseDir(customConfiguration?.configDir ?? CONFIG_DIR),\n\t\tcacheDir: optionalJoinBaseDir(customConfiguration?.cacheDir ?? CACHE_DIR)\n\t};\n\tconst patternsConfiguration = {\n\t\twatchedFilesPattern: notDerivedContentConfig.fileExtensions.map((ext) => `/**/*${ext}`),\n\t\twatchedFilesPatternWithPath: notDerivedContentConfig.fileExtensions.flatMap((ext) => baseDirDerivedConfiguration.contentDir.map((contentDir) => `${normalizePath(contentDir)}/**/*${ext}`)),\n\t\toutputFilesPatternWithPath: `${normalizePath(baseDirDerivedConfiguration.dictionariesDir)}/**/*.json`\n\t};\n\treturn {\n\t\t...notDerivedContentConfig,\n\t\t...baseDirDerivedConfiguration,\n\t\t...patternsConfiguration\n\t};\n};\nconst buildEditorFields = (customConfiguration) => ({\n\tapplicationURL: customConfiguration?.applicationURL ?? APPLICATION_URL,\n\teditorURL: customConfiguration?.editorURL ?? EDITOR_URL,\n\tcmsURL: customConfiguration?.cmsURL ?? CMS_URL,\n\tbackendURL: customConfiguration?.backendURL ?? BACKEND_URL,\n\tport: customConfiguration?.port ?? PORT,\n\tenabled: customConfiguration?.enabled ?? IS_ENABLED,\n\tclientId: customConfiguration?.clientId ?? void 0,\n\tclientSecret: customConfiguration?.clientSecret ?? void 0,\n\tdictionaryPriorityStrategy: customConfiguration?.dictionaryPriorityStrategy ?? DICTIONARY_PRIORITY_STRATEGY,\n\tliveSync: customConfiguration?.liveSync ?? LIVE_SYNC,\n\tliveSyncPort: customConfiguration?.liveSyncPort ?? LIVE_SYNC_PORT,\n\tliveSyncURL: customConfiguration?.liveSyncURL ?? `http://localhost:${customConfiguration?.liveSyncPort ?? LIVE_SYNC_PORT}`\n});\nconst buildLogFields = (customConfiguration, logFunctions) => ({\n\tmode: customConfiguration?.mode ?? MODE,\n\tprefix: customConfiguration?.prefix ?? PREFIX,\n\terror: logFunctions?.error,\n\tlog: logFunctions?.log,\n\tinfo: logFunctions?.info,\n\twarn: logFunctions?.warn\n});\nconst buildAiFields = (customConfiguration) => ({\n\tprovider: customConfiguration?.provider,\n\tapiKey: customConfiguration?.apiKey,\n\tmodel: customConfiguration?.model,\n\ttemperature: customConfiguration?.temperature,\n\tapplicationContext: customConfiguration?.applicationContext\n});\nconst buildBuildFields = (customConfiguration) => ({\n\toptimize: customConfiguration?.optimize ?? OPTIMIZE,\n\timportMode: customConfiguration?.importMode ?? IMPORT_MODE,\n\ttraversePattern: customConfiguration?.traversePattern ?? TRAVERSE_PATTERN,\n\toutputFormat: customConfiguration?.outputFormat ?? OUTPUT_FORMAT,\n\tcache: customConfiguration?.cache ?? CACHE,\n\trequire: customConfiguration?.require\n});\nconst buildDictionaryFields = (customConfiguration) => ({ fill: customConfiguration?.fill ?? FILL });\n/**\n* Build the configuration fields by merging the default values with the custom configuration\n*/\nconst buildConfigurationFields = (customConfiguration, baseDir, logFunctions) => {\n\tstoredConfiguration = {\n\t\tinternationalization: buildInternationalizationFields(customConfiguration?.internationalization),\n\t\trouting: buildRoutingFields(customConfiguration?.routing),\n\t\tcontent: buildContentFields(customConfiguration?.content, baseDir),\n\t\teditor: buildEditorFields(customConfiguration?.editor),\n\t\tlog: buildLogFields(customConfiguration?.log, logFunctions),\n\t\tai: buildAiFields(customConfiguration?.ai),\n\t\tbuild: buildBuildFields(customConfiguration?.build),\n\t\tdictionary: buildDictionaryFields(customConfiguration?.dictionary),\n\t\tplugins: customConfiguration?.plugins\n\t};\n\treturn storedConfiguration;\n};\n\n//#endregion\nexport { buildConfigurationFields };\n//# sourceMappingURL=buildConfigurationFields.mjs.map"],"mappings":";;;;;;;;;;;AAWA,IAAI;AACJ,MAAM,mCAAmC,yBAAyB;CACjE,SAAS,qBAAqB,WAAW;CACzC,iBAAiB,qBAAqB,mBAAmB,qBAAqB,WAAW;CACzF,YAAY,qBAAqB,cAAc;CAC/C,eAAe,qBAAqB,iBAAiB;CACrD;AACD,MAAM,sBAAsB,yBAAyB;CACpD,MAAM,qBAAqB,QAAQ;CACnC,SAAS,qBAAqB,WAAW;CACzC,UAAU,qBAAqB,YAAY;CAC3C;AACD,MAAM,sBAAsB,qBAAqB,YAAY;CAC5D,MAAM,0BAA0B;EAC/B,gBAAgB,qBAAqB,kBAAkB;EACvD,SAAS,qBAAqB,WAAW,WAAW,QAAQ,KAAK;EACjE,cAAc,qBAAqB,gBAAgB;EACnD,OAAO,qBAAqB,SAAS;EACrC,eAAe,qBAAqB;EACpC;CACD,MAAM,uBAAuB,SAAS;AACrC,MAAI,WAAW,KAAK,CAAE,QAAO;AAC7B,SAAO,KAAK,wBAAwB,SAAS,KAAK;;CAEnD,MAAM,8BAA8B;EACnC,aAAa,qBAAqB,cAAc,aAAa,IAAI,oBAAoB;EACrF,uBAAuB,oBAAoB,qBAAqB,yBAAyB,wBAAwB;EACjH,yBAAyB,oBAAoB,qBAAqB,2BAA2B,0BAA0B;EACvH,uBAAuB,oBAAoB,qBAAqB,yBAAyB,wBAAwB;EACjH,iBAAiB,oBAAoB,qBAAqB,mBAAmB,iBAAiB;EAC9F,wBAAwB,oBAAoB,qBAAqB,0BAA0B,yBAAyB;EACpH,sBAAsB,oBAAoB,qBAAqB,wBAAwB,uBAAuB;EAC9G,UAAU,oBAAoB,qBAAqB,YAAY,UAAU;EACzE,SAAS,oBAAoB,qBAAqB,WAAW,SAAS;EACtE,WAAW,oBAAoB,qBAAqB,aAAa,WAAW;EAC5E,UAAU,oBAAoB,qBAAqB,YAAY,UAAU;EACzE;CACD,MAAM,wBAAwB;EAC7B,qBAAqB,wBAAwB,eAAe,KAAK,QAAQ,QAAQ,MAAM;EACvF,6BAA6B,wBAAwB,eAAe,SAAS,QAAQ,4BAA4B,WAAW,KAAK,eAAe,GAAG,cAAc,WAAW,CAAC,OAAO,MAAM,CAAC;EAC3L,4BAA4B,GAAG,cAAc,4BAA4B,gBAAgB,CAAC;EAC1F;AACD,QAAO;EACN,GAAG;EACH,GAAG;EACH,GAAG;EACH;;AAEF,MAAM,qBAAqB,yBAAyB;CACnD,gBAAgB,qBAAqB,kBAAkB;CACvD,WAAW,qBAAqB,aAAa;CAC7C,QAAQ,qBAAqB,UAAU;CACvC,YAAY,qBAAqB,cAAc;CAC/C,MAAM,qBAAqB,QAAQ;CACnC,SAAS,qBAAqB,WAAW;CACzC,UAAU,qBAAqB,YAAY,KAAK;CAChD,cAAc,qBAAqB,gBAAgB,KAAK;CACxD,4BAA4B,qBAAqB,8BAA8B;CAC/E,UAAU,qBAAqB,YAAY;CAC3C,cAAc,qBAAqB,gBAAgB;CACnD,aAAa,qBAAqB,eAAe,oBAAoB,qBAAqB,gBAAgB;CAC1G;AACD,MAAM,kBAAkB,qBAAqB,kBAAkB;CAC9D,MAAM,qBAAqB,QAAQ;CACnC,QAAQ,qBAAqB,UAAU;CACvC,OAAO,cAAc;CACrB,KAAK,cAAc;CACnB,MAAM,cAAc;CACpB,MAAM,cAAc;CACpB;AACD,MAAM,iBAAiB,yBAAyB;CAC/C,UAAU,qBAAqB;CAC/B,QAAQ,qBAAqB;CAC7B,OAAO,qBAAqB;CAC5B,aAAa,qBAAqB;CAClC,oBAAoB,qBAAqB;CACzC;AACD,MAAM,oBAAoB,yBAAyB;CAClD,UAAU,qBAAqB,YAAY;CAC3C,YAAY,qBAAqB,cAAc;CAC/C,iBAAiB,qBAAqB,mBAAmB;CACzD,cAAc,qBAAqB,gBAAgB;CACnD,OAAO,qBAAqB,SAAS;CACrC,SAAS,qBAAqB;CAC9B;AACD,MAAM,yBAAyB,yBAAyB,EAAE,MAAM,qBAAqB,QAAQ,MAAM;;;;AAInG,MAAM,4BAA4B,qBAAqB,SAAS,iBAAiB;AAChF,uBAAsB;EACrB,sBAAsB,gCAAgC,qBAAqB,qBAAqB;EAChG,SAAS,mBAAmB,qBAAqB,QAAQ;EACzD,SAAS,mBAAmB,qBAAqB,SAAS,QAAQ;EAClE,QAAQ,kBAAkB,qBAAqB,OAAO;EACtD,KAAK,eAAe,qBAAqB,KAAK,aAAa;EAC3D,IAAI,cAAc,qBAAqB,GAAG;EAC1C,OAAO,iBAAiB,qBAAqB,MAAM;EACnD,YAAY,sBAAsB,qBAAqB,WAAW;EAClE,SAAS,qBAAqB;EAC9B;AACD,QAAO"}
@@ -0,0 +1,67 @@
1
+ import { logger } from "../logger.mjs";
2
+ import { cache } from "../utils/cache.mjs";
3
+ import { getPackageJsonPath } from "../utils/getPackageJsonPath.mjs";
4
+ import { buildConfigurationFields } from "./buildConfigurationFields.mjs";
5
+ import { searchConfigurationFile } from "./searchConfigurationFile.mjs";
6
+ import { loadConfigurationFile } from "./loadConfigurationFile.mjs";
7
+ import { relative } from "node:path";
8
+ import merge from "deepmerge";
9
+
10
+ //#region ../packages/@intlayer/core/dist/esm/config/dist/esm/configFile/getConfiguration.mjs
11
+ /**
12
+ * Get the configuration for the intlayer by reading the configuration file (e.g. intlayer.config.js)
13
+ */
14
+ const getConfigurationAndFilePath = (options) => {
15
+ let baseDir;
16
+ try {
17
+ baseDir = options?.baseDir ?? getPackageJsonPath().baseDir;
18
+ } catch (_err) {
19
+ return {
20
+ configuration: buildConfigurationFields({}, options?.baseDir, options?.logFunctions),
21
+ configurationFilePath: void 0
22
+ };
23
+ }
24
+ const cachedConfiguration = cache.get(options);
25
+ if (cachedConfiguration) return cachedConfiguration;
26
+ const { configurationFilePath, numCustomConfiguration } = searchConfigurationFile(baseDir);
27
+ if (options?.override?.log?.mode === "verbose") logConfigFileResult(baseDir, numCustomConfiguration, configurationFilePath);
28
+ let storedConfiguration;
29
+ if (configurationFilePath) storedConfiguration = buildConfigurationFields(loadConfigurationFile(configurationFilePath, {
30
+ projectRequire: options?.require,
31
+ envVarOptions: {
32
+ env: options?.env,
33
+ envFile: options?.envFile
34
+ },
35
+ additionalEnvVars: options?.additionalEnvVars,
36
+ aliases: options?.aliases
37
+ }), options?.baseDir, options?.logFunctions);
38
+ const projectRequireConfig = options?.require ? { build: {
39
+ require: options?.require,
40
+ cache: options?.cache
41
+ } } : {};
42
+ const configuration = merge(merge(storedConfiguration ?? {}, projectRequireConfig), options?.override ?? {});
43
+ cache.set(options, {
44
+ configuration,
45
+ configurationFilePath
46
+ });
47
+ return {
48
+ configuration,
49
+ configurationFilePath
50
+ };
51
+ };
52
+ /**
53
+ * Get the configuration for the intlayer by reading the configuration file (e.g. intlayer.config.js)
54
+ */
55
+ const getConfiguration = (options) => getConfigurationAndFilePath(options).configuration;
56
+ const logConfigFileResult = (baseDir, numCustomConfiguration, configurationFilePath) => {
57
+ if (numCustomConfiguration === 0) logger("Configuration file not found, using default configuration.", { isVerbose: true });
58
+ else {
59
+ const relativeOutputPath = relative(baseDir, configurationFilePath);
60
+ if (numCustomConfiguration === 1) logger(`Configuration file found: ${relativeOutputPath}.`, { isVerbose: true });
61
+ else logger(`Multiple configuration files found, using ${relativeOutputPath}.`, { isVerbose: true });
62
+ }
63
+ };
64
+
65
+ //#endregion
66
+ export { getConfiguration };
67
+ //# sourceMappingURL=getConfiguration.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getConfiguration.mjs","names":[],"sources":["../../../../../../../../../../../../packages/@intlayer/core/dist/esm/config/dist/esm/configFile/getConfiguration.mjs"],"sourcesContent":["import { logger } from \"../logger.mjs\";\nimport { cache } from \"../utils/cache.mjs\";\nimport { getPackageJsonPath } from \"../utils/getPackageJsonPath.mjs\";\nimport { buildConfigurationFields } from \"./buildConfigurationFields.mjs\";\nimport { searchConfigurationFile } from \"./searchConfigurationFile.mjs\";\nimport { loadConfigurationFile } from \"./loadConfigurationFile.mjs\";\nimport { relative } from \"node:path\";\nimport merge from \"deepmerge\";\n\n//#region ../config/dist/esm/configFile/getConfiguration.mjs\n/**\n* Get the configuration for the intlayer by reading the configuration file (e.g. intlayer.config.js)\n*/\nconst getConfigurationAndFilePath = (options) => {\n\tlet baseDir;\n\ttry {\n\t\tbaseDir = options?.baseDir ?? getPackageJsonPath().baseDir;\n\t} catch (_err) {\n\t\treturn {\n\t\t\tconfiguration: buildConfigurationFields({}, options?.baseDir, options?.logFunctions),\n\t\t\tconfigurationFilePath: void 0\n\t\t};\n\t}\n\tconst cachedConfiguration = cache.get(options);\n\tif (cachedConfiguration) return cachedConfiguration;\n\tconst { configurationFilePath, numCustomConfiguration } = searchConfigurationFile(baseDir);\n\tif (options?.override?.log?.mode === \"verbose\") logConfigFileResult(baseDir, numCustomConfiguration, configurationFilePath);\n\tlet storedConfiguration;\n\tif (configurationFilePath) storedConfiguration = buildConfigurationFields(loadConfigurationFile(configurationFilePath, {\n\t\tprojectRequire: options?.require,\n\t\tenvVarOptions: {\n\t\t\tenv: options?.env,\n\t\t\tenvFile: options?.envFile\n\t\t},\n\t\tadditionalEnvVars: options?.additionalEnvVars,\n\t\taliases: options?.aliases\n\t}), options?.baseDir, options?.logFunctions);\n\tconst projectRequireConfig = options?.require ? { build: {\n\t\trequire: options?.require,\n\t\tcache: options?.cache\n\t} } : {};\n\tconst configuration = merge(merge(storedConfiguration ?? {}, projectRequireConfig), options?.override ?? {});\n\tcache.set(options, {\n\t\tconfiguration,\n\t\tconfigurationFilePath\n\t});\n\treturn {\n\t\tconfiguration,\n\t\tconfigurationFilePath\n\t};\n};\n/**\n* Get the configuration for the intlayer by reading the configuration file (e.g. intlayer.config.js)\n*/\nconst getConfiguration = (options) => getConfigurationAndFilePath(options).configuration;\nconst logConfigFileResult = (baseDir, numCustomConfiguration, configurationFilePath) => {\n\tif (numCustomConfiguration === 0) logger(\"Configuration file not found, using default configuration.\", { isVerbose: true });\n\telse {\n\t\tconst relativeOutputPath = relative(baseDir, configurationFilePath);\n\t\tif (numCustomConfiguration === 1) logger(`Configuration file found: ${relativeOutputPath}.`, { isVerbose: true });\n\t\telse logger(`Multiple configuration files found, using ${relativeOutputPath}.`, { isVerbose: true });\n\t}\n};\n\n//#endregion\nexport { getConfiguration };\n//# sourceMappingURL=getConfiguration.mjs.map"],"mappings":";;;;;;;;;;;;;AAaA,MAAM,+BAA+B,YAAY;CAChD,IAAI;AACJ,KAAI;AACH,YAAU,SAAS,WAAW,oBAAoB,CAAC;UAC3C,MAAM;AACd,SAAO;GACN,eAAe,yBAAyB,EAAE,EAAE,SAAS,SAAS,SAAS,aAAa;GACpF,uBAAuB,KAAK;GAC5B;;CAEF,MAAM,sBAAsB,MAAM,IAAI,QAAQ;AAC9C,KAAI,oBAAqB,QAAO;CAChC,MAAM,EAAE,uBAAuB,2BAA2B,wBAAwB,QAAQ;AAC1F,KAAI,SAAS,UAAU,KAAK,SAAS,UAAW,qBAAoB,SAAS,wBAAwB,sBAAsB;CAC3H,IAAI;AACJ,KAAI,sBAAuB,uBAAsB,yBAAyB,sBAAsB,uBAAuB;EACtH,gBAAgB,SAAS;EACzB,eAAe;GACd,KAAK,SAAS;GACd,SAAS,SAAS;GAClB;EACD,mBAAmB,SAAS;EAC5B,SAAS,SAAS;EAClB,CAAC,EAAE,SAAS,SAAS,SAAS,aAAa;CAC5C,MAAM,uBAAuB,SAAS,UAAU,EAAE,OAAO;EACxD,SAAS,SAAS;EAClB,OAAO,SAAS;EAChB,EAAE,GAAG,EAAE;CACR,MAAM,gBAAgB,MAAM,MAAM,uBAAuB,EAAE,EAAE,qBAAqB,EAAE,SAAS,YAAY,EAAE,CAAC;AAC5G,OAAM,IAAI,SAAS;EAClB;EACA;EACA,CAAC;AACF,QAAO;EACN;EACA;EACA;;;;;AAKF,MAAM,oBAAoB,YAAY,4BAA4B,QAAQ,CAAC;AAC3E,MAAM,uBAAuB,SAAS,wBAAwB,0BAA0B;AACvF,KAAI,2BAA2B,EAAG,QAAO,8DAA8D,EAAE,WAAW,MAAM,CAAC;MACtH;EACJ,MAAM,qBAAqB,SAAS,SAAS,sBAAsB;AACnE,MAAI,2BAA2B,EAAG,QAAO,6BAA6B,mBAAmB,IAAI,EAAE,WAAW,MAAM,CAAC;MAC5G,QAAO,6CAA6C,mBAAmB,IAAI,EAAE,WAAW,MAAM,CAAC"}
@@ -0,0 +1,26 @@
1
+ import { configESMxCJSRequire } from "../utils/ESMxCJSHelpers.mjs";
2
+ import { loadExternalFileSync } from "../loadExternalFile/loadExternalFile.mjs";
3
+
4
+ //#region ../packages/@intlayer/core/dist/esm/config/dist/esm/configFile/loadConfigurationFile.mjs
5
+ const filterValidConfiguration = (configuration) => {
6
+ return configuration;
7
+ };
8
+ /**
9
+ * Load the configuration file from the given path
10
+ * Example of configuration file: intlayer.config.js
11
+ *
12
+ * Accepts JSON, JS, MJS and TS files as configuration
13
+ */
14
+ const loadConfigurationFile = (configFilePath, options) => {
15
+ return filterValidConfiguration(loadExternalFileSync(configFilePath, {
16
+ ...options,
17
+ aliases: {
18
+ ...options?.aliases,
19
+ intlayer: configESMxCJSRequire.resolve("@intlayer/types")
20
+ }
21
+ }));
22
+ };
23
+
24
+ //#endregion
25
+ export { loadConfigurationFile };
26
+ //# sourceMappingURL=loadConfigurationFile.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"loadConfigurationFile.mjs","names":[],"sources":["../../../../../../../../../../../../packages/@intlayer/core/dist/esm/config/dist/esm/configFile/loadConfigurationFile.mjs"],"sourcesContent":["import { configESMxCJSRequire } from \"../utils/ESMxCJSHelpers.mjs\";\nimport { loadExternalFileSync } from \"../loadExternalFile/loadExternalFile.mjs\";\n\n//#region ../config/dist/esm/configFile/loadConfigurationFile.mjs\nconst filterValidConfiguration = (configuration) => {\n\treturn configuration;\n};\n/**\n* Load the configuration file from the given path\n* Example of configuration file: intlayer.config.js\n*\n* Accepts JSON, JS, MJS and TS files as configuration\n*/\nconst loadConfigurationFile = (configFilePath, options) => {\n\treturn filterValidConfiguration(loadExternalFileSync(configFilePath, {\n\t\t...options,\n\t\taliases: {\n\t\t\t...options?.aliases,\n\t\t\tintlayer: configESMxCJSRequire.resolve(\"@intlayer/types\")\n\t\t}\n\t}));\n};\n\n//#endregion\nexport { loadConfigurationFile };\n//# sourceMappingURL=loadConfigurationFile.mjs.map"],"mappings":";;;;AAIA,MAAM,4BAA4B,kBAAkB;AACnD,QAAO;;;;;;;;AAQR,MAAM,yBAAyB,gBAAgB,YAAY;AAC1D,QAAO,yBAAyB,qBAAqB,gBAAgB;EACpE,GAAG;EACH,SAAS;GACR,GAAG,SAAS;GACZ,UAAU,qBAAqB,QAAQ,kBAAkB;GACzD;EACD,CAAC,CAAC"}
@@ -0,0 +1,50 @@
1
+ import { logger } from "../logger.mjs";
2
+ import { getPackageJsonPath } from "../utils/getPackageJsonPath.mjs";
3
+ import { resolve } from "node:path";
4
+ import { existsSync } from "node:fs";
5
+
6
+ //#region ../packages/@intlayer/core/dist/esm/config/dist/esm/configFile/searchConfigurationFile.mjs
7
+ const EXTENSION = [
8
+ "ts",
9
+ "js",
10
+ "json",
11
+ "cjs",
12
+ "mjs",
13
+ ""
14
+ ];
15
+ const CONFIGURATION_FILE_NAME_1 = "intlayer.config";
16
+ const CONFIGURATION_FILE_NAME_2 = ".intlayerrc";
17
+ const configurationFiles = [...EXTENSION.filter((extension) => extension !== "").map((ext) => `${CONFIGURATION_FILE_NAME_1}.${ext}`), CONFIGURATION_FILE_NAME_2];
18
+ /**
19
+ * Search for the configuration file in the given path
20
+ *
21
+ * List of detected configuration files:
22
+ * - intlayer.config.ts
23
+ * - intlayer.config.js
24
+ * - intlayer.config.json
25
+ * - intlayer.config.cjs
26
+ * - intlayer.config.mjs
27
+ * - .intlayerrc
28
+ */
29
+ const searchConfigurationFile = (startDir) => {
30
+ let configurationFilePath;
31
+ let numCustomConfiguration = 0;
32
+ const { baseDir } = getPackageJsonPath(startDir);
33
+ for (const fileName of configurationFiles) try {
34
+ const filePath = resolve(baseDir, fileName);
35
+ if (!existsSync(filePath)) {} else {
36
+ numCustomConfiguration += 1;
37
+ if (!configurationFilePath) configurationFilePath = filePath;
38
+ }
39
+ } catch (error) {
40
+ logger(`${fileName}: ${error}`, { level: "error" });
41
+ }
42
+ return {
43
+ configurationFilePath,
44
+ numCustomConfiguration
45
+ };
46
+ };
47
+
48
+ //#endregion
49
+ export { searchConfigurationFile };
50
+ //# sourceMappingURL=searchConfigurationFile.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"searchConfigurationFile.mjs","names":[],"sources":["../../../../../../../../../../../../packages/@intlayer/core/dist/esm/config/dist/esm/configFile/searchConfigurationFile.mjs"],"sourcesContent":["import { logger } from \"../logger.mjs\";\nimport { getPackageJsonPath } from \"../utils/getPackageJsonPath.mjs\";\nimport { resolve } from \"node:path\";\nimport { existsSync } from \"node:fs\";\n\n//#region ../config/dist/esm/configFile/searchConfigurationFile.mjs\nconst EXTENSION = [\n\t\"ts\",\n\t\"js\",\n\t\"json\",\n\t\"cjs\",\n\t\"mjs\",\n\t\"\"\n];\nconst CONFIGURATION_FILE_NAME_1 = \"intlayer.config\";\nconst CONFIGURATION_FILE_NAME_2 = \".intlayerrc\";\nconst configurationFiles = [...EXTENSION.filter((extension) => extension !== \"\").map((ext) => `${CONFIGURATION_FILE_NAME_1}.${ext}`), CONFIGURATION_FILE_NAME_2];\n/**\n* Search for the configuration file in the given path\n*\n* List of detected configuration files:\n* - intlayer.config.ts\n* - intlayer.config.js\n* - intlayer.config.json\n* - intlayer.config.cjs\n* - intlayer.config.mjs\n* - .intlayerrc\n*/\nconst searchConfigurationFile = (startDir) => {\n\tlet configurationFilePath;\n\tlet numCustomConfiguration = 0;\n\tconst { baseDir } = getPackageJsonPath(startDir);\n\tfor (const fileName of configurationFiles) try {\n\t\tconst filePath = resolve(baseDir, fileName);\n\t\tif (!existsSync(filePath)) {} else {\n\t\t\tnumCustomConfiguration += 1;\n\t\t\tif (!configurationFilePath) configurationFilePath = filePath;\n\t\t}\n\t} catch (error) {\n\t\tlogger(`${fileName}: ${error}`, { level: \"error\" });\n\t}\n\treturn {\n\t\tconfigurationFilePath,\n\t\tnumCustomConfiguration\n\t};\n};\n\n//#endregion\nexport { searchConfigurationFile };\n//# sourceMappingURL=searchConfigurationFile.mjs.map"],"mappings":";;;;;;AAMA,MAAM,YAAY;CACjB;CACA;CACA;CACA;CACA;CACA;CACA;AACD,MAAM,4BAA4B;AAClC,MAAM,4BAA4B;AAClC,MAAM,qBAAqB,CAAC,GAAG,UAAU,QAAQ,cAAc,cAAc,GAAG,CAAC,KAAK,QAAQ,GAAG,0BAA0B,GAAG,MAAM,EAAE,0BAA0B;;;;;;;;;;;;AAYhK,MAAM,2BAA2B,aAAa;CAC7C,IAAI;CACJ,IAAI,yBAAyB;CAC7B,MAAM,EAAE,YAAY,mBAAmB,SAAS;AAChD,MAAK,MAAM,YAAY,mBAAoB,KAAI;EAC9C,MAAM,WAAW,QAAQ,SAAS,SAAS;AAC3C,MAAI,CAAC,WAAW,SAAS,EAAE,QAAQ;AAClC,6BAA0B;AAC1B,OAAI,CAAC,sBAAuB,yBAAwB;;UAE7C,OAAO;AACf,SAAO,GAAG,SAAS,IAAI,SAAS,EAAE,OAAO,SAAS,CAAC;;AAEpD,QAAO;EACN;EACA;EACA"}
@@ -0,0 +1,19 @@
1
+ import { __export } from "../_virtual/rolldown_runtime.mjs";
2
+
3
+ //#region ../packages/@intlayer/core/dist/esm/config/dist/esm/defaultValues/build.mjs
4
+ var build_exports = /* @__PURE__ */ __export({
5
+ CACHE: () => CACHE,
6
+ IMPORT_MODE: () => IMPORT_MODE,
7
+ OPTIMIZE: () => OPTIMIZE,
8
+ OUTPUT_FORMAT: () => OUTPUT_FORMAT,
9
+ TRAVERSE_PATTERN: () => TRAVERSE_PATTERN
10
+ });
11
+ const OPTIMIZE = false;
12
+ const IMPORT_MODE = "static";
13
+ const TRAVERSE_PATTERN = ["**/*.{js,ts,mjs,cjs,jsx,tsx,mjx,cjx,vue,svelte,svte}", "!**/node_modules/**"];
14
+ const OUTPUT_FORMAT = ["cjs", "esm"];
15
+ const CACHE = true;
16
+
17
+ //#endregion
18
+ export { CACHE, IMPORT_MODE, OPTIMIZE, OUTPUT_FORMAT, TRAVERSE_PATTERN, build_exports };
19
+ //# sourceMappingURL=build.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"build.mjs","names":[],"sources":["../../../../../../../../../../../../packages/@intlayer/core/dist/esm/config/dist/esm/defaultValues/build.mjs"],"sourcesContent":["import { __export } from \"../_virtual/rolldown_runtime.mjs\";\n\n//#region ../config/dist/esm/defaultValues/build.mjs\nvar build_exports = /* @__PURE__ */ __export({\n\tCACHE: () => CACHE,\n\tIMPORT_MODE: () => IMPORT_MODE,\n\tOPTIMIZE: () => OPTIMIZE,\n\tOUTPUT_FORMAT: () => OUTPUT_FORMAT,\n\tTRAVERSE_PATTERN: () => TRAVERSE_PATTERN\n});\nconst OPTIMIZE = false;\nconst IMPORT_MODE = \"static\";\nconst TRAVERSE_PATTERN = [\"**/*.{js,ts,mjs,cjs,jsx,tsx,mjx,cjx,vue,svelte,svte}\", \"!**/node_modules/**\"];\nconst OUTPUT_FORMAT = [\"cjs\", \"esm\"];\nconst CACHE = true;\n\n//#endregion\nexport { CACHE, IMPORT_MODE, OPTIMIZE, OUTPUT_FORMAT, TRAVERSE_PATTERN, build_exports };\n//# sourceMappingURL=build.mjs.map"],"mappings":";;;AAGA,IAAI,gBAAgC,yBAAS;CAC5C,aAAa;CACb,mBAAmB;CACnB,gBAAgB;CAChB,qBAAqB;CACrB,wBAAwB;CACxB,CAAC;AACF,MAAM,WAAW;AACjB,MAAM,cAAc;AACpB,MAAM,mBAAmB,CAAC,wDAAwD,sBAAsB;AACxG,MAAM,gBAAgB,CAAC,OAAO,MAAM;AACpC,MAAM,QAAQ"}
@@ -0,0 +1,64 @@
1
+ import { __export } from "../_virtual/rolldown_runtime.mjs";
2
+
3
+ //#region ../packages/@intlayer/core/dist/esm/config/dist/esm/defaultValues/content.mjs
4
+ var content_exports = /* @__PURE__ */ __export({
5
+ CACHE_DIR: () => CACHE_DIR,
6
+ CONFIG_DIR: () => CONFIG_DIR,
7
+ CONTENT_DIR: () => CONTENT_DIR,
8
+ DICTIONARIES_DIR: () => DICTIONARIES_DIR,
9
+ DYNAMIC_DICTIONARIES_DIR: () => DYNAMIC_DICTIONARIES_DIR,
10
+ EXCLUDED_PATHS: () => EXCLUDED_PATHS,
11
+ FETCH_DICTIONARIES_DIR: () => FETCH_DICTIONARIES_DIR,
12
+ FILE_EXTENSIONS: () => FILE_EXTENSIONS,
13
+ I18NEXT_DICTIONARIES_DIR: () => I18NEXT_DICTIONARIES_DIR,
14
+ MAIN_DIR: () => MAIN_DIR,
15
+ MASKS_DIR: () => MASKS_DIR,
16
+ MODULE_AUGMENTATION_DIR: () => MODULE_AUGMENTATION_DIR,
17
+ REACT_INTL_MESSAGES_DIR: () => REACT_INTL_MESSAGES_DIR,
18
+ REMOTE_DICTIONARIES_DIR: () => REMOTE_DICTIONARIES_DIR,
19
+ TYPES_DIR: () => TYPES_DIR,
20
+ UNMERGED_DICTIONARIES_DIR: () => UNMERGED_DICTIONARIES_DIR,
21
+ WATCH: () => WATCH
22
+ });
23
+ const FILE_EXTENSIONS = [
24
+ ".content.ts",
25
+ ".content.js",
26
+ ".content.cjs",
27
+ ".content.cjx",
28
+ ".content.mjs",
29
+ ".content.mjx",
30
+ ".content.json",
31
+ ".content.tsx",
32
+ ".content.jsx"
33
+ ];
34
+ const EXCLUDED_PATHS = [
35
+ "**/node_modules/**",
36
+ "**/dist/**",
37
+ "**/build/**",
38
+ "**/.intlayer/**",
39
+ "**/.next/**",
40
+ "**/.nuxt/**",
41
+ "**/.expo/**",
42
+ "**/.vercel/**",
43
+ "**/.turbo/**",
44
+ "**/.tanstack/**"
45
+ ];
46
+ const CONTENT_DIR = ["."];
47
+ const MAIN_DIR = ".intlayer/main";
48
+ const DICTIONARIES_DIR = ".intlayer/dictionary";
49
+ const MASKS_DIR = ".intlayer/mask";
50
+ const REMOTE_DICTIONARIES_DIR = ".intlayer/remote_dictionary";
51
+ const UNMERGED_DICTIONARIES_DIR = ".intlayer/unmerged_dictionary";
52
+ const DYNAMIC_DICTIONARIES_DIR = ".intlayer/dynamic_dictionary";
53
+ const FETCH_DICTIONARIES_DIR = ".intlayer/fetch_dictionary";
54
+ const TYPES_DIR = ".intlayer/types";
55
+ const MODULE_AUGMENTATION_DIR = ".intlayer/types";
56
+ const I18NEXT_DICTIONARIES_DIR = "i18next_resources";
57
+ const REACT_INTL_MESSAGES_DIR = "intl_messages";
58
+ const CONFIG_DIR = ".intlayer/config";
59
+ const CACHE_DIR = ".intlayer/cache";
60
+ const WATCH = true;
61
+
62
+ //#endregion
63
+ export { CACHE_DIR, CONFIG_DIR, CONTENT_DIR, DICTIONARIES_DIR, DYNAMIC_DICTIONARIES_DIR, EXCLUDED_PATHS, FETCH_DICTIONARIES_DIR, FILE_EXTENSIONS, MAIN_DIR, MODULE_AUGMENTATION_DIR, REMOTE_DICTIONARIES_DIR, TYPES_DIR, UNMERGED_DICTIONARIES_DIR, WATCH, content_exports };
64
+ //# sourceMappingURL=content.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"content.mjs","names":[],"sources":["../../../../../../../../../../../../packages/@intlayer/core/dist/esm/config/dist/esm/defaultValues/content.mjs"],"sourcesContent":["import { __export } from \"../_virtual/rolldown_runtime.mjs\";\n\n//#region ../config/dist/esm/defaultValues/content.mjs\nvar content_exports = /* @__PURE__ */ __export({\n\tCACHE_DIR: () => CACHE_DIR,\n\tCONFIG_DIR: () => CONFIG_DIR,\n\tCONTENT_DIR: () => CONTENT_DIR,\n\tDICTIONARIES_DIR: () => DICTIONARIES_DIR,\n\tDYNAMIC_DICTIONARIES_DIR: () => DYNAMIC_DICTIONARIES_DIR,\n\tEXCLUDED_PATHS: () => EXCLUDED_PATHS,\n\tFETCH_DICTIONARIES_DIR: () => FETCH_DICTIONARIES_DIR,\n\tFILE_EXTENSIONS: () => FILE_EXTENSIONS,\n\tI18NEXT_DICTIONARIES_DIR: () => I18NEXT_DICTIONARIES_DIR,\n\tMAIN_DIR: () => MAIN_DIR,\n\tMASKS_DIR: () => MASKS_DIR,\n\tMODULE_AUGMENTATION_DIR: () => MODULE_AUGMENTATION_DIR,\n\tREACT_INTL_MESSAGES_DIR: () => REACT_INTL_MESSAGES_DIR,\n\tREMOTE_DICTIONARIES_DIR: () => REMOTE_DICTIONARIES_DIR,\n\tTYPES_DIR: () => TYPES_DIR,\n\tUNMERGED_DICTIONARIES_DIR: () => UNMERGED_DICTIONARIES_DIR,\n\tWATCH: () => WATCH\n});\nconst FILE_EXTENSIONS = [\n\t\".content.ts\",\n\t\".content.js\",\n\t\".content.cjs\",\n\t\".content.cjx\",\n\t\".content.mjs\",\n\t\".content.mjx\",\n\t\".content.json\",\n\t\".content.tsx\",\n\t\".content.jsx\"\n];\nconst EXCLUDED_PATHS = [\n\t\"**/node_modules/**\",\n\t\"**/dist/**\",\n\t\"**/build/**\",\n\t\"**/.intlayer/**\",\n\t\"**/.next/**\",\n\t\"**/.nuxt/**\",\n\t\"**/.expo/**\",\n\t\"**/.vercel/**\",\n\t\"**/.turbo/**\",\n\t\"**/.tanstack/**\"\n];\nconst CONTENT_DIR = [\".\"];\nconst MAIN_DIR = \".intlayer/main\";\nconst DICTIONARIES_DIR = \".intlayer/dictionary\";\nconst MASKS_DIR = \".intlayer/mask\";\nconst REMOTE_DICTIONARIES_DIR = \".intlayer/remote_dictionary\";\nconst UNMERGED_DICTIONARIES_DIR = \".intlayer/unmerged_dictionary\";\nconst DYNAMIC_DICTIONARIES_DIR = \".intlayer/dynamic_dictionary\";\nconst FETCH_DICTIONARIES_DIR = \".intlayer/fetch_dictionary\";\nconst TYPES_DIR = \".intlayer/types\";\nconst MODULE_AUGMENTATION_DIR = \".intlayer/types\";\nconst I18NEXT_DICTIONARIES_DIR = \"i18next_resources\";\nconst REACT_INTL_MESSAGES_DIR = \"intl_messages\";\nconst CONFIG_DIR = \".intlayer/config\";\nconst CACHE_DIR = \".intlayer/cache\";\nconst WATCH = true;\n\n//#endregion\nexport { CACHE_DIR, CONFIG_DIR, CONTENT_DIR, DICTIONARIES_DIR, DYNAMIC_DICTIONARIES_DIR, EXCLUDED_PATHS, FETCH_DICTIONARIES_DIR, FILE_EXTENSIONS, MAIN_DIR, MODULE_AUGMENTATION_DIR, REMOTE_DICTIONARIES_DIR, TYPES_DIR, UNMERGED_DICTIONARIES_DIR, WATCH, content_exports };\n//# sourceMappingURL=content.mjs.map"],"mappings":";;;AAGA,IAAI,kBAAkC,yBAAS;CAC9C,iBAAiB;CACjB,kBAAkB;CAClB,mBAAmB;CACnB,wBAAwB;CACxB,gCAAgC;CAChC,sBAAsB;CACtB,8BAA8B;CAC9B,uBAAuB;CACvB,gCAAgC;CAChC,gBAAgB;CAChB,iBAAiB;CACjB,+BAA+B;CAC/B,+BAA+B;CAC/B,+BAA+B;CAC/B,iBAAiB;CACjB,iCAAiC;CACjC,aAAa;CACb,CAAC;AACF,MAAM,kBAAkB;CACvB;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;AACD,MAAM,iBAAiB;CACtB;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;AACD,MAAM,cAAc,CAAC,IAAI;AACzB,MAAM,WAAW;AACjB,MAAM,mBAAmB;AACzB,MAAM,YAAY;AAClB,MAAM,0BAA0B;AAChC,MAAM,4BAA4B;AAClC,MAAM,2BAA2B;AACjC,MAAM,yBAAyB;AAC/B,MAAM,YAAY;AAClB,MAAM,0BAA0B;AAChC,MAAM,2BAA2B;AACjC,MAAM,0BAA0B;AAChC,MAAM,aAAa;AACnB,MAAM,YAAY;AAClB,MAAM,QAAQ"}
@@ -0,0 +1,6 @@
1
+ //#region ../packages/@intlayer/core/dist/esm/config/dist/esm/defaultValues/dictionary.mjs
2
+ const FILL = true;
3
+
4
+ //#endregion
5
+ export { FILL };
6
+ //# sourceMappingURL=dictionary.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dictionary.mjs","names":[],"sources":["../../../../../../../../../../../../packages/@intlayer/core/dist/esm/config/dist/esm/defaultValues/dictionary.mjs"],"sourcesContent":["//#region ../config/dist/esm/defaultValues/dictionary.mjs\nconst FILL = true;\n\n//#endregion\nexport { FILL };\n//# sourceMappingURL=dictionary.mjs.map"],"mappings":";AACA,MAAM,OAAO"}
@@ -0,0 +1,27 @@
1
+ import { __export } from "../_virtual/rolldown_runtime.mjs";
2
+
3
+ //#region ../packages/@intlayer/core/dist/esm/config/dist/esm/defaultValues/editor.mjs
4
+ var editor_exports = /* @__PURE__ */ __export({
5
+ APPLICATION_URL: () => APPLICATION_URL,
6
+ BACKEND_URL: () => BACKEND_URL,
7
+ CMS_URL: () => CMS_URL,
8
+ DICTIONARY_PRIORITY_STRATEGY: () => DICTIONARY_PRIORITY_STRATEGY,
9
+ EDITOR_URL: () => EDITOR_URL,
10
+ IS_ENABLED: () => IS_ENABLED,
11
+ LIVE_SYNC: () => LIVE_SYNC,
12
+ LIVE_SYNC_PORT: () => LIVE_SYNC_PORT,
13
+ PORT: () => PORT
14
+ });
15
+ const APPLICATION_URL = "";
16
+ const EDITOR_URL = "http://localhost:8000";
17
+ const CMS_URL = "https://intlayer.org";
18
+ const PORT = 8e3;
19
+ const BACKEND_URL = "https://back.intlayer.org";
20
+ const IS_ENABLED = true;
21
+ const LIVE_SYNC = true;
22
+ const DICTIONARY_PRIORITY_STRATEGY = "local_first";
23
+ const LIVE_SYNC_PORT = 4e3;
24
+
25
+ //#endregion
26
+ export { APPLICATION_URL, BACKEND_URL, CMS_URL, DICTIONARY_PRIORITY_STRATEGY, EDITOR_URL, IS_ENABLED, LIVE_SYNC, LIVE_SYNC_PORT, PORT, editor_exports };
27
+ //# sourceMappingURL=editor.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"editor.mjs","names":[],"sources":["../../../../../../../../../../../../packages/@intlayer/core/dist/esm/config/dist/esm/defaultValues/editor.mjs"],"sourcesContent":["import { __export } from \"../_virtual/rolldown_runtime.mjs\";\n\n//#region ../config/dist/esm/defaultValues/editor.mjs\nvar editor_exports = /* @__PURE__ */ __export({\n\tAPPLICATION_URL: () => APPLICATION_URL,\n\tBACKEND_URL: () => BACKEND_URL,\n\tCMS_URL: () => CMS_URL,\n\tDICTIONARY_PRIORITY_STRATEGY: () => DICTIONARY_PRIORITY_STRATEGY,\n\tEDITOR_URL: () => EDITOR_URL,\n\tIS_ENABLED: () => IS_ENABLED,\n\tLIVE_SYNC: () => LIVE_SYNC,\n\tLIVE_SYNC_PORT: () => LIVE_SYNC_PORT,\n\tPORT: () => PORT\n});\nconst APPLICATION_URL = \"\";\nconst EDITOR_URL = \"http://localhost:8000\";\nconst CMS_URL = \"https://intlayer.org\";\nconst PORT = 8e3;\nconst BACKEND_URL = \"https://back.intlayer.org\";\nconst IS_ENABLED = true;\nconst LIVE_SYNC = true;\nconst DICTIONARY_PRIORITY_STRATEGY = \"local_first\";\nconst LIVE_SYNC_PORT = 4e3;\n\n//#endregion\nexport { APPLICATION_URL, BACKEND_URL, CMS_URL, DICTIONARY_PRIORITY_STRATEGY, EDITOR_URL, IS_ENABLED, LIVE_SYNC, LIVE_SYNC_PORT, PORT, editor_exports };\n//# sourceMappingURL=editor.mjs.map"],"mappings":";;;AAGA,IAAI,iBAAiC,yBAAS;CAC7C,uBAAuB;CACvB,mBAAmB;CACnB,eAAe;CACf,oCAAoC;CACpC,kBAAkB;CAClB,kBAAkB;CAClB,iBAAiB;CACjB,sBAAsB;CACtB,YAAY;CACZ,CAAC;AACF,MAAM,kBAAkB;AACxB,MAAM,aAAa;AACnB,MAAM,UAAU;AAChB,MAAM,OAAO;AACb,MAAM,cAAc;AACpB,MAAM,aAAa;AACnB,MAAM,YAAY;AAClB,MAAM,+BAA+B;AACrC,MAAM,iBAAiB"}
@@ -0,0 +1,21 @@
1
+ import { __export } from "../_virtual/rolldown_runtime.mjs";
2
+ import { build_exports } from "./build.mjs";
3
+ import { content_exports } from "./content.mjs";
4
+ import { editor_exports } from "./editor.mjs";
5
+ import { internationalization_exports } from "./internationalization.mjs";
6
+ import { log_exports } from "./log.mjs";
7
+ import { routing_exports } from "./routing.mjs";
8
+
9
+ //#region ../packages/@intlayer/core/dist/esm/config/dist/esm/defaultValues/index.mjs
10
+ var defaultValues_exports = /* @__PURE__ */ __export({
11
+ Build: () => build_exports,
12
+ Content: () => content_exports,
13
+ Editor: () => editor_exports,
14
+ Internationalization: () => internationalization_exports,
15
+ Log: () => log_exports,
16
+ Routing: () => routing_exports
17
+ });
18
+
19
+ //#endregion
20
+ export { defaultValues_exports };
21
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.mjs","names":[],"sources":["../../../../../../../../../../../../packages/@intlayer/core/dist/esm/config/dist/esm/defaultValues/index.mjs"],"sourcesContent":["import { __export } from \"../_virtual/rolldown_runtime.mjs\";\nimport { build_exports } from \"./build.mjs\";\nimport { content_exports } from \"./content.mjs\";\nimport { editor_exports } from \"./editor.mjs\";\nimport { internationalization_exports } from \"./internationalization.mjs\";\nimport { log_exports } from \"./log.mjs\";\nimport { routing_exports } from \"./routing.mjs\";\n\n//#region ../config/dist/esm/defaultValues/index.mjs\nvar defaultValues_exports = /* @__PURE__ */ __export({\n\tBuild: () => build_exports,\n\tContent: () => content_exports,\n\tEditor: () => editor_exports,\n\tInternationalization: () => internationalization_exports,\n\tLog: () => log_exports,\n\tRouting: () => routing_exports\n});\n\n//#endregion\nexport { defaultValues_exports };\n//# sourceMappingURL=index.mjs.map"],"mappings":";;;;;;;;;AASA,IAAI,wBAAwC,yBAAS;CACpD,aAAa;CACb,eAAe;CACf,cAAc;CACd,4BAA4B;CAC5B,WAAW;CACX,eAAe;CACf,CAAC"}
@@ -0,0 +1,18 @@
1
+ import { __export } from "../_virtual/rolldown_runtime.mjs";
2
+ import { locales_exports } from "../types/dist/esm/locales.mjs";
3
+
4
+ //#region ../packages/@intlayer/core/dist/esm/config/dist/esm/defaultValues/internationalization.mjs
5
+ var internationalization_exports = /* @__PURE__ */ __export({
6
+ DEFAULT_LOCALE: () => DEFAULT_LOCALE,
7
+ LOCALES: () => LOCALES,
8
+ REQUIRED_LOCALES: () => REQUIRED_LOCALES,
9
+ STRICT_MODE: () => STRICT_MODE
10
+ });
11
+ const LOCALES = [locales_exports.ENGLISH];
12
+ const REQUIRED_LOCALES = [];
13
+ const DEFAULT_LOCALE = locales_exports.ENGLISH;
14
+ const STRICT_MODE = "inclusive";
15
+
16
+ //#endregion
17
+ export { DEFAULT_LOCALE, LOCALES, REQUIRED_LOCALES, STRICT_MODE, internationalization_exports };
18
+ //# sourceMappingURL=internationalization.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"internationalization.mjs","names":[],"sources":["../../../../../../../../../../../../packages/@intlayer/core/dist/esm/config/dist/esm/defaultValues/internationalization.mjs"],"sourcesContent":["import { __export } from \"../_virtual/rolldown_runtime.mjs\";\nimport { locales_exports } from \"../types/dist/esm/locales.mjs\";\n\n//#region ../config/dist/esm/defaultValues/internationalization.mjs\nvar internationalization_exports = /* @__PURE__ */ __export({\n\tDEFAULT_LOCALE: () => DEFAULT_LOCALE,\n\tLOCALES: () => LOCALES,\n\tREQUIRED_LOCALES: () => REQUIRED_LOCALES,\n\tSTRICT_MODE: () => STRICT_MODE\n});\nconst LOCALES = [locales_exports.ENGLISH];\nconst REQUIRED_LOCALES = [];\nconst DEFAULT_LOCALE = locales_exports.ENGLISH;\nconst STRICT_MODE = \"inclusive\";\n\n//#endregion\nexport { DEFAULT_LOCALE, LOCALES, REQUIRED_LOCALES, STRICT_MODE, internationalization_exports };\n//# sourceMappingURL=internationalization.mjs.map"],"mappings":";;;;AAIA,IAAI,+BAA+C,yBAAS;CAC3D,sBAAsB;CACtB,eAAe;CACf,wBAAwB;CACxB,mBAAmB;CACnB,CAAC;AACF,MAAM,UAAU,CAAC,gBAAgB,QAAQ;AACzC,MAAM,mBAAmB,EAAE;AAC3B,MAAM,iBAAiB,gBAAgB;AACvC,MAAM,cAAc"}
@@ -0,0 +1,14 @@
1
+ import { __export } from "../_virtual/rolldown_runtime.mjs";
2
+ import { ANSIColors } from "../logger.mjs";
3
+
4
+ //#region ../packages/@intlayer/core/dist/esm/config/dist/esm/defaultValues/log.mjs
5
+ var log_exports = /* @__PURE__ */ __export({
6
+ MODE: () => MODE,
7
+ PREFIX: () => PREFIX
8
+ });
9
+ const MODE = "default";
10
+ const PREFIX = `${ANSIColors.GREY_DARK}[intlayer] ${ANSIColors.RESET}`;
11
+
12
+ //#endregion
13
+ export { MODE, PREFIX, log_exports };
14
+ //# sourceMappingURL=log.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"log.mjs","names":[],"sources":["../../../../../../../../../../../../packages/@intlayer/core/dist/esm/config/dist/esm/defaultValues/log.mjs"],"sourcesContent":["import { ANSIColors } from \"../logger.mjs\";\nimport { __export } from \"../_virtual/rolldown_runtime.mjs\";\n\n//#region ../config/dist/esm/defaultValues/log.mjs\nvar log_exports = /* @__PURE__ */ __export({\n\tMODE: () => MODE,\n\tPREFIX: () => PREFIX\n});\nconst MODE = \"default\";\nconst PREFIX = `${ANSIColors.GREY_DARK}[intlayer] ${ANSIColors.RESET}`;\n\n//#endregion\nexport { MODE, PREFIX, log_exports };\n//# sourceMappingURL=log.mjs.map"],"mappings":";;;;AAIA,IAAI,cAA8B,yBAAS;CAC1C,YAAY;CACZ,cAAc;CACd,CAAC;AACF,MAAM,OAAO;AACb,MAAM,SAAS,GAAG,WAAW,UAAU,aAAa,WAAW"}
@@ -0,0 +1,23 @@
1
+ import { __export } from "../_virtual/rolldown_runtime.mjs";
2
+
3
+ //#region ../packages/@intlayer/core/dist/esm/config/dist/esm/defaultValues/routing.mjs
4
+ var routing_exports = /* @__PURE__ */ __export({
5
+ BASE_PATH: () => BASE_PATH,
6
+ COOKIE_NAME: () => COOKIE_NAME,
7
+ HEADER_NAME: () => HEADER_NAME,
8
+ LOCALE_STORAGE_NAME: () => LOCALE_STORAGE_NAME,
9
+ ROUTING_MODE: () => ROUTING_MODE,
10
+ SERVER_SET_COOKIE: () => SERVER_SET_COOKIE,
11
+ STORAGE: () => STORAGE
12
+ });
13
+ const HEADER_NAME = "x-intlayer-locale";
14
+ const COOKIE_NAME = "INTLAYER_LOCALE";
15
+ const LOCALE_STORAGE_NAME = "INTLAYER_LOCALE";
16
+ const BASE_PATH = "";
17
+ const SERVER_SET_COOKIE = "always";
18
+ const ROUTING_MODE = "prefix-no-default";
19
+ const STORAGE = ["cookie", "header"];
20
+
21
+ //#endregion
22
+ export { BASE_PATH, ROUTING_MODE, STORAGE, routing_exports };
23
+ //# sourceMappingURL=routing.mjs.map