@intlayer/config 9.0.0-canary.2 → 9.0.0-canary.20

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 (305) hide show
  1. package/dist/cjs/built.cjs +2 -0
  2. package/dist/cjs/built.cjs.map +1 -1
  3. package/dist/cjs/bundle/index.cjs +1 -1
  4. package/dist/cjs/bundle/index.cjs.map +1 -1
  5. package/dist/cjs/bundle/logBundle.cjs.map +1 -1
  6. package/dist/cjs/callers/base.cjs +42 -0
  7. package/dist/cjs/callers/base.cjs.map +1 -0
  8. package/dist/cjs/callers/compat/i18next.cjs +27 -0
  9. package/dist/cjs/callers/compat/i18next.cjs.map +1 -0
  10. package/dist/cjs/callers/compat/lingui.cjs +82 -0
  11. package/dist/cjs/callers/compat/lingui.cjs.map +1 -0
  12. package/dist/cjs/callers/compat/nextIntl.cjs +44 -0
  13. package/dist/cjs/callers/compat/nextIntl.cjs.map +1 -0
  14. package/dist/cjs/callers/compat/reactI18next.cjs +50 -0
  15. package/dist/cjs/callers/compat/reactI18next.cjs.map +1 -0
  16. package/dist/cjs/callers/compat/reactIntl.cjs +31 -0
  17. package/dist/cjs/callers/compat/reactIntl.cjs.map +1 -0
  18. package/dist/cjs/callers/compat/useIntl.cjs +46 -0
  19. package/dist/cjs/callers/compat/useIntl.cjs.map +1 -0
  20. package/dist/cjs/callers/compat/vueI18n.cjs +26 -0
  21. package/dist/cjs/callers/compat/vueI18n.cjs.map +1 -0
  22. package/dist/cjs/callers/index.cjs +87 -0
  23. package/dist/cjs/callers/index.cjs.map +1 -0
  24. package/dist/cjs/callers/transform.cjs +46 -0
  25. package/dist/cjs/callers/transform.cjs.map +1 -0
  26. package/dist/cjs/callers/types.cjs +0 -0
  27. package/dist/cjs/client.cjs +1 -0
  28. package/dist/cjs/configFile/buildBrowserConfiguration.cjs +58 -3
  29. package/dist/cjs/configFile/buildBrowserConfiguration.cjs.map +1 -1
  30. package/dist/cjs/configFile/buildConfigurationFields.cjs +10 -4
  31. package/dist/cjs/configFile/buildConfigurationFields.cjs.map +1 -1
  32. package/dist/cjs/configFile/configurationSchema.cjs +8 -0
  33. package/dist/cjs/configFile/configurationSchema.cjs.map +1 -1
  34. package/dist/cjs/configFile/getConfiguration.cjs +10 -3
  35. package/dist/cjs/configFile/getConfiguration.cjs.map +1 -1
  36. package/dist/cjs/configFile/index.cjs +2 -0
  37. package/dist/cjs/configFile/loadConfigurationFile.cjs.map +1 -1
  38. package/dist/cjs/configFile/searchConfigurationFile.cjs +0 -1
  39. package/dist/cjs/configFile/searchConfigurationFile.cjs.map +1 -1
  40. package/dist/cjs/defaultValues/analytics.cjs +16 -0
  41. package/dist/cjs/defaultValues/analytics.cjs.map +1 -0
  42. package/dist/cjs/defaultValues/build.cjs.map +1 -1
  43. package/dist/cjs/defaultValues/compiler.cjs +1 -1
  44. package/dist/cjs/defaultValues/compiler.cjs.map +1 -1
  45. package/dist/cjs/defaultValues/content.cjs.map +1 -1
  46. package/dist/cjs/defaultValues/index.cjs +5 -0
  47. package/dist/cjs/defaultValues/internationalization.cjs.map +1 -1
  48. package/dist/cjs/defaultValues/routing.cjs +2 -0
  49. package/dist/cjs/defaultValues/routing.cjs.map +1 -1
  50. package/dist/cjs/envVars/envVars.cjs +4 -2
  51. package/dist/cjs/envVars/envVars.cjs.map +1 -1
  52. package/dist/cjs/loadEnvFile.cjs +44 -7
  53. package/dist/cjs/loadEnvFile.cjs.map +1 -1
  54. package/dist/cjs/loadExternalFile/bundleFile.cjs +4 -3
  55. package/dist/cjs/loadExternalFile/bundleFile.cjs.map +1 -1
  56. package/dist/cjs/loadExternalFile/bundleJSFile.cjs +0 -1
  57. package/dist/cjs/loadExternalFile/bundleJSFile.cjs.map +1 -1
  58. package/dist/cjs/loadExternalFile/index.cjs +1 -0
  59. package/dist/cjs/loadExternalFile/loadExternalFile.cjs +11 -6
  60. package/dist/cjs/loadExternalFile/loadExternalFile.cjs.map +1 -1
  61. package/dist/cjs/loadExternalFile/parseFileContent.cjs +52 -17
  62. package/dist/cjs/loadExternalFile/parseFileContent.cjs.map +1 -1
  63. package/dist/cjs/loadExternalFile/transpileTSToCJS.cjs +99 -10
  64. package/dist/cjs/loadExternalFile/transpileTSToCJS.cjs.map +1 -1
  65. package/dist/cjs/logger.cjs +2 -1
  66. package/dist/cjs/logger.cjs.map +1 -1
  67. package/dist/cjs/node.cjs +2 -0
  68. package/dist/cjs/utils/ESMxCJSHelpers.cjs +0 -1
  69. package/dist/cjs/utils/ESMxCJSHelpers.cjs.map +1 -1
  70. package/dist/cjs/utils/alias.cjs +0 -1
  71. package/dist/cjs/utils/alias.cjs.map +1 -1
  72. package/dist/cjs/utils/cacheDisk.cjs +2 -1
  73. package/dist/cjs/utils/cacheDisk.cjs.map +1 -1
  74. package/dist/cjs/utils/cacheMemory.cjs +0 -1
  75. package/dist/cjs/utils/cacheMemory.cjs.map +1 -1
  76. package/dist/cjs/utils/clearModuleCache.cjs.map +1 -1
  77. package/dist/cjs/utils/compareVersions.cjs.map +1 -1
  78. package/dist/cjs/utils/extractErrorMessage.cjs.map +1 -1
  79. package/dist/cjs/utils/getDictionarySelectorUsage.cjs +1 -1
  80. package/dist/cjs/utils/getDictionarySelectorUsage.cjs.map +1 -1
  81. package/dist/cjs/utils/getExtension.cjs.map +1 -1
  82. package/dist/cjs/utils/getPackageJsonPath.cjs +0 -1
  83. package/dist/cjs/utils/getPackageJsonPath.cjs.map +1 -1
  84. package/dist/cjs/utils/getStorageAttributes.cjs +2 -1
  85. package/dist/cjs/utils/getStorageAttributes.cjs.map +1 -1
  86. package/dist/cjs/utils/getUsedNodeTypes.cjs +0 -1
  87. package/dist/cjs/utils/getUsedNodeTypes.cjs.map +1 -1
  88. package/dist/cjs/utils/logStack.cjs.map +1 -1
  89. package/dist/cjs/utils/normalizePath.cjs.map +1 -1
  90. package/dist/cjs/utils/parseFilePathPattern.cjs.map +1 -1
  91. package/dist/cjs/utils/pathSecurity.cjs +0 -1
  92. package/dist/cjs/utils/pathSecurity.cjs.map +1 -1
  93. package/dist/cjs/utils/retryManager.cjs.map +1 -1
  94. package/dist/cjs/utils/setIntlayerIdentifier.cjs.map +1 -1
  95. package/dist/cjs/utils/stringFormatter/camelCaseToKebabCase.cjs.map +1 -1
  96. package/dist/cjs/utils/stringFormatter/camelCaseToSentence.cjs.map +1 -1
  97. package/dist/cjs/utils/stringFormatter/kebabCaseToCamelCase.cjs.map +1 -1
  98. package/dist/cjs/utils/stringFormatter/toLowerCamelCase.cjs.map +1 -1
  99. package/dist/esm/built.mjs +2 -1
  100. package/dist/esm/built.mjs.map +1 -1
  101. package/dist/esm/bundle/index.mjs +3 -3
  102. package/dist/esm/bundle/index.mjs.map +1 -1
  103. package/dist/esm/bundle/logBundle.mjs.map +1 -1
  104. package/dist/esm/callers/base.mjs +40 -0
  105. package/dist/esm/callers/base.mjs.map +1 -0
  106. package/dist/esm/callers/compat/i18next.mjs +25 -0
  107. package/dist/esm/callers/compat/i18next.mjs.map +1 -0
  108. package/dist/esm/callers/compat/lingui.mjs +80 -0
  109. package/dist/esm/callers/compat/lingui.mjs.map +1 -0
  110. package/dist/esm/callers/compat/nextIntl.mjs +42 -0
  111. package/dist/esm/callers/compat/nextIntl.mjs.map +1 -0
  112. package/dist/esm/callers/compat/reactI18next.mjs +48 -0
  113. package/dist/esm/callers/compat/reactI18next.mjs.map +1 -0
  114. package/dist/esm/callers/compat/reactIntl.mjs +29 -0
  115. package/dist/esm/callers/compat/reactIntl.mjs.map +1 -0
  116. package/dist/esm/callers/compat/useIntl.mjs +44 -0
  117. package/dist/esm/callers/compat/useIntl.mjs.map +1 -0
  118. package/dist/esm/callers/compat/vueI18n.mjs +24 -0
  119. package/dist/esm/callers/compat/vueI18n.mjs.map +1 -0
  120. package/dist/esm/callers/index.mjs +72 -0
  121. package/dist/esm/callers/index.mjs.map +1 -0
  122. package/dist/esm/callers/transform.mjs +43 -0
  123. package/dist/esm/callers/transform.mjs.map +1 -0
  124. package/dist/esm/callers/types.mjs +0 -0
  125. package/dist/esm/client.mjs +2 -2
  126. package/dist/esm/configFile/buildBrowserConfiguration.mjs +59 -5
  127. package/dist/esm/configFile/buildBrowserConfiguration.mjs.map +1 -1
  128. package/dist/esm/configFile/buildConfigurationFields.mjs +11 -5
  129. package/dist/esm/configFile/buildConfigurationFields.mjs.map +1 -1
  130. package/dist/esm/configFile/configurationSchema.mjs +8 -1
  131. package/dist/esm/configFile/configurationSchema.mjs.map +1 -1
  132. package/dist/esm/configFile/getConfiguration.mjs +10 -2
  133. package/dist/esm/configFile/getConfiguration.mjs.map +1 -1
  134. package/dist/esm/configFile/index.mjs +3 -3
  135. package/dist/esm/configFile/loadConfigurationFile.mjs.map +1 -1
  136. package/dist/esm/configFile/searchConfigurationFile.mjs.map +1 -1
  137. package/dist/esm/defaultValues/analytics.mjs +12 -0
  138. package/dist/esm/defaultValues/analytics.mjs.map +1 -0
  139. package/dist/esm/defaultValues/build.mjs.map +1 -1
  140. package/dist/esm/defaultValues/compiler.mjs +1 -1
  141. package/dist/esm/defaultValues/compiler.mjs.map +1 -1
  142. package/dist/esm/defaultValues/content.mjs.map +1 -1
  143. package/dist/esm/defaultValues/index.mjs +3 -2
  144. package/dist/esm/defaultValues/internationalization.mjs.map +1 -1
  145. package/dist/esm/defaultValues/routing.mjs +2 -1
  146. package/dist/esm/defaultValues/routing.mjs.map +1 -1
  147. package/dist/esm/envVars/envVars.mjs +4 -2
  148. package/dist/esm/envVars/envVars.mjs.map +1 -1
  149. package/dist/esm/loadEnvFile.mjs +45 -8
  150. package/dist/esm/loadEnvFile.mjs.map +1 -1
  151. package/dist/esm/loadExternalFile/bundleFile.mjs +4 -2
  152. package/dist/esm/loadExternalFile/bundleFile.mjs.map +1 -1
  153. package/dist/esm/loadExternalFile/bundleJSFile.mjs.map +1 -1
  154. package/dist/esm/loadExternalFile/index.mjs +2 -2
  155. package/dist/esm/loadExternalFile/loadExternalFile.mjs +11 -6
  156. package/dist/esm/loadExternalFile/loadExternalFile.mjs.map +1 -1
  157. package/dist/esm/loadExternalFile/parseFileContent.mjs +52 -17
  158. package/dist/esm/loadExternalFile/parseFileContent.mjs.map +1 -1
  159. package/dist/esm/loadExternalFile/transpileTSToCJS.mjs +102 -13
  160. package/dist/esm/loadExternalFile/transpileTSToCJS.mjs.map +1 -1
  161. package/dist/esm/logger.mjs +2 -1
  162. package/dist/esm/logger.mjs.map +1 -1
  163. package/dist/esm/node.mjs +3 -3
  164. package/dist/esm/utils/ESMxCJSHelpers.mjs.map +1 -1
  165. package/dist/esm/utils/alias.mjs.map +1 -1
  166. package/dist/esm/utils/cacheDisk.mjs +6 -5
  167. package/dist/esm/utils/cacheDisk.mjs.map +1 -1
  168. package/dist/esm/utils/cacheMemory.mjs.map +1 -1
  169. package/dist/esm/utils/clearModuleCache.mjs.map +1 -1
  170. package/dist/esm/utils/compareVersions.mjs.map +1 -1
  171. package/dist/esm/utils/extractErrorMessage.mjs.map +1 -1
  172. package/dist/esm/utils/getDictionarySelectorUsage.mjs +1 -1
  173. package/dist/esm/utils/getDictionarySelectorUsage.mjs.map +1 -1
  174. package/dist/esm/utils/getExtension.mjs.map +1 -1
  175. package/dist/esm/utils/getPackageJsonPath.mjs.map +1 -1
  176. package/dist/esm/utils/getStorageAttributes.mjs +2 -1
  177. package/dist/esm/utils/getStorageAttributes.mjs.map +1 -1
  178. package/dist/esm/utils/getUsedNodeTypes.mjs.map +1 -1
  179. package/dist/esm/utils/logStack.mjs.map +1 -1
  180. package/dist/esm/utils/normalizePath.mjs.map +1 -1
  181. package/dist/esm/utils/parseFilePathPattern.mjs.map +1 -1
  182. package/dist/esm/utils/pathSecurity.mjs.map +1 -1
  183. package/dist/esm/utils/retryManager.mjs.map +1 -1
  184. package/dist/esm/utils/setIntlayerIdentifier.mjs.map +1 -1
  185. package/dist/esm/utils/stringFormatter/camelCaseToKebabCase.mjs.map +1 -1
  186. package/dist/esm/utils/stringFormatter/camelCaseToSentence.mjs.map +1 -1
  187. package/dist/esm/utils/stringFormatter/kebabCaseToCamelCase.mjs.map +1 -1
  188. package/dist/esm/utils/stringFormatter/toLowerCamelCase.mjs.map +1 -1
  189. package/dist/types/built.d.ts +2 -1
  190. package/dist/types/built.d.ts.map +1 -1
  191. package/dist/types/bundle/index.d.ts +2 -4
  192. package/dist/types/bundle/index.d.ts.map +1 -1
  193. package/dist/types/bundle/logBundle.d.ts +0 -1
  194. package/dist/types/bundle/logBundle.d.ts.map +1 -1
  195. package/dist/types/callers/base.d.ts +13 -0
  196. package/dist/types/callers/base.d.ts.map +1 -0
  197. package/dist/types/callers/compat/i18next.d.ts +11 -0
  198. package/dist/types/callers/compat/i18next.d.ts.map +1 -0
  199. package/dist/types/callers/compat/lingui.d.ts +6 -0
  200. package/dist/types/callers/compat/lingui.d.ts.map +1 -0
  201. package/dist/types/callers/compat/nextIntl.d.ts +12 -0
  202. package/dist/types/callers/compat/nextIntl.d.ts.map +1 -0
  203. package/dist/types/callers/compat/reactI18next.d.ts +14 -0
  204. package/dist/types/callers/compat/reactI18next.d.ts.map +1 -0
  205. package/dist/types/callers/compat/reactIntl.d.ts +15 -0
  206. package/dist/types/callers/compat/reactIntl.d.ts.map +1 -0
  207. package/dist/types/callers/compat/useIntl.d.ts +11 -0
  208. package/dist/types/callers/compat/useIntl.d.ts.map +1 -0
  209. package/dist/types/callers/compat/vueI18n.d.ts +11 -0
  210. package/dist/types/callers/compat/vueI18n.d.ts.map +1 -0
  211. package/dist/types/callers/index.d.ts +48 -0
  212. package/dist/types/callers/index.d.ts.map +1 -0
  213. package/dist/types/callers/transform.d.ts +60 -0
  214. package/dist/types/callers/transform.d.ts.map +1 -0
  215. package/dist/types/callers/types.d.ts +160 -0
  216. package/dist/types/callers/types.d.ts.map +1 -0
  217. package/dist/types/client.d.ts +2 -2
  218. package/dist/types/colors.d.ts +14 -14
  219. package/dist/types/colors.d.ts.map +1 -1
  220. package/dist/types/configFile/buildBrowserConfiguration.d.ts +24 -4
  221. package/dist/types/configFile/buildBrowserConfiguration.d.ts.map +1 -1
  222. package/dist/types/configFile/buildConfigurationFields.d.ts +8 -4
  223. package/dist/types/configFile/buildConfigurationFields.d.ts.map +1 -1
  224. package/dist/types/configFile/configurationSchema.d.ts +47 -36
  225. package/dist/types/configFile/configurationSchema.d.ts.map +1 -1
  226. package/dist/types/configFile/getConfiguration.d.ts +0 -1
  227. package/dist/types/configFile/getConfiguration.d.ts.map +1 -1
  228. package/dist/types/configFile/index.d.ts +3 -3
  229. package/dist/types/configFile/loadConfigurationFile.d.ts +1 -2
  230. package/dist/types/configFile/loadConfigurationFile.d.ts.map +1 -1
  231. package/dist/types/configFile/searchConfigurationFile.d.ts +1 -1
  232. package/dist/types/configFile/searchConfigurationFile.d.ts.map +1 -1
  233. package/dist/types/defaultValues/analytics.d.ts +11 -0
  234. package/dist/types/defaultValues/analytics.d.ts.map +1 -0
  235. package/dist/types/defaultValues/build.d.ts.map +1 -1
  236. package/dist/types/defaultValues/compiler.d.ts +1 -1
  237. package/dist/types/defaultValues/compiler.d.ts.map +1 -1
  238. package/dist/types/defaultValues/content.d.ts.map +1 -1
  239. package/dist/types/defaultValues/dictionary.d.ts +0 -1
  240. package/dist/types/defaultValues/dictionary.d.ts.map +1 -1
  241. package/dist/types/defaultValues/editor.d.ts.map +1 -1
  242. package/dist/types/defaultValues/index.d.ts +3 -2
  243. package/dist/types/defaultValues/internationalization.d.ts +0 -1
  244. package/dist/types/defaultValues/internationalization.d.ts.map +1 -1
  245. package/dist/types/defaultValues/log.d.ts.map +1 -1
  246. package/dist/types/defaultValues/routing.d.ts +2 -2
  247. package/dist/types/defaultValues/routing.d.ts.map +1 -1
  248. package/dist/types/defaultValues/system.d.ts.map +1 -1
  249. package/dist/types/envVars/envVars.d.ts +1 -2
  250. package/dist/types/envVars/envVars.d.ts.map +1 -1
  251. package/dist/types/loadEnvFile.d.ts +1 -1
  252. package/dist/types/loadEnvFile.d.ts.map +1 -1
  253. package/dist/types/loadExternalFile/bundleFile.d.ts +0 -1
  254. package/dist/types/loadExternalFile/bundleFile.d.ts.map +1 -1
  255. package/dist/types/loadExternalFile/bundleJSFile.d.ts +57 -59
  256. package/dist/types/loadExternalFile/bundleJSFile.d.ts.map +1 -1
  257. package/dist/types/loadExternalFile/index.d.ts +2 -2
  258. package/dist/types/loadExternalFile/loadExternalFile.d.ts +0 -1
  259. package/dist/types/loadExternalFile/loadExternalFile.d.ts.map +1 -1
  260. package/dist/types/loadExternalFile/parseFileContent.d.ts +9 -1
  261. package/dist/types/loadExternalFile/parseFileContent.d.ts.map +1 -1
  262. package/dist/types/loadExternalFile/transpileTSToCJS.d.ts +4 -4
  263. package/dist/types/loadExternalFile/transpileTSToCJS.d.ts.map +1 -1
  264. package/dist/types/logger.d.ts +2 -3
  265. package/dist/types/logger.d.ts.map +1 -1
  266. package/dist/types/node.d.ts +3 -3
  267. package/dist/types/utils/ESMxCJSHelpers.d.ts.map +1 -1
  268. package/dist/types/utils/alias.d.ts +1 -6
  269. package/dist/types/utils/alias.d.ts.map +1 -1
  270. package/dist/types/utils/cacheDisk.d.ts +22 -11
  271. package/dist/types/utils/cacheDisk.d.ts.map +1 -1
  272. package/dist/types/utils/cacheMemory.d.ts +3 -3
  273. package/dist/types/utils/cacheMemory.d.ts.map +1 -1
  274. package/dist/types/utils/clearModuleCache.d.ts.map +1 -1
  275. package/dist/types/utils/compareVersions.d.ts +1 -1
  276. package/dist/types/utils/compareVersions.d.ts.map +1 -1
  277. package/dist/types/utils/extractErrorMessage.d.ts.map +1 -1
  278. package/dist/types/utils/getDictionarySelectorUsage.d.ts +1 -2
  279. package/dist/types/utils/getDictionarySelectorUsage.d.ts.map +1 -1
  280. package/dist/types/utils/getExtension.d.ts +1 -2
  281. package/dist/types/utils/getExtension.d.ts.map +1 -1
  282. package/dist/types/utils/getPackageJsonPath.d.ts.map +1 -1
  283. package/dist/types/utils/getStorageAttributes.d.ts +0 -1
  284. package/dist/types/utils/getStorageAttributes.d.ts.map +1 -1
  285. package/dist/types/utils/getUsedNodeTypes.d.ts +0 -1
  286. package/dist/types/utils/getUsedNodeTypes.d.ts.map +1 -1
  287. package/dist/types/utils/logStack.d.ts.map +1 -1
  288. package/dist/types/utils/normalizePath.d.ts.map +1 -1
  289. package/dist/types/utils/parseFilePathPattern.d.ts +0 -1
  290. package/dist/types/utils/parseFilePathPattern.d.ts.map +1 -1
  291. package/dist/types/utils/pathSecurity.d.ts.map +1 -1
  292. package/dist/types/utils/retryManager.d.ts +8 -9
  293. package/dist/types/utils/retryManager.d.ts.map +1 -1
  294. package/dist/types/utils/setIntlayerIdentifier.d.ts.map +1 -1
  295. package/dist/types/utils/stringFormatter/camelCaseToKebabCase.d.ts.map +1 -1
  296. package/dist/types/utils/stringFormatter/camelCaseToSentence.d.ts.map +1 -1
  297. package/dist/types/utils/stringFormatter/kebabCaseToCamelCase.d.ts.map +1 -1
  298. package/dist/types/utils/stringFormatter/toLowerCamelCase.d.ts.map +1 -1
  299. package/package.json +12 -8
  300. package/dist/cjs/built.browser.cjs +0 -46
  301. package/dist/cjs/built.browser.cjs.map +0 -1
  302. package/dist/esm/built.browser.mjs +0 -32
  303. package/dist/esm/built.browser.mjs.map +0 -1
  304. package/dist/types/built.browser.d.ts +0 -27
  305. package/dist/types/built.browser.d.ts.map +0 -1
@@ -0,0 +1,60 @@
1
+ import { CallerDescriptor } from "./types.js";
2
+ //#region src/callers/transform.d.ts
3
+ /**
4
+ * Wire format of an extra caller forwarded to the `@intlayer/swc` plugin.
5
+ *
6
+ * Field names mirror the serde attributes of `ExtraCallerConfig` in
7
+ * `packages/@intlayer/swc/src/lib.rs` — both sides must stay in sync.
8
+ */
9
+ type SwcExtraCallerConfig = {
10
+ /** The function name the user calls, e.g. `"useTranslation"`. */
11
+ callerName: string;
12
+ /** Module specifiers exporting the function (original + `@intlayer/*`). */
13
+ importSources: string[];
14
+ /**
15
+ * Zero-based index of the positional argument holding the namespace string.
16
+ * Omitted for fixed/option namespace callers.
17
+ */
18
+ namespaceArgIndex?: number;
19
+ /**
20
+ * Compile-time constant namespace — the dictionary ident is inserted as a
21
+ * new first argument (lingui's `useLingui()`).
22
+ */
23
+ fixedNamespace?: string;
24
+ /**
25
+ * Namespace read from a property of an options-object argument — the
26
+ * dictionary ident is inserted as a new first argument and the property is
27
+ * rewritten to the key-prefix remainder (vue-i18n's `useI18n({ namespace })`).
28
+ */
29
+ namespaceOption?: {
30
+ argumentIndex: number;
31
+ property: string;
32
+ };
33
+ /** Replacement function name for static import mode, e.g. `"useDictionary"`. */
34
+ staticReplacement: string;
35
+ /** Replacement function name for dynamic/fetch mode, e.g. `"useDictionaryDynamic"`. */
36
+ dynamicReplacement: string;
37
+ };
38
+ /**
39
+ * Returns the callers of a registry slice that the optimize pass can rewrite
40
+ * at build time: plain imported functions carrying both replacement names.
41
+ *
42
+ * Method-matched callers (`i18n.getFixedT`) and JSX components are excluded —
43
+ * their call sites cannot be re-pointed through an import specifier rename.
44
+ */
45
+ declare const getRewritableCallers: (descriptors: CallerDescriptor[]) => CallerDescriptor[];
46
+ /**
47
+ * Serialises the rewritable callers of a registry slice into the
48
+ * `@intlayer/swc` plugin wire format (`extraCallers` option).
49
+ *
50
+ * Callers whose namespace can only be derived per-message id
51
+ * (`path-first-segment`) are skipped: the transform cannot bind a single
52
+ * dictionary to the call site.
53
+ *
54
+ * @param descriptors - Registry slice, e.g. `REACT_I18NEXT_CALLERS`.
55
+ * @returns Configs ready to pass as `swcExtraCallers` / `extraCallers`.
56
+ */
57
+ declare const toSwcExtraCallers: (descriptors: CallerDescriptor[]) => SwcExtraCallerConfig[];
58
+ //#endregion
59
+ export { SwcExtraCallerConfig, getRewritableCallers, toSwcExtraCallers };
60
+ //# sourceMappingURL=transform.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"transform.d.ts","names":[],"sources":["../../../src/callers/transform.ts"],"mappings":";;;;;;;;KAQY;;EAEV;;EAEA;;;;;EAKA;;;;;EAKA;;;;;;EAMA;IAAoB;IAAuB;;;EAE3C;;EAEA;;;;;;;;;cAUW,uBAAoB,aAClB,uBACZ;;;;;;;;;;;;cA6BU,oBAAiB,aACf,uBACZ"}
@@ -0,0 +1,160 @@
1
+ //#region src/callers/types.d.ts
2
+ /**
3
+ * Shared caller-descriptor model.
4
+ *
5
+ * A "caller" is any function or JSX component through which application code
6
+ * reads intlayer content: the base getters (`useIntlayer`, `getIntlayer`) and
7
+ * every compat-adapter entry point (`useTranslation`, `useTranslations`,
8
+ * `formatMessage`, lingui's `t`/`_`, …).
9
+ *
10
+ * This registry is the single source of truth consumed by:
11
+ * - `@intlayer/babel` — field-usage analysis (purge/minify) and the optimize
12
+ * pass that rewrites caller invocations to `useDictionary(...)` /
13
+ * `useDictionaryDynamic(...)` with pre-imported dictionaries.
14
+ * - `@intlayer/swc` — the same optimize pass for Next.js builds; descriptors
15
+ * are serialised to the plugin's wire format via `toSwcExtraCallers`.
16
+ * - `@intlayer/lsp` and the VS Code extension — AST/regex matchers powering
17
+ * go-to-definition, references and completion.
18
+ * - Each compat package's bundler plugin — injects its library's descriptors
19
+ * into the pipelines above, so no compat-specific name is hard-coded in the
20
+ * core packages.
21
+ */
22
+ /**
23
+ * Where a value (namespace/dictionary key, or key prefix) is read from a call
24
+ * expression.
25
+ */
26
+ type CallerValueSource =
27
+ /** Positional argument holding a string literal, e.g. `useTranslations('ns')`. */
28
+ {
29
+ from: 'argument';
30
+ index: number;
31
+ } |
32
+ /** Property of an options-object argument, e.g. `useI18n({ namespace: 'ns' })`. */
33
+ {
34
+ from: 'option';
35
+ argumentIndex: number;
36
+ property: string;
37
+ } |
38
+ /**
39
+ * Compile-time constant — every call site reads the same dictionary.
40
+ * Used by single-catalog libraries such as lingui (`messages`).
41
+ */
42
+ {
43
+ from: 'fixed';
44
+ value: string;
45
+ } |
46
+ /**
47
+ * The first dot-segment of the message id passed to the call itself.
48
+ * Used by react-intl where `formatMessage({ id: 'home.title' })` encodes
49
+ * both the dictionary key (`home`) and the field path (`title`).
50
+ */
51
+ {
52
+ from: 'path-first-segment';
53
+ };
54
+ /**
55
+ * How translated content is obtained from the caller's result.
56
+ *
57
+ * - `'content'` — returns the dictionary content object; fields are
58
+ * read through member access or destructuring
59
+ * (`useIntlayer`, `getIntlayer`).
60
+ * - `'return-value'` — returns the translation function directly:
61
+ * `const t = useTranslations('ns'); t('key')`.
62
+ * - `'destructured-t'` — returns an object holding `t`:
63
+ * `const { t } = useTranslation('ns'); t('key')`.
64
+ * - `'self'` — the caller IS the translation call; the message id is
65
+ * one of its own arguments (`formatMessage`, `i18n._`).
66
+ * - `'all'` — field-level analysis is impossible; the whole
67
+ * dictionary is marked as used (Angular templates,
68
+ * lingui hashed ids).
69
+ */
70
+ type CallerResultShape = 'content' | 'return-value' | 'destructured-t' | 'self' | 'all';
71
+ /**
72
+ * Full description of a single caller.
73
+ */
74
+ type CallerDescriptor = {
75
+ /** Function or JSX component name, e.g. `'useTranslation'`, `'FormattedMessage'`. */
76
+ callerName: string;
77
+ /** Library identifier grouping related callers, e.g. `'react-i18next'`. */
78
+ library: string;
79
+ /**
80
+ * Module specifiers the caller may be imported from. Includes both the
81
+ * original library names and the `@intlayer/*` adapter equivalents, because
82
+ * bundler aliasing keeps user imports on the original names.
83
+ */
84
+ importSources: string[];
85
+ /**
86
+ * When `true`, the caller only participates in matching when the analysed
87
+ * file imports from one of `importSources`. Used for generic names such as
88
+ * lingui's `t` / `_` that would otherwise produce false positives.
89
+ */
90
+ requiresImport?: boolean;
91
+ /**
92
+ * When `true`, the caller is also matched as a method on any object
93
+ * (`i18n.getFixedT(...)`, `intl.formatMessage(...)`) in addition to the
94
+ * bare-identifier form.
95
+ */
96
+ matchAsMethod?: boolean;
97
+ /** When `true`, also match the tagged-template form, e.g. lingui's ``t`…` ``. */
98
+ matchAsTaggedTemplate?: boolean;
99
+ /**
100
+ * When set, the caller is also matched as a JSX element whose attribute of
101
+ * this name holds the message id, e.g. `<FormattedMessage id="home.title" />`
102
+ * or `<Trans i18nKey="richText" />`.
103
+ */
104
+ jsxIdAttribute?: string;
105
+ /**
106
+ * Optional JSX attribute carrying the namespace (dictionary key), e.g.
107
+ * react-i18next's `<Trans ns="home" i18nKey="title" />`.
108
+ */
109
+ jsxNamespaceAttribute?: string;
110
+ /**
111
+ * Where the dictionary key is read from, tried in declaration order.
112
+ * The first source that yields a static string wins.
113
+ */
114
+ namespaceSources: CallerValueSource[];
115
+ /**
116
+ * Optional key prefix prepended to every message path resolved through the
117
+ * returned translation function, e.g. `getFixedT(lng, ns, keyPrefix)` or
118
+ * `useTranslation(ns, { keyPrefix })`.
119
+ */
120
+ keyPrefixSources?: CallerValueSource[];
121
+ /**
122
+ * When `true`, a dotted namespace is split at the first `.`: the first
123
+ * segment is the dictionary key and the rest becomes a key prefix.
124
+ * next-intl semantics: `useTranslations('about.counter')` reads the
125
+ * `about` dictionary with every `t()` path prefixed by `counter`.
126
+ */
127
+ nestedNamespace?: boolean;
128
+ /**
129
+ * When `true`, the caller may be invoked without any namespace
130
+ * (`useTranslations()` root scope) — the dictionary key is then the first
131
+ * dot-segment of each message id passed to the returned `t()`.
132
+ */
133
+ allowRootScope?: boolean;
134
+ /** How translated content is obtained from the caller's result. */
135
+ translationFunction: CallerResultShape;
136
+ /**
137
+ * When `true`, the message id is a *flat* dictionary field that itself may
138
+ * contain dots (lingui catalogs). When unset, dotted ids map onto nested
139
+ * dictionary objects and are split into a field path.
140
+ */
141
+ flatKey?: boolean;
142
+ /**
143
+ * Name of the dictionary-accepting replacement used by the optimize pass in
144
+ * static import mode, e.g. `'useDictionary'`. The replacement must be
145
+ * exported from every module in `importSources` (the compat package exports
146
+ * it; original-library specifiers are bundler-aliased to the compat package).
147
+ *
148
+ * Only callers with both replacements set — and matched as plain imported
149
+ * functions (not `matchAsMethod` / JSX) — are rewritten at build time.
150
+ */
151
+ staticReplacement?: string;
152
+ /**
153
+ * Name of the dictionary-accepting replacement used by the optimize pass in
154
+ * dynamic/fetch import mode, e.g. `'useDictionaryDynamic'`.
155
+ */
156
+ dynamicReplacement?: string;
157
+ };
158
+ //#endregion
159
+ export { CallerDescriptor, CallerResultShape, CallerValueSource };
160
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","names":[],"sources":["../../../src/callers/types.ts"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;KAyBY;;;EAEN;EAAkB;;;;EAElB;EAAgB;EAAuB;;;;;;;EAKvC;EAAe;;;;;;;;EAMf;;;;;;;;;;;;;;;;;;KAkBM;;;;KAUA;;EAEV;;EAEA;;;;;;EAMA;;;;;;EAMA;;;;;;EAMA;;EAEA;;;;;;EAMA;;;;;EAKA;;;;;EAKA,kBAAkB;;;;;;EAMlB,mBAAmB;;;;;;;EAOnB;;;;;;EAMA;;EAEA,qBAAqB;;;;;;EAMrB;;;;;;;;;;EAUA;;;;;EAKA"}
@@ -1,4 +1,4 @@
1
- import { BrowserIntlayerConfig, buildBrowserConfiguration, buildEditorFields, buildInternationalizationFields, buildLogFields, buildRoutingFields, extractBrowserConfiguration } from "./configFile/buildBrowserConfiguration.js";
1
+ import { BrowserIntlayerConfig, buildAnalyticsFields, buildBrowserConfiguration, buildEditorFields, buildInternationalizationFields, buildLogFields, buildRoutingFields, extractBrowserConfiguration } from "./configFile/buildBrowserConfiguration.js";
2
2
  import { extractErrorMessage } from "./utils/extractErrorMessage.js";
3
3
  import { logStack } from "./utils/logStack.js";
4
4
  import { normalizePath } from "./utils/normalizePath.js";
@@ -7,4 +7,4 @@ import { camelCaseToKebabCase } from "./utils/stringFormatter/camelCaseToKebabCa
7
7
  import { camelCaseToSentence } from "./utils/stringFormatter/camelCaseToSentence.js";
8
8
  import { kebabCaseToCamelCase } from "./utils/stringFormatter/kebabCaseToCamelCase.js";
9
9
  import { toLowerCamelCase } from "./utils/stringFormatter/toLowerCamelCase.js";
10
- export { BrowserIntlayerConfig, WindowsWithIntlayer, buildBrowserConfiguration, buildEditorFields, buildInternationalizationFields, buildLogFields, buildRoutingFields, camelCaseToKebabCase, camelCaseToSentence, extractBrowserConfiguration, extractErrorMessage, kebabCaseToCamelCase, logStack, normalizePath, setIntlayerIdentifier, toLowerCamelCase };
10
+ export { BrowserIntlayerConfig, WindowsWithIntlayer, buildAnalyticsFields, buildBrowserConfiguration, buildEditorFields, buildInternationalizationFields, buildLogFields, buildRoutingFields, camelCaseToKebabCase, camelCaseToSentence, extractBrowserConfiguration, extractErrorMessage, kebabCaseToCamelCase, logStack, normalizePath, setIntlayerIdentifier, toLowerCamelCase };
@@ -1,20 +1,20 @@
1
1
  declare namespace colors_d_exports {
2
2
  export { BEIGE, BLUE, BOLD, CYAN, GREEN, GREY, GREY_DARK, GREY_LIGHT, MAGENTA, ORANGE, RED, RESET, WHITE, YELLOW };
3
3
  }
4
- declare const RESET: "\u001B[0m";
5
- declare const GREY: "\u001B[90m";
6
- declare const GREY_DARK: "\u001B[38;5;239m";
7
- declare const GREY_LIGHT: "\u001B[38;5;252m";
8
- declare const BLUE: "\u001B[34m";
9
- declare const RED: "\u001B[31m";
10
- declare const GREEN: "\u001B[32m";
11
- declare const YELLOW: "\u001B[38;5;226m";
12
- declare const MAGENTA: "\u001B[35m";
13
- declare const BEIGE: "\u001B[38;5;3m";
14
- declare const ORANGE: "\u001B[38;5;208m";
15
- declare const CYAN: "\u001B[36m";
16
- declare const WHITE: "\u001B[37m";
17
- declare const BOLD: "\u001B[1m";
4
+ declare const RESET: '';
5
+ declare const GREY: '';
6
+ declare const GREY_DARK: '';
7
+ declare const GREY_LIGHT: '';
8
+ declare const BLUE: '';
9
+ declare const RED: '';
10
+ declare const GREEN: '';
11
+ declare const YELLOW: '';
12
+ declare const MAGENTA: '';
13
+ declare const BEIGE: '';
14
+ declare const ORANGE: '';
15
+ declare const CYAN: '';
16
+ declare const WHITE: '';
17
+ declare const BOLD: '';
18
18
  //#endregion
19
19
  export { BEIGE, BLUE, BOLD, CYAN, GREEN, GREY, GREY_DARK, GREY_LIGHT, MAGENTA, ORANGE, RED, RESET, WHITE, YELLOW, colors_d_exports };
20
20
  //# sourceMappingURL=colors.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"colors.d.ts","names":[],"sources":["../../src/colors.ts"],"mappings":";;;cAAa,KAAA;AAAA,cACA,IAAA;AAAA,cACA,SAAA;AAAA,cACA,UAAA;AAAA,cACA,IAAA;AAAA,cACA,GAAA;AAAA,cACA,KAAA;AAAA,cACA,MAAA;AAAA,cACA,OAAA;AAAA,cACA,KAAA;AAAA,cACA,MAAA;AAAA,cACA,IAAA;AAAA,cACA,KAAA;AAAA,cACA,IAAA"}
1
+ {"version":3,"file":"colors.d.ts","names":[],"sources":["../../src/colors.ts"],"mappings":";;;cAAa;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA"}
@@ -1,5 +1,4 @@
1
- import { CustomIntlayerConfig, CustomRoutingConfig, EditorConfig, InternationalizationConfig, IntlayerConfig, LogConfig, LogFunctions, RoutingConfig } from "@intlayer/types/config";
2
-
1
+ import { AnalyticsConfig, CustomIntlayerConfig, CustomRoutingConfig, EditorConfig, InternationalizationConfig, IntlayerConfig, LogConfig, LogFunctions, RoutingConfig } from "@intlayer/types/config";
3
2
  //#region src/configFile/buildBrowserConfiguration.d.ts
4
3
  /**
5
4
  * Browser-safe subset of {@link IntlayerConfig}.
@@ -12,6 +11,7 @@ type BrowserIntlayerConfig = {
12
11
  internationalization: Pick<InternationalizationConfig, 'locales' | 'defaultLocale'>;
13
12
  routing: RoutingConfig;
14
13
  editor: Omit<EditorConfig, 'clientId' | 'clientSecret'>;
14
+ analytics: AnalyticsConfig;
15
15
  log: Pick<LogConfig, 'mode' | 'prefix'>;
16
16
  };
17
17
  declare global {
@@ -41,10 +41,30 @@ declare const buildRoutingFields: (customConfiguration?: Partial<CustomRoutingCo
41
41
  * (`clientId`, `clientSecret`). The browser-safe {@link BrowserIntlayerConfig}
42
42
  * omits those fields when exposing config to the client.
43
43
  *
44
+ * When the user does not explicitly set `clientId` / `clientSecret` in the
45
+ * configuration file, they fall back to the `INTLAYER_CLIENT_ID` /
46
+ * `INTLAYER_CLIENT_SECRET` environment variables read from `env`. This lets
47
+ * users authenticate purely through their `.env` file (including files passed
48
+ * via the CLI `--env-file` flag) without having to wire `process.env` into the
49
+ * configuration manually.
50
+ *
44
51
  * @param customConfiguration - Partial user-supplied editor config.
52
+ * @param env - Environment variables used to resolve credential fallbacks.
53
+ * Defaults to `process.env`.
45
54
  * @returns A fully-defaulted {@link EditorConfig}.
46
55
  */
47
- declare const buildEditorFields: (customConfiguration?: Partial<EditorConfig>) => EditorConfig;
56
+ declare const buildEditorFields: (customConfiguration?: Partial<EditorConfig>, env?: NodeJS.ProcessEnv) => EditorConfig;
57
+ /**
58
+ * Build the analytics section of the Intlayer configuration.
59
+ *
60
+ * Analytics is strictly opt-in: `enabled` defaults to `false` and, even when
61
+ * enabled, the runtime additionally requires a project key (`editor.clientId`)
62
+ * for attribution before collecting anything.
63
+ *
64
+ * @param customConfiguration - Partial user-supplied analytics config.
65
+ * @returns A fully-defaulted {@link AnalyticsConfig}.
66
+ */
67
+ declare const buildAnalyticsFields: (customConfiguration?: Partial<AnalyticsConfig>) => AnalyticsConfig;
48
68
  /**
49
69
  * Build the log section of the Intlayer configuration.
50
70
  *
@@ -89,5 +109,5 @@ declare const buildBrowserConfiguration: (customConfig?: CustomIntlayerConfig) =
89
109
  */
90
110
  declare const extractBrowserConfiguration: (config: IntlayerConfig) => BrowserIntlayerConfig;
91
111
  //#endregion
92
- export { BrowserIntlayerConfig, buildBrowserConfiguration, buildEditorFields, buildInternationalizationFields, buildLogFields, buildRoutingFields, extractBrowserConfiguration };
112
+ export { BrowserIntlayerConfig, buildAnalyticsFields, buildBrowserConfiguration, buildEditorFields, buildInternationalizationFields, buildLogFields, buildRoutingFields, extractBrowserConfiguration };
93
113
  //# sourceMappingURL=buildBrowserConfiguration.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"buildBrowserConfiguration.d.ts","names":[],"sources":["../../../src/configFile/buildBrowserConfiguration.ts"],"mappings":";;;;;AA0CA;;;;;KAAY,qBAAA;EACV,oBAAA,EAAsB,IAAA,CACpB,0BAAA;EAGF,OAAA,EAAS,aAAA;EACT,MAAA,EAAQ,IAAA,CAAK,YAAA;EACb,GAAA,EAAK,IAAA,CAAK,SAAA;AAAA;AAAA,QAGJ,MAAA;EAAA,UACI,MAAA;IAVY;IAYpB,eAAA,GAAkB,qBAAA;EAAA;AAAA;;;;;;;cAiBT,+BAAA,GACX,mBAAA,GAAsB,OAAA,CAAQ,0BAAA,MAC7B,0BAAA;;AAxBD;;;;;cAuEW,kBAAA,GACX,mBAAA,GAAsB,OAAA,CAAQ,mBAAA,MAC7B,aAAA;;;;;;AAnDH;;;;;cAuJa,iBAAA,GACX,mBAAA,GAAsB,OAAA,CAAQ,YAAA,MAC7B,YAAA;;;;;;;;cAmIU,cAAA,GACX,mBAAA,GAAsB,OAAA,CAAQ,SAAA,GAC9B,YAAA,GAAe,YAAA,KACd,SAAA;AA9OH;;;;;;;;;;;;;;AAsGA;;;;;;;;AAtGA,cAsSa,yBAAA,GACX,YAAA,GAAe,oBAAA,KACd,qBAAA;;;;;;AA7DH;;;;;;cA4Fa,2BAAA,GACX,MAAA,EAAQ,cAAA,KACP,qBAAA"}
1
+ {"version":3,"file":"buildBrowserConfiguration.d.ts","names":[],"sources":["../../../src/configFile/buildBrowserConfiguration.ts"],"mappings":";;;;;;;;;KAqDY;EACV,sBAAsB,KACpB;EAGF,SAAS;EACT,QAAQ,KAAK;EACb,WAAW;EACX,KAAK,KAAK;;QAGJ;YACI;;IAER,kBAAkB;;;;;;;;;cAiBT,kCAA+B,sBACpB,QAAQ,gCAC7B;;;;;;;cA+CU,qBAAkB,sBACP,QAAQ,yBAC7B;;;;;;;;;;;;;;;;;;;;cAwHU,oBAAiB,sBACN,QAAQ,eAAa,MACtC,OAAO,eACX;;;;;;;;;;;cAuIU,uBAAoB,sBACT,QAAQ,qBAC7B;;;;;;;;cA8BU,iBAAc,sBACH,QAAQ,YAAU,eACzB,iBACd;;;;;;;;;;;;;;;;;;;;;;;cAwDU,4BAAyB,eACrB,yBACd;;;;;;;;;;;;cAiCU,8BAA2B,QAC9B,mBACP"}
@@ -1,6 +1,5 @@
1
- import { BrowserIntlayerConfig, buildBrowserConfiguration, buildEditorFields, buildInternationalizationFields, buildLogFields, buildRoutingFields, extractBrowserConfiguration } from "./buildBrowserConfiguration.js";
1
+ import { BrowserIntlayerConfig, buildAnalyticsFields, buildBrowserConfiguration, buildEditorFields, buildInternationalizationFields, buildLogFields, buildRoutingFields, extractBrowserConfiguration } from "./buildBrowserConfiguration.js";
2
2
  import { CustomIntlayerConfig, IntlayerConfig, LogFunctions } from "@intlayer/types/config";
3
-
4
3
  //#region src/configFile/buildConfigurationFields.d.ts
5
4
  /**
6
5
  * Build the complete Intlayer configuration by merging user-supplied values
@@ -18,9 +17,14 @@ import { CustomIntlayerConfig, IntlayerConfig, LogFunctions } from "@intlayer/ty
18
17
  * @param customConfiguration - Optional user-supplied configuration object.
19
18
  * @param baseDir - Project root directory. Defaults to `process.cwd()`.
20
19
  * @param logFunctions - Optional custom logging functions.
20
+ * @param env - Environment variables used to resolve credential fallbacks
21
+ * (e.g. `INTLAYER_CLIENT_ID` / `INTLAYER_CLIENT_SECRET`). Defaults to
22
+ * `process.env`. Callers loading a custom env file (such as the CLI
23
+ * `--env-file` flag) should pass the merged env so credentials defined there
24
+ * are picked up without polluting `process.env`.
21
25
  * @returns A fully-built {@link IntlayerConfig}.
22
26
  */
23
- declare const buildConfigurationFields: (customConfiguration?: CustomIntlayerConfig, baseDir?: string, logFunctions?: LogFunctions) => IntlayerConfig;
27
+ declare const buildConfigurationFields: (customConfiguration?: CustomIntlayerConfig, baseDir?: string, logFunctions?: LogFunctions, env?: NodeJS.ProcessEnv) => IntlayerConfig;
24
28
  //#endregion
25
- export { type BrowserIntlayerConfig, buildBrowserConfiguration, buildConfigurationFields, buildEditorFields, buildInternationalizationFields, buildLogFields, buildRoutingFields, extractBrowserConfiguration };
29
+ export { type BrowserIntlayerConfig, buildAnalyticsFields, buildBrowserConfiguration, buildConfigurationFields, buildEditorFields, buildInternationalizationFields, buildLogFields, buildRoutingFields, extractBrowserConfiguration };
26
30
  //# sourceMappingURL=buildConfigurationFields.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"buildConfigurationFields.d.ts","names":[],"sources":["../../../src/configFile/buildConfigurationFields.ts"],"mappings":";;;;;;AA0uBA;;;;;;;;;;;;;;;;cAAa,wBAAA,GACX,mBAAA,GAAsB,oBAAA,EACtB,OAAA,WACA,YAAA,GAAe,YAAA,KACd,cAAA"}
1
+ {"version":3,"file":"buildConfigurationFields.d.ts","names":[],"sources":["../../../src/configFile/buildConfigurationFields.ts"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;cAivBa,2BAAwB,sBACb,sBAAoB,kBAC1B,eACD,cAAY,MACtB,OAAO,eACX"}