@intlayer/dictionaries-entry 7.0.8 → 7.0.9-canary.1

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 (105) hide show
  1. package/README.md +6 -5
  2. package/dist/cjs/config/dist/esm/_virtual/rolldown_runtime.cjs +10 -0
  3. package/dist/cjs/config/dist/esm/_virtual/rolldown_runtime.cjs.map +1 -0
  4. package/dist/cjs/config/dist/esm/built.cjs +8 -0
  5. package/dist/cjs/config/dist/esm/built.cjs.map +1 -0
  6. package/dist/cjs/config/dist/esm/configFile/buildConfigurationFields.cjs +119 -0
  7. package/dist/cjs/config/dist/esm/configFile/buildConfigurationFields.cjs.map +1 -0
  8. package/dist/cjs/config/dist/esm/configFile/getConfiguration.cjs +69 -0
  9. package/dist/cjs/config/dist/esm/configFile/getConfiguration.cjs.map +1 -0
  10. package/dist/cjs/config/dist/esm/configFile/loadConfigurationFile.cjs +26 -0
  11. package/dist/cjs/config/dist/esm/configFile/loadConfigurationFile.cjs.map +1 -0
  12. package/dist/cjs/config/dist/esm/configFile/searchConfigurationFile.cjs +51 -0
  13. package/dist/cjs/config/dist/esm/configFile/searchConfigurationFile.cjs.map +1 -0
  14. package/dist/cjs/config/dist/esm/defaultValues/build.cjs +15 -0
  15. package/dist/cjs/config/dist/esm/defaultValues/build.cjs.map +1 -0
  16. package/dist/cjs/config/dist/esm/defaultValues/content.cjs +54 -0
  17. package/dist/cjs/config/dist/esm/defaultValues/content.cjs.map +1 -0
  18. package/dist/cjs/config/dist/esm/defaultValues/dictionary.cjs +7 -0
  19. package/dist/cjs/config/dist/esm/defaultValues/dictionary.cjs.map +1 -0
  20. package/dist/cjs/config/dist/esm/defaultValues/editor.cjs +23 -0
  21. package/dist/cjs/config/dist/esm/defaultValues/editor.cjs.map +1 -0
  22. package/dist/cjs/config/dist/esm/defaultValues/internationalization.cjs +14 -0
  23. package/dist/cjs/config/dist/esm/defaultValues/internationalization.cjs.map +1 -0
  24. package/dist/cjs/config/dist/esm/defaultValues/log.cjs +10 -0
  25. package/dist/cjs/config/dist/esm/defaultValues/log.cjs.map +1 -0
  26. package/dist/cjs/config/dist/esm/defaultValues/routing.cjs +11 -0
  27. package/dist/cjs/config/dist/esm/defaultValues/routing.cjs.map +1 -0
  28. package/dist/cjs/config/dist/esm/loadEnvFile.cjs +26 -0
  29. package/dist/cjs/config/dist/esm/loadEnvFile.cjs.map +1 -0
  30. package/dist/cjs/config/dist/esm/loadExternalFile/bundleFile.cjs +23 -0
  31. package/dist/cjs/config/dist/esm/loadExternalFile/bundleFile.cjs.map +1 -0
  32. package/dist/cjs/config/dist/esm/loadExternalFile/loadExternalFile.cjs +47 -0
  33. package/dist/cjs/config/dist/esm/loadExternalFile/loadExternalFile.cjs.map +1 -0
  34. package/dist/cjs/config/dist/esm/loadExternalFile/parseFileContent.cjs +65 -0
  35. package/dist/cjs/config/dist/esm/loadExternalFile/parseFileContent.cjs.map +1 -0
  36. package/dist/cjs/config/dist/esm/loadExternalFile/transpileTSToMJS.cjs +45 -0
  37. package/dist/cjs/config/dist/esm/loadExternalFile/transpileTSToMJS.cjs.map +1 -0
  38. package/dist/cjs/config/dist/esm/logger.cjs +47 -0
  39. package/dist/cjs/config/dist/esm/logger.cjs.map +1 -0
  40. package/dist/cjs/config/dist/esm/types/dist/esm/_virtual/rolldown_runtime.cjs +15 -0
  41. package/dist/cjs/config/dist/esm/types/dist/esm/_virtual/rolldown_runtime.cjs.map +1 -0
  42. package/dist/cjs/config/dist/esm/types/dist/esm/locales.cjs +1128 -0
  43. package/dist/cjs/config/dist/esm/types/dist/esm/locales.cjs.map +1 -0
  44. package/dist/cjs/config/dist/esm/utils/ESMxCJSHelpers.cjs +27 -0
  45. package/dist/cjs/config/dist/esm/utils/ESMxCJSHelpers.cjs.map +1 -0
  46. package/dist/cjs/config/dist/esm/utils/cache.cjs +261 -0
  47. package/dist/cjs/config/dist/esm/utils/cache.cjs.map +1 -0
  48. package/dist/cjs/config/dist/esm/utils/clearModuleCache.cjs +26 -0
  49. package/dist/cjs/config/dist/esm/utils/clearModuleCache.cjs.map +1 -0
  50. package/dist/cjs/config/dist/esm/utils/getPackageJsonPath.cjs +34 -0
  51. package/dist/cjs/config/dist/esm/utils/getPackageJsonPath.cjs.map +1 -0
  52. package/dist/cjs/config/dist/esm/utils/normalizePath.cjs +17 -0
  53. package/dist/cjs/config/dist/esm/utils/normalizePath.cjs.map +1 -0
  54. package/dist/esm/_virtual/rolldown_runtime.mjs +8 -0
  55. package/dist/esm/config/dist/esm/_virtual/rolldown_runtime.mjs +11 -0
  56. package/dist/esm/config/dist/esm/_virtual/rolldown_runtime.mjs.map +1 -0
  57. package/dist/esm/config/dist/esm/built.mjs +8 -0
  58. package/dist/esm/config/dist/esm/built.mjs.map +1 -0
  59. package/dist/esm/config/dist/esm/configFile/buildConfigurationFields.mjs +118 -0
  60. package/dist/esm/config/dist/esm/configFile/buildConfigurationFields.mjs.map +1 -0
  61. package/dist/esm/config/dist/esm/configFile/getConfiguration.mjs +67 -0
  62. package/dist/esm/config/dist/esm/configFile/getConfiguration.mjs.map +1 -0
  63. package/dist/esm/config/dist/esm/configFile/loadConfigurationFile.mjs +26 -0
  64. package/dist/esm/config/dist/esm/configFile/loadConfigurationFile.mjs.map +1 -0
  65. package/dist/esm/config/dist/esm/configFile/searchConfigurationFile.mjs +50 -0
  66. package/dist/esm/config/dist/esm/configFile/searchConfigurationFile.mjs.map +1 -0
  67. package/dist/esm/config/dist/esm/defaultValues/build.mjs +10 -0
  68. package/dist/esm/config/dist/esm/defaultValues/build.mjs.map +1 -0
  69. package/dist/esm/config/dist/esm/defaultValues/content.mjs +40 -0
  70. package/dist/esm/config/dist/esm/defaultValues/content.mjs.map +1 -0
  71. package/dist/esm/config/dist/esm/defaultValues/dictionary.mjs +6 -0
  72. package/dist/esm/config/dist/esm/defaultValues/dictionary.mjs.map +1 -0
  73. package/dist/esm/config/dist/esm/defaultValues/editor.mjs +14 -0
  74. package/dist/esm/config/dist/esm/defaultValues/editor.mjs.map +1 -0
  75. package/dist/esm/config/dist/esm/defaultValues/internationalization.mjs +11 -0
  76. package/dist/esm/config/dist/esm/defaultValues/internationalization.mjs.map +1 -0
  77. package/dist/esm/config/dist/esm/defaultValues/log.mjs +9 -0
  78. package/dist/esm/config/dist/esm/defaultValues/log.mjs.map +1 -0
  79. package/dist/esm/config/dist/esm/defaultValues/routing.mjs +8 -0
  80. package/dist/esm/config/dist/esm/defaultValues/routing.mjs.map +1 -0
  81. package/dist/esm/config/dist/esm/loadEnvFile.mjs +24 -0
  82. package/dist/esm/config/dist/esm/loadEnvFile.mjs.map +1 -0
  83. package/dist/esm/config/dist/esm/loadExternalFile/bundleFile.mjs +23 -0
  84. package/dist/esm/config/dist/esm/loadExternalFile/bundleFile.mjs.map +1 -0
  85. package/dist/esm/config/dist/esm/loadExternalFile/loadExternalFile.mjs +47 -0
  86. package/dist/esm/config/dist/esm/loadExternalFile/loadExternalFile.mjs.map +1 -0
  87. package/dist/esm/config/dist/esm/loadExternalFile/parseFileContent.mjs +63 -0
  88. package/dist/esm/config/dist/esm/loadExternalFile/parseFileContent.mjs.map +1 -0
  89. package/dist/esm/config/dist/esm/loadExternalFile/transpileTSToMJS.mjs +44 -0
  90. package/dist/esm/config/dist/esm/loadExternalFile/transpileTSToMJS.mjs.map +1 -0
  91. package/dist/esm/config/dist/esm/logger.mjs +45 -0
  92. package/dist/esm/config/dist/esm/logger.mjs.map +1 -0
  93. package/dist/esm/config/dist/esm/types/dist/esm/_virtual/rolldown_runtime.mjs +14 -0
  94. package/dist/esm/config/dist/esm/types/dist/esm/_virtual/rolldown_runtime.mjs.map +1 -0
  95. package/dist/esm/config/dist/esm/types/dist/esm/locales.mjs +1128 -0
  96. package/dist/esm/config/dist/esm/types/dist/esm/locales.mjs.map +1 -0
  97. package/dist/esm/config/dist/esm/utils/ESMxCJSHelpers.mjs +25 -0
  98. package/dist/esm/config/dist/esm/utils/ESMxCJSHelpers.mjs.map +1 -0
  99. package/dist/esm/config/dist/esm/utils/cache.mjs +263 -0
  100. package/dist/esm/config/dist/esm/utils/cache.mjs.map +1 -0
  101. package/dist/esm/config/dist/esm/utils/getPackageJsonPath.mjs +33 -0
  102. package/dist/esm/config/dist/esm/utils/getPackageJsonPath.mjs.map +1 -0
  103. package/dist/esm/config/dist/esm/utils/normalizePath.mjs +16 -0
  104. package/dist/esm/config/dist/esm/utils/normalizePath.mjs.map +1 -0
  105. package/package.json +13 -10
package/README.md CHANGED
@@ -20,9 +20,9 @@
20
20
  <p align="center" style="margin-top:15px;">
21
21
  <a href="https://www.npmjs.com/package/intlayer" target="_blank" rel="noopener noreferrer nofollow"><img src="https://img.shields.io/npm/v/intlayer?style=for-the-badge&labelColor=FFFFFF&color=000000&logoColor=FFFFFF" alt="npm version" height="24"/></a>
22
22
  <a href="https://github.com/aymericzip/intlayer/stargazers" target="_blank" rel="noopener noreferrer nofollow"><img src="https://img.shields.io/github/stars/aymericzip/intlayer?style=for-the-badge&labelColor=000000&color=FFFFFF&logo=github&logoColor=FFD700" alt="GitHub Stars" height="24"/></a>
23
- <a href="https://www.npmjs.org/package/intlayer" target="_blank" rel="noopener noreferrer nofollow"><img src="https://img.shields.io/npm/dm/intlayer?style=for-the-badge&labelColor=000000&color=FFFFFF&logoColor=000000" alt="monthly downloads" height="24"/></a>
24
- <a href="https://github.com/aymericzip/intlayer/blob/main/LICENSE" target="_blank" rel="noopener noreferrer nofollow"><img src="https://img.shields.io/github/license/aymericzip/intlayer?style=for-the-badge&labelColor=000000&color=FFFFFF&logoColor=000000" alt="license"/></a>
25
- <a href="https://github.com/aymericzip/intlayer/commits/main" target="_blank" rel="noopener noreferrer nofollow"><img src="https://img.shields.io/github/last-commit/aymericzip/intlayer?style=for-the-badge&labelColor=000000&color=FFFFFF&logoColor=000000" alt="last commit"/>
23
+ <a href="https://www.npmjs.org/package/intlayer" target="_blank" rel="noopener noreferrer nofollow"><img src="https://img.shields.io/npm/dm/intlayer?style=for-the-badge&labelColor=000000&color=FFFFFF&logoColor=000000&cacheSeconds=86400" alt="monthly downloads" height="24"/></a>
24
+ <a href="https://github.com/aymericzip/intlayer/blob/main/LICENSE" target="_blank" rel="noopener noreferrer nofollow"><img src="https://img.shields.io/github/license/aymericzip/intlayer?style=for-the-badge&labelColor=000000&color=FFFFFF&logoColor=000000&cacheSeconds=86400" alt="license"/></a>
25
+ <a href="https://github.com/aymericzip/intlayer/commits/main" target="_blank" rel="noopener noreferrer nofollow"><img src="https://img.shields.io/github/last-commit/aymericzip/intlayer?style=for-the-badge&labelColor=000000&color=FFFFFF&logoColor=000000&cacheSeconds=86400" alt="last commit"/>
26
26
  </a>
27
27
  </p>
28
28
 
@@ -60,7 +60,7 @@ With **per-locale content files**, **TypeScript autocompletion**, **tree-shakabl
60
60
  | <img src="https://github.com/aymericzip/intlayer/blob/main/docs/assets/static_rendering.png?raw=true" alt="Feature" width="700"> | **Static Rendering**<br><br>Doesn't block Static Rendering. <br><br> - [Next.js integration](https://intlayer.org/doc/environment/nextjs) |
61
61
  | <img src="https://github.com/aymericzip/intlayer/blob/main/docs/assets/AI_translation.png?raw=true" alt="Feature" width="700"> | **AI-Powered Translation**<br><br>Transform your website into 231 languages with just one click using Intlayer's advanced AI-powered translation tools using your own AI provider / API key. <br><br> - [CI/CD integration](https://intlayer.org/doc/concept/ci-cd) <br> - [Intlayer CLI](https://intlayer.org/doc/concept/cli) <br> - [Auto fill](https://intlayer.org/doc/concept/auto-fill) |
62
62
  | <img src="https://github.com/aymericzip/intlayer/blob/main/docs/assets/mcp.png?raw=true" alt="Feature" width="700"> | **MCP Server Integration**<br><br>Provides an MCP (Model Context Protocol) server for IDE automation, enabling seamless content management and i18n workflows directly within your development environment. <br><br> - [MCP Server](https://github.com/aymericzip/intlayer/blob/main/docs/docs/en/mcp_server.md) |
63
- | <img src="https://github.com/aymericzip/intlayer/blob/main/docs/assets/vscode_extension.png?raw=true" alt="Feature" width="700"> | **VSCode Extension**<br><br>Intlayer provides a VSCode extension to help you manage your content and translations, builting your dictionaries, translating your content, and more. <br><br> - [VSCode Extension](https://intlayer.org/doc/vs-code-extension) |
63
+ | <img src="https://github.com/aymericzip/intlayer/blob/main/docs/assets/vscode_extension.png?raw=true" alt="Feature" width="700"> | **VSCode Extension**<br><br>Intlayer provides a VSCode extension to help you manage your content and translations, building your dictionaries, translating your content, and more. <br><br> - [VSCode Extension](https://intlayer.org/doc/vs-code-extension) |
64
64
  | <img src="https://github.com/aymericzip/intlayer/blob/main/docs/assets/interoperability.png?raw=true" alt="Feature" width="700"> | **Interoperability**<br><br>Allow interoperability with react-i18next, next-i18next, next-intl, and react-intl. <br><br> - [Intlayer and react-intl](https://intlayer.org/blog/intlayer-with-react-intl) <br> - [Intlayer and next-intl](https://intlayer.org/blog/intlayer-with-next-intl) <br> - [Intlayer and next-i18next](https://intlayer.org/blog/intlayer-with-next-i18next) |
65
65
 
66
66
  ---
@@ -171,8 +171,9 @@ Explore our comprehensive documentation to get started with Intlayer and learn h
171
171
  <details open>
172
172
  <summary style="font-size:16px; font-weight:bold;">🌐 Environment</summary>
173
173
  <ul>
174
- <li><a href="https://intlayer.org/doc/environment/nextjs" rel=''>Intlayer with Next.js 15</a>
174
+ <li><a href="https://intlayer.org/doc/environment/nextjs" rel=''>Intlayer with Next.js 16</a>
175
175
  <ul>
176
+ <li><a href="https://intlayer.org/doc/environment/nextjs/15" rel=''>Next.js 15</a></li>
176
177
  <li><a href="https://intlayer.org/doc/environment/nextjs/14" rel=''>Next.js 14 (App Router)</a></li>
177
178
  <li><a href="https://intlayer.org/doc/environment/nextjs/next-with-Page-Router" rel=''>Next.js Page Router</a></li>
178
179
  </ul>
@@ -0,0 +1,10 @@
1
+
2
+ //#region ../config/dist/esm/_virtual/rolldown_runtime.mjs
3
+ var __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) {
4
+ if (typeof require !== "undefined") return require.apply(this, arguments);
5
+ throw Error("Calling `require` for \"" + x + "\" in an environment that doesn't expose the `require` function.");
6
+ });
7
+
8
+ //#endregion
9
+ exports.__require = __require;
10
+ //# sourceMappingURL=rolldown_runtime.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rolldown_runtime.cjs","names":[],"sources":["../../../../../../../config/dist/esm/_virtual/rolldown_runtime.mjs"],"sourcesContent":["//#region rolldown:runtime\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 !== \"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 { __export, __require };"],"mappings":";;AAUA,IAAI,YAA4B,kBAAE,MAAM,OAAO,YAAY,cAAc,UAAU,OAAO,UAAU,cAAc,IAAI,MAAM,GAAG,EAAE,MAAM,GAAG,OAAO,OAAO,YAAY,cAAc,UAAU,GAAG,IAAI,CAAC,GAAG,GAAG,SAAS,GAAG;AACrN,KAAI,OAAO,YAAY,YAAa,QAAO,QAAQ,MAAM,MAAM,UAAU;AACzE,OAAM,MAAM,6BAA6B,IAAI,mEAAmE;EAC/G"}
@@ -0,0 +1,8 @@
1
+ const require_getConfiguration = require('./configFile/getConfiguration.cjs');
2
+
3
+ //#region ../config/dist/esm/built.mjs
4
+ var built_default = require_getConfiguration.getConfiguration();
5
+
6
+ //#endregion
7
+ exports.built_default = built_default;
8
+ //# sourceMappingURL=built.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"built.cjs","names":["getConfiguration"],"sources":["../../../../../../config/dist/esm/built.mjs"],"sourcesContent":["import { getConfiguration } from \"./configFile/getConfiguration.mjs\";\n\n//#region src/built.ts\nconst configuration = getConfiguration();\nvar built_default = configuration;\n\n//#endregion\nexport { built_default as default };\n//# sourceMappingURL=built.mjs.map"],"mappings":";;;AAIA,IAAI,gBADkBA,2CAAkB"}
@@ -0,0 +1,119 @@
1
+ const require_rolldown_runtime = require('../../../../_virtual/rolldown_runtime.cjs');
2
+ const require_normalizePath = require('../utils/normalizePath.cjs');
3
+ const require_build = require('../defaultValues/build.cjs');
4
+ const require_content = require('../defaultValues/content.cjs');
5
+ const require_dictionary = require('../defaultValues/dictionary.cjs');
6
+ const require_editor = require('../defaultValues/editor.cjs');
7
+ const require_internationalization = require('../defaultValues/internationalization.cjs');
8
+ const require_log = require('../defaultValues/log.cjs');
9
+ const require_routing = require('../defaultValues/routing.cjs');
10
+ let node_path = require("node:path");
11
+
12
+ //#region ../config/dist/esm/configFile/buildConfigurationFields.mjs
13
+ let storedConfiguration;
14
+ const buildInternationalizationFields = (customConfiguration) => ({
15
+ locales: customConfiguration?.locales ?? require_internationalization.LOCALES,
16
+ requiredLocales: customConfiguration?.requiredLocales ?? customConfiguration?.locales ?? require_internationalization.REQUIRED_LOCALES,
17
+ strictMode: customConfiguration?.strictMode ?? require_internationalization.STRICT_MODE,
18
+ defaultLocale: customConfiguration?.defaultLocale ?? require_internationalization.DEFAULT_LOCALE
19
+ });
20
+ const buildRoutingFields = (customConfiguration) => ({
21
+ mode: customConfiguration?.mode ?? require_routing.ROUTING_MODE,
22
+ storage: customConfiguration?.storage ?? require_routing.STORAGE,
23
+ basePath: customConfiguration?.basePath ?? require_routing.BASE_PATH
24
+ });
25
+ const buildContentFields = (customConfiguration, baseDir) => {
26
+ const notDerivedContentConfig = {
27
+ fileExtensions: customConfiguration?.fileExtensions ?? require_content.FILE_EXTENSIONS,
28
+ baseDir: customConfiguration?.baseDir ?? baseDir ?? process.cwd(),
29
+ excludedPath: customConfiguration?.excludedPath ?? require_content.EXCLUDED_PATHS,
30
+ watch: customConfiguration?.watch ?? require_content.WATCH,
31
+ formatCommand: customConfiguration?.formatCommand
32
+ };
33
+ const optionalJoinBaseDir = (path) => {
34
+ if ((0, node_path.isAbsolute)(path)) return path;
35
+ return (0, node_path.join)(notDerivedContentConfig.baseDir, path);
36
+ };
37
+ const baseDirDerivedConfiguration = {
38
+ contentDir: (customConfiguration?.contentDir ?? require_content.CONTENT_DIR).map(optionalJoinBaseDir),
39
+ moduleAugmentationDir: optionalJoinBaseDir(customConfiguration?.moduleAugmentationDir ?? require_content.MODULE_AUGMENTATION_DIR),
40
+ unmergedDictionariesDir: optionalJoinBaseDir(customConfiguration?.unmergedDictionariesDir ?? require_content.UNMERGED_DICTIONARIES_DIR),
41
+ remoteDictionariesDir: optionalJoinBaseDir(customConfiguration?.remoteDictionariesDir ?? require_content.REMOTE_DICTIONARIES_DIR),
42
+ dictionariesDir: optionalJoinBaseDir(customConfiguration?.dictionariesDir ?? require_content.DICTIONARIES_DIR),
43
+ dynamicDictionariesDir: optionalJoinBaseDir(customConfiguration?.dynamicDictionariesDir ?? require_content.DYNAMIC_DICTIONARIES_DIR),
44
+ fetchDictionariesDir: optionalJoinBaseDir(customConfiguration?.fetchDictionariesDir ?? require_content.FETCH_DICTIONARIES_DIR),
45
+ typesDir: optionalJoinBaseDir(customConfiguration?.typesDir ?? require_content.TYPES_DIR),
46
+ mainDir: optionalJoinBaseDir(customConfiguration?.mainDir ?? require_content.MAIN_DIR),
47
+ configDir: optionalJoinBaseDir(customConfiguration?.configDir ?? require_content.CONFIG_DIR),
48
+ cacheDir: optionalJoinBaseDir(customConfiguration?.cacheDir ?? require_content.CACHE_DIR)
49
+ };
50
+ const patternsConfiguration = {
51
+ watchedFilesPattern: notDerivedContentConfig.fileExtensions.map((ext) => `/**/*${ext}`),
52
+ watchedFilesPatternWithPath: notDerivedContentConfig.fileExtensions.flatMap((ext) => baseDirDerivedConfiguration.contentDir.map((contentDir) => `${require_normalizePath.normalizePath(contentDir)}/**/*${ext}`)),
53
+ outputFilesPatternWithPath: `${require_normalizePath.normalizePath(baseDirDerivedConfiguration.dictionariesDir)}/**/*.json`
54
+ };
55
+ return {
56
+ ...notDerivedContentConfig,
57
+ ...baseDirDerivedConfiguration,
58
+ ...patternsConfiguration
59
+ };
60
+ };
61
+ const buildEditorFields = (customConfiguration) => ({
62
+ applicationURL: customConfiguration?.applicationURL ?? require_editor.APPLICATION_URL,
63
+ editorURL: customConfiguration?.editorURL ?? require_editor.EDITOR_URL,
64
+ cmsURL: customConfiguration?.cmsURL ?? require_editor.CMS_URL,
65
+ backendURL: customConfiguration?.backendURL ?? require_editor.BACKEND_URL,
66
+ port: customConfiguration?.port ?? require_editor.PORT,
67
+ enabled: customConfiguration?.enabled ?? require_editor.IS_ENABLED,
68
+ clientId: customConfiguration?.clientId ?? void 0,
69
+ clientSecret: customConfiguration?.clientSecret ?? void 0,
70
+ dictionaryPriorityStrategy: customConfiguration?.dictionaryPriorityStrategy ?? require_editor.DICTIONARY_PRIORITY_STRATEGY,
71
+ liveSync: customConfiguration?.liveSync ?? require_editor.LIVE_SYNC,
72
+ liveSyncPort: customConfiguration?.liveSyncPort ?? require_editor.LIVE_SYNC_PORT,
73
+ liveSyncURL: customConfiguration?.liveSyncURL ?? `http://localhost:${customConfiguration?.liveSyncPort ?? require_editor.LIVE_SYNC_PORT}`
74
+ });
75
+ const buildLogFields = (customConfiguration, logFunctions) => ({
76
+ mode: customConfiguration?.mode ?? require_log.MODE,
77
+ prefix: customConfiguration?.prefix ?? require_log.PREFIX,
78
+ error: logFunctions?.error,
79
+ log: logFunctions?.log,
80
+ info: logFunctions?.info,
81
+ warn: logFunctions?.warn
82
+ });
83
+ const buildAiFields = (customConfiguration) => ({
84
+ provider: customConfiguration?.provider,
85
+ apiKey: customConfiguration?.apiKey,
86
+ model: customConfiguration?.model,
87
+ temperature: customConfiguration?.temperature,
88
+ applicationContext: customConfiguration?.applicationContext
89
+ });
90
+ const buildBuildFields = (customConfiguration) => ({
91
+ optimize: customConfiguration?.optimize ?? require_build.OPTIMIZE,
92
+ importMode: customConfiguration?.importMode ?? require_build.IMPORT_MODE,
93
+ traversePattern: customConfiguration?.traversePattern ?? require_build.TRAVERSE_PATTERN,
94
+ outputFormat: customConfiguration?.outputFormat ?? require_build.OUTPUT_FORMAT,
95
+ cache: customConfiguration?.cache ?? require_build.CACHE,
96
+ require: customConfiguration?.require
97
+ });
98
+ const buildDictionaryFields = (customConfiguration) => ({ fill: customConfiguration?.fill ?? require_dictionary.FILL });
99
+ /**
100
+ * Build the configuration fields by merging the default values with the custom configuration
101
+ */
102
+ const buildConfigurationFields = (customConfiguration, baseDir, logFunctions) => {
103
+ storedConfiguration = {
104
+ internationalization: buildInternationalizationFields(customConfiguration?.internationalization),
105
+ routing: buildRoutingFields(customConfiguration?.routing),
106
+ content: buildContentFields(customConfiguration?.content, baseDir),
107
+ editor: buildEditorFields(customConfiguration?.editor),
108
+ log: buildLogFields(customConfiguration?.log, logFunctions),
109
+ ai: buildAiFields(customConfiguration?.ai),
110
+ build: buildBuildFields(customConfiguration?.build),
111
+ dictionary: buildDictionaryFields(customConfiguration?.dictionary),
112
+ plugins: customConfiguration?.plugins
113
+ };
114
+ return storedConfiguration;
115
+ };
116
+
117
+ //#endregion
118
+ exports.buildConfigurationFields = buildConfigurationFields;
119
+ //# sourceMappingURL=buildConfigurationFields.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"buildConfigurationFields.cjs","names":["LOCALES","REQUIRED_LOCALES","STRICT_MODE","DEFAULT_LOCALE","ROUTING_MODE","STORAGE","BASE_PATH","FILE_EXTENSIONS","EXCLUDED_PATHS","WATCH","CONTENT_DIR","MODULE_AUGMENTATION_DIR","UNMERGED_DICTIONARIES_DIR","REMOTE_DICTIONARIES_DIR","DICTIONARIES_DIR","DYNAMIC_DICTIONARIES_DIR","FETCH_DICTIONARIES_DIR","TYPES_DIR","MAIN_DIR","CONFIG_DIR","CACHE_DIR","normalizePath","APPLICATION_URL","EDITOR_URL","CMS_URL","BACKEND_URL","PORT","IS_ENABLED","DICTIONARY_PRIORITY_STRATEGY","LIVE_SYNC","LIVE_SYNC_PORT","MODE","PREFIX","OPTIMIZE","IMPORT_MODE","TRAVERSE_PATTERN","OUTPUT_FORMAT","CACHE","FILL"],"sources":["../../../../../../../config/dist/esm/configFile/buildConfigurationFields.mjs"],"sourcesContent":["import { normalizePath } from \"../utils/normalizePath.mjs\";\nimport { 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 { FILL } from \"../defaultValues/dictionary.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 { isAbsolute, join } from \"node:path\";\n\n//#region src/configFile/buildConfigurationFields.ts\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,WAAWA;CACzC,iBAAiB,qBAAqB,mBAAmB,qBAAqB,WAAWC;CACzF,YAAY,qBAAqB,cAAcC;CAC/C,eAAe,qBAAqB,iBAAiBC;CACrD;AACD,MAAM,sBAAsB,yBAAyB;CACpD,MAAM,qBAAqB,QAAQC;CACnC,SAAS,qBAAqB,WAAWC;CACzC,UAAU,qBAAqB,YAAYC;CAC3C;AACD,MAAM,sBAAsB,qBAAqB,YAAY;CAC5D,MAAM,0BAA0B;EAC/B,gBAAgB,qBAAqB,kBAAkBC;EACvD,SAAS,qBAAqB,WAAW,WAAW,QAAQ,KAAK;EACjE,cAAc,qBAAqB,gBAAgBC;EACnD,OAAO,qBAAqB,SAASC;EACrC,eAAe,qBAAqB;EACpC;CACD,MAAM,uBAAuB,SAAS;AACrC,gCAAe,KAAK,CAAE,QAAO;AAC7B,6BAAY,wBAAwB,SAAS,KAAK;;CAEnD,MAAM,8BAA8B;EACnC,aAAa,qBAAqB,cAAcC,6BAAa,IAAI,oBAAoB;EACrF,uBAAuB,oBAAoB,qBAAqB,yBAAyBC,wCAAwB;EACjH,yBAAyB,oBAAoB,qBAAqB,2BAA2BC,0CAA0B;EACvH,uBAAuB,oBAAoB,qBAAqB,yBAAyBC,wCAAwB;EACjH,iBAAiB,oBAAoB,qBAAqB,mBAAmBC,iCAAiB;EAC9F,wBAAwB,oBAAoB,qBAAqB,0BAA0BC,yCAAyB;EACpH,sBAAsB,oBAAoB,qBAAqB,wBAAwBC,uCAAuB;EAC9G,UAAU,oBAAoB,qBAAqB,YAAYC,0BAAU;EACzE,SAAS,oBAAoB,qBAAqB,WAAWC,yBAAS;EACtE,WAAW,oBAAoB,qBAAqB,aAAaC,2BAAW;EAC5E,UAAU,oBAAoB,qBAAqB,YAAYC,0BAAU;EACzE;CACD,MAAM,wBAAwB;EAC7B,qBAAqB,wBAAwB,eAAe,KAAK,QAAQ,QAAQ,MAAM;EACvF,6BAA6B,wBAAwB,eAAe,SAAS,QAAQ,4BAA4B,WAAW,KAAK,eAAe,GAAGC,oCAAc,WAAW,CAAC,OAAO,MAAM,CAAC;EAC3L,4BAA4B,GAAGA,oCAAc,4BAA4B,gBAAgB,CAAC;EAC1F;AACD,QAAO;EACN,GAAG;EACH,GAAG;EACH,GAAG;EACH;;AAEF,MAAM,qBAAqB,yBAAyB;CACnD,gBAAgB,qBAAqB,kBAAkBC;CACvD,WAAW,qBAAqB,aAAaC;CAC7C,QAAQ,qBAAqB,UAAUC;CACvC,YAAY,qBAAqB,cAAcC;CAC/C,MAAM,qBAAqB,QAAQC;CACnC,SAAS,qBAAqB,WAAWC;CACzC,UAAU,qBAAqB,YAAY,KAAK;CAChD,cAAc,qBAAqB,gBAAgB,KAAK;CACxD,4BAA4B,qBAAqB,8BAA8BC;CAC/E,UAAU,qBAAqB,YAAYC;CAC3C,cAAc,qBAAqB,gBAAgBC;CACnD,aAAa,qBAAqB,eAAe,oBAAoB,qBAAqB,gBAAgBA;CAC1G;AACD,MAAM,kBAAkB,qBAAqB,kBAAkB;CAC9D,MAAM,qBAAqB,QAAQC;CACnC,QAAQ,qBAAqB,UAAUC;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,YAAYC;CAC3C,YAAY,qBAAqB,cAAcC;CAC/C,iBAAiB,qBAAqB,mBAAmBC;CACzD,cAAc,qBAAqB,gBAAgBC;CACnD,OAAO,qBAAqB,SAASC;CACrC,SAAS,qBAAqB;CAC9B;AACD,MAAM,yBAAyB,yBAAyB,EAAE,MAAM,qBAAqB,QAAQC,yBAAM;;;;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,69 @@
1
+ const require_rolldown_runtime = require('../../../../_virtual/rolldown_runtime.cjs');
2
+ const require_logger = require('../logger.cjs');
3
+ const require_cache = require('../utils/cache.cjs');
4
+ const require_getPackageJsonPath = require('../utils/getPackageJsonPath.cjs');
5
+ const require_buildConfigurationFields = require('./buildConfigurationFields.cjs');
6
+ const require_searchConfigurationFile = require('./searchConfigurationFile.cjs');
7
+ const require_loadConfigurationFile = require('./loadConfigurationFile.cjs');
8
+ let node_path = require("node:path");
9
+ let deepmerge = require("deepmerge");
10
+ deepmerge = require_rolldown_runtime.__toESM(deepmerge);
11
+
12
+ //#region ../config/dist/esm/configFile/getConfiguration.mjs
13
+ /**
14
+ * Get the configuration for the intlayer by reading the configuration file (e.g. intlayer.config.js)
15
+ */
16
+ const getConfigurationAndFilePath = (options) => {
17
+ let baseDir;
18
+ try {
19
+ baseDir = options?.baseDir ?? require_getPackageJsonPath.getPackageJsonPath().baseDir;
20
+ } catch (_err) {
21
+ return {
22
+ configuration: require_buildConfigurationFields.buildConfigurationFields({}, options?.baseDir, options?.logFunctions),
23
+ configurationFilePath: void 0
24
+ };
25
+ }
26
+ const cachedConfiguration = require_cache.cache.get(options);
27
+ if (cachedConfiguration) return cachedConfiguration;
28
+ const { configurationFilePath, numCustomConfiguration } = require_searchConfigurationFile.searchConfigurationFile(baseDir);
29
+ if (options?.override?.log?.mode === "verbose") logConfigFileResult(baseDir, numCustomConfiguration, configurationFilePath);
30
+ let storedConfiguration;
31
+ if (configurationFilePath) storedConfiguration = require_buildConfigurationFields.buildConfigurationFields(require_loadConfigurationFile.loadConfigurationFile(configurationFilePath, {
32
+ projectRequire: options?.require,
33
+ envVarOptions: {
34
+ env: options?.env,
35
+ envFile: options?.envFile
36
+ },
37
+ additionalEnvVars: options?.additionalEnvVars,
38
+ aliases: options?.aliases
39
+ }), options?.baseDir, options?.logFunctions);
40
+ const projectRequireConfig = options?.require ? { build: {
41
+ require: options?.require,
42
+ cache: options?.cache
43
+ } } : {};
44
+ const configuration = (0, deepmerge.default)((0, deepmerge.default)(storedConfiguration ?? {}, projectRequireConfig), options?.override ?? {});
45
+ require_cache.cache.set(options, {
46
+ configuration,
47
+ configurationFilePath
48
+ });
49
+ return {
50
+ configuration,
51
+ configurationFilePath
52
+ };
53
+ };
54
+ /**
55
+ * Get the configuration for the intlayer by reading the configuration file (e.g. intlayer.config.js)
56
+ */
57
+ const getConfiguration = (options) => getConfigurationAndFilePath(options).configuration;
58
+ const logConfigFileResult = (baseDir, numCustomConfiguration, configurationFilePath) => {
59
+ if (numCustomConfiguration === 0) require_logger.logger("Configuration file not found, using default configuration.", { isVerbose: true });
60
+ else {
61
+ const relativeOutputPath = (0, node_path.relative)(baseDir, configurationFilePath);
62
+ if (numCustomConfiguration === 1) require_logger.logger(`Configuration file found: ${relativeOutputPath}.`, { isVerbose: true });
63
+ else require_logger.logger(`Multiple configuration files found, using ${relativeOutputPath}.`, { isVerbose: true });
64
+ }
65
+ };
66
+
67
+ //#endregion
68
+ exports.getConfiguration = getConfiguration;
69
+ //# sourceMappingURL=getConfiguration.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getConfiguration.cjs","names":["getPackageJsonPath","buildConfigurationFields","cache","searchConfigurationFile","loadConfigurationFile"],"sources":["../../../../../../../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 src/configFile/getConfiguration.ts\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, getConfigurationAndFilePath };\n//# sourceMappingURL=getConfiguration.mjs.map"],"mappings":";;;;;;;;;;;;;;;AAaA,MAAM,+BAA+B,YAAY;CAChD,IAAI;AACJ,KAAI;AACH,YAAU,SAAS,WAAWA,+CAAoB,CAAC;UAC3C,MAAM;AACd,SAAO;GACN,eAAeC,0DAAyB,EAAE,EAAE,SAAS,SAAS,SAAS,aAAa;GACpF,uBAAuB,KAAK;GAC5B;;CAEF,MAAM,sBAAsBC,oBAAM,IAAI,QAAQ;AAC9C,KAAI,oBAAqB,QAAO;CAChC,MAAM,EAAE,uBAAuB,2BAA2BC,wDAAwB,QAAQ;AAC1F,KAAI,SAAS,UAAU,KAAK,SAAS,UAAW,qBAAoB,SAAS,wBAAwB,sBAAsB;CAC3H,IAAI;AACJ,KAAI,sBAAuB,uBAAsBF,0DAAyBG,oDAAsB,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,8DAA4B,uBAAuB,EAAE,EAAE,qBAAqB,EAAE,SAAS,YAAY,EAAE,CAAC;AAC5G,qBAAM,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,uBAAO,8DAA8D,EAAE,WAAW,MAAM,CAAC;MACtH;EACJ,MAAM,6CAA8B,SAAS,sBAAsB;AACnE,MAAI,2BAA2B,EAAG,uBAAO,6BAA6B,mBAAmB,IAAI,EAAE,WAAW,MAAM,CAAC;MAC5G,uBAAO,6CAA6C,mBAAmB,IAAI,EAAE,WAAW,MAAM,CAAC"}
@@ -0,0 +1,26 @@
1
+ const require_ESMxCJSHelpers = require('../utils/ESMxCJSHelpers.cjs');
2
+ const require_loadExternalFile = require('../loadExternalFile/loadExternalFile.cjs');
3
+
4
+ //#region ../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(require_loadExternalFile.loadExternalFileSync(configFilePath, {
16
+ ...options,
17
+ aliases: {
18
+ ...options?.aliases,
19
+ intlayer: require_ESMxCJSHelpers.configESMxCJSRequire.resolve("@intlayer/types")
20
+ }
21
+ }));
22
+ };
23
+
24
+ //#endregion
25
+ exports.loadConfigurationFile = loadConfigurationFile;
26
+ //# sourceMappingURL=loadConfigurationFile.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"loadConfigurationFile.cjs","names":["loadExternalFileSync","configESMxCJSRequire"],"sources":["../../../../../../../config/dist/esm/configFile/loadConfigurationFile.mjs"],"sourcesContent":["import { configESMxCJSRequire } from \"../utils/ESMxCJSHelpers.mjs\";\nimport { loadExternalFileSync } from \"../loadExternalFile/loadExternalFile.mjs\";\n\n//#region src/configFile/loadConfigurationFile.ts\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,yBAAyBA,8CAAqB,gBAAgB;EACpE,GAAG;EACH,SAAS;GACR,GAAG,SAAS;GACZ,UAAUC,4CAAqB,QAAQ,kBAAkB;GACzD;EACD,CAAC,CAAC"}
@@ -0,0 +1,51 @@
1
+ const require_rolldown_runtime = require('../../../../_virtual/rolldown_runtime.cjs');
2
+ const require_logger = require('../logger.cjs');
3
+ const require_getPackageJsonPath = require('../utils/getPackageJsonPath.cjs');
4
+ let node_fs = require("node:fs");
5
+ let node_path = require("node:path");
6
+
7
+ //#region ../config/dist/esm/configFile/searchConfigurationFile.mjs
8
+ const EXTENSION = [
9
+ "ts",
10
+ "js",
11
+ "json",
12
+ "cjs",
13
+ "mjs",
14
+ ""
15
+ ];
16
+ const CONFIGURATION_FILE_NAME_1 = "intlayer.config";
17
+ const CONFIGURATION_FILE_NAME_2 = ".intlayerrc";
18
+ const configurationFiles = [...EXTENSION.filter((extension) => extension !== "").map((ext) => `${CONFIGURATION_FILE_NAME_1}.${ext}`), CONFIGURATION_FILE_NAME_2];
19
+ /**
20
+ * Search for the configuration file in the given path
21
+ *
22
+ * List of detected configuration files:
23
+ * - intlayer.config.ts
24
+ * - intlayer.config.js
25
+ * - intlayer.config.json
26
+ * - intlayer.config.cjs
27
+ * - intlayer.config.mjs
28
+ * - .intlayerrc
29
+ */
30
+ const searchConfigurationFile = (startDir) => {
31
+ let configurationFilePath;
32
+ let numCustomConfiguration = 0;
33
+ const { baseDir } = require_getPackageJsonPath.getPackageJsonPath(startDir);
34
+ for (const fileName of configurationFiles) try {
35
+ const filePath = (0, node_path.resolve)(baseDir, fileName);
36
+ if (!(0, node_fs.existsSync)(filePath)) {} else {
37
+ numCustomConfiguration += 1;
38
+ if (!configurationFilePath) configurationFilePath = filePath;
39
+ }
40
+ } catch (error) {
41
+ require_logger.logger(`${fileName}: ${error}`, { level: "error" });
42
+ }
43
+ return {
44
+ configurationFilePath,
45
+ numCustomConfiguration
46
+ };
47
+ };
48
+
49
+ //#endregion
50
+ exports.searchConfigurationFile = searchConfigurationFile;
51
+ //# sourceMappingURL=searchConfigurationFile.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"searchConfigurationFile.cjs","names":["getPackageJsonPath"],"sources":["../../../../../../../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 src/configFile/searchConfigurationFile.ts\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,YAAYA,8CAAmB,SAAS;AAChD,MAAK,MAAM,YAAY,mBAAoB,KAAI;EAC9C,MAAM,kCAAmB,SAAS,SAAS;AAC3C,MAAI,yBAAY,SAAS,EAAE,QAAQ;AAClC,6BAA0B;AAC1B,OAAI,CAAC,sBAAuB,yBAAwB;;UAE7C,OAAO;AACf,wBAAO,GAAG,SAAS,IAAI,SAAS,EAAE,OAAO,SAAS,CAAC;;AAEpD,QAAO;EACN;EACA;EACA"}
@@ -0,0 +1,15 @@
1
+
2
+ //#region ../config/dist/esm/defaultValues/build.mjs
3
+ const OPTIMIZE = false;
4
+ const IMPORT_MODE = "static";
5
+ const TRAVERSE_PATTERN = ["**/*.{js,ts,mjs,cjs,jsx,tsx,mjx,cjx,vue,svelte,svte}", "!**/node_modules/**"];
6
+ const OUTPUT_FORMAT = ["cjs", "esm"];
7
+ const CACHE = true;
8
+
9
+ //#endregion
10
+ exports.CACHE = CACHE;
11
+ exports.IMPORT_MODE = IMPORT_MODE;
12
+ exports.OPTIMIZE = OPTIMIZE;
13
+ exports.OUTPUT_FORMAT = OUTPUT_FORMAT;
14
+ exports.TRAVERSE_PATTERN = TRAVERSE_PATTERN;
15
+ //# sourceMappingURL=build.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"build.cjs","names":[],"sources":["../../../../../../../config/dist/esm/defaultValues/build.mjs"],"sourcesContent":["import { __export } from \"../_virtual/rolldown_runtime.mjs\";\n\n//#region src/defaultValues/build.ts\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":";;AAUA,MAAM,WAAW;AACjB,MAAM,cAAc;AACpB,MAAM,mBAAmB,CAAC,wDAAwD,sBAAsB;AACxG,MAAM,gBAAgB,CAAC,OAAO,MAAM;AACpC,MAAM,QAAQ"}
@@ -0,0 +1,54 @@
1
+
2
+ //#region ../config/dist/esm/defaultValues/content.mjs
3
+ const FILE_EXTENSIONS = [
4
+ ".content.ts",
5
+ ".content.js",
6
+ ".content.cjs",
7
+ ".content.cjx",
8
+ ".content.mjs",
9
+ ".content.mjx",
10
+ ".content.json",
11
+ ".content.tsx",
12
+ ".content.jsx"
13
+ ];
14
+ const EXCLUDED_PATHS = [
15
+ "**/node_modules/**",
16
+ "**/dist/**",
17
+ "**/build/**",
18
+ "**/.intlayer/**",
19
+ "**/.next/**",
20
+ "**/.nuxt/**",
21
+ "**/.expo/**",
22
+ "**/.vercel/**",
23
+ "**/.turbo/**",
24
+ "**/.tanstack/**"
25
+ ];
26
+ const CONTENT_DIR = ["."];
27
+ const MAIN_DIR = ".intlayer/main";
28
+ const DICTIONARIES_DIR = ".intlayer/dictionary";
29
+ const REMOTE_DICTIONARIES_DIR = ".intlayer/remote_dictionary";
30
+ const UNMERGED_DICTIONARIES_DIR = ".intlayer/unmerged_dictionary";
31
+ const DYNAMIC_DICTIONARIES_DIR = ".intlayer/dynamic_dictionary";
32
+ const FETCH_DICTIONARIES_DIR = ".intlayer/fetch_dictionary";
33
+ const TYPES_DIR = ".intlayer/types";
34
+ const MODULE_AUGMENTATION_DIR = ".intlayer/types";
35
+ const CONFIG_DIR = ".intlayer/config";
36
+ const CACHE_DIR = ".intlayer/cache";
37
+ const WATCH = true;
38
+
39
+ //#endregion
40
+ exports.CACHE_DIR = CACHE_DIR;
41
+ exports.CONFIG_DIR = CONFIG_DIR;
42
+ exports.CONTENT_DIR = CONTENT_DIR;
43
+ exports.DICTIONARIES_DIR = DICTIONARIES_DIR;
44
+ exports.DYNAMIC_DICTIONARIES_DIR = DYNAMIC_DICTIONARIES_DIR;
45
+ exports.EXCLUDED_PATHS = EXCLUDED_PATHS;
46
+ exports.FETCH_DICTIONARIES_DIR = FETCH_DICTIONARIES_DIR;
47
+ exports.FILE_EXTENSIONS = FILE_EXTENSIONS;
48
+ exports.MAIN_DIR = MAIN_DIR;
49
+ exports.MODULE_AUGMENTATION_DIR = MODULE_AUGMENTATION_DIR;
50
+ exports.REMOTE_DICTIONARIES_DIR = REMOTE_DICTIONARIES_DIR;
51
+ exports.TYPES_DIR = TYPES_DIR;
52
+ exports.UNMERGED_DICTIONARIES_DIR = UNMERGED_DICTIONARIES_DIR;
53
+ exports.WATCH = WATCH;
54
+ //# sourceMappingURL=content.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"content.cjs","names":[],"sources":["../../../../../../../config/dist/esm/defaultValues/content.mjs"],"sourcesContent":["import { __export } from \"../_virtual/rolldown_runtime.mjs\";\n\n//#region src/defaultValues/content.ts\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, I18NEXT_DICTIONARIES_DIR, MAIN_DIR, MASKS_DIR, MODULE_AUGMENTATION_DIR, REACT_INTL_MESSAGES_DIR, REMOTE_DICTIONARIES_DIR, TYPES_DIR, UNMERGED_DICTIONARIES_DIR, WATCH, content_exports };\n//# sourceMappingURL=content.mjs.map"],"mappings":";;AAsBA,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;AAEzB,MAAM,0BAA0B;AAChC,MAAM,4BAA4B;AAClC,MAAM,2BAA2B;AACjC,MAAM,yBAAyB;AAC/B,MAAM,YAAY;AAClB,MAAM,0BAA0B;AAGhC,MAAM,aAAa;AACnB,MAAM,YAAY;AAClB,MAAM,QAAQ"}
@@ -0,0 +1,7 @@
1
+
2
+ //#region ../config/dist/esm/defaultValues/dictionary.mjs
3
+ const FILL = true;
4
+
5
+ //#endregion
6
+ exports.FILL = FILL;
7
+ //# sourceMappingURL=dictionary.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dictionary.cjs","names":[],"sources":["../../../../../../../config/dist/esm/defaultValues/dictionary.mjs"],"sourcesContent":["//#region src/defaultValues/dictionary.ts\nconst FILL = true;\n\n//#endregion\nexport { FILL };\n//# sourceMappingURL=dictionary.mjs.map"],"mappings":";;AACA,MAAM,OAAO"}
@@ -0,0 +1,23 @@
1
+
2
+ //#region ../config/dist/esm/defaultValues/editor.mjs
3
+ const APPLICATION_URL = "";
4
+ const EDITOR_URL = "http://localhost:8000";
5
+ const CMS_URL = "https://intlayer.org";
6
+ const PORT = 8e3;
7
+ const BACKEND_URL = "https://back.intlayer.org";
8
+ const IS_ENABLED = true;
9
+ const LIVE_SYNC = true;
10
+ const DICTIONARY_PRIORITY_STRATEGY = "local_first";
11
+ const LIVE_SYNC_PORT = 4e3;
12
+
13
+ //#endregion
14
+ exports.APPLICATION_URL = APPLICATION_URL;
15
+ exports.BACKEND_URL = BACKEND_URL;
16
+ exports.CMS_URL = CMS_URL;
17
+ exports.DICTIONARY_PRIORITY_STRATEGY = DICTIONARY_PRIORITY_STRATEGY;
18
+ exports.EDITOR_URL = EDITOR_URL;
19
+ exports.IS_ENABLED = IS_ENABLED;
20
+ exports.LIVE_SYNC = LIVE_SYNC;
21
+ exports.LIVE_SYNC_PORT = LIVE_SYNC_PORT;
22
+ exports.PORT = PORT;
23
+ //# sourceMappingURL=editor.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"editor.cjs","names":[],"sources":["../../../../../../../config/dist/esm/defaultValues/editor.mjs"],"sourcesContent":["import { __export } from \"../_virtual/rolldown_runtime.mjs\";\n\n//#region src/defaultValues/editor.ts\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":";;AAcA,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,14 @@
1
+ const require_locales = require('../types/dist/esm/locales.cjs');
2
+
3
+ //#region ../config/dist/esm/defaultValues/internationalization.mjs
4
+ const LOCALES = [require_locales.locales_exports.ENGLISH];
5
+ const REQUIRED_LOCALES = [];
6
+ const DEFAULT_LOCALE = require_locales.locales_exports.ENGLISH;
7
+ const STRICT_MODE = "inclusive";
8
+
9
+ //#endregion
10
+ exports.DEFAULT_LOCALE = DEFAULT_LOCALE;
11
+ exports.LOCALES = LOCALES;
12
+ exports.REQUIRED_LOCALES = REQUIRED_LOCALES;
13
+ exports.STRICT_MODE = STRICT_MODE;
14
+ //# sourceMappingURL=internationalization.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"internationalization.cjs","names":["locales_exports"],"sources":["../../../../../../../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 src/defaultValues/internationalization.ts\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":";;;AAUA,MAAM,UAAU,CAACA,gCAAgB,QAAQ;AACzC,MAAM,mBAAmB,EAAE;AAC3B,MAAM,iBAAiBA,gCAAgB;AACvC,MAAM,cAAc"}
@@ -0,0 +1,10 @@
1
+ const require_logger = require('../logger.cjs');
2
+
3
+ //#region ../config/dist/esm/defaultValues/log.mjs
4
+ const MODE = "default";
5
+ const PREFIX = `${require_logger.ANSIColors.GREY_DARK}[intlayer] ${require_logger.ANSIColors.RESET}`;
6
+
7
+ //#endregion
8
+ exports.MODE = MODE;
9
+ exports.PREFIX = PREFIX;
10
+ //# sourceMappingURL=log.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"log.cjs","names":["ANSIColors"],"sources":["../../../../../../../config/dist/esm/defaultValues/log.mjs"],"sourcesContent":["import { __export } from \"../_virtual/rolldown_runtime.mjs\";\nimport { ANSIColors } from \"../logger.mjs\";\n\n//#region src/defaultValues/log.ts\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":";;;AAQA,MAAM,OAAO;AACb,MAAM,SAAS,GAAGA,0BAAW,UAAU,aAAaA,0BAAW"}
@@ -0,0 +1,11 @@
1
+
2
+ //#region ../config/dist/esm/defaultValues/routing.mjs
3
+ const BASE_PATH = "";
4
+ const ROUTING_MODE = "prefix-no-default";
5
+ const STORAGE = ["cookie", "header"];
6
+
7
+ //#endregion
8
+ exports.BASE_PATH = BASE_PATH;
9
+ exports.ROUTING_MODE = ROUTING_MODE;
10
+ exports.STORAGE = STORAGE;
11
+ //# sourceMappingURL=routing.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"routing.cjs","names":[],"sources":["../../../../../../../config/dist/esm/defaultValues/routing.mjs"],"sourcesContent":["import { __export } from \"../_virtual/rolldown_runtime.mjs\";\n\n//#region src/defaultValues/routing.ts\nvar routing_exports = /* @__PURE__ */ __export({\n\tBASE_PATH: () => BASE_PATH,\n\tCOOKIE_NAME: () => COOKIE_NAME,\n\tHEADER_NAME: () => HEADER_NAME,\n\tLOCALE_STORAGE_NAME: () => LOCALE_STORAGE_NAME,\n\tROUTING_MODE: () => ROUTING_MODE,\n\tSERVER_SET_COOKIE: () => SERVER_SET_COOKIE,\n\tSTORAGE: () => STORAGE\n});\nconst HEADER_NAME = \"x-intlayer-locale\";\nconst COOKIE_NAME = \"INTLAYER_LOCALE\";\nconst LOCALE_STORAGE_NAME = \"INTLAYER_LOCALE\";\nconst BASE_PATH = \"\";\nconst SERVER_SET_COOKIE = \"always\";\nconst ROUTING_MODE = \"prefix-no-default\";\nconst STORAGE = [\"cookie\", \"header\"];\n\n//#endregion\nexport { BASE_PATH, COOKIE_NAME, HEADER_NAME, LOCALE_STORAGE_NAME, ROUTING_MODE, SERVER_SET_COOKIE, STORAGE, routing_exports };\n//# sourceMappingURL=routing.mjs.map"],"mappings":";;AAeA,MAAM,YAAY;AAElB,MAAM,eAAe;AACrB,MAAM,UAAU,CAAC,UAAU,SAAS"}
@@ -0,0 +1,26 @@
1
+ const require_rolldown_runtime = require('../../../_virtual/rolldown_runtime.cjs');
2
+ let node_fs = require("node:fs");
3
+ let dotenv = require("dotenv");
4
+ dotenv = require_rolldown_runtime.__toESM(dotenv);
5
+
6
+ //#region ../config/dist/esm/loadEnvFile.mjs
7
+ const DEFAULT_ENV = "development";
8
+ const loadEnvFile = (options) => {
9
+ const env = options?.env ?? DEFAULT_ENV;
10
+ const envFiles = options?.envFile ? [options.envFile] : [
11
+ `.env.${env}.local`,
12
+ `.env.${env}`,
13
+ ".env.local",
14
+ ".env"
15
+ ];
16
+ const result = {};
17
+ dotenv.default.config({
18
+ path: envFiles,
19
+ processEnv: result
20
+ });
21
+ return result;
22
+ };
23
+
24
+ //#endregion
25
+ exports.loadEnvFile = loadEnvFile;
26
+ //# sourceMappingURL=loadEnvFile.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"loadEnvFile.cjs","names":[],"sources":["../../../../../../config/dist/esm/loadEnvFile.mjs"],"sourcesContent":["import { existsSync } from \"node:fs\";\nimport dotenv from \"dotenv\";\n\n//#region src/loadEnvFile.ts\nconst DEFAULT_ENV = \"development\";\nconst getEnvFilePath = (env = \"development\", envFile) => {\n\treturn (envFile ? [envFile] : [\n\t\t`.env.${env}.local`,\n\t\t`.env.${env}`,\n\t\t\".env.local\",\n\t\t\".env\"\n\t]).find(existsSync);\n};\nconst loadEnvFile = (options) => {\n\tconst env = options?.env ?? DEFAULT_ENV;\n\tconst envFiles = options?.envFile ? [options.envFile] : [\n\t\t`.env.${env}.local`,\n\t\t`.env.${env}`,\n\t\t\".env.local\",\n\t\t\".env\"\n\t];\n\tconst result = {};\n\tdotenv.config({\n\t\tpath: envFiles,\n\t\tprocessEnv: result\n\t});\n\treturn result;\n};\n\n//#endregion\nexport { getEnvFilePath, loadEnvFile };\n//# sourceMappingURL=loadEnvFile.mjs.map"],"mappings":";;;;;;AAIA,MAAM,cAAc;AASpB,MAAM,eAAe,YAAY;CAChC,MAAM,MAAM,SAAS,OAAO;CAC5B,MAAM,WAAW,SAAS,UAAU,CAAC,QAAQ,QAAQ,GAAG;EACvD,QAAQ,IAAI;EACZ,QAAQ;EACR;EACA;EACA;CACD,MAAM,SAAS,EAAE;AACjB,gBAAO,OAAO;EACb,MAAM;EACN,YAAY;EACZ,CAAC;AACF,QAAO"}