@intlayer/config 8.3.0 → 8.3.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.
- package/dist/cjs/configFile/buildConfigurationFields.cjs +1 -1
- package/dist/cjs/configFile/buildConfigurationFields.cjs.map +1 -1
- package/dist/cjs/configFile/configurationSchema.cjs +1 -1
- package/dist/cjs/configFile/configurationSchema.cjs.map +1 -1
- package/dist/cjs/defaultValues/build.cjs +1 -1
- package/dist/cjs/defaultValues/build.cjs.map +1 -1
- package/dist/cjs/defaultValues/compiler.cjs +1 -1
- package/dist/cjs/defaultValues/compiler.cjs.map +1 -1
- package/dist/esm/configFile/buildConfigurationFields.mjs +1 -1
- package/dist/esm/configFile/buildConfigurationFields.mjs.map +1 -1
- package/dist/esm/configFile/configurationSchema.mjs +1 -1
- package/dist/esm/configFile/configurationSchema.mjs.map +1 -1
- package/dist/esm/defaultValues/build.mjs +1 -1
- package/dist/esm/defaultValues/build.mjs.map +1 -1
- package/dist/esm/defaultValues/compiler.mjs +1 -1
- package/dist/esm/defaultValues/compiler.mjs.map +1 -1
- package/dist/types/configFile/buildConfigurationFields.d.ts.map +1 -1
- package/dist/types/configFile/configurationSchema.d.ts +0 -2
- package/dist/types/configFile/configurationSchema.d.ts.map +1 -1
- package/dist/types/defaultValues/build.d.ts.map +1 -1
- package/dist/types/defaultValues/compiler.d.ts +3 -7
- package/dist/types/defaultValues/compiler.d.ts.map +1 -1
- package/package.json +2 -2
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`});const e=require(`../_virtual/_rolldown/runtime.cjs`),t=require(`../defaultValues/build.cjs`);require(`../defaultValues/compiler.cjs`);const n=require(`../defaultValues/content.cjs`);require(`../defaultValues/dictionary.cjs`),require(`../defaultValues/editor.cjs`);const r=require(`../defaultValues/internationalization.cjs`),i=require(`../defaultValues/log.cjs`),a=require(`../defaultValues/routing.cjs`);require(`../defaultValues/system.cjs`);const o=require(`../utils/normalizePath.cjs`),s=require(`../utils/ESMxCJSHelpers.cjs`);let c=require(`node:fs`),l=require(`node:path`),u=require(`@intlayer/types/package.json`);u=e.__toESM(u);let d;const f=e=>({locales:e?.locales??r.LOCALES,requiredLocales:e?.requiredLocales??e?.locales??r.REQUIRED_LOCALES,strictMode:e?.strictMode??`inclusive`,defaultLocale:e?.defaultLocale??r.DEFAULT_LOCALE}),p=e=>({mode:e?.mode??`prefix-no-default`,storage:e?.storage??a.STORAGE,basePath:e?.basePath??``,rewrite:e?.rewrite}),m=(e,t)=>{let n=e??process.cwd(),r=e=>{let t;try{t=s.getProjectRequire(n).resolve(e,{paths:[n]})}catch{t=(0,l.isAbsolute)(e)?e:(0,l.join)(n,e)}try{if((0,c.statSync)(t).isFile())return(0,l.dirname)(t)}catch{if(/\.[a-z0-9]+$/i.test(t))return(0,l.dirname)(t)}return t},i=r(t?.dictionariesDir??`.intlayer/dictionary`);return{baseDir:n,moduleAugmentationDir:r(t?.moduleAugmentationDir??`.intlayer/types`),unmergedDictionariesDir:r(t?.unmergedDictionariesDir??`.intlayer/unmerged_dictionary`),remoteDictionariesDir:r(t?.remoteDictionariesDir??`.intlayer/remote_dictionary`),dictionariesDir:i,dynamicDictionariesDir:r(t?.dynamicDictionariesDir??`.intlayer/dynamic_dictionary`),fetchDictionariesDir:r(t?.fetchDictionariesDir??`.intlayer/fetch_dictionary`),typesDir:r(t?.typesDir??`.intlayer/types`),mainDir:r(t?.mainDir??`.intlayer/main`),configDir:r(t?.configDir??`.intlayer/config`),cacheDir:r(t?.cacheDir??`.intlayer/cache`),tempDir:r(t?.tempDir??`.intlayer/tmp`),outputFilesPatternWithPath:`${o.normalizePath(i)}/**/*.json`}},h=(e,t)=>{let r=t?.fileExtensions??n.FILE_EXTENSIONS,i=t=>{let n;try{n=s.getProjectRequire(e.baseDir).resolve(t,{paths:[e.baseDir]})}catch{try{n=require.resolve(t,{paths:[e.baseDir]})}catch{n=(0,l.isAbsolute)(t)?t:(0,l.join)(e.baseDir,t)}}try{if((0,c.statSync)(n).isFile())return(0,l.dirname)(n)}catch{if(/\.[a-z0-9]+$/i.test(n))return(0,l.dirname)(n)}return n},a=(t?.contentDir??n.CONTENT_DIR).map(i);return{fileExtensions:r,contentDir:a,codeDir:(t?.codeDir??n.CODE_DIR).map(i),excludedPath:t?.excludedPath??n.EXCLUDED_PATHS,watch:t?.watch??!0,formatCommand:t?.formatCommand,watchedFilesPattern:r.map(e=>`/**/*${e}`),watchedFilesPatternWithPath:r.flatMap(e=>a.map(t=>`${o.normalizePath(t)}/**/*${e}`))}},g=e=>({applicationURL:e?.applicationURL||void 0,editorURL:e?.editorURL||`http://localhost:8000`,cmsURL:e?.cmsURL||`https://app.intlayer.org`,backendURL:e?.backendURL||`https://back.intlayer.org`,port:e?.port??8e3,enabled:e?.enabled??!1,clientId:e?.clientId??void 0,clientSecret:e?.clientSecret??void 0,dictionaryPriorityStrategy:e?.dictionaryPriorityStrategy??`local_first`,liveSync:e?.liveSync??!0,liveSyncPort:e?.liveSyncPort??4e3,liveSyncURL:e?.liveSyncURL??`http://localhost:${e?.liveSyncPort??4e3}`}),_=(e,t)=>({mode:e?.mode??`default`,prefix:e?.prefix??i.PREFIX,error:t?.error,log:t?.log,info:t?.info,warn:t?.warn}),v=e=>({provider:e?.provider,apiKey:e?.apiKey,model:e?.model,temperature:e?.temperature,applicationContext:e?.applicationContext,baseURL:e?.baseURL,dataSerialization:e?.dataSerialization}),y=e=>({mode:e?.mode??`auto`,optimize:e?.optimize,importMode:e?.importMode,traversePattern:e?.traversePattern??t.TRAVERSE_PATTERN,outputFormat:e?.outputFormat??t.OUTPUT_FORMAT,cache:e?.cache??!0,require:e?.require,checkTypes:e?.checkTypes??!1}),b=e=>({enabled:e?.enabled??!0,dictionaryKeyPrefix:e?.dictionaryKeyPrefix
|
|
1
|
+
Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`});const e=require(`../_virtual/_rolldown/runtime.cjs`),t=require(`../defaultValues/build.cjs`);require(`../defaultValues/compiler.cjs`);const n=require(`../defaultValues/content.cjs`);require(`../defaultValues/dictionary.cjs`),require(`../defaultValues/editor.cjs`);const r=require(`../defaultValues/internationalization.cjs`),i=require(`../defaultValues/log.cjs`),a=require(`../defaultValues/routing.cjs`);require(`../defaultValues/system.cjs`);const o=require(`../utils/normalizePath.cjs`),s=require(`../utils/ESMxCJSHelpers.cjs`);let c=require(`node:fs`),l=require(`node:path`),u=require(`@intlayer/types/package.json`);u=e.__toESM(u);let d;const f=e=>({locales:e?.locales??r.LOCALES,requiredLocales:e?.requiredLocales??e?.locales??r.REQUIRED_LOCALES,strictMode:e?.strictMode??`inclusive`,defaultLocale:e?.defaultLocale??r.DEFAULT_LOCALE}),p=e=>({mode:e?.mode??`prefix-no-default`,storage:e?.storage??a.STORAGE,basePath:e?.basePath??``,rewrite:e?.rewrite}),m=(e,t)=>{let n=e??process.cwd(),r=e=>{let t;try{t=s.getProjectRequire(n).resolve(e,{paths:[n]})}catch{t=(0,l.isAbsolute)(e)?e:(0,l.join)(n,e)}try{if((0,c.statSync)(t).isFile())return(0,l.dirname)(t)}catch{if(/\.[a-z0-9]+$/i.test(t))return(0,l.dirname)(t)}return t},i=r(t?.dictionariesDir??`.intlayer/dictionary`);return{baseDir:n,moduleAugmentationDir:r(t?.moduleAugmentationDir??`.intlayer/types`),unmergedDictionariesDir:r(t?.unmergedDictionariesDir??`.intlayer/unmerged_dictionary`),remoteDictionariesDir:r(t?.remoteDictionariesDir??`.intlayer/remote_dictionary`),dictionariesDir:i,dynamicDictionariesDir:r(t?.dynamicDictionariesDir??`.intlayer/dynamic_dictionary`),fetchDictionariesDir:r(t?.fetchDictionariesDir??`.intlayer/fetch_dictionary`),typesDir:r(t?.typesDir??`.intlayer/types`),mainDir:r(t?.mainDir??`.intlayer/main`),configDir:r(t?.configDir??`.intlayer/config`),cacheDir:r(t?.cacheDir??`.intlayer/cache`),tempDir:r(t?.tempDir??`.intlayer/tmp`),outputFilesPatternWithPath:`${o.normalizePath(i)}/**/*.json`}},h=(e,t)=>{let r=t?.fileExtensions??n.FILE_EXTENSIONS,i=t=>{let n;try{n=s.getProjectRequire(e.baseDir).resolve(t,{paths:[e.baseDir]})}catch{try{n=require.resolve(t,{paths:[e.baseDir]})}catch{n=(0,l.isAbsolute)(t)?t:(0,l.join)(e.baseDir,t)}}try{if((0,c.statSync)(n).isFile())return(0,l.dirname)(n)}catch{if(/\.[a-z0-9]+$/i.test(n))return(0,l.dirname)(n)}return n},a=(t?.contentDir??n.CONTENT_DIR).map(i);return{fileExtensions:r,contentDir:a,codeDir:(t?.codeDir??n.CODE_DIR).map(i),excludedPath:t?.excludedPath??n.EXCLUDED_PATHS,watch:t?.watch??!0,formatCommand:t?.formatCommand,watchedFilesPattern:r.map(e=>`/**/*${e}`),watchedFilesPatternWithPath:r.flatMap(e=>a.map(t=>`${o.normalizePath(t)}/**/*${e}`))}},g=e=>({applicationURL:e?.applicationURL||void 0,editorURL:e?.editorURL||`http://localhost:8000`,cmsURL:e?.cmsURL||`https://app.intlayer.org`,backendURL:e?.backendURL||`https://back.intlayer.org`,port:e?.port??8e3,enabled:e?.enabled??!1,clientId:e?.clientId??void 0,clientSecret:e?.clientSecret??void 0,dictionaryPriorityStrategy:e?.dictionaryPriorityStrategy??`local_first`,liveSync:e?.liveSync??!0,liveSyncPort:e?.liveSyncPort??4e3,liveSyncURL:e?.liveSyncURL??`http://localhost:${e?.liveSyncPort??4e3}`}),_=(e,t)=>({mode:e?.mode??`default`,prefix:e?.prefix??i.PREFIX,error:t?.error,log:t?.log,info:t?.info,warn:t?.warn}),v=e=>({provider:e?.provider,apiKey:e?.apiKey,model:e?.model,temperature:e?.temperature,applicationContext:e?.applicationContext,baseURL:e?.baseURL,dataSerialization:e?.dataSerialization}),y=e=>({mode:e?.mode??`auto`,optimize:e?.optimize,importMode:e?.importMode,traversePattern:e?.traversePattern??t.TRAVERSE_PATTERN,outputFormat:e?.outputFormat??t.OUTPUT_FORMAT,cache:e?.cache??!0,require:e?.require,checkTypes:e?.checkTypes??!1}),b=e=>({enabled:e?.enabled??!0,dictionaryKeyPrefix:e?.dictionaryKeyPrefix??``,transformPattern:e?.transformPattern,excludePattern:e?.excludePattern,output:e?.output,noMetadata:e?.noMetadata??!1,saveComponents:e?.saveComponents??!1}),x=e=>{let t=e?.contentAutoTransformation??!1;return{fill:e?.fill??!0,contentAutoTransformation:typeof t==`object`?{markdown:t.markdown??!1,html:t.html??!1,insertion:t.insertion??!1}:t,location:e?.location??`local`,locale:e?.locale,title:e?.title,description:e?.description,tags:e?.tags,priority:e?.priority,importMode:e?.importMode??`static`}},S=(e,t,n)=>{let r=f(e?.internationalization),i=p(e?.routing),a=m(t,e?.system);return d={internationalization:r,routing:i,content:h(a,e?.content),system:a,editor:g(e?.editor),log:_(e?.log,n),ai:v(e?.ai),build:y(e?.build),compiler:b(e?.compiler),dictionary:x(e?.dictionary),plugins:e?.plugins,schemas:e?.schemas,metadata:{name:`Intlayer`,version:u.default.version,doc:`https://intlayer.org/docs`}},d};exports.buildConfigurationFields=S;
|
|
2
2
|
//# sourceMappingURL=buildConfigurationFields.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"buildConfigurationFields.cjs","names":["LOCALES","REQUIRED_LOCALES","DEFAULT_LOCALE","STORAGE","getProjectRequire","normalizePath","FILE_EXTENSIONS","CONTENT_DIR","CODE_DIR","EXCLUDED_PATHS","PREFIX","TRAVERSE_PATTERN","OUTPUT_FORMAT","packageJson"],"sources":["../../../src/configFile/buildConfigurationFields.ts"],"sourcesContent":["import { statSync } from 'node:fs';\nimport { dirname, isAbsolute, join } from 'node:path';\nimport type {\n AiConfig,\n BuildConfig,\n CompilerConfig,\n ContentConfig,\n CustomIntlayerConfig,\n DictionaryConfig,\n EditorConfig,\n InternationalizationConfig,\n IntlayerConfig,\n LogConfig,\n LogFunctions,\n RoutingConfig,\n SystemConfig,\n} from '@intlayer/types/config';\nimport packageJson from '@intlayer/types/package.json' with { type: 'json' };\nimport {\n BUILD_MODE,\n CACHE,\n OUTPUT_FORMAT,\n TRAVERSE_PATTERN,\n TYPE_CHECKING,\n} from '../defaultValues/build';\nimport {\n COMPILER_DICTIONARY_KEY_PREFIX,\n COMPILER_ENABLED,\n COMPILER_NO_METADATA,\n COMPILER_OUTPUT,\n COMPILER_SAVE_COMPONENTS,\n} from '../defaultValues/compiler';\nimport {\n CODE_DIR,\n CONTENT_DIR,\n EXCLUDED_PATHS,\n FILE_EXTENSIONS,\n WATCH,\n} from '../defaultValues/content';\nimport {\n CONTENT_AUTO_TRANSFORMATION,\n FILL,\n IMPORT_MODE,\n LOCATION,\n} from '../defaultValues/dictionary';\nimport {\n APPLICATION_URL,\n BACKEND_URL,\n CMS_URL,\n DICTIONARY_PRIORITY_STRATEGY,\n EDITOR_URL,\n IS_ENABLED,\n LIVE_SYNC,\n LIVE_SYNC_PORT,\n PORT,\n} from '../defaultValues/editor';\nimport {\n DEFAULT_LOCALE,\n LOCALES,\n REQUIRED_LOCALES,\n STRICT_MODE,\n} from '../defaultValues/internationalization';\nimport { MODE, PREFIX } from '../defaultValues/log';\nimport { BASE_PATH, ROUTING_MODE, STORAGE } from '../defaultValues/routing';\nimport {\n CACHE_DIR,\n CONFIG_DIR,\n DICTIONARIES_DIR,\n DYNAMIC_DICTIONARIES_DIR,\n FETCH_DICTIONARIES_DIR,\n MAIN_DIR,\n MODULE_AUGMENTATION_DIR,\n REMOTE_DICTIONARIES_DIR,\n TEMP_DIR,\n TYPES_DIR,\n UNMERGED_DICTIONARIES_DIR,\n} from '../defaultValues/system';\nimport { getProjectRequire } from '../utils';\nimport { normalizePath } from '../utils/normalizePath';\n\nlet storedConfiguration: IntlayerConfig;\n\nconst buildInternationalizationFields = (\n customConfiguration?: Partial<InternationalizationConfig>\n): InternationalizationConfig => ({\n /**\n * Locales available in the application\n *\n * Default: ['en']\n *\n */\n locales: customConfiguration?.locales ?? LOCALES,\n\n /**\n * Locales required by TypeScript to ensure strong implementations of internationalized content using typescript.\n *\n * Default: []\n *\n * If empty, all locales are required in `strict` mode.\n *\n * Ensure required locales are also defined in the `locales` field.\n */\n requiredLocales:\n customConfiguration?.requiredLocales ??\n customConfiguration?.locales ??\n REQUIRED_LOCALES,\n\n /**\n * Ensure strong implementations of internationalized content using typescript.\n * - If set to \"strict\", the translation `t` function will require each declared locales to be defined. If one locale is missing, or if a locale is not declared in your config, it will throw an error.\n * - If set to \"inclusive\", the translation `t` function will require each declared locales to be defined. If one locale is missing, it will throw a warning. But will accept if a locale is not declared in your config, but exist.\n * - If set to \"loose\", the translation `t` function will accept any existing locale.\n *\n * Default: \"inclusive\"\n */\n strictMode: customConfiguration?.strictMode ?? STRICT_MODE,\n\n /**\n * Default locale of the application for fallback\n *\n * Default: 'en'\n */\n defaultLocale: customConfiguration?.defaultLocale ?? DEFAULT_LOCALE,\n});\n\nconst buildRoutingFields = (\n customConfiguration?: Partial<RoutingConfig>\n): RoutingConfig => ({\n /**\n * URL routing mode for locale handling\n *\n * Controls how locales are represented in application URLs:\n * - 'prefix-no-default': Prefix all locales except the default locale (default)\n * - en → /dashboard\n * - fr → /fr/dashboard\n *\n * - 'prefix-all': Prefix all locales including the default locale\n * - en → /en/dashboard\n * - fr → /fr/dashboard\n *\n * - 'search-params': Use search parameters for locale handling\n * - en → /dashboard?locale=en\n * - fr → /fr/dashboard?locale=fr\n *\n * - 'no-prefix': No locale prefixing in URLs\n * - en → /dashboard\n * - fr → /dashboard\n *\n * Default: 'prefix-no-default'\n */\n mode: customConfiguration?.mode ?? ROUTING_MODE,\n\n /**\n * Configuration for storing the locale in the client (localStorage or sessionStorage)\n *\n * If false, the locale will not be stored by the middleware.\n * If true, the locale storage will consider all default values. (cookie and header)\n *\n * Default: ['cookie', 'header']\n *\n */\n storage: customConfiguration?.storage ?? STORAGE,\n\n /**\n * Base path of the application URL\n *\n * Default: ''\n *\n * Example:\n * - If the application is hosted at https://example.com/my-app\n * - The base path is '/my-app'\n * - The URL will be https://example.com/my-app/en\n * - If the base path is not set, the URL will be https://example.com/en\n */\n basePath: customConfiguration?.basePath ?? BASE_PATH,\n\n /**\n * Custom URL rewriting rules that override the default routing mode for specific paths.\n * Allows you to define locale-specific paths that differ from the standard routing behavior.\n * Supports dynamic route parameters using `[param]` syntax.\n *\n * Default: undefined\n *\n * Example:\n * ```typescript\n * rewrite: {\n * \"/about\": {\n * en: \"/about\",\n * fr: \"/a-propos\",\n * },\n * \"/product/[slug]\": {\n * en: \"/product/[slug]\",\n * fr: \"/produit/[slug]\",\n * },\n * }\n * ```\n *\n * Note:\n * - The rewrite rules take precedence over the default `mode` behavior.\n * - If a path matches a rewrite rule, the localized path from the rewrite configuration will be used.\n * - Dynamic route parameters are supported using bracket notation (e.g., `[slug]`, `[id]`).\n * - Works with both Next.js and Vite applications.\n */\n rewrite: customConfiguration?.rewrite,\n});\n\nconst buildSystemFields = (\n baseDir?: string,\n customConfiguration?: Partial<SystemConfig>\n): SystemConfig => {\n const projectBaseDir = baseDir ?? process.cwd();\n\n const optionalJoinBaseDir = (pathInput: string) => {\n let absolutePath: string;\n\n try {\n const requireFunction = getProjectRequire(projectBaseDir);\n\n absolutePath = requireFunction.resolve(pathInput, {\n paths: [projectBaseDir],\n });\n } catch {\n absolutePath = isAbsolute(pathInput)\n ? pathInput\n : join(projectBaseDir, pathInput);\n }\n\n try {\n const stats = statSync(absolutePath);\n if (stats.isFile()) {\n return dirname(absolutePath);\n }\n } catch {\n if (/\\.[a-z0-9]+$/i.test(absolutePath)) {\n return dirname(absolutePath);\n }\n }\n\n return absolutePath;\n };\n\n const dictionariesDir = optionalJoinBaseDir(\n customConfiguration?.dictionariesDir ?? DICTIONARIES_DIR\n );\n\n return {\n baseDir: projectBaseDir,\n moduleAugmentationDir: optionalJoinBaseDir(\n customConfiguration?.moduleAugmentationDir ?? MODULE_AUGMENTATION_DIR\n ),\n unmergedDictionariesDir: optionalJoinBaseDir(\n customConfiguration?.unmergedDictionariesDir ?? UNMERGED_DICTIONARIES_DIR\n ),\n remoteDictionariesDir: optionalJoinBaseDir(\n customConfiguration?.remoteDictionariesDir ?? REMOTE_DICTIONARIES_DIR\n ),\n dictionariesDir,\n dynamicDictionariesDir: optionalJoinBaseDir(\n customConfiguration?.dynamicDictionariesDir ?? DYNAMIC_DICTIONARIES_DIR\n ),\n fetchDictionariesDir: optionalJoinBaseDir(\n customConfiguration?.fetchDictionariesDir ?? FETCH_DICTIONARIES_DIR\n ),\n typesDir: optionalJoinBaseDir(customConfiguration?.typesDir ?? TYPES_DIR),\n mainDir: optionalJoinBaseDir(customConfiguration?.mainDir ?? MAIN_DIR),\n configDir: optionalJoinBaseDir(\n customConfiguration?.configDir ?? CONFIG_DIR\n ),\n cacheDir: optionalJoinBaseDir(customConfiguration?.cacheDir ?? CACHE_DIR),\n tempDir: optionalJoinBaseDir(customConfiguration?.tempDir ?? TEMP_DIR),\n outputFilesPatternWithPath: `${normalizePath(dictionariesDir)}/**/*.json`,\n };\n};\n\nconst buildContentFields = (\n systemConfig: SystemConfig,\n customConfiguration?: Partial<ContentConfig>\n): ContentConfig => {\n const fileExtensions = customConfiguration?.fileExtensions ?? FILE_EXTENSIONS;\n\n const optionalJoinBaseDir = (pathInput: string) => {\n let absolutePath: string;\n\n try {\n // Try resolving as a Node module first\n const requireFunction = getProjectRequire(systemConfig.baseDir);\n absolutePath = requireFunction.resolve(pathInput, {\n paths: [systemConfig.baseDir],\n });\n } catch {\n try {\n // Fall back to native require.resolve if the custom require fails\n absolutePath = require.resolve(pathInput, {\n paths: [systemConfig.baseDir],\n });\n } catch {\n // If all resolution fails, fall back to standard path joining\n absolutePath = isAbsolute(pathInput)\n ? pathInput\n : join(systemConfig.baseDir, pathInput);\n }\n }\n\n try {\n // Smart Detection: File vs Directory\n const stats = statSync(absolutePath);\n\n // If it resolved to a file (like package.json \"main\" or index.js),\n // we want the FOLDER containing that file.\n if (stats.isFile()) {\n return dirname(absolutePath);\n }\n } catch {\n // Safety Fallback:\n // If statSync fails but it looks like a file (has an extension), strip it.\n if (/\\.[a-z0-9]+$/i.test(absolutePath)) {\n return dirname(absolutePath);\n }\n }\n\n // Return the calculated path (usually a directory)\n return absolutePath;\n };\n\n const contentDir = (customConfiguration?.contentDir ?? CONTENT_DIR).map(\n optionalJoinBaseDir\n );\n\n const codeDirInput = customConfiguration?.codeDir;\n\n const codeDir = (codeDirInput ?? CODE_DIR).map(optionalJoinBaseDir);\n\n return {\n fileExtensions,\n contentDir,\n codeDir,\n excludedPath: customConfiguration?.excludedPath ?? EXCLUDED_PATHS,\n watch: customConfiguration?.watch ?? WATCH,\n formatCommand: customConfiguration?.formatCommand,\n watchedFilesPattern: fileExtensions.map((ext) => `/**/*${ext}`),\n watchedFilesPatternWithPath: fileExtensions.flatMap((ext) =>\n contentDir.map((dir) => `${normalizePath(dir)}/**/*${ext}`)\n ),\n };\n};\n\nconst buildEditorFields = (\n customConfiguration?: Partial<EditorConfig>\n): EditorConfig => ({\n /**\n * URL of the application. Used to restrict the origin of the editor for security reasons.\n *\n * > '*' means that the editor is accessible from any origin\n *\n * Default: '*'\n */\n applicationURL: customConfiguration?.applicationURL || APPLICATION_URL,\n\n /**\n * URL of the editor server. Used to restrict the origin of the editor for security reasons.\n *\n * > '*' means that the editor is accessible from any origin\n *\n * Default: '*'\n */\n editorURL: customConfiguration?.editorURL || EDITOR_URL,\n\n /**\n * URL of the CMS server. Used to restrict the origin of the editor for security reasons.\n */\n cmsURL: customConfiguration?.cmsURL || CMS_URL,\n\n /**\n * URL of the editor server\n *\n * Default: 'https://back.intlayer.org'\n */\n backendURL: customConfiguration?.backendURL || BACKEND_URL,\n\n /** Port of the editor server\n *\n * Default: 8000\n */\n port: customConfiguration?.port ?? PORT,\n\n /**\n * Indicates if the application interact with the visual editor\n *\n * Default: true;\n *\n * If true, the editor will be able to interact with the application.\n * If false, the editor will not be able to interact with the application.\n * In any case, the editor can only be enabled by the visual editor.\n * Disabling the editor for specific environments is a way to enforce the security.\n *\n * Usage:\n * ```js\n * {\n * // Other configurations\n * editor: {\n * enabled: process.env.NODE_ENV !== 'production',\n * }\n * };\n * ```\n */\n enabled: customConfiguration?.enabled ?? IS_ENABLED,\n\n /**\n * clientId and clientSecret allow the intlayer packages to authenticate with the backend using oAuth2 authentication.\n * An access token is use to authenticate the user related to the project.\n * To get an access token, go to https://app.intlayer.org/project and create an account.\n *\n * Default: undefined\n *\n * > Important: The clientId and clientSecret should be kept secret and not shared publicly. Please ensure to keep them in a secure location, such as environment variables.\n */\n clientId: customConfiguration?.clientId ?? undefined,\n\n /**\n * clientId and clientSecret allow the intlayer packages to authenticate with the backend using oAuth2 authentication.\n * An access token is use to authenticate the user related to the project.\n * To get an access token, go to https://app.intlayer.org/project and create an account.\n *\n * Default: undefined\n *\n * > Important: The clientId and clientSecret should be kept secret and not shared publicly. Please ensure to keep them in a secure location, such as environment variables.\n */\n clientSecret: customConfiguration?.clientSecret ?? undefined,\n\n /**\n * Strategy for prioritizing dictionaries. If a dictionary is both present online and locally, the content will be merge.\n * However, is a field is defined in both dictionary, this setting determines which fields takes the priority over the other.\n *\n * Default: 'local_first'\n *\n * The strategy for prioritizing dictionaries. It can be either 'local_first' or 'distant_first'.\n * - 'local_first': The first dictionary found in the locale is used.\n * - 'distant_first': The first dictionary found in the distant locales is used.\n */\n dictionaryPriorityStrategy:\n customConfiguration?.dictionaryPriorityStrategy ??\n DICTIONARY_PRIORITY_STRATEGY,\n\n /**\n * Indicates if the application should hot reload the locale configurations when a change is detected.\n * For example, when a new dictionary is added or updated, the application will update the content tu display in the page.\n *\n * The hot reload is only available for clients of the `enterprise` plan.\n *\n * Default: false\n */\n liveSync: customConfiguration?.liveSync ?? LIVE_SYNC,\n\n /**\n * Port of the live sync server\n *\n * Default: 4000\n */\n liveSyncPort: customConfiguration?.liveSyncPort ?? LIVE_SYNC_PORT,\n\n /**\n * URL of the live sync server in case of remote live sync server\n *\n * Default: `http://localhost:${LIVE_SYNC_PORT}`\n */\n liveSyncURL:\n customConfiguration?.liveSyncURL ??\n `http://localhost:${customConfiguration?.liveSyncPort ?? LIVE_SYNC_PORT}`,\n});\n\nconst buildLogFields = (\n customConfiguration?: Partial<LogConfig>,\n logFunctions?: LogFunctions\n): LogConfig => ({\n /**\n * Indicates if the logger is enabled\n *\n * Default: 'prefix-no-default'\n *\n * If 'default', the logger is enabled and can be used.\n * If 'verbose', the logger will be enabled and can be used, but will log more information.\n * If 'disabled', the logger is disabled and cannot be used.\n */\n mode: customConfiguration?.mode ?? MODE,\n\n /**\n * Prefix of the logger\n *\n * Default: '[intlayer]'\n *\n * The prefix of the logger.\n */\n prefix: customConfiguration?.prefix ?? PREFIX,\n\n /**\n * Functions to log\n */\n error: logFunctions?.error,\n log: logFunctions?.log,\n info: logFunctions?.info,\n warn: logFunctions?.warn,\n});\n\nconst buildAiFields = (customConfiguration?: Partial<AiConfig>): AiConfig => ({\n /**\n * AI configuration\n */\n provider: customConfiguration?.provider,\n\n /**\n * API key\n */\n apiKey: customConfiguration?.apiKey,\n\n /**\n * API model\n */\n model: customConfiguration?.model,\n\n /**\n * Temperature\n */\n temperature: customConfiguration?.temperature,\n\n /**\n * Application context\n *\n * Default: undefined\n *\n * The application context.\n *\n * Example: `'My application context'`\n *\n * Note: Can be used to provide additional context about the application to the AI model. You can add more rules (e.g. \"You should not transform urls\").\n */\n applicationContext: customConfiguration?.applicationContext,\n\n /**\n * Base URL for the AI API\n *\n * Default: undefined\n *\n * The base URL for the AI API.\n *\n * Example: `'http://localhost:5000'`\n *\n * Note: Can be used to point to a local, or custom AI API endpoint.\n */\n baseURL: customConfiguration?.baseURL,\n\n /**\n * Data serialization\n *\n * Options:\n * - \"json\": The industry standard. Highly reliable and structured, but consumes more tokens.\n * - \"toon\": An optimized format designed to reduce token consumption (cost-effective). However, it may slightly increase the risk of output inconsistency compared to standard JSON\n *\n * Default: \"json\"\n */\n dataSerialization: customConfiguration?.dataSerialization,\n});\n\nconst buildBuildFields = (\n customConfiguration?: Partial<BuildConfig>\n): BuildConfig => ({\n /**\n * Indicates the mode of the build\n *\n * Default: 'auto'\n *\n * If 'auto', the build will be enabled automatically when the application is built.\n * If 'manual', the build will be set only when the build command is executed.\n *\n * Can be used to disable dictionaries build, for instance when execution on Node.js environment should be avoided.\n */\n mode: customConfiguration?.mode ?? BUILD_MODE,\n\n /**\n * Indicates if the build should be optimized\n *\n * Default: process.env.NODE_ENV === 'production'\n *\n * If true, the build will be optimized.\n * If false, the build will not be optimized.\n *\n * Intlayer will replace all calls of dictionaries to optimize chunking. That way the final bundle will import only the dictionaries that are used.\n * All imports will stay as static import to avoid async processing when loading the dictionaries.\n *\n * Note:\n * - Intlayer will replace all call of `useIntlayer` with the defined mode by the `importMode` option.\n * - Intlayer will replace all call of `getIntlayer` with `getDictionary`.\n * - This option relies on the `@intlayer/babel` and `@intlayer/swc` plugins.\n * - In most cases, \"dynamic\" will be used for React applications, \"async\" for Vue.js applications.\n * - Ensure all keys are declared statically in the `useIntlayer` calls. e.g. `useIntlayer('navbar')`.\n */\n optimize: customConfiguration?.optimize,\n\n /**\n * Indicates the mode of import to use for the dictionaries.\n *\n * Available modes:\n * - \"static\": The dictionaries are imported statically.\n * In that case, Intlayer will replace all calls to `useIntlayer` with `useDictionary`.\n * - \"dynamic\": The dictionaries are imported dynamically in a synchronous component using the suspense API.\n * In that case, Intlayer will replace all calls to `useIntlayer` with `useDictionaryDynamic`.\n * - \"live\": The dictionaries are imported dynamically using the live sync API.\n * In that case, Intlayer will replace all calls to `useIntlayer` with `useDictionaryDynamic`.\n * Live mode will use the live sync API to fetch the dictionaries. If the API call fails, the dictionaries will be imported dynamically as \"dynamic\" mode.\n *\n * Default: \"static\"\n *\n * By default, when a dictionary is loaded, it imports content for all locales as it's imported statically.\n *\n * Note:\n * - Dynamic imports rely on Suspense and may slightly impact rendering performance.\n * - If disabled all locales will be loaded at once, even if they are not used.\n * - This option relies on the `@intlayer/babel` and `@intlayer/swc` plugins.\n * - Ensure all keys are declared statically in the `useIntlayer` calls. e.g. `useIntlayer('navbar')`.\n * - This option will be ignored if `optimize` is disabled.\n * - This option will not impact the `getIntlayer`, `getDictionary`, `useDictionary`, `useDictionaryAsync` and `useDictionaryDynamic` functions. You can still use them to refine you code on manual optimization.\n * - The \"live\" allows to sync the dictionaries to the live sync server.\n *\n * @deprecated Use `dictionary.importMode` instead.\n */\n importMode: customConfiguration?.importMode,\n\n /**\n * Pattern to traverse the code to optimize.\n *\n * Allows to avoid to traverse the code that is not relevant to the optimization.\n * Improve build performance.\n *\n * Default: ['**\\/*.{js,ts,mjs,cjs,jsx,tsx}', '!**\\/node_modules/**']\n *\n * Example: `['src/**\\/*.{ts,tsx}', '../ui-library/**\\/*.{ts,tsx}']`\n *\n * Note:\n * - This option will be ignored if `optimize` is disabled.\n * - Use glob pattern.\n */\n traversePattern: customConfiguration?.traversePattern ?? TRAVERSE_PATTERN,\n\n /**\n * Output format of the dictionaries\n *\n * Can be set on large projects to improve build performance.\n *\n * Default: ['cjs', 'esm']\n *\n * The output format of the dictionaries. It can be either 'cjs' or 'esm'.\n * - 'cjs': The dictionaries are outputted as CommonJS modules.\n * - 'esm': The dictionaries are outputted as ES modules.\n */\n outputFormat: customConfiguration?.outputFormat ?? OUTPUT_FORMAT,\n\n /**\n * Cache\n */\n cache: customConfiguration?.cache ?? CACHE,\n\n /**\n * Require function\n */\n require: customConfiguration?.require,\n\n /**\n * Indicates if the build should check TypeScript types\n *\n * Default: false\n *\n * If true, the build will check TypeScript types and log errors.\n * Note: This can slow down the build.\n */\n checkTypes: customConfiguration?.checkTypes ?? TYPE_CHECKING,\n});\n\nconst buildCompilerFields = (\n customConfiguration?: Partial<CompilerConfig>\n): CompilerConfig => ({\n /**\n * Indicates if the compiler should be enabled\n */\n enabled: customConfiguration?.enabled ?? COMPILER_ENABLED,\n\n /**\n * Prefix for the extracted dictionary keys\n */\n dictionaryKeyPrefix:\n customConfiguration?.dictionaryKeyPrefix ?? COMPILER_DICTIONARY_KEY_PREFIX,\n\n /**\n * Pattern to traverse the code to optimize.\n *\n * @deprecated use build.traversePattern instead\n */\n transformPattern: customConfiguration?.transformPattern,\n\n /**\n * Pattern to exclude from the optimization.\n *\n * @deprecated use build.traversePattern instead\n */\n excludePattern: customConfiguration?.excludePattern,\n\n /**\n * Output directory for the optimized dictionaries.\n * @deprecated use `output` instead\n */\n outputDir: customConfiguration?.outputDir,\n\n /**\n * File path pattern for generated dictionaries.\n */\n output: customConfiguration?.output,\n\n /**\n * Indicates if the metadata should be saved in the file.\n *\n * If true, the compiler will not save the metadata of the dictionaries.\n *\n * If true:\n *\n * ```json\n * {\n * \"key\": \"value\"\n * }\n * ```\n *\n * If false:\n *\n * ```json\n * {\n * \"key\": \"value\",\n * \"content\": {\n * \"key\": \"value\"\n * }\n * }\n * ```\n *\n * Default: false\n *\n * Note: Useful if used with loadJSON plugin\n */\n noMetadata: customConfiguration?.noMetadata ?? COMPILER_NO_METADATA,\n\n /**\n * Indicates if the components should be saved after being transformed.\n */\n saveComponents:\n customConfiguration?.saveComponents ?? COMPILER_SAVE_COMPONENTS,\n});\n\nconst buildDictionaryFields = (\n customConfiguration?: Partial<DictionaryConfig>\n): DictionaryConfig => {\n const contentAutoTransformation =\n customConfiguration?.contentAutoTransformation ??\n CONTENT_AUTO_TRANSFORMATION;\n\n return {\n /**\n * Indicate how the dictionary should be filled using AI.\n *\n * Default: true\n */\n fill: customConfiguration?.fill ?? FILL,\n\n /**\n * Indicates if the content of the dictionary should be automatically transformed.\n *\n * Default: false\n */\n contentAutoTransformation:\n typeof contentAutoTransformation === 'object'\n ? {\n markdown: contentAutoTransformation.markdown ?? false,\n html: contentAutoTransformation.html ?? false,\n insertion: contentAutoTransformation.insertion ?? false,\n }\n : contentAutoTransformation,\n\n /**\n * The location of the dictionary.\n *\n * Default: 'local'\n */\n location: customConfiguration?.location ?? LOCATION,\n\n /**\n * Transform the dictionary in a per-locale dictionary.\n * Each field declared in a per-locale dictionary will be transformed in a translation node.\n * If missing, the dictionary will be treated as a multilingual dictionary.\n */\n locale: customConfiguration?.locale,\n\n /**\n * The title of the dictionary.\n */\n title: customConfiguration?.title,\n\n /**\n * The description of the dictionary.\n */\n description: customConfiguration?.description,\n\n /**\n * Tags to categorize the dictionaries.\n */\n tags: customConfiguration?.tags,\n\n /**\n * The priority of the dictionary.\n */\n priority: customConfiguration?.priority,\n\n /**\n * Indicates the mode of import to use for the dictionary.\n *\n * Available modes:\n * - \"static\": The dictionaries are imported statically.\n * - \"dynamic\": The dictionaries are imported dynamically in a synchronous component using the suspense API.\n * - \"live\": The dictionaries are imported dynamically using the live sync API.\n *\n * Default: 'static'\n */\n importMode: customConfiguration?.importMode ?? IMPORT_MODE,\n\n /**\n * The version of the dictionary.\n */\n version: customConfiguration?.version,\n };\n};\n\n/**\n * Build the configuration fields by merging the default values with the custom configuration\n */\nexport const buildConfigurationFields = (\n customConfiguration?: CustomIntlayerConfig,\n baseDir?: string,\n logFunctions?: LogFunctions\n): IntlayerConfig => {\n const internationalizationConfig = buildInternationalizationFields(\n customConfiguration?.internationalization\n );\n\n const routingConfig = buildRoutingFields(customConfiguration?.routing);\n\n const systemConfig = buildSystemFields(baseDir, customConfiguration?.system);\n\n const contentConfig = buildContentFields(\n systemConfig,\n customConfiguration?.content\n );\n\n const editorConfig = buildEditorFields(customConfiguration?.editor);\n\n const logConfig = buildLogFields(customConfiguration?.log, logFunctions);\n\n const aiConfig = buildAiFields(customConfiguration?.ai);\n\n const buildConfig = buildBuildFields(customConfiguration?.build);\n\n const compilerConfig = buildCompilerFields(customConfiguration?.compiler);\n\n const dictionaryConfig = buildDictionaryFields(\n customConfiguration?.dictionary\n );\n\n storedConfiguration = {\n internationalization: internationalizationConfig,\n routing: routingConfig,\n content: contentConfig,\n system: systemConfig,\n editor: editorConfig,\n log: logConfig,\n ai: aiConfig,\n build: buildConfig,\n compiler: compilerConfig,\n dictionary: dictionaryConfig,\n plugins: customConfiguration?.plugins,\n schemas: customConfiguration?.schemas,\n metadata: {\n name: 'Intlayer',\n version: packageJson.version,\n doc: `https://intlayer.org/docs`,\n },\n } as IntlayerConfig;\n\n return storedConfiguration;\n};\n"],"mappings":"+rBAgFA,IAAI,EAEJ,MAAM,EACJ,IACgC,CAOhC,QAAS,GAAqB,SAAWA,EAAAA,QAWzC,gBACE,GAAqB,iBACrB,GAAqB,SACrBC,EAAAA,iBAUF,WAAY,GAAqB,YAAA,YAOjC,cAAe,GAAqB,eAAiBC,EAAAA,eACtD,EAEK,EACJ,IACmB,CAuBnB,KAAM,GAAqB,MAAA,oBAW3B,QAAS,GAAqB,SAAWC,EAAAA,QAazC,SAAU,GAAqB,UAAA,GA6B/B,QAAS,GAAqB,QAC/B,EAEK,GACJ,EACA,IACiB,CACjB,IAAM,EAAiB,GAAW,QAAQ,KAAK,CAEzC,EAAuB,GAAsB,CACjD,IAAI,EAEJ,GAAI,CAGF,EAFwBC,EAAAA,kBAAkB,EAAe,CAE1B,QAAQ,EAAW,CAChD,MAAO,CAAC,EAAe,CACxB,CAAC,MACI,CACN,GAAA,EAAA,EAAA,YAA0B,EAAU,CAChC,GAAA,EAAA,EAAA,MACK,EAAgB,EAAU,CAGrC,GAAI,CAEF,IAAA,EAAA,EAAA,UADuB,EAAa,CAC1B,QAAQ,CAChB,OAAA,EAAA,EAAA,SAAe,EAAa,MAExB,CACN,GAAI,gBAAgB,KAAK,EAAa,CACpC,OAAA,EAAA,EAAA,SAAe,EAAa,CAIhC,OAAO,GAGH,EAAkB,EACtB,GAAqB,iBAAA,uBACtB,CAED,MAAO,CACL,QAAS,EACT,sBAAuB,EACrB,GAAqB,uBAAA,kBACtB,CACD,wBAAyB,EACvB,GAAqB,yBAAA,gCACtB,CACD,sBAAuB,EACrB,GAAqB,uBAAA,8BACtB,CACD,kBACA,uBAAwB,EACtB,GAAqB,wBAAA,+BACtB,CACD,qBAAsB,EACpB,GAAqB,sBAAA,6BACtB,CACD,SAAU,EAAoB,GAAqB,UAAA,kBAAsB,CACzE,QAAS,EAAoB,GAAqB,SAAA,iBAAoB,CACtE,UAAW,EACT,GAAqB,WAAA,mBACtB,CACD,SAAU,EAAoB,GAAqB,UAAA,kBAAsB,CACzE,QAAS,EAAoB,GAAqB,SAAA,gBAAoB,CACtE,2BAA4B,GAAGC,EAAAA,cAAc,EAAgB,CAAC,YAC/D,EAGG,GACJ,EACA,IACkB,CAClB,IAAM,EAAiB,GAAqB,gBAAkBC,EAAAA,gBAExD,EAAuB,GAAsB,CACjD,IAAI,EAEJ,GAAI,CAGF,EADwBF,EAAAA,kBAAkB,EAAa,QAAQ,CAChC,QAAQ,EAAW,CAChD,MAAO,CAAC,EAAa,QAAQ,CAC9B,CAAC,MACI,CACN,GAAI,CAEF,EAAe,QAAQ,QAAQ,EAAW,CACxC,MAAO,CAAC,EAAa,QAAQ,CAC9B,CAAC,MACI,CAEN,GAAA,EAAA,EAAA,YAA0B,EAAU,CAChC,GAAA,EAAA,EAAA,MACK,EAAa,QAAS,EAAU,EAI7C,GAAI,CAMF,IAAA,EAAA,EAAA,UAJuB,EAAa,CAI1B,QAAQ,CAChB,OAAA,EAAA,EAAA,SAAe,EAAa,MAExB,CAGN,GAAI,gBAAgB,KAAK,EAAa,CACpC,OAAA,EAAA,EAAA,SAAe,EAAa,CAKhC,OAAO,GAGH,GAAc,GAAqB,YAAcG,EAAAA,aAAa,IAClE,EACD,CAMD,MAAO,CACL,iBACA,aACA,SAPmB,GAAqB,SAETC,EAAAA,UAAU,IAAI,EAAoB,CAMjE,aAAc,GAAqB,cAAgBC,EAAAA,eACnD,MAAO,GAAqB,OAAA,GAC5B,cAAe,GAAqB,cACpC,oBAAqB,EAAe,IAAK,GAAQ,QAAQ,IAAM,CAC/D,4BAA6B,EAAe,QAAS,GACnD,EAAW,IAAK,GAAQ,GAAGJ,EAAAA,cAAc,EAAI,CAAC,OAAO,IAAM,CAC5D,CACF,EAGG,EACJ,IACkB,CAQlB,eAAgB,GAAqB,gBAAA,IAAA,GASrC,UAAW,GAAqB,WAAA,wBAKhC,OAAQ,GAAqB,QAAA,2BAO7B,WAAY,GAAqB,YAAA,4BAMjC,KAAM,GAAqB,MAAA,IAsB3B,QAAS,GAAqB,SAAA,GAW9B,SAAU,GAAqB,UAAY,IAAA,GAW3C,aAAc,GAAqB,cAAgB,IAAA,GAYnD,2BACE,GAAqB,4BAAA,cAWvB,SAAU,GAAqB,UAAA,GAO/B,aAAc,GAAqB,cAAA,IAOnC,YACE,GAAqB,aACrB,oBAAoB,GAAqB,cAAA,MAC5C,EAEK,GACJ,EACA,KACe,CAUf,KAAM,GAAqB,MAAA,UAS3B,OAAQ,GAAqB,QAAUK,EAAAA,OAKvC,MAAO,GAAc,MACrB,IAAK,GAAc,IACnB,KAAM,GAAc,KACpB,KAAM,GAAc,KACrB,EAEK,EAAiB,IAAuD,CAI5E,SAAU,GAAqB,SAK/B,OAAQ,GAAqB,OAK7B,MAAO,GAAqB,MAK5B,YAAa,GAAqB,YAalC,mBAAoB,GAAqB,mBAazC,QAAS,GAAqB,QAW9B,kBAAmB,GAAqB,kBACzC,EAEK,EACJ,IACiB,CAWjB,KAAM,GAAqB,MAAA,OAoB3B,SAAU,GAAqB,SA6B/B,WAAY,GAAqB,WAgBjC,gBAAiB,GAAqB,iBAAmBC,EAAAA,iBAazD,aAAc,GAAqB,cAAgBC,EAAAA,cAKnD,MAAO,GAAqB,OAAA,GAK5B,QAAS,GAAqB,QAU9B,WAAY,GAAqB,YAAA,GAClC,EAEK,EACJ,IACoB,CAIpB,QAAS,GAAqB,SAAA,GAK9B,oBACE,GAAqB,qBAAA,QAOvB,iBAAkB,GAAqB,iBAOvC,eAAgB,GAAqB,eAMrC,UAAW,GAAqB,UAKhC,OAAQ,GAAqB,OA8B7B,WAAY,GAAqB,YAAA,GAKjC,eACE,GAAqB,gBAAA,GACxB,EAEK,EACJ,GACqB,CACrB,IAAM,EACJ,GAAqB,2BAAA,GAGvB,MAAO,CAML,KAAM,GAAqB,MAAA,GAO3B,0BACE,OAAO,GAA8B,SACjC,CACE,SAAU,EAA0B,UAAY,GAChD,KAAM,EAA0B,MAAQ,GACxC,UAAW,EAA0B,WAAa,GACnD,CACD,EAON,SAAU,GAAqB,UAAA,QAO/B,OAAQ,GAAqB,OAK7B,MAAO,GAAqB,MAK5B,YAAa,GAAqB,YAKlC,KAAM,GAAqB,KAK3B,SAAU,GAAqB,SAY/B,WAAY,GAAqB,YAAA,SAKjC,QAAS,GAAqB,QAC/B,EAMU,GACX,EACA,EACA,IACmB,CACnB,IAAM,EAA6B,EACjC,GAAqB,qBACtB,CAEK,EAAgB,EAAmB,GAAqB,QAAQ,CAEhE,EAAe,EAAkB,EAAS,GAAqB,OAAO,CAyC5E,MApBA,GAAsB,CACpB,qBAAsB,EACtB,QAAS,EACT,QAtBoB,EACpB,EACA,GAAqB,QACtB,CAoBC,OAAQ,EACR,OAnBmB,EAAkB,GAAqB,OAAO,CAoBjE,IAlBgB,EAAe,GAAqB,IAAK,EAAa,CAmBtE,GAjBe,EAAc,GAAqB,GAAG,CAkBrD,MAhBkB,EAAiB,GAAqB,MAAM,CAiB9D,SAfqB,EAAoB,GAAqB,SAAS,CAgBvE,WAduB,EACvB,GAAqB,WACtB,CAaC,QAAS,GAAqB,QAC9B,QAAS,GAAqB,QAC9B,SAAU,CACR,KAAM,WACN,QAASC,EAAAA,QAAY,QACrB,IAAK,4BACN,CACF,CAEM"}
|
|
1
|
+
{"version":3,"file":"buildConfigurationFields.cjs","names":["LOCALES","REQUIRED_LOCALES","DEFAULT_LOCALE","STORAGE","getProjectRequire","normalizePath","FILE_EXTENSIONS","CONTENT_DIR","CODE_DIR","EXCLUDED_PATHS","PREFIX","TRAVERSE_PATTERN","OUTPUT_FORMAT","packageJson"],"sources":["../../../src/configFile/buildConfigurationFields.ts"],"sourcesContent":["import { statSync } from 'node:fs';\nimport { dirname, isAbsolute, join } from 'node:path';\nimport type {\n AiConfig,\n BuildConfig,\n CompilerConfig,\n ContentConfig,\n CustomIntlayerConfig,\n DictionaryConfig,\n EditorConfig,\n InternationalizationConfig,\n IntlayerConfig,\n LogConfig,\n LogFunctions,\n RoutingConfig,\n SystemConfig,\n} from '@intlayer/types/config';\nimport packageJson from '@intlayer/types/package.json' with { type: 'json' };\nimport {\n BUILD_MODE,\n CACHE,\n OUTPUT_FORMAT,\n TRAVERSE_PATTERN,\n TYPE_CHECKING,\n} from '../defaultValues/build';\nimport {\n COMPILER_DICTIONARY_KEY_PREFIX,\n COMPILER_ENABLED,\n COMPILER_NO_METADATA,\n COMPILER_SAVE_COMPONENTS,\n} from '../defaultValues/compiler';\nimport {\n CODE_DIR,\n CONTENT_DIR,\n EXCLUDED_PATHS,\n FILE_EXTENSIONS,\n WATCH,\n} from '../defaultValues/content';\nimport {\n CONTENT_AUTO_TRANSFORMATION,\n FILL,\n IMPORT_MODE,\n LOCATION,\n} from '../defaultValues/dictionary';\nimport {\n APPLICATION_URL,\n BACKEND_URL,\n CMS_URL,\n DICTIONARY_PRIORITY_STRATEGY,\n EDITOR_URL,\n IS_ENABLED,\n LIVE_SYNC,\n LIVE_SYNC_PORT,\n PORT,\n} from '../defaultValues/editor';\nimport {\n DEFAULT_LOCALE,\n LOCALES,\n REQUIRED_LOCALES,\n STRICT_MODE,\n} from '../defaultValues/internationalization';\nimport { MODE, PREFIX } from '../defaultValues/log';\nimport { BASE_PATH, ROUTING_MODE, STORAGE } from '../defaultValues/routing';\nimport {\n CACHE_DIR,\n CONFIG_DIR,\n DICTIONARIES_DIR,\n DYNAMIC_DICTIONARIES_DIR,\n FETCH_DICTIONARIES_DIR,\n MAIN_DIR,\n MODULE_AUGMENTATION_DIR,\n REMOTE_DICTIONARIES_DIR,\n TEMP_DIR,\n TYPES_DIR,\n UNMERGED_DICTIONARIES_DIR,\n} from '../defaultValues/system';\nimport { getProjectRequire } from '../utils';\nimport { normalizePath } from '../utils/normalizePath';\n\nlet storedConfiguration: IntlayerConfig;\n\nconst buildInternationalizationFields = (\n customConfiguration?: Partial<InternationalizationConfig>\n): InternationalizationConfig => ({\n /**\n * Locales available in the application\n *\n * Default: ['en']\n *\n */\n locales: customConfiguration?.locales ?? LOCALES,\n\n /**\n * Locales required by TypeScript to ensure strong implementations of internationalized content using typescript.\n *\n * Default: []\n *\n * If empty, all locales are required in `strict` mode.\n *\n * Ensure required locales are also defined in the `locales` field.\n */\n requiredLocales:\n customConfiguration?.requiredLocales ??\n customConfiguration?.locales ??\n REQUIRED_LOCALES,\n\n /**\n * Ensure strong implementations of internationalized content using typescript.\n * - If set to \"strict\", the translation `t` function will require each declared locales to be defined. If one locale is missing, or if a locale is not declared in your config, it will throw an error.\n * - If set to \"inclusive\", the translation `t` function will require each declared locales to be defined. If one locale is missing, it will throw a warning. But will accept if a locale is not declared in your config, but exist.\n * - If set to \"loose\", the translation `t` function will accept any existing locale.\n *\n * Default: \"inclusive\"\n */\n strictMode: customConfiguration?.strictMode ?? STRICT_MODE,\n\n /**\n * Default locale of the application for fallback\n *\n * Default: 'en'\n */\n defaultLocale: customConfiguration?.defaultLocale ?? DEFAULT_LOCALE,\n});\n\nconst buildRoutingFields = (\n customConfiguration?: Partial<RoutingConfig>\n): RoutingConfig => ({\n /**\n * URL routing mode for locale handling\n *\n * Controls how locales are represented in application URLs:\n * - 'prefix-no-default': Prefix all locales except the default locale (default)\n * - en → /dashboard\n * - fr → /fr/dashboard\n *\n * - 'prefix-all': Prefix all locales including the default locale\n * - en → /en/dashboard\n * - fr → /fr/dashboard\n *\n * - 'search-params': Use search parameters for locale handling\n * - en → /dashboard?locale=en\n * - fr → /fr/dashboard?locale=fr\n *\n * - 'no-prefix': No locale prefixing in URLs\n * - en → /dashboard\n * - fr → /dashboard\n *\n * Default: 'prefix-no-default'\n */\n mode: customConfiguration?.mode ?? ROUTING_MODE,\n\n /**\n * Configuration for storing the locale in the client (localStorage or sessionStorage)\n *\n * If false, the locale will not be stored by the middleware.\n * If true, the locale storage will consider all default values. (cookie and header)\n *\n * Default: ['cookie', 'header']\n *\n */\n storage: customConfiguration?.storage ?? STORAGE,\n\n /**\n * Base path of the application URL\n *\n * Default: ''\n *\n * Example:\n * - If the application is hosted at https://example.com/my-app\n * - The base path is '/my-app'\n * - The URL will be https://example.com/my-app/en\n * - If the base path is not set, the URL will be https://example.com/en\n */\n basePath: customConfiguration?.basePath ?? BASE_PATH,\n\n /**\n * Custom URL rewriting rules that override the default routing mode for specific paths.\n * Allows you to define locale-specific paths that differ from the standard routing behavior.\n * Supports dynamic route parameters using `[param]` syntax.\n *\n * Default: undefined\n *\n * Example:\n * ```typescript\n * rewrite: {\n * \"/about\": {\n * en: \"/about\",\n * fr: \"/a-propos\",\n * },\n * \"/product/[slug]\": {\n * en: \"/product/[slug]\",\n * fr: \"/produit/[slug]\",\n * },\n * }\n * ```\n *\n * Note:\n * - The rewrite rules take precedence over the default `mode` behavior.\n * - If a path matches a rewrite rule, the localized path from the rewrite configuration will be used.\n * - Dynamic route parameters are supported using bracket notation (e.g., `[slug]`, `[id]`).\n * - Works with both Next.js and Vite applications.\n */\n rewrite: customConfiguration?.rewrite,\n});\n\nconst buildSystemFields = (\n baseDir?: string,\n customConfiguration?: Partial<SystemConfig>\n): SystemConfig => {\n const projectBaseDir = baseDir ?? process.cwd();\n\n const optionalJoinBaseDir = (pathInput: string) => {\n let absolutePath: string;\n\n try {\n const requireFunction = getProjectRequire(projectBaseDir);\n\n absolutePath = requireFunction.resolve(pathInput, {\n paths: [projectBaseDir],\n });\n } catch {\n absolutePath = isAbsolute(pathInput)\n ? pathInput\n : join(projectBaseDir, pathInput);\n }\n\n try {\n const stats = statSync(absolutePath);\n if (stats.isFile()) {\n return dirname(absolutePath);\n }\n } catch {\n if (/\\.[a-z0-9]+$/i.test(absolutePath)) {\n return dirname(absolutePath);\n }\n }\n\n return absolutePath;\n };\n\n const dictionariesDir = optionalJoinBaseDir(\n customConfiguration?.dictionariesDir ?? DICTIONARIES_DIR\n );\n\n return {\n baseDir: projectBaseDir,\n moduleAugmentationDir: optionalJoinBaseDir(\n customConfiguration?.moduleAugmentationDir ?? MODULE_AUGMENTATION_DIR\n ),\n unmergedDictionariesDir: optionalJoinBaseDir(\n customConfiguration?.unmergedDictionariesDir ?? UNMERGED_DICTIONARIES_DIR\n ),\n remoteDictionariesDir: optionalJoinBaseDir(\n customConfiguration?.remoteDictionariesDir ?? REMOTE_DICTIONARIES_DIR\n ),\n dictionariesDir,\n dynamicDictionariesDir: optionalJoinBaseDir(\n customConfiguration?.dynamicDictionariesDir ?? DYNAMIC_DICTIONARIES_DIR\n ),\n fetchDictionariesDir: optionalJoinBaseDir(\n customConfiguration?.fetchDictionariesDir ?? FETCH_DICTIONARIES_DIR\n ),\n typesDir: optionalJoinBaseDir(customConfiguration?.typesDir ?? TYPES_DIR),\n mainDir: optionalJoinBaseDir(customConfiguration?.mainDir ?? MAIN_DIR),\n configDir: optionalJoinBaseDir(\n customConfiguration?.configDir ?? CONFIG_DIR\n ),\n cacheDir: optionalJoinBaseDir(customConfiguration?.cacheDir ?? CACHE_DIR),\n tempDir: optionalJoinBaseDir(customConfiguration?.tempDir ?? TEMP_DIR),\n outputFilesPatternWithPath: `${normalizePath(dictionariesDir)}/**/*.json`,\n };\n};\n\nconst buildContentFields = (\n systemConfig: SystemConfig,\n customConfiguration?: Partial<ContentConfig>\n): ContentConfig => {\n const fileExtensions = customConfiguration?.fileExtensions ?? FILE_EXTENSIONS;\n\n const optionalJoinBaseDir = (pathInput: string) => {\n let absolutePath: string;\n\n try {\n // Try resolving as a Node module first\n const requireFunction = getProjectRequire(systemConfig.baseDir);\n absolutePath = requireFunction.resolve(pathInput, {\n paths: [systemConfig.baseDir],\n });\n } catch {\n try {\n // Fall back to native require.resolve if the custom require fails\n absolutePath = require.resolve(pathInput, {\n paths: [systemConfig.baseDir],\n });\n } catch {\n // If all resolution fails, fall back to standard path joining\n absolutePath = isAbsolute(pathInput)\n ? pathInput\n : join(systemConfig.baseDir, pathInput);\n }\n }\n\n try {\n // Smart Detection: File vs Directory\n const stats = statSync(absolutePath);\n\n // If it resolved to a file (like package.json \"main\" or index.js),\n // we want the FOLDER containing that file.\n if (stats.isFile()) {\n return dirname(absolutePath);\n }\n } catch {\n // Safety Fallback:\n // If statSync fails but it looks like a file (has an extension), strip it.\n if (/\\.[a-z0-9]+$/i.test(absolutePath)) {\n return dirname(absolutePath);\n }\n }\n\n // Return the calculated path (usually a directory)\n return absolutePath;\n };\n\n const contentDir = (customConfiguration?.contentDir ?? CONTENT_DIR).map(\n optionalJoinBaseDir\n );\n\n const codeDirInput = customConfiguration?.codeDir;\n\n const codeDir = (codeDirInput ?? CODE_DIR).map(optionalJoinBaseDir);\n\n return {\n fileExtensions,\n contentDir,\n codeDir,\n excludedPath: customConfiguration?.excludedPath ?? EXCLUDED_PATHS,\n watch: customConfiguration?.watch ?? WATCH,\n formatCommand: customConfiguration?.formatCommand,\n watchedFilesPattern: fileExtensions.map((ext) => `/**/*${ext}`),\n watchedFilesPatternWithPath: fileExtensions.flatMap((ext) =>\n contentDir.map((dir) => `${normalizePath(dir)}/**/*${ext}`)\n ),\n };\n};\n\nconst buildEditorFields = (\n customConfiguration?: Partial<EditorConfig>\n): EditorConfig => ({\n /**\n * URL of the application. Used to restrict the origin of the editor for security reasons.\n *\n * > '*' means that the editor is accessible from any origin\n *\n * Default: '*'\n */\n applicationURL: customConfiguration?.applicationURL || APPLICATION_URL,\n\n /**\n * URL of the editor server. Used to restrict the origin of the editor for security reasons.\n *\n * > '*' means that the editor is accessible from any origin\n *\n * Default: '*'\n */\n editorURL: customConfiguration?.editorURL || EDITOR_URL,\n\n /**\n * URL of the CMS server. Used to restrict the origin of the editor for security reasons.\n */\n cmsURL: customConfiguration?.cmsURL || CMS_URL,\n\n /**\n * URL of the editor server\n *\n * Default: 'https://back.intlayer.org'\n */\n backendURL: customConfiguration?.backendURL || BACKEND_URL,\n\n /** Port of the editor server\n *\n * Default: 8000\n */\n port: customConfiguration?.port ?? PORT,\n\n /**\n * Indicates if the application interact with the visual editor\n *\n * Default: true;\n *\n * If true, the editor will be able to interact with the application.\n * If false, the editor will not be able to interact with the application.\n * In any case, the editor can only be enabled by the visual editor.\n * Disabling the editor for specific environments is a way to enforce the security.\n *\n * Usage:\n * ```js\n * {\n * // Other configurations\n * editor: {\n * enabled: process.env.NODE_ENV !== 'production',\n * }\n * };\n * ```\n */\n enabled: customConfiguration?.enabled ?? IS_ENABLED,\n\n /**\n * clientId and clientSecret allow the intlayer packages to authenticate with the backend using oAuth2 authentication.\n * An access token is use to authenticate the user related to the project.\n * To get an access token, go to https://app.intlayer.org/project and create an account.\n *\n * Default: undefined\n *\n * > Important: The clientId and clientSecret should be kept secret and not shared publicly. Please ensure to keep them in a secure location, such as environment variables.\n */\n clientId: customConfiguration?.clientId ?? undefined,\n\n /**\n * clientId and clientSecret allow the intlayer packages to authenticate with the backend using oAuth2 authentication.\n * An access token is use to authenticate the user related to the project.\n * To get an access token, go to https://app.intlayer.org/project and create an account.\n *\n * Default: undefined\n *\n * > Important: The clientId and clientSecret should be kept secret and not shared publicly. Please ensure to keep them in a secure location, such as environment variables.\n */\n clientSecret: customConfiguration?.clientSecret ?? undefined,\n\n /**\n * Strategy for prioritizing dictionaries. If a dictionary is both present online and locally, the content will be merge.\n * However, is a field is defined in both dictionary, this setting determines which fields takes the priority over the other.\n *\n * Default: 'local_first'\n *\n * The strategy for prioritizing dictionaries. It can be either 'local_first' or 'distant_first'.\n * - 'local_first': The first dictionary found in the locale is used.\n * - 'distant_first': The first dictionary found in the distant locales is used.\n */\n dictionaryPriorityStrategy:\n customConfiguration?.dictionaryPriorityStrategy ??\n DICTIONARY_PRIORITY_STRATEGY,\n\n /**\n * Indicates if the application should hot reload the locale configurations when a change is detected.\n * For example, when a new dictionary is added or updated, the application will update the content tu display in the page.\n *\n * The hot reload is only available for clients of the `enterprise` plan.\n *\n * Default: false\n */\n liveSync: customConfiguration?.liveSync ?? LIVE_SYNC,\n\n /**\n * Port of the live sync server\n *\n * Default: 4000\n */\n liveSyncPort: customConfiguration?.liveSyncPort ?? LIVE_SYNC_PORT,\n\n /**\n * URL of the live sync server in case of remote live sync server\n *\n * Default: `http://localhost:${LIVE_SYNC_PORT}`\n */\n liveSyncURL:\n customConfiguration?.liveSyncURL ??\n `http://localhost:${customConfiguration?.liveSyncPort ?? LIVE_SYNC_PORT}`,\n});\n\nconst buildLogFields = (\n customConfiguration?: Partial<LogConfig>,\n logFunctions?: LogFunctions\n): LogConfig => ({\n /**\n * Indicates if the logger is enabled\n *\n * Default: 'prefix-no-default'\n *\n * If 'default', the logger is enabled and can be used.\n * If 'verbose', the logger will be enabled and can be used, but will log more information.\n * If 'disabled', the logger is disabled and cannot be used.\n */\n mode: customConfiguration?.mode ?? MODE,\n\n /**\n * Prefix of the logger\n *\n * Default: '[intlayer]'\n *\n * The prefix of the logger.\n */\n prefix: customConfiguration?.prefix ?? PREFIX,\n\n /**\n * Functions to log\n */\n error: logFunctions?.error,\n log: logFunctions?.log,\n info: logFunctions?.info,\n warn: logFunctions?.warn,\n});\n\nconst buildAiFields = (customConfiguration?: Partial<AiConfig>): AiConfig => ({\n /**\n * AI configuration\n */\n provider: customConfiguration?.provider,\n\n /**\n * API key\n */\n apiKey: customConfiguration?.apiKey,\n\n /**\n * API model\n */\n model: customConfiguration?.model,\n\n /**\n * Temperature\n */\n temperature: customConfiguration?.temperature,\n\n /**\n * Application context\n *\n * Default: undefined\n *\n * The application context.\n *\n * Example: `'My application context'`\n *\n * Note: Can be used to provide additional context about the application to the AI model. You can add more rules (e.g. \"You should not transform urls\").\n */\n applicationContext: customConfiguration?.applicationContext,\n\n /**\n * Base URL for the AI API\n *\n * Default: undefined\n *\n * The base URL for the AI API.\n *\n * Example: `'http://localhost:5000'`\n *\n * Note: Can be used to point to a local, or custom AI API endpoint.\n */\n baseURL: customConfiguration?.baseURL,\n\n /**\n * Data serialization\n *\n * Options:\n * - \"json\": The industry standard. Highly reliable and structured, but consumes more tokens.\n * - \"toon\": An optimized format designed to reduce token consumption (cost-effective). However, it may slightly increase the risk of output inconsistency compared to standard JSON\n *\n * Default: \"json\"\n */\n dataSerialization: customConfiguration?.dataSerialization,\n});\n\nconst buildBuildFields = (\n customConfiguration?: Partial<BuildConfig>\n): BuildConfig => ({\n /**\n * Indicates the mode of the build\n *\n * Default: 'auto'\n *\n * If 'auto', the build will be enabled automatically when the application is built.\n * If 'manual', the build will be set only when the build command is executed.\n *\n * Can be used to disable dictionaries build, for instance when execution on Node.js environment should be avoided.\n */\n mode: customConfiguration?.mode ?? BUILD_MODE,\n\n /**\n * Indicates if the build should be optimized\n *\n * Default: process.env.NODE_ENV === 'production'\n *\n * If true, the build will be optimized.\n * If false, the build will not be optimized.\n *\n * Intlayer will replace all calls of dictionaries to optimize chunking. That way the final bundle will import only the dictionaries that are used.\n * All imports will stay as static import to avoid async processing when loading the dictionaries.\n *\n * Note:\n * - Intlayer will replace all call of `useIntlayer` with the defined mode by the `importMode` option.\n * - Intlayer will replace all call of `getIntlayer` with `getDictionary`.\n * - This option relies on the `@intlayer/babel` and `@intlayer/swc` plugins.\n * - In most cases, \"dynamic\" will be used for React applications, \"async\" for Vue.js applications.\n * - Ensure all keys are declared statically in the `useIntlayer` calls. e.g. `useIntlayer('navbar')`.\n */\n optimize: customConfiguration?.optimize,\n\n /**\n * Indicates the mode of import to use for the dictionaries.\n *\n * Available modes:\n * - \"static\": The dictionaries are imported statically.\n * In that case, Intlayer will replace all calls to `useIntlayer` with `useDictionary`.\n * - \"dynamic\": The dictionaries are imported dynamically in a synchronous component using the suspense API.\n * In that case, Intlayer will replace all calls to `useIntlayer` with `useDictionaryDynamic`.\n * - \"live\": The dictionaries are imported dynamically using the live sync API.\n * In that case, Intlayer will replace all calls to `useIntlayer` with `useDictionaryDynamic`.\n * Live mode will use the live sync API to fetch the dictionaries. If the API call fails, the dictionaries will be imported dynamically as \"dynamic\" mode.\n *\n * Default: \"static\"\n *\n * By default, when a dictionary is loaded, it imports content for all locales as it's imported statically.\n *\n * Note:\n * - Dynamic imports rely on Suspense and may slightly impact rendering performance.\n * - If disabled all locales will be loaded at once, even if they are not used.\n * - This option relies on the `@intlayer/babel` and `@intlayer/swc` plugins.\n * - Ensure all keys are declared statically in the `useIntlayer` calls. e.g. `useIntlayer('navbar')`.\n * - This option will be ignored if `optimize` is disabled.\n * - This option will not impact the `getIntlayer`, `getDictionary`, `useDictionary`, `useDictionaryAsync` and `useDictionaryDynamic` functions. You can still use them to refine you code on manual optimization.\n * - The \"live\" allows to sync the dictionaries to the live sync server.\n *\n * @deprecated Use `dictionary.importMode` instead.\n */\n importMode: customConfiguration?.importMode,\n\n /**\n * Pattern to traverse the code to optimize.\n *\n * Allows to avoid to traverse the code that is not relevant to the optimization.\n * Improve build performance.\n *\n * Default: ['**\\/*.{js,ts,mjs,cjs,jsx,tsx}', '!**\\/node_modules/**']\n *\n * Example: `['src/**\\/*.{ts,tsx}', '../ui-library/**\\/*.{ts,tsx}']`\n *\n * Note:\n * - This option will be ignored if `optimize` is disabled.\n * - Use glob pattern.\n */\n traversePattern: customConfiguration?.traversePattern ?? TRAVERSE_PATTERN,\n\n /**\n * Output format of the dictionaries\n *\n * Can be set on large projects to improve build performance.\n *\n * Default: ['cjs', 'esm']\n *\n * The output format of the dictionaries. It can be either 'cjs' or 'esm'.\n * - 'cjs': The dictionaries are outputted as CommonJS modules.\n * - 'esm': The dictionaries are outputted as ES modules.\n */\n outputFormat: customConfiguration?.outputFormat ?? OUTPUT_FORMAT,\n\n /**\n * Cache\n */\n cache: customConfiguration?.cache ?? CACHE,\n\n /**\n * Require function\n */\n require: customConfiguration?.require,\n\n /**\n * Indicates if the build should check TypeScript types\n *\n * Default: false\n *\n * If true, the build will check TypeScript types and log errors.\n * Note: This can slow down the build.\n */\n checkTypes: customConfiguration?.checkTypes ?? TYPE_CHECKING,\n});\n\nconst buildCompilerFields = (\n customConfiguration?: Partial<CompilerConfig>\n): CompilerConfig => ({\n /**\n * Indicates if the compiler should be enabled\n */\n enabled: customConfiguration?.enabled ?? COMPILER_ENABLED,\n\n /**\n * Prefix for the extracted dictionary keys\n */\n dictionaryKeyPrefix:\n customConfiguration?.dictionaryKeyPrefix ?? COMPILER_DICTIONARY_KEY_PREFIX,\n\n /**\n * Pattern to traverse the code to optimize.\n *\n * @deprecated use build.traversePattern instead\n */\n transformPattern: customConfiguration?.transformPattern,\n\n /**\n * Pattern to exclude from the optimization.\n *\n * @deprecated use build.traversePattern instead\n */\n excludePattern: customConfiguration?.excludePattern,\n\n /**\n * Defines the output files path. Replaces `outputDir`.\n *\n * - `./` paths are resolved relative to the component directory.\n * - `/` paths are resolved relative to the project root (`baseDir`).\n *\n * - Including the `{{locale}}` variable in the path will trigger the generation of separate dictionaries per locale.\n *\n * Example:\n * ```ts\n * {\n * // Create Multilingual .content.ts files close to the component\n * output: ({ fileName, extension }) => `./${fileName}${extension}`,\n *\n * // output: './{{fileName}}{{extension}}', // Equivalent using template string\n * }\n * ```\n *\n * ```ts\n * {\n * // Create centralize per-locale JSON at the root of the project\n * output: ({ key, locale }) => `/locales/${locale}/${key}.content.json`,\n *\n * // output: '/locales/{{locale}}/{{key}}.content.json', // Equivalent using template string\n * }\n * ```\n *\n * Variable list:\n * - `fileName`: The name of the file.\n * - `key`: The key of the content.\n * - `locale`: The locale of the content.\n * - `extension`: The extension of the file.\n * - `componentFileName`: The name of the component file.\n * - `componentExtension`: The extension of the component file.\n * - `format`: The format of the dictionary.\n * - `componentFormat`: The format of the component dictionary.\n * - `componentDirPath`: The directory path of the component.\n */\n output: customConfiguration?.output,\n\n /**\n * Indicates if the metadata should be saved in the file.\n *\n * If true, the compiler will not save the metadata of the dictionaries.\n *\n * If true:\n *\n * ```json\n * {\n * \"key\": \"value\"\n * }\n * ```\n *\n * If false:\n *\n * ```json\n * {\n * \"key\": \"value\",\n * \"content\": {\n * \"key\": \"value\"\n * }\n * }\n * ```\n *\n * Default: false\n *\n * Note: Useful if used with loadJSON plugin\n */\n noMetadata: customConfiguration?.noMetadata ?? COMPILER_NO_METADATA,\n\n /**\n * Indicates if the components should be saved after being transformed.\n */\n saveComponents:\n customConfiguration?.saveComponents ?? COMPILER_SAVE_COMPONENTS,\n});\n\nconst buildDictionaryFields = (\n customConfiguration?: Partial<DictionaryConfig>\n): DictionaryConfig => {\n const contentAutoTransformation =\n customConfiguration?.contentAutoTransformation ??\n CONTENT_AUTO_TRANSFORMATION;\n\n return {\n /**\n * Indicate how the dictionary should be filled using AI.\n *\n * Default: `true`\n *\n * - If `true`, will consider the `compiler.output` field.\n * - If `false`, will skip the fill process.\n *\n * - `./` paths are resolved relative to the component directory.\n * - `/` paths are resolved relative to the project root (`baseDir`).\n *\n * - If includes `{{locale}}` variable in the path, will trigger the generation of separate dictionaries per locale.\n *\n * Example:\n * ```ts\n * {\n * // Create Multilingual .content.ts files close to the component\n * fill: ({ fileName, extension }) => `./${fileName}${extension}`,\n *\n * // fill: './{{fileName}}{{extension}}', // Equivalent using template string\n * }\n * ```\n *\n * ```ts\n * {\n * // Create centralize per-locale JSON at the root of the project\n * fill: ({ key, locale }) => `/locales/${locale}/${key}.content.json`,\n *\n * // fill: '/locales/{{locale}}/{{key}}.content.json', // Equivalent using template string\n * }\n * ```\n *\n * ```ts\n * {\n * // Create custom output based on the locale\n * fill: {\n * en: ({ key }) => `/locales/en/${key}.content.json`,\n * fr: '/locales/fr/{{key}}.content.json',\n * es: false,\n * de: true,\n * },\n * }\n * ```\n *\n *\n * Variable list:\n * - `fileName`: The name of the file.\n * - `key`: The key of the content.\n * - `locale`: The locale of the content.\n * - `extension`: The extension of the file.\n * - `componentFileName`: The name of the component file.\n * - `componentExtension`: The extension of the component file.\n * - `format`: The format of the dictionary.\n * - `componentFormat`: The format of the component dictionary.\n * - `componentDirPath`: The directory path of the component.\n */\n fill: customConfiguration?.fill ?? FILL,\n\n /**\n * Indicates if the content of the dictionary should be automatically transformed.\n *\n * Default: false\n */\n contentAutoTransformation:\n typeof contentAutoTransformation === 'object'\n ? {\n markdown: contentAutoTransformation.markdown ?? false,\n html: contentAutoTransformation.html ?? false,\n insertion: contentAutoTransformation.insertion ?? false,\n }\n : contentAutoTransformation,\n\n /**\n * The location of the dictionary.\n *\n * Default: 'local'\n */\n location: customConfiguration?.location ?? LOCATION,\n\n /**\n * Transform the dictionary in a per-locale dictionary.\n * Each field declared in a per-locale dictionary will be transformed in a translation node.\n * If missing, the dictionary will be treated as a multilingual dictionary.\n */\n locale: customConfiguration?.locale,\n\n /**\n * The title of the dictionary.\n */\n title: customConfiguration?.title,\n\n /**\n * The description of the dictionary.\n */\n description: customConfiguration?.description,\n\n /**\n * Tags to categorize the dictionaries.\n */\n tags: customConfiguration?.tags,\n\n /**\n * The priority of the dictionary.\n */\n priority: customConfiguration?.priority,\n\n /**\n * Indicates the mode of import to use for the dictionary.\n *\n * Available modes:\n * - \"static\": The dictionaries are imported statically.\n * - \"dynamic\": The dictionaries are imported dynamically in a synchronous component using the suspense API.\n * - \"live\": The dictionaries are imported dynamically using the live sync API.\n *\n * Default: 'static'\n */\n importMode: customConfiguration?.importMode ?? IMPORT_MODE,\n };\n};\n\n/**\n * Build the configuration fields by merging the default values with the custom configuration\n */\nexport const buildConfigurationFields = (\n customConfiguration?: CustomIntlayerConfig,\n baseDir?: string,\n logFunctions?: LogFunctions\n): IntlayerConfig => {\n const internationalizationConfig = buildInternationalizationFields(\n customConfiguration?.internationalization\n );\n\n const routingConfig = buildRoutingFields(customConfiguration?.routing);\n\n const systemConfig = buildSystemFields(baseDir, customConfiguration?.system);\n\n const contentConfig = buildContentFields(\n systemConfig,\n customConfiguration?.content\n );\n\n const editorConfig = buildEditorFields(customConfiguration?.editor);\n\n const logConfig = buildLogFields(customConfiguration?.log, logFunctions);\n\n const aiConfig = buildAiFields(customConfiguration?.ai);\n\n const buildConfig = buildBuildFields(customConfiguration?.build);\n\n const compilerConfig = buildCompilerFields(customConfiguration?.compiler);\n\n const dictionaryConfig = buildDictionaryFields(\n customConfiguration?.dictionary\n );\n\n storedConfiguration = {\n internationalization: internationalizationConfig,\n routing: routingConfig,\n content: contentConfig,\n system: systemConfig,\n editor: editorConfig,\n log: logConfig,\n ai: aiConfig,\n build: buildConfig,\n compiler: compilerConfig,\n dictionary: dictionaryConfig,\n plugins: customConfiguration?.plugins,\n schemas: customConfiguration?.schemas,\n metadata: {\n name: 'Intlayer',\n version: packageJson.version,\n doc: `https://intlayer.org/docs`,\n },\n } as IntlayerConfig;\n\n return storedConfiguration;\n};\n"],"mappings":"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"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`}),require(`../_virtual/_rolldown/runtime.cjs`);let e=require(`@intlayer/types/config`),t=require(`zod`);const n=t.z.object({locales:t.z.array(t.z.string()).min(1),requiredLocales:t.z.array(t.z.string()).optional(),strictMode:t.z.enum([`strict`,`inclusive`,`loose`]).optional(),defaultLocale:t.z.string().optional()}),r=t.z.object({type:t.z.literal(`cookie`),name:t.z.string().optional(),domain:t.z.string().optional(),path:t.z.string().optional(),secure:t.z.boolean().optional(),httpOnly:t.z.boolean().optional(),sameSite:t.z.enum([`strict`,`lax`,`none`]).optional(),expires:t.z.union([t.z.date(),t.z.number()]).optional()}),i=t.z.object({type:t.z.enum([`localStorage`,`sessionStorage`,`header`]),name:t.z.string().optional()}),a=t.z.union([t.z.literal(!1),t.z.enum([`cookie`,`localStorage`,`sessionStorage`,`header`]),r,i,t.z.array(t.z.union([t.z.enum([`cookie`,`localStorage`,`sessionStorage`,`header`]),r,i]))]),o=t.z.object({canonical:t.z.string(),localized:t.z.record(t.z.string(),t.z.string())}),s=t.z.object({rules:t.z.array(o)}),c=t.z.object({url:s,nextjs:s.optional(),vite:s.optional()}),l=t.z.object({rewrite:t.z.union([t.z.record(t.z.string(),t.z.record(t.z.string(),t.z.string())),c]).optional(),mode:t.z.enum([`prefix-no-default`,`prefix-all`,`no-prefix`,`search-params`]).optional(),storage:a.optional(),basePath:t.z.string().optional()}),u=t.z.object({baseDir:t.z.string().optional(),moduleAugmentationDir:t.z.string().optional(),unmergedDictionariesDir:t.z.string().optional(),remoteDictionariesDir:t.z.string().optional(),dictionariesDir:t.z.string().optional(),dynamicDictionariesDir:t.z.string().optional(),fetchDictionariesDir:t.z.string().optional(),typesDir:t.z.string().optional(),mainDir:t.z.string().optional(),configDir:t.z.string().optional(),cacheDir:t.z.string().optional(),tempDir:t.z.string().optional(),outputFilesPatternWithPath:t.z.string().optional()}),d=t.z.object({fileExtensions:t.z.array(t.z.string()).optional(),contentDir:t.z.array(t.z.string()).optional(),codeDir:t.z.array(t.z.string()).optional(),excludedPath:t.z.array(t.z.string()).optional(),watch:t.z.boolean().optional(),formatCommand:t.z.string().optional(),watchedFilesPattern:t.z.array(t.z.string()).optional(),watchedFilesPatternWithPath:t.z.array(t.z.string()).optional()}),f=t.z.object({applicationURL:t.z.union([t.z.url(),t.z.literal(``)]).optional(),editorURL:t.z.union([t.z.url(),t.z.literal(``)]).optional(),cmsURL:t.z.union([t.z.url(),t.z.literal(``)]).optional(),backendURL:t.z.union([t.z.url(),t.z.literal(``)]).optional(),port:t.z.number().int().positive().max(65535).optional(),enabled:t.z.boolean().optional(),clientId:t.z.string().optional(),clientSecret:t.z.string().optional(),dictionaryPriorityStrategy:t.z.enum([`local_first`,`distant_first`]).optional(),liveSync:t.z.boolean().optional(),liveSyncPort:t.z.number().int().positive().max(65535).optional(),liveSyncURL:t.z.union([t.z.url(),t.z.literal(``)]).optional()}),p=t.z.object({mode:t.z.enum([`default`,`verbose`,`disabled`]).optional(),prefix:t.z.string().optional(),error:t.z.function().optional(),log:t.z.function().optional(),info:t.z.function().optional(),warn:t.z.function().optional()}),m=t.z.object({provider:t.z.enum(e.AiProviders).optional(),apiKey:t.z.string().optional(),model:t.z.string().optional(),temperature:t.z.number().min(0).max(2).optional(),applicationContext:t.z.string().optional(),baseURL:t.z.url().optional(),dataSerialization:t.z.enum([`json`,`toon`]).optional()}),h=t.z.object({mode:t.z.enum([`auto`,`manual`]).optional(),optimize:t.z.boolean().optional(),importMode:t.z.enum([`static`,`dynamic`,`fetch`]).optional(),traversePattern:t.z.array(t.z.string()).optional(),outputFormat:t.z.array(t.z.enum([`cjs`,`esm`])).optional(),cache:t.z.boolean().optional(),require:t.z.unknown().optional(),checkTypes:t.z.boolean().optional()}),g=t.z.object({enabled:t.z.union([t.z.boolean(),t.z.literal(`build-only`)]).optional(),dictionaryKeyPrefix:t.z.string().optional(),transformPattern:t.z.union([t.z.string(),t.z.array(t.z.string())]).optional(),excludePattern:t.z.union([t.z.string(),t.z.array(t.z.string())]).optional(),
|
|
1
|
+
Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`}),require(`../_virtual/_rolldown/runtime.cjs`);let e=require(`@intlayer/types/config`),t=require(`zod`);const n=t.z.object({locales:t.z.array(t.z.string()).min(1),requiredLocales:t.z.array(t.z.string()).optional(),strictMode:t.z.enum([`strict`,`inclusive`,`loose`]).optional(),defaultLocale:t.z.string().optional()}),r=t.z.object({type:t.z.literal(`cookie`),name:t.z.string().optional(),domain:t.z.string().optional(),path:t.z.string().optional(),secure:t.z.boolean().optional(),httpOnly:t.z.boolean().optional(),sameSite:t.z.enum([`strict`,`lax`,`none`]).optional(),expires:t.z.union([t.z.date(),t.z.number()]).optional()}),i=t.z.object({type:t.z.enum([`localStorage`,`sessionStorage`,`header`]),name:t.z.string().optional()}),a=t.z.union([t.z.literal(!1),t.z.enum([`cookie`,`localStorage`,`sessionStorage`,`header`]),r,i,t.z.array(t.z.union([t.z.enum([`cookie`,`localStorage`,`sessionStorage`,`header`]),r,i]))]),o=t.z.object({canonical:t.z.string(),localized:t.z.record(t.z.string(),t.z.string())}),s=t.z.object({rules:t.z.array(o)}),c=t.z.object({url:s,nextjs:s.optional(),vite:s.optional()}),l=t.z.object({rewrite:t.z.union([t.z.record(t.z.string(),t.z.record(t.z.string(),t.z.string())),c]).optional(),mode:t.z.enum([`prefix-no-default`,`prefix-all`,`no-prefix`,`search-params`]).optional(),storage:a.optional(),basePath:t.z.string().optional()}),u=t.z.object({baseDir:t.z.string().optional(),moduleAugmentationDir:t.z.string().optional(),unmergedDictionariesDir:t.z.string().optional(),remoteDictionariesDir:t.z.string().optional(),dictionariesDir:t.z.string().optional(),dynamicDictionariesDir:t.z.string().optional(),fetchDictionariesDir:t.z.string().optional(),typesDir:t.z.string().optional(),mainDir:t.z.string().optional(),configDir:t.z.string().optional(),cacheDir:t.z.string().optional(),tempDir:t.z.string().optional(),outputFilesPatternWithPath:t.z.string().optional()}),d=t.z.object({fileExtensions:t.z.array(t.z.string()).optional(),contentDir:t.z.array(t.z.string()).optional(),codeDir:t.z.array(t.z.string()).optional(),excludedPath:t.z.array(t.z.string()).optional(),watch:t.z.boolean().optional(),formatCommand:t.z.string().optional(),watchedFilesPattern:t.z.array(t.z.string()).optional(),watchedFilesPatternWithPath:t.z.array(t.z.string()).optional()}),f=t.z.object({applicationURL:t.z.union([t.z.url(),t.z.literal(``)]).optional(),editorURL:t.z.union([t.z.url(),t.z.literal(``)]).optional(),cmsURL:t.z.union([t.z.url(),t.z.literal(``)]).optional(),backendURL:t.z.union([t.z.url(),t.z.literal(``)]).optional(),port:t.z.number().int().positive().max(65535).optional(),enabled:t.z.boolean().optional(),clientId:t.z.string().optional(),clientSecret:t.z.string().optional(),dictionaryPriorityStrategy:t.z.enum([`local_first`,`distant_first`]).optional(),liveSync:t.z.boolean().optional(),liveSyncPort:t.z.number().int().positive().max(65535).optional(),liveSyncURL:t.z.union([t.z.url(),t.z.literal(``)]).optional()}),p=t.z.object({mode:t.z.enum([`default`,`verbose`,`disabled`]).optional(),prefix:t.z.string().optional(),error:t.z.function().optional(),log:t.z.function().optional(),info:t.z.function().optional(),warn:t.z.function().optional()}),m=t.z.object({provider:t.z.enum(e.AiProviders).optional(),apiKey:t.z.string().optional(),model:t.z.string().optional(),temperature:t.z.number().min(0).max(2).optional(),applicationContext:t.z.string().optional(),baseURL:t.z.url().optional(),dataSerialization:t.z.enum([`json`,`toon`]).optional()}),h=t.z.object({mode:t.z.enum([`auto`,`manual`]).optional(),optimize:t.z.boolean().optional(),importMode:t.z.enum([`static`,`dynamic`,`fetch`]).optional(),traversePattern:t.z.array(t.z.string()).optional(),outputFormat:t.z.array(t.z.enum([`cjs`,`esm`])).optional(),cache:t.z.boolean().optional(),require:t.z.unknown().optional(),checkTypes:t.z.boolean().optional()}),g=t.z.object({enabled:t.z.union([t.z.boolean(),t.z.literal(`build-only`)]).optional(),dictionaryKeyPrefix:t.z.string().optional(),transformPattern:t.z.union([t.z.string(),t.z.array(t.z.string())]).optional(),excludePattern:t.z.union([t.z.string(),t.z.array(t.z.string())]).optional(),output:t.z.unknown().optional(),noMetadata:t.z.boolean().optional(),saveComponents:t.z.boolean().optional()}),_=t.z.object({fill:t.z.unknown().optional(),contentAutoTransformation:t.z.union([t.z.boolean(),t.z.object({markdown:t.z.boolean().optional(),html:t.z.boolean().optional(),insertion:t.z.boolean().optional()})]).optional(),location:t.z.string().optional(),locale:t.z.string().optional(),title:t.z.string().optional()}),v=t.z.object({internationalization:n.optional(),routing:l.optional(),content:d.optional(),system:u.optional(),editor:f.optional(),log:p.optional(),ai:m.optional(),build:h.optional(),compiler:g.optional(),dictionary:_.optional(),plugins:t.z.array(t.z.unknown()).optional(),schemas:t.z.record(t.z.string(),t.z.unknown()).optional(),metadata:t.z.object({name:t.z.string().optional(),version:t.z.string().optional(),doc:t.z.string().optional()}).optional()});exports.aiSchema=m,exports.buildSchema=h,exports.compilerSchema=g,exports.contentSchema=d,exports.cookiesAttributesSchema=r,exports.dictionarySchema=_,exports.editorSchema=f,exports.internationalizationSchema=n,exports.intlayerConfigSchema=v,exports.logSchema=p,exports.rewriteObjectSchema=c,exports.rewriteRuleSchema=o,exports.rewriteRulesSchema=s,exports.routingSchema=l,exports.storageAttributesSchema=i,exports.storageSchema=a,exports.systemSchema=u;
|
|
2
2
|
//# sourceMappingURL=configurationSchema.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"configurationSchema.cjs","names":["z","AiProviders"],"sources":["../../../src/configFile/configurationSchema.ts"],"sourcesContent":["import { AiProviders } from '@intlayer/types/config';\nimport { z } from 'zod';\n\nexport const internationalizationSchema = z.object({\n locales: z.array(z.string()).min(1),\n requiredLocales: z.array(z.string()).optional(),\n strictMode: z.enum(['strict', 'inclusive', 'loose']).optional(),\n defaultLocale: z.string().optional(),\n});\n\nexport const cookiesAttributesSchema = z.object({\n type: z.literal('cookie'),\n name: z.string().optional(),\n domain: z.string().optional(),\n path: z.string().optional(),\n secure: z.boolean().optional(),\n httpOnly: z.boolean().optional(),\n sameSite: z.enum(['strict', 'lax', 'none']).optional(),\n expires: z.union([z.date(), z.number()]).optional(),\n});\n\nexport const storageAttributesSchema = z.object({\n type: z.enum(['localStorage', 'sessionStorage', 'header']),\n name: z.string().optional(),\n});\n\nexport const storageSchema = z.union([\n z.literal(false),\n z.enum(['cookie', 'localStorage', 'sessionStorage', 'header']),\n cookiesAttributesSchema,\n storageAttributesSchema,\n z.array(\n z.union([\n z.enum(['cookie', 'localStorage', 'sessionStorage', 'header']),\n cookiesAttributesSchema,\n storageAttributesSchema,\n ])\n ),\n]);\n\nexport const rewriteRuleSchema = z.object({\n canonical: z.string(),\n localized: z.record(z.string(), z.string()),\n});\n\nexport const rewriteRulesSchema = z.object({\n rules: z.array(rewriteRuleSchema),\n});\n\nexport const rewriteObjectSchema = z.object({\n url: rewriteRulesSchema,\n nextjs: rewriteRulesSchema.optional(),\n vite: rewriteRulesSchema.optional(),\n});\n\nexport const routingSchema = z.object({\n rewrite: z\n .union([\n z.record(z.string(), z.record(z.string(), z.string())),\n rewriteObjectSchema,\n ])\n .optional(),\n mode: z\n .enum(['prefix-no-default', 'prefix-all', 'no-prefix', 'search-params'])\n .optional(),\n storage: storageSchema.optional(),\n basePath: z.string().optional(),\n});\n\nexport const systemSchema = z.object({\n baseDir: z.string().optional(),\n moduleAugmentationDir: z.string().optional(),\n unmergedDictionariesDir: z.string().optional(),\n remoteDictionariesDir: z.string().optional(),\n dictionariesDir: z.string().optional(),\n dynamicDictionariesDir: z.string().optional(),\n fetchDictionariesDir: z.string().optional(),\n typesDir: z.string().optional(),\n mainDir: z.string().optional(),\n configDir: z.string().optional(),\n cacheDir: z.string().optional(),\n tempDir: z.string().optional(),\n outputFilesPatternWithPath: z.string().optional(),\n});\n\nexport const contentSchema = z.object({\n fileExtensions: z.array(z.string()).optional(),\n contentDir: z.array(z.string()).optional(),\n codeDir: z.array(z.string()).optional(),\n excludedPath: z.array(z.string()).optional(),\n watch: z.boolean().optional(),\n formatCommand: z.string().optional(),\n watchedFilesPattern: z.array(z.string()).optional(),\n watchedFilesPatternWithPath: z.array(z.string()).optional(),\n});\n\nexport const editorSchema = z.object({\n applicationURL: z.union([z.url(), z.literal('')]).optional(),\n editorURL: z.union([z.url(), z.literal('')]).optional(),\n cmsURL: z.union([z.url(), z.literal('')]).optional(),\n backendURL: z.union([z.url(), z.literal('')]).optional(),\n port: z.number().int().positive().max(65535).optional(),\n enabled: z.boolean().optional(),\n clientId: z.string().optional(),\n clientSecret: z.string().optional(),\n dictionaryPriorityStrategy: z\n .enum(['local_first', 'distant_first'])\n .optional(),\n liveSync: z.boolean().optional(),\n liveSyncPort: z.number().int().positive().max(65535).optional(),\n liveSyncURL: z.union([z.url(), z.literal('')]).optional(),\n});\n\nexport const logSchema = z.object({\n mode: z.enum(['default', 'verbose', 'disabled']).optional(),\n prefix: z.string().optional(),\n error: z.function().optional(),\n log: z.function().optional(),\n info: z.function().optional(),\n warn: z.function().optional(),\n});\n\nexport const aiSchema = z.object({\n provider: z.enum(AiProviders).optional(),\n apiKey: z.string().optional(),\n model: z.string().optional(),\n temperature: z.number().min(0).max(2).optional(),\n applicationContext: z.string().optional(),\n baseURL: z.url().optional(),\n dataSerialization: z.enum(['json', 'toon']).optional(),\n});\n\nexport const buildSchema = z.object({\n mode: z.enum(['auto', 'manual']).optional(),\n optimize: z.boolean().optional(),\n importMode: z.enum(['static', 'dynamic', 'fetch']).optional(),\n traversePattern: z.array(z.string()).optional(),\n outputFormat: z.array(z.enum(['cjs', 'esm'])).optional(),\n cache: z.boolean().optional(),\n require: z.unknown().optional(),\n checkTypes: z.boolean().optional(),\n});\n\nexport const compilerSchema = z.object({\n enabled: z.union([z.boolean(), z.literal('build-only')]).optional(),\n dictionaryKeyPrefix: z.string().optional(),\n transformPattern: z.union([z.string(), z.array(z.string())]).optional(),\n excludePattern: z.union([z.string(), z.array(z.string())]).optional(),\n outputDir: z.string().optional(),\n output: z.unknown().optional(),\n noMetadata: z.boolean().optional(),\n saveComponents: z.boolean().optional(),\n});\n\nexport const dictionarySchema = z.object({\n fill: z.unknown().optional(),\n contentAutoTransformation: z\n .union([\n z.boolean(),\n z.object({\n markdown: z.boolean().optional(),\n html: z.boolean().optional(),\n insertion: z.boolean().optional(),\n }),\n ])\n .optional(),\n location: z.string().optional(),\n locale: z.string().optional(),\n title: z.string().optional(),\n});\n\nexport const intlayerConfigSchema = z.object({\n internationalization: internationalizationSchema.optional(),\n routing: routingSchema.optional(),\n content: contentSchema.optional(),\n system: systemSchema.optional(),\n editor: editorSchema.optional(),\n log: logSchema.optional(),\n ai: aiSchema.optional(),\n build: buildSchema.optional(),\n compiler: compilerSchema.optional(),\n dictionary: dictionarySchema.optional(),\n plugins: z.array(z.unknown()).optional(),\n schemas: z.record(z.string(), z.unknown()).optional(),\n metadata: z\n .object({\n name: z.string().optional(),\n version: z.string().optional(),\n doc: z.string().optional(),\n })\n .optional(),\n});\n"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"configurationSchema.cjs","names":["z","AiProviders"],"sources":["../../../src/configFile/configurationSchema.ts"],"sourcesContent":["import { AiProviders } from '@intlayer/types/config';\nimport { z } from 'zod';\n\nexport const internationalizationSchema = z.object({\n locales: z.array(z.string()).min(1),\n requiredLocales: z.array(z.string()).optional(),\n strictMode: z.enum(['strict', 'inclusive', 'loose']).optional(),\n defaultLocale: z.string().optional(),\n});\n\nexport const cookiesAttributesSchema = z.object({\n type: z.literal('cookie'),\n name: z.string().optional(),\n domain: z.string().optional(),\n path: z.string().optional(),\n secure: z.boolean().optional(),\n httpOnly: z.boolean().optional(),\n sameSite: z.enum(['strict', 'lax', 'none']).optional(),\n expires: z.union([z.date(), z.number()]).optional(),\n});\n\nexport const storageAttributesSchema = z.object({\n type: z.enum(['localStorage', 'sessionStorage', 'header']),\n name: z.string().optional(),\n});\n\nexport const storageSchema = z.union([\n z.literal(false),\n z.enum(['cookie', 'localStorage', 'sessionStorage', 'header']),\n cookiesAttributesSchema,\n storageAttributesSchema,\n z.array(\n z.union([\n z.enum(['cookie', 'localStorage', 'sessionStorage', 'header']),\n cookiesAttributesSchema,\n storageAttributesSchema,\n ])\n ),\n]);\n\nexport const rewriteRuleSchema = z.object({\n canonical: z.string(),\n localized: z.record(z.string(), z.string()),\n});\n\nexport const rewriteRulesSchema = z.object({\n rules: z.array(rewriteRuleSchema),\n});\n\nexport const rewriteObjectSchema = z.object({\n url: rewriteRulesSchema,\n nextjs: rewriteRulesSchema.optional(),\n vite: rewriteRulesSchema.optional(),\n});\n\nexport const routingSchema = z.object({\n rewrite: z\n .union([\n z.record(z.string(), z.record(z.string(), z.string())),\n rewriteObjectSchema,\n ])\n .optional(),\n mode: z\n .enum(['prefix-no-default', 'prefix-all', 'no-prefix', 'search-params'])\n .optional(),\n storage: storageSchema.optional(),\n basePath: z.string().optional(),\n});\n\nexport const systemSchema = z.object({\n baseDir: z.string().optional(),\n moduleAugmentationDir: z.string().optional(),\n unmergedDictionariesDir: z.string().optional(),\n remoteDictionariesDir: z.string().optional(),\n dictionariesDir: z.string().optional(),\n dynamicDictionariesDir: z.string().optional(),\n fetchDictionariesDir: z.string().optional(),\n typesDir: z.string().optional(),\n mainDir: z.string().optional(),\n configDir: z.string().optional(),\n cacheDir: z.string().optional(),\n tempDir: z.string().optional(),\n outputFilesPatternWithPath: z.string().optional(),\n});\n\nexport const contentSchema = z.object({\n fileExtensions: z.array(z.string()).optional(),\n contentDir: z.array(z.string()).optional(),\n codeDir: z.array(z.string()).optional(),\n excludedPath: z.array(z.string()).optional(),\n watch: z.boolean().optional(),\n formatCommand: z.string().optional(),\n watchedFilesPattern: z.array(z.string()).optional(),\n watchedFilesPatternWithPath: z.array(z.string()).optional(),\n});\n\nexport const editorSchema = z.object({\n applicationURL: z.union([z.url(), z.literal('')]).optional(),\n editorURL: z.union([z.url(), z.literal('')]).optional(),\n cmsURL: z.union([z.url(), z.literal('')]).optional(),\n backendURL: z.union([z.url(), z.literal('')]).optional(),\n port: z.number().int().positive().max(65535).optional(),\n enabled: z.boolean().optional(),\n clientId: z.string().optional(),\n clientSecret: z.string().optional(),\n dictionaryPriorityStrategy: z\n .enum(['local_first', 'distant_first'])\n .optional(),\n liveSync: z.boolean().optional(),\n liveSyncPort: z.number().int().positive().max(65535).optional(),\n liveSyncURL: z.union([z.url(), z.literal('')]).optional(),\n});\n\nexport const logSchema = z.object({\n mode: z.enum(['default', 'verbose', 'disabled']).optional(),\n prefix: z.string().optional(),\n error: z.function().optional(),\n log: z.function().optional(),\n info: z.function().optional(),\n warn: z.function().optional(),\n});\n\nexport const aiSchema = z.object({\n provider: z.enum(AiProviders).optional(),\n apiKey: z.string().optional(),\n model: z.string().optional(),\n temperature: z.number().min(0).max(2).optional(),\n applicationContext: z.string().optional(),\n baseURL: z.url().optional(),\n dataSerialization: z.enum(['json', 'toon']).optional(),\n});\n\nexport const buildSchema = z.object({\n mode: z.enum(['auto', 'manual']).optional(),\n optimize: z.boolean().optional(),\n importMode: z.enum(['static', 'dynamic', 'fetch']).optional(),\n traversePattern: z.array(z.string()).optional(),\n outputFormat: z.array(z.enum(['cjs', 'esm'])).optional(),\n cache: z.boolean().optional(),\n require: z.unknown().optional(),\n checkTypes: z.boolean().optional(),\n});\n\nexport const compilerSchema = z.object({\n enabled: z.union([z.boolean(), z.literal('build-only')]).optional(),\n dictionaryKeyPrefix: z.string().optional(),\n transformPattern: z.union([z.string(), z.array(z.string())]).optional(),\n excludePattern: z.union([z.string(), z.array(z.string())]).optional(),\n output: z.unknown().optional(),\n noMetadata: z.boolean().optional(),\n saveComponents: z.boolean().optional(),\n});\n\nexport const dictionarySchema = z.object({\n fill: z.unknown().optional(),\n contentAutoTransformation: z\n .union([\n z.boolean(),\n z.object({\n markdown: z.boolean().optional(),\n html: z.boolean().optional(),\n insertion: z.boolean().optional(),\n }),\n ])\n .optional(),\n location: z.string().optional(),\n locale: z.string().optional(),\n title: z.string().optional(),\n});\n\nexport const intlayerConfigSchema = z.object({\n internationalization: internationalizationSchema.optional(),\n routing: routingSchema.optional(),\n content: contentSchema.optional(),\n system: systemSchema.optional(),\n editor: editorSchema.optional(),\n log: logSchema.optional(),\n ai: aiSchema.optional(),\n build: buildSchema.optional(),\n compiler: compilerSchema.optional(),\n dictionary: dictionarySchema.optional(),\n plugins: z.array(z.unknown()).optional(),\n schemas: z.record(z.string(), z.unknown()).optional(),\n metadata: z\n .object({\n name: z.string().optional(),\n version: z.string().optional(),\n doc: z.string().optional(),\n })\n .optional(),\n});\n"],"mappings":"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"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`});var e=require(`../_virtual/_rolldown/runtime.cjs`).__exportAll({BUILD_MODE:()=>t,CACHE:()=>!0,OPTIMIZE:()=>void 0,OUTPUT_FORMAT:()=>r,TRAVERSE_PATTERN:()=>n,TYPE_CHECKING:()=>!1});const t=`auto`,n=[`**/*.{tsx,ts,js,mjs,cjs,jsx,vue,svelte,svte}`,`!**/node_modules/**`,`!**/*.config.*`,`!**/*.test.*`,`!**/*.spec.*`,`!**/*.stories.*`,`!**/*.d.ts`,`!**/*.d.ts.map`],r=[`esm`,`cjs`];exports.BUILD_MODE=t,exports.CACHE=!0,exports.OPTIMIZE=void 0,exports.OUTPUT_FORMAT=r,exports.TRAVERSE_PATTERN=n,exports.TYPE_CHECKING=!1,Object.defineProperty(exports,`build_exports`,{enumerable:!0,get:function(){return e}});
|
|
1
|
+
Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`});var e=require(`../_virtual/_rolldown/runtime.cjs`).__exportAll({BUILD_MODE:()=>t,CACHE:()=>!0,OPTIMIZE:()=>void 0,OUTPUT_FORMAT:()=>r,TRAVERSE_PATTERN:()=>n,TYPE_CHECKING:()=>!1});const t=`auto`,n=[`**/*.{tsx,ts,js,mjs,cjs,jsx,vue,svelte,svte}`,`!**/node_modules/**`,`!**/dist/**`,`!**/build/**`,`!**/.intlayer/**`,`!**/.next/**`,`!**/.nuxt/**`,`!**/.expo/**`,`!**/.vercel/**`,`!**/.turbo/**`,`!**/.tanstack/**`,`!**/*.config.*`,`!**/*.test.*`,`!**/*.spec.*`,`!**/*.stories.*`,`!**/*.d.ts`,`!**/*.d.ts.map`],r=[`esm`,`cjs`];exports.BUILD_MODE=t,exports.CACHE=!0,exports.OPTIMIZE=void 0,exports.OUTPUT_FORMAT=r,exports.TRAVERSE_PATTERN=n,exports.TYPE_CHECKING=!1,Object.defineProperty(exports,`build_exports`,{enumerable:!0,get:function(){return e}});
|
|
2
2
|
//# sourceMappingURL=build.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"build.cjs","names":[],"sources":["../../../src/defaultValues/build.ts"],"sourcesContent":["export const BUILD_MODE = 'auto';\n\nexport const OPTIMIZE = undefined;\n\nexport const TRAVERSE_PATTERN = [\n '**/*.{tsx,ts,js,mjs,cjs,jsx,vue,svelte,svte}',\n '!**/node_modules/**',\n '!**/*.config.*',\n '!**/*.test.*',\n '!**/*.spec.*',\n '!**/*.stories.*',\n '!**/*.d.ts',\n '!**/*.d.ts.map',\n];\n\nexport const OUTPUT_FORMAT: ('cjs' | 'esm')[] = ['esm', 'cjs'];\n\nexport const CACHE = true;\n\nexport const TYPE_CHECKING = false;\n"],"mappings":"uPAAA,MAAa,EAAa,OAIb,EAAmB,CAC9B,+
|
|
1
|
+
{"version":3,"file":"build.cjs","names":[],"sources":["../../../src/defaultValues/build.ts"],"sourcesContent":["export const BUILD_MODE = 'auto';\n\nexport const OPTIMIZE = undefined;\n\nexport const TRAVERSE_PATTERN = [\n '**/*.{tsx,ts,js,mjs,cjs,jsx,vue,svelte,svte}',\n\n '!**/node_modules/**',\n '!**/dist/**',\n '!**/build/**',\n '!**/.intlayer/**',\n '!**/.next/**',\n '!**/.nuxt/**',\n '!**/.expo/**',\n '!**/.vercel/**',\n '!**/.turbo/**',\n '!**/.tanstack/**',\n\n '!**/*.config.*',\n '!**/*.test.*',\n '!**/*.spec.*',\n '!**/*.stories.*',\n '!**/*.d.ts',\n '!**/*.d.ts.map',\n];\n\nexport const OUTPUT_FORMAT: ('cjs' | 'esm')[] = ['esm', 'cjs'];\n\nexport const CACHE = true;\n\nexport const TYPE_CHECKING = false;\n"],"mappings":"uPAAA,MAAa,EAAa,OAIb,EAAmB,CAC9B,+CAEA,sBACA,cACA,eACA,mBACA,eACA,eACA,eACA,iBACA,gBACA,mBAEA,iBACA,eACA,eACA,kBACA,aACA,iBACD,CAEY,EAAmC,CAAC,MAAO,MAAM"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`});var e=require(`../_virtual/_rolldown/runtime.cjs`).__exportAll({COMPILER_DICTIONARY_KEY_PREFIX:()
|
|
1
|
+
Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`});var e=require(`../_virtual/_rolldown/runtime.cjs`).__exportAll({COMPILER_DICTIONARY_KEY_PREFIX:()=>``,COMPILER_ENABLED:()=>!0,COMPILER_NO_METADATA:()=>!1,COMPILER_SAVE_COMPONENTS:()=>!1});exports.COMPILER_DICTIONARY_KEY_PREFIX=``,exports.COMPILER_ENABLED=!0,exports.COMPILER_NO_METADATA=!1,exports.COMPILER_SAVE_COMPONENTS=!1,Object.defineProperty(exports,`compiler_exports`,{enumerable:!0,get:function(){return e}});
|
|
2
2
|
//# sourceMappingURL=compiler.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"compiler.cjs","names":[],"sources":["../../../src/defaultValues/compiler.ts"],"sourcesContent":["
|
|
1
|
+
{"version":3,"file":"compiler.cjs","names":[],"sources":["../../../src/defaultValues/compiler.ts"],"sourcesContent":["export const COMPILER_ENABLED = true;\n\nexport const COMPILER_DICTIONARY_KEY_PREFIX = '';\n\nexport const COMPILER_NO_METADATA = false;\n\nexport const COMPILER_SAVE_COMPONENTS = false;\n"],"mappings":""}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{__require as e}from"../_virtual/_rolldown/runtime.mjs";import{OUTPUT_FORMAT as t,TRAVERSE_PATTERN as n}from"../defaultValues/build.mjs";import"../defaultValues/compiler.mjs";import{CODE_DIR as r,CONTENT_DIR as i,EXCLUDED_PATHS as a,FILE_EXTENSIONS as o}from"../defaultValues/content.mjs";import"../defaultValues/dictionary.mjs";import"../defaultValues/editor.mjs";import{DEFAULT_LOCALE as s,LOCALES as c,REQUIRED_LOCALES as l}from"../defaultValues/internationalization.mjs";import{PREFIX as u}from"../defaultValues/log.mjs";import{STORAGE as d}from"../defaultValues/routing.mjs";import"../defaultValues/system.mjs";import{normalizePath as f}from"../utils/normalizePath.mjs";import{getProjectRequire as p}from"../utils/ESMxCJSHelpers.mjs";import{statSync as m}from"node:fs";import{dirname as h,isAbsolute as g,join as _}from"node:path";import v from"@intlayer/types/package.json"with{type:"json"};let y;const b=e=>({locales:e?.locales??c,requiredLocales:e?.requiredLocales??e?.locales??l,strictMode:e?.strictMode??`inclusive`,defaultLocale:e?.defaultLocale??s}),x=e=>({mode:e?.mode??`prefix-no-default`,storage:e?.storage??d,basePath:e?.basePath??``,rewrite:e?.rewrite}),S=(e,t)=>{let n=e??process.cwd(),r=e=>{let t;try{t=p(n).resolve(e,{paths:[n]})}catch{t=g(e)?e:_(n,e)}try{if(m(t).isFile())return h(t)}catch{if(/\.[a-z0-9]+$/i.test(t))return h(t)}return t},i=r(t?.dictionariesDir??`.intlayer/dictionary`);return{baseDir:n,moduleAugmentationDir:r(t?.moduleAugmentationDir??`.intlayer/types`),unmergedDictionariesDir:r(t?.unmergedDictionariesDir??`.intlayer/unmerged_dictionary`),remoteDictionariesDir:r(t?.remoteDictionariesDir??`.intlayer/remote_dictionary`),dictionariesDir:i,dynamicDictionariesDir:r(t?.dynamicDictionariesDir??`.intlayer/dynamic_dictionary`),fetchDictionariesDir:r(t?.fetchDictionariesDir??`.intlayer/fetch_dictionary`),typesDir:r(t?.typesDir??`.intlayer/types`),mainDir:r(t?.mainDir??`.intlayer/main`),configDir:r(t?.configDir??`.intlayer/config`),cacheDir:r(t?.cacheDir??`.intlayer/cache`),tempDir:r(t?.tempDir??`.intlayer/tmp`),outputFilesPatternWithPath:`${f(i)}/**/*.json`}},C=(t,n)=>{let s=n?.fileExtensions??o,c=n=>{let r;try{r=p(t.baseDir).resolve(n,{paths:[t.baseDir]})}catch{try{r=e.resolve(n,{paths:[t.baseDir]})}catch{r=g(n)?n:_(t.baseDir,n)}}try{if(m(r).isFile())return h(r)}catch{if(/\.[a-z0-9]+$/i.test(r))return h(r)}return r},l=(n?.contentDir??i).map(c);return{fileExtensions:s,contentDir:l,codeDir:(n?.codeDir??r).map(c),excludedPath:n?.excludedPath??a,watch:n?.watch??!0,formatCommand:n?.formatCommand,watchedFilesPattern:s.map(e=>`/**/*${e}`),watchedFilesPatternWithPath:s.flatMap(e=>l.map(t=>`${f(t)}/**/*${e}`))}},w=e=>({applicationURL:e?.applicationURL||void 0,editorURL:e?.editorURL||`http://localhost:8000`,cmsURL:e?.cmsURL||`https://app.intlayer.org`,backendURL:e?.backendURL||`https://back.intlayer.org`,port:e?.port??8e3,enabled:e?.enabled??!1,clientId:e?.clientId??void 0,clientSecret:e?.clientSecret??void 0,dictionaryPriorityStrategy:e?.dictionaryPriorityStrategy??`local_first`,liveSync:e?.liveSync??!0,liveSyncPort:e?.liveSyncPort??4e3,liveSyncURL:e?.liveSyncURL??`http://localhost:${e?.liveSyncPort??4e3}`}),T=(e,t)=>({mode:e?.mode??`default`,prefix:e?.prefix??u,error:t?.error,log:t?.log,info:t?.info,warn:t?.warn}),E=e=>({provider:e?.provider,apiKey:e?.apiKey,model:e?.model,temperature:e?.temperature,applicationContext:e?.applicationContext,baseURL:e?.baseURL,dataSerialization:e?.dataSerialization}),D=e=>({mode:e?.mode??`auto`,optimize:e?.optimize,importMode:e?.importMode,traversePattern:e?.traversePattern??n,outputFormat:e?.outputFormat??t,cache:e?.cache??!0,require:e?.require,checkTypes:e?.checkTypes??!1}),O=e=>({enabled:e?.enabled??!0,dictionaryKeyPrefix:e?.dictionaryKeyPrefix
|
|
1
|
+
import{__require as e}from"../_virtual/_rolldown/runtime.mjs";import{OUTPUT_FORMAT as t,TRAVERSE_PATTERN as n}from"../defaultValues/build.mjs";import"../defaultValues/compiler.mjs";import{CODE_DIR as r,CONTENT_DIR as i,EXCLUDED_PATHS as a,FILE_EXTENSIONS as o}from"../defaultValues/content.mjs";import"../defaultValues/dictionary.mjs";import"../defaultValues/editor.mjs";import{DEFAULT_LOCALE as s,LOCALES as c,REQUIRED_LOCALES as l}from"../defaultValues/internationalization.mjs";import{PREFIX as u}from"../defaultValues/log.mjs";import{STORAGE as d}from"../defaultValues/routing.mjs";import"../defaultValues/system.mjs";import{normalizePath as f}from"../utils/normalizePath.mjs";import{getProjectRequire as p}from"../utils/ESMxCJSHelpers.mjs";import{statSync as m}from"node:fs";import{dirname as h,isAbsolute as g,join as _}from"node:path";import v from"@intlayer/types/package.json"with{type:"json"};let y;const b=e=>({locales:e?.locales??c,requiredLocales:e?.requiredLocales??e?.locales??l,strictMode:e?.strictMode??`inclusive`,defaultLocale:e?.defaultLocale??s}),x=e=>({mode:e?.mode??`prefix-no-default`,storage:e?.storage??d,basePath:e?.basePath??``,rewrite:e?.rewrite}),S=(e,t)=>{let n=e??process.cwd(),r=e=>{let t;try{t=p(n).resolve(e,{paths:[n]})}catch{t=g(e)?e:_(n,e)}try{if(m(t).isFile())return h(t)}catch{if(/\.[a-z0-9]+$/i.test(t))return h(t)}return t},i=r(t?.dictionariesDir??`.intlayer/dictionary`);return{baseDir:n,moduleAugmentationDir:r(t?.moduleAugmentationDir??`.intlayer/types`),unmergedDictionariesDir:r(t?.unmergedDictionariesDir??`.intlayer/unmerged_dictionary`),remoteDictionariesDir:r(t?.remoteDictionariesDir??`.intlayer/remote_dictionary`),dictionariesDir:i,dynamicDictionariesDir:r(t?.dynamicDictionariesDir??`.intlayer/dynamic_dictionary`),fetchDictionariesDir:r(t?.fetchDictionariesDir??`.intlayer/fetch_dictionary`),typesDir:r(t?.typesDir??`.intlayer/types`),mainDir:r(t?.mainDir??`.intlayer/main`),configDir:r(t?.configDir??`.intlayer/config`),cacheDir:r(t?.cacheDir??`.intlayer/cache`),tempDir:r(t?.tempDir??`.intlayer/tmp`),outputFilesPatternWithPath:`${f(i)}/**/*.json`}},C=(t,n)=>{let s=n?.fileExtensions??o,c=n=>{let r;try{r=p(t.baseDir).resolve(n,{paths:[t.baseDir]})}catch{try{r=e.resolve(n,{paths:[t.baseDir]})}catch{r=g(n)?n:_(t.baseDir,n)}}try{if(m(r).isFile())return h(r)}catch{if(/\.[a-z0-9]+$/i.test(r))return h(r)}return r},l=(n?.contentDir??i).map(c);return{fileExtensions:s,contentDir:l,codeDir:(n?.codeDir??r).map(c),excludedPath:n?.excludedPath??a,watch:n?.watch??!0,formatCommand:n?.formatCommand,watchedFilesPattern:s.map(e=>`/**/*${e}`),watchedFilesPatternWithPath:s.flatMap(e=>l.map(t=>`${f(t)}/**/*${e}`))}},w=e=>({applicationURL:e?.applicationURL||void 0,editorURL:e?.editorURL||`http://localhost:8000`,cmsURL:e?.cmsURL||`https://app.intlayer.org`,backendURL:e?.backendURL||`https://back.intlayer.org`,port:e?.port??8e3,enabled:e?.enabled??!1,clientId:e?.clientId??void 0,clientSecret:e?.clientSecret??void 0,dictionaryPriorityStrategy:e?.dictionaryPriorityStrategy??`local_first`,liveSync:e?.liveSync??!0,liveSyncPort:e?.liveSyncPort??4e3,liveSyncURL:e?.liveSyncURL??`http://localhost:${e?.liveSyncPort??4e3}`}),T=(e,t)=>({mode:e?.mode??`default`,prefix:e?.prefix??u,error:t?.error,log:t?.log,info:t?.info,warn:t?.warn}),E=e=>({provider:e?.provider,apiKey:e?.apiKey,model:e?.model,temperature:e?.temperature,applicationContext:e?.applicationContext,baseURL:e?.baseURL,dataSerialization:e?.dataSerialization}),D=e=>({mode:e?.mode??`auto`,optimize:e?.optimize,importMode:e?.importMode,traversePattern:e?.traversePattern??n,outputFormat:e?.outputFormat??t,cache:e?.cache??!0,require:e?.require,checkTypes:e?.checkTypes??!1}),O=e=>({enabled:e?.enabled??!0,dictionaryKeyPrefix:e?.dictionaryKeyPrefix??``,transformPattern:e?.transformPattern,excludePattern:e?.excludePattern,output:e?.output,noMetadata:e?.noMetadata??!1,saveComponents:e?.saveComponents??!1}),k=e=>{let t=e?.contentAutoTransformation??!1;return{fill:e?.fill??!0,contentAutoTransformation:typeof t==`object`?{markdown:t.markdown??!1,html:t.html??!1,insertion:t.insertion??!1}:t,location:e?.location??`local`,locale:e?.locale,title:e?.title,description:e?.description,tags:e?.tags,priority:e?.priority,importMode:e?.importMode??`static`}},A=(e,t,n)=>{let r=b(e?.internationalization),i=x(e?.routing),a=S(t,e?.system);return y={internationalization:r,routing:i,content:C(a,e?.content),system:a,editor:w(e?.editor),log:T(e?.log,n),ai:E(e?.ai),build:D(e?.build),compiler:O(e?.compiler),dictionary:k(e?.dictionary),plugins:e?.plugins,schemas:e?.schemas,metadata:{name:`Intlayer`,version:v.version,doc:`https://intlayer.org/docs`}},y};export{A as buildConfigurationFields};
|
|
2
2
|
//# sourceMappingURL=buildConfigurationFields.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"buildConfigurationFields.mjs","names":[],"sources":["../../../src/configFile/buildConfigurationFields.ts"],"sourcesContent":["import { statSync } from 'node:fs';\nimport { dirname, isAbsolute, join } from 'node:path';\nimport type {\n AiConfig,\n BuildConfig,\n CompilerConfig,\n ContentConfig,\n CustomIntlayerConfig,\n DictionaryConfig,\n EditorConfig,\n InternationalizationConfig,\n IntlayerConfig,\n LogConfig,\n LogFunctions,\n RoutingConfig,\n SystemConfig,\n} from '@intlayer/types/config';\nimport packageJson from '@intlayer/types/package.json' with { type: 'json' };\nimport {\n BUILD_MODE,\n CACHE,\n OUTPUT_FORMAT,\n TRAVERSE_PATTERN,\n TYPE_CHECKING,\n} from '../defaultValues/build';\nimport {\n COMPILER_DICTIONARY_KEY_PREFIX,\n COMPILER_ENABLED,\n COMPILER_NO_METADATA,\n COMPILER_OUTPUT,\n COMPILER_SAVE_COMPONENTS,\n} from '../defaultValues/compiler';\nimport {\n CODE_DIR,\n CONTENT_DIR,\n EXCLUDED_PATHS,\n FILE_EXTENSIONS,\n WATCH,\n} from '../defaultValues/content';\nimport {\n CONTENT_AUTO_TRANSFORMATION,\n FILL,\n IMPORT_MODE,\n LOCATION,\n} from '../defaultValues/dictionary';\nimport {\n APPLICATION_URL,\n BACKEND_URL,\n CMS_URL,\n DICTIONARY_PRIORITY_STRATEGY,\n EDITOR_URL,\n IS_ENABLED,\n LIVE_SYNC,\n LIVE_SYNC_PORT,\n PORT,\n} from '../defaultValues/editor';\nimport {\n DEFAULT_LOCALE,\n LOCALES,\n REQUIRED_LOCALES,\n STRICT_MODE,\n} from '../defaultValues/internationalization';\nimport { MODE, PREFIX } from '../defaultValues/log';\nimport { BASE_PATH, ROUTING_MODE, STORAGE } from '../defaultValues/routing';\nimport {\n CACHE_DIR,\n CONFIG_DIR,\n DICTIONARIES_DIR,\n DYNAMIC_DICTIONARIES_DIR,\n FETCH_DICTIONARIES_DIR,\n MAIN_DIR,\n MODULE_AUGMENTATION_DIR,\n REMOTE_DICTIONARIES_DIR,\n TEMP_DIR,\n TYPES_DIR,\n UNMERGED_DICTIONARIES_DIR,\n} from '../defaultValues/system';\nimport { getProjectRequire } from '../utils';\nimport { normalizePath } from '../utils/normalizePath';\n\nlet storedConfiguration: IntlayerConfig;\n\nconst buildInternationalizationFields = (\n customConfiguration?: Partial<InternationalizationConfig>\n): InternationalizationConfig => ({\n /**\n * Locales available in the application\n *\n * Default: ['en']\n *\n */\n locales: customConfiguration?.locales ?? LOCALES,\n\n /**\n * Locales required by TypeScript to ensure strong implementations of internationalized content using typescript.\n *\n * Default: []\n *\n * If empty, all locales are required in `strict` mode.\n *\n * Ensure required locales are also defined in the `locales` field.\n */\n requiredLocales:\n customConfiguration?.requiredLocales ??\n customConfiguration?.locales ??\n REQUIRED_LOCALES,\n\n /**\n * Ensure strong implementations of internationalized content using typescript.\n * - If set to \"strict\", the translation `t` function will require each declared locales to be defined. If one locale is missing, or if a locale is not declared in your config, it will throw an error.\n * - If set to \"inclusive\", the translation `t` function will require each declared locales to be defined. If one locale is missing, it will throw a warning. But will accept if a locale is not declared in your config, but exist.\n * - If set to \"loose\", the translation `t` function will accept any existing locale.\n *\n * Default: \"inclusive\"\n */\n strictMode: customConfiguration?.strictMode ?? STRICT_MODE,\n\n /**\n * Default locale of the application for fallback\n *\n * Default: 'en'\n */\n defaultLocale: customConfiguration?.defaultLocale ?? DEFAULT_LOCALE,\n});\n\nconst buildRoutingFields = (\n customConfiguration?: Partial<RoutingConfig>\n): RoutingConfig => ({\n /**\n * URL routing mode for locale handling\n *\n * Controls how locales are represented in application URLs:\n * - 'prefix-no-default': Prefix all locales except the default locale (default)\n * - en → /dashboard\n * - fr → /fr/dashboard\n *\n * - 'prefix-all': Prefix all locales including the default locale\n * - en → /en/dashboard\n * - fr → /fr/dashboard\n *\n * - 'search-params': Use search parameters for locale handling\n * - en → /dashboard?locale=en\n * - fr → /fr/dashboard?locale=fr\n *\n * - 'no-prefix': No locale prefixing in URLs\n * - en → /dashboard\n * - fr → /dashboard\n *\n * Default: 'prefix-no-default'\n */\n mode: customConfiguration?.mode ?? ROUTING_MODE,\n\n /**\n * Configuration for storing the locale in the client (localStorage or sessionStorage)\n *\n * If false, the locale will not be stored by the middleware.\n * If true, the locale storage will consider all default values. (cookie and header)\n *\n * Default: ['cookie', 'header']\n *\n */\n storage: customConfiguration?.storage ?? STORAGE,\n\n /**\n * Base path of the application URL\n *\n * Default: ''\n *\n * Example:\n * - If the application is hosted at https://example.com/my-app\n * - The base path is '/my-app'\n * - The URL will be https://example.com/my-app/en\n * - If the base path is not set, the URL will be https://example.com/en\n */\n basePath: customConfiguration?.basePath ?? BASE_PATH,\n\n /**\n * Custom URL rewriting rules that override the default routing mode for specific paths.\n * Allows you to define locale-specific paths that differ from the standard routing behavior.\n * Supports dynamic route parameters using `[param]` syntax.\n *\n * Default: undefined\n *\n * Example:\n * ```typescript\n * rewrite: {\n * \"/about\": {\n * en: \"/about\",\n * fr: \"/a-propos\",\n * },\n * \"/product/[slug]\": {\n * en: \"/product/[slug]\",\n * fr: \"/produit/[slug]\",\n * },\n * }\n * ```\n *\n * Note:\n * - The rewrite rules take precedence over the default `mode` behavior.\n * - If a path matches a rewrite rule, the localized path from the rewrite configuration will be used.\n * - Dynamic route parameters are supported using bracket notation (e.g., `[slug]`, `[id]`).\n * - Works with both Next.js and Vite applications.\n */\n rewrite: customConfiguration?.rewrite,\n});\n\nconst buildSystemFields = (\n baseDir?: string,\n customConfiguration?: Partial<SystemConfig>\n): SystemConfig => {\n const projectBaseDir = baseDir ?? process.cwd();\n\n const optionalJoinBaseDir = (pathInput: string) => {\n let absolutePath: string;\n\n try {\n const requireFunction = getProjectRequire(projectBaseDir);\n\n absolutePath = requireFunction.resolve(pathInput, {\n paths: [projectBaseDir],\n });\n } catch {\n absolutePath = isAbsolute(pathInput)\n ? pathInput\n : join(projectBaseDir, pathInput);\n }\n\n try {\n const stats = statSync(absolutePath);\n if (stats.isFile()) {\n return dirname(absolutePath);\n }\n } catch {\n if (/\\.[a-z0-9]+$/i.test(absolutePath)) {\n return dirname(absolutePath);\n }\n }\n\n return absolutePath;\n };\n\n const dictionariesDir = optionalJoinBaseDir(\n customConfiguration?.dictionariesDir ?? DICTIONARIES_DIR\n );\n\n return {\n baseDir: projectBaseDir,\n moduleAugmentationDir: optionalJoinBaseDir(\n customConfiguration?.moduleAugmentationDir ?? MODULE_AUGMENTATION_DIR\n ),\n unmergedDictionariesDir: optionalJoinBaseDir(\n customConfiguration?.unmergedDictionariesDir ?? UNMERGED_DICTIONARIES_DIR\n ),\n remoteDictionariesDir: optionalJoinBaseDir(\n customConfiguration?.remoteDictionariesDir ?? REMOTE_DICTIONARIES_DIR\n ),\n dictionariesDir,\n dynamicDictionariesDir: optionalJoinBaseDir(\n customConfiguration?.dynamicDictionariesDir ?? DYNAMIC_DICTIONARIES_DIR\n ),\n fetchDictionariesDir: optionalJoinBaseDir(\n customConfiguration?.fetchDictionariesDir ?? FETCH_DICTIONARIES_DIR\n ),\n typesDir: optionalJoinBaseDir(customConfiguration?.typesDir ?? TYPES_DIR),\n mainDir: optionalJoinBaseDir(customConfiguration?.mainDir ?? MAIN_DIR),\n configDir: optionalJoinBaseDir(\n customConfiguration?.configDir ?? CONFIG_DIR\n ),\n cacheDir: optionalJoinBaseDir(customConfiguration?.cacheDir ?? CACHE_DIR),\n tempDir: optionalJoinBaseDir(customConfiguration?.tempDir ?? TEMP_DIR),\n outputFilesPatternWithPath: `${normalizePath(dictionariesDir)}/**/*.json`,\n };\n};\n\nconst buildContentFields = (\n systemConfig: SystemConfig,\n customConfiguration?: Partial<ContentConfig>\n): ContentConfig => {\n const fileExtensions = customConfiguration?.fileExtensions ?? FILE_EXTENSIONS;\n\n const optionalJoinBaseDir = (pathInput: string) => {\n let absolutePath: string;\n\n try {\n // Try resolving as a Node module first\n const requireFunction = getProjectRequire(systemConfig.baseDir);\n absolutePath = requireFunction.resolve(pathInput, {\n paths: [systemConfig.baseDir],\n });\n } catch {\n try {\n // Fall back to native require.resolve if the custom require fails\n absolutePath = require.resolve(pathInput, {\n paths: [systemConfig.baseDir],\n });\n } catch {\n // If all resolution fails, fall back to standard path joining\n absolutePath = isAbsolute(pathInput)\n ? pathInput\n : join(systemConfig.baseDir, pathInput);\n }\n }\n\n try {\n // Smart Detection: File vs Directory\n const stats = statSync(absolutePath);\n\n // If it resolved to a file (like package.json \"main\" or index.js),\n // we want the FOLDER containing that file.\n if (stats.isFile()) {\n return dirname(absolutePath);\n }\n } catch {\n // Safety Fallback:\n // If statSync fails but it looks like a file (has an extension), strip it.\n if (/\\.[a-z0-9]+$/i.test(absolutePath)) {\n return dirname(absolutePath);\n }\n }\n\n // Return the calculated path (usually a directory)\n return absolutePath;\n };\n\n const contentDir = (customConfiguration?.contentDir ?? CONTENT_DIR).map(\n optionalJoinBaseDir\n );\n\n const codeDirInput = customConfiguration?.codeDir;\n\n const codeDir = (codeDirInput ?? CODE_DIR).map(optionalJoinBaseDir);\n\n return {\n fileExtensions,\n contentDir,\n codeDir,\n excludedPath: customConfiguration?.excludedPath ?? EXCLUDED_PATHS,\n watch: customConfiguration?.watch ?? WATCH,\n formatCommand: customConfiguration?.formatCommand,\n watchedFilesPattern: fileExtensions.map((ext) => `/**/*${ext}`),\n watchedFilesPatternWithPath: fileExtensions.flatMap((ext) =>\n contentDir.map((dir) => `${normalizePath(dir)}/**/*${ext}`)\n ),\n };\n};\n\nconst buildEditorFields = (\n customConfiguration?: Partial<EditorConfig>\n): EditorConfig => ({\n /**\n * URL of the application. Used to restrict the origin of the editor for security reasons.\n *\n * > '*' means that the editor is accessible from any origin\n *\n * Default: '*'\n */\n applicationURL: customConfiguration?.applicationURL || APPLICATION_URL,\n\n /**\n * URL of the editor server. Used to restrict the origin of the editor for security reasons.\n *\n * > '*' means that the editor is accessible from any origin\n *\n * Default: '*'\n */\n editorURL: customConfiguration?.editorURL || EDITOR_URL,\n\n /**\n * URL of the CMS server. Used to restrict the origin of the editor for security reasons.\n */\n cmsURL: customConfiguration?.cmsURL || CMS_URL,\n\n /**\n * URL of the editor server\n *\n * Default: 'https://back.intlayer.org'\n */\n backendURL: customConfiguration?.backendURL || BACKEND_URL,\n\n /** Port of the editor server\n *\n * Default: 8000\n */\n port: customConfiguration?.port ?? PORT,\n\n /**\n * Indicates if the application interact with the visual editor\n *\n * Default: true;\n *\n * If true, the editor will be able to interact with the application.\n * If false, the editor will not be able to interact with the application.\n * In any case, the editor can only be enabled by the visual editor.\n * Disabling the editor for specific environments is a way to enforce the security.\n *\n * Usage:\n * ```js\n * {\n * // Other configurations\n * editor: {\n * enabled: process.env.NODE_ENV !== 'production',\n * }\n * };\n * ```\n */\n enabled: customConfiguration?.enabled ?? IS_ENABLED,\n\n /**\n * clientId and clientSecret allow the intlayer packages to authenticate with the backend using oAuth2 authentication.\n * An access token is use to authenticate the user related to the project.\n * To get an access token, go to https://app.intlayer.org/project and create an account.\n *\n * Default: undefined\n *\n * > Important: The clientId and clientSecret should be kept secret and not shared publicly. Please ensure to keep them in a secure location, such as environment variables.\n */\n clientId: customConfiguration?.clientId ?? undefined,\n\n /**\n * clientId and clientSecret allow the intlayer packages to authenticate with the backend using oAuth2 authentication.\n * An access token is use to authenticate the user related to the project.\n * To get an access token, go to https://app.intlayer.org/project and create an account.\n *\n * Default: undefined\n *\n * > Important: The clientId and clientSecret should be kept secret and not shared publicly. Please ensure to keep them in a secure location, such as environment variables.\n */\n clientSecret: customConfiguration?.clientSecret ?? undefined,\n\n /**\n * Strategy for prioritizing dictionaries. If a dictionary is both present online and locally, the content will be merge.\n * However, is a field is defined in both dictionary, this setting determines which fields takes the priority over the other.\n *\n * Default: 'local_first'\n *\n * The strategy for prioritizing dictionaries. It can be either 'local_first' or 'distant_first'.\n * - 'local_first': The first dictionary found in the locale is used.\n * - 'distant_first': The first dictionary found in the distant locales is used.\n */\n dictionaryPriorityStrategy:\n customConfiguration?.dictionaryPriorityStrategy ??\n DICTIONARY_PRIORITY_STRATEGY,\n\n /**\n * Indicates if the application should hot reload the locale configurations when a change is detected.\n * For example, when a new dictionary is added or updated, the application will update the content tu display in the page.\n *\n * The hot reload is only available for clients of the `enterprise` plan.\n *\n * Default: false\n */\n liveSync: customConfiguration?.liveSync ?? LIVE_SYNC,\n\n /**\n * Port of the live sync server\n *\n * Default: 4000\n */\n liveSyncPort: customConfiguration?.liveSyncPort ?? LIVE_SYNC_PORT,\n\n /**\n * URL of the live sync server in case of remote live sync server\n *\n * Default: `http://localhost:${LIVE_SYNC_PORT}`\n */\n liveSyncURL:\n customConfiguration?.liveSyncURL ??\n `http://localhost:${customConfiguration?.liveSyncPort ?? LIVE_SYNC_PORT}`,\n});\n\nconst buildLogFields = (\n customConfiguration?: Partial<LogConfig>,\n logFunctions?: LogFunctions\n): LogConfig => ({\n /**\n * Indicates if the logger is enabled\n *\n * Default: 'prefix-no-default'\n *\n * If 'default', the logger is enabled and can be used.\n * If 'verbose', the logger will be enabled and can be used, but will log more information.\n * If 'disabled', the logger is disabled and cannot be used.\n */\n mode: customConfiguration?.mode ?? MODE,\n\n /**\n * Prefix of the logger\n *\n * Default: '[intlayer]'\n *\n * The prefix of the logger.\n */\n prefix: customConfiguration?.prefix ?? PREFIX,\n\n /**\n * Functions to log\n */\n error: logFunctions?.error,\n log: logFunctions?.log,\n info: logFunctions?.info,\n warn: logFunctions?.warn,\n});\n\nconst buildAiFields = (customConfiguration?: Partial<AiConfig>): AiConfig => ({\n /**\n * AI configuration\n */\n provider: customConfiguration?.provider,\n\n /**\n * API key\n */\n apiKey: customConfiguration?.apiKey,\n\n /**\n * API model\n */\n model: customConfiguration?.model,\n\n /**\n * Temperature\n */\n temperature: customConfiguration?.temperature,\n\n /**\n * Application context\n *\n * Default: undefined\n *\n * The application context.\n *\n * Example: `'My application context'`\n *\n * Note: Can be used to provide additional context about the application to the AI model. You can add more rules (e.g. \"You should not transform urls\").\n */\n applicationContext: customConfiguration?.applicationContext,\n\n /**\n * Base URL for the AI API\n *\n * Default: undefined\n *\n * The base URL for the AI API.\n *\n * Example: `'http://localhost:5000'`\n *\n * Note: Can be used to point to a local, or custom AI API endpoint.\n */\n baseURL: customConfiguration?.baseURL,\n\n /**\n * Data serialization\n *\n * Options:\n * - \"json\": The industry standard. Highly reliable and structured, but consumes more tokens.\n * - \"toon\": An optimized format designed to reduce token consumption (cost-effective). However, it may slightly increase the risk of output inconsistency compared to standard JSON\n *\n * Default: \"json\"\n */\n dataSerialization: customConfiguration?.dataSerialization,\n});\n\nconst buildBuildFields = (\n customConfiguration?: Partial<BuildConfig>\n): BuildConfig => ({\n /**\n * Indicates the mode of the build\n *\n * Default: 'auto'\n *\n * If 'auto', the build will be enabled automatically when the application is built.\n * If 'manual', the build will be set only when the build command is executed.\n *\n * Can be used to disable dictionaries build, for instance when execution on Node.js environment should be avoided.\n */\n mode: customConfiguration?.mode ?? BUILD_MODE,\n\n /**\n * Indicates if the build should be optimized\n *\n * Default: process.env.NODE_ENV === 'production'\n *\n * If true, the build will be optimized.\n * If false, the build will not be optimized.\n *\n * Intlayer will replace all calls of dictionaries to optimize chunking. That way the final bundle will import only the dictionaries that are used.\n * All imports will stay as static import to avoid async processing when loading the dictionaries.\n *\n * Note:\n * - Intlayer will replace all call of `useIntlayer` with the defined mode by the `importMode` option.\n * - Intlayer will replace all call of `getIntlayer` with `getDictionary`.\n * - This option relies on the `@intlayer/babel` and `@intlayer/swc` plugins.\n * - In most cases, \"dynamic\" will be used for React applications, \"async\" for Vue.js applications.\n * - Ensure all keys are declared statically in the `useIntlayer` calls. e.g. `useIntlayer('navbar')`.\n */\n optimize: customConfiguration?.optimize,\n\n /**\n * Indicates the mode of import to use for the dictionaries.\n *\n * Available modes:\n * - \"static\": The dictionaries are imported statically.\n * In that case, Intlayer will replace all calls to `useIntlayer` with `useDictionary`.\n * - \"dynamic\": The dictionaries are imported dynamically in a synchronous component using the suspense API.\n * In that case, Intlayer will replace all calls to `useIntlayer` with `useDictionaryDynamic`.\n * - \"live\": The dictionaries are imported dynamically using the live sync API.\n * In that case, Intlayer will replace all calls to `useIntlayer` with `useDictionaryDynamic`.\n * Live mode will use the live sync API to fetch the dictionaries. If the API call fails, the dictionaries will be imported dynamically as \"dynamic\" mode.\n *\n * Default: \"static\"\n *\n * By default, when a dictionary is loaded, it imports content for all locales as it's imported statically.\n *\n * Note:\n * - Dynamic imports rely on Suspense and may slightly impact rendering performance.\n * - If disabled all locales will be loaded at once, even if they are not used.\n * - This option relies on the `@intlayer/babel` and `@intlayer/swc` plugins.\n * - Ensure all keys are declared statically in the `useIntlayer` calls. e.g. `useIntlayer('navbar')`.\n * - This option will be ignored if `optimize` is disabled.\n * - This option will not impact the `getIntlayer`, `getDictionary`, `useDictionary`, `useDictionaryAsync` and `useDictionaryDynamic` functions. You can still use them to refine you code on manual optimization.\n * - The \"live\" allows to sync the dictionaries to the live sync server.\n *\n * @deprecated Use `dictionary.importMode` instead.\n */\n importMode: customConfiguration?.importMode,\n\n /**\n * Pattern to traverse the code to optimize.\n *\n * Allows to avoid to traverse the code that is not relevant to the optimization.\n * Improve build performance.\n *\n * Default: ['**\\/*.{js,ts,mjs,cjs,jsx,tsx}', '!**\\/node_modules/**']\n *\n * Example: `['src/**\\/*.{ts,tsx}', '../ui-library/**\\/*.{ts,tsx}']`\n *\n * Note:\n * - This option will be ignored if `optimize` is disabled.\n * - Use glob pattern.\n */\n traversePattern: customConfiguration?.traversePattern ?? TRAVERSE_PATTERN,\n\n /**\n * Output format of the dictionaries\n *\n * Can be set on large projects to improve build performance.\n *\n * Default: ['cjs', 'esm']\n *\n * The output format of the dictionaries. It can be either 'cjs' or 'esm'.\n * - 'cjs': The dictionaries are outputted as CommonJS modules.\n * - 'esm': The dictionaries are outputted as ES modules.\n */\n outputFormat: customConfiguration?.outputFormat ?? OUTPUT_FORMAT,\n\n /**\n * Cache\n */\n cache: customConfiguration?.cache ?? CACHE,\n\n /**\n * Require function\n */\n require: customConfiguration?.require,\n\n /**\n * Indicates if the build should check TypeScript types\n *\n * Default: false\n *\n * If true, the build will check TypeScript types and log errors.\n * Note: This can slow down the build.\n */\n checkTypes: customConfiguration?.checkTypes ?? TYPE_CHECKING,\n});\n\nconst buildCompilerFields = (\n customConfiguration?: Partial<CompilerConfig>\n): CompilerConfig => ({\n /**\n * Indicates if the compiler should be enabled\n */\n enabled: customConfiguration?.enabled ?? COMPILER_ENABLED,\n\n /**\n * Prefix for the extracted dictionary keys\n */\n dictionaryKeyPrefix:\n customConfiguration?.dictionaryKeyPrefix ?? COMPILER_DICTIONARY_KEY_PREFIX,\n\n /**\n * Pattern to traverse the code to optimize.\n *\n * @deprecated use build.traversePattern instead\n */\n transformPattern: customConfiguration?.transformPattern,\n\n /**\n * Pattern to exclude from the optimization.\n *\n * @deprecated use build.traversePattern instead\n */\n excludePattern: customConfiguration?.excludePattern,\n\n /**\n * Output directory for the optimized dictionaries.\n * @deprecated use `output` instead\n */\n outputDir: customConfiguration?.outputDir,\n\n /**\n * File path pattern for generated dictionaries.\n */\n output: customConfiguration?.output,\n\n /**\n * Indicates if the metadata should be saved in the file.\n *\n * If true, the compiler will not save the metadata of the dictionaries.\n *\n * If true:\n *\n * ```json\n * {\n * \"key\": \"value\"\n * }\n * ```\n *\n * If false:\n *\n * ```json\n * {\n * \"key\": \"value\",\n * \"content\": {\n * \"key\": \"value\"\n * }\n * }\n * ```\n *\n * Default: false\n *\n * Note: Useful if used with loadJSON plugin\n */\n noMetadata: customConfiguration?.noMetadata ?? COMPILER_NO_METADATA,\n\n /**\n * Indicates if the components should be saved after being transformed.\n */\n saveComponents:\n customConfiguration?.saveComponents ?? COMPILER_SAVE_COMPONENTS,\n});\n\nconst buildDictionaryFields = (\n customConfiguration?: Partial<DictionaryConfig>\n): DictionaryConfig => {\n const contentAutoTransformation =\n customConfiguration?.contentAutoTransformation ??\n CONTENT_AUTO_TRANSFORMATION;\n\n return {\n /**\n * Indicate how the dictionary should be filled using AI.\n *\n * Default: true\n */\n fill: customConfiguration?.fill ?? FILL,\n\n /**\n * Indicates if the content of the dictionary should be automatically transformed.\n *\n * Default: false\n */\n contentAutoTransformation:\n typeof contentAutoTransformation === 'object'\n ? {\n markdown: contentAutoTransformation.markdown ?? false,\n html: contentAutoTransformation.html ?? false,\n insertion: contentAutoTransformation.insertion ?? false,\n }\n : contentAutoTransformation,\n\n /**\n * The location of the dictionary.\n *\n * Default: 'local'\n */\n location: customConfiguration?.location ?? LOCATION,\n\n /**\n * Transform the dictionary in a per-locale dictionary.\n * Each field declared in a per-locale dictionary will be transformed in a translation node.\n * If missing, the dictionary will be treated as a multilingual dictionary.\n */\n locale: customConfiguration?.locale,\n\n /**\n * The title of the dictionary.\n */\n title: customConfiguration?.title,\n\n /**\n * The description of the dictionary.\n */\n description: customConfiguration?.description,\n\n /**\n * Tags to categorize the dictionaries.\n */\n tags: customConfiguration?.tags,\n\n /**\n * The priority of the dictionary.\n */\n priority: customConfiguration?.priority,\n\n /**\n * Indicates the mode of import to use for the dictionary.\n *\n * Available modes:\n * - \"static\": The dictionaries are imported statically.\n * - \"dynamic\": The dictionaries are imported dynamically in a synchronous component using the suspense API.\n * - \"live\": The dictionaries are imported dynamically using the live sync API.\n *\n * Default: 'static'\n */\n importMode: customConfiguration?.importMode ?? IMPORT_MODE,\n\n /**\n * The version of the dictionary.\n */\n version: customConfiguration?.version,\n };\n};\n\n/**\n * Build the configuration fields by merging the default values with the custom configuration\n */\nexport const buildConfigurationFields = (\n customConfiguration?: CustomIntlayerConfig,\n baseDir?: string,\n logFunctions?: LogFunctions\n): IntlayerConfig => {\n const internationalizationConfig = buildInternationalizationFields(\n customConfiguration?.internationalization\n );\n\n const routingConfig = buildRoutingFields(customConfiguration?.routing);\n\n const systemConfig = buildSystemFields(baseDir, customConfiguration?.system);\n\n const contentConfig = buildContentFields(\n systemConfig,\n customConfiguration?.content\n );\n\n const editorConfig = buildEditorFields(customConfiguration?.editor);\n\n const logConfig = buildLogFields(customConfiguration?.log, logFunctions);\n\n const aiConfig = buildAiFields(customConfiguration?.ai);\n\n const buildConfig = buildBuildFields(customConfiguration?.build);\n\n const compilerConfig = buildCompilerFields(customConfiguration?.compiler);\n\n const dictionaryConfig = buildDictionaryFields(\n customConfiguration?.dictionary\n );\n\n storedConfiguration = {\n internationalization: internationalizationConfig,\n routing: routingConfig,\n content: contentConfig,\n system: systemConfig,\n editor: editorConfig,\n log: logConfig,\n ai: aiConfig,\n build: buildConfig,\n compiler: compilerConfig,\n dictionary: dictionaryConfig,\n plugins: customConfiguration?.plugins,\n schemas: customConfiguration?.schemas,\n metadata: {\n name: 'Intlayer',\n version: packageJson.version,\n doc: `https://intlayer.org/docs`,\n },\n } as IntlayerConfig;\n\n return storedConfiguration;\n};\n"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"buildConfigurationFields.mjs","names":[],"sources":["../../../src/configFile/buildConfigurationFields.ts"],"sourcesContent":["import { statSync } from 'node:fs';\nimport { dirname, isAbsolute, join } from 'node:path';\nimport type {\n AiConfig,\n BuildConfig,\n CompilerConfig,\n ContentConfig,\n CustomIntlayerConfig,\n DictionaryConfig,\n EditorConfig,\n InternationalizationConfig,\n IntlayerConfig,\n LogConfig,\n LogFunctions,\n RoutingConfig,\n SystemConfig,\n} from '@intlayer/types/config';\nimport packageJson from '@intlayer/types/package.json' with { type: 'json' };\nimport {\n BUILD_MODE,\n CACHE,\n OUTPUT_FORMAT,\n TRAVERSE_PATTERN,\n TYPE_CHECKING,\n} from '../defaultValues/build';\nimport {\n COMPILER_DICTIONARY_KEY_PREFIX,\n COMPILER_ENABLED,\n COMPILER_NO_METADATA,\n COMPILER_SAVE_COMPONENTS,\n} from '../defaultValues/compiler';\nimport {\n CODE_DIR,\n CONTENT_DIR,\n EXCLUDED_PATHS,\n FILE_EXTENSIONS,\n WATCH,\n} from '../defaultValues/content';\nimport {\n CONTENT_AUTO_TRANSFORMATION,\n FILL,\n IMPORT_MODE,\n LOCATION,\n} from '../defaultValues/dictionary';\nimport {\n APPLICATION_URL,\n BACKEND_URL,\n CMS_URL,\n DICTIONARY_PRIORITY_STRATEGY,\n EDITOR_URL,\n IS_ENABLED,\n LIVE_SYNC,\n LIVE_SYNC_PORT,\n PORT,\n} from '../defaultValues/editor';\nimport {\n DEFAULT_LOCALE,\n LOCALES,\n REQUIRED_LOCALES,\n STRICT_MODE,\n} from '../defaultValues/internationalization';\nimport { MODE, PREFIX } from '../defaultValues/log';\nimport { BASE_PATH, ROUTING_MODE, STORAGE } from '../defaultValues/routing';\nimport {\n CACHE_DIR,\n CONFIG_DIR,\n DICTIONARIES_DIR,\n DYNAMIC_DICTIONARIES_DIR,\n FETCH_DICTIONARIES_DIR,\n MAIN_DIR,\n MODULE_AUGMENTATION_DIR,\n REMOTE_DICTIONARIES_DIR,\n TEMP_DIR,\n TYPES_DIR,\n UNMERGED_DICTIONARIES_DIR,\n} from '../defaultValues/system';\nimport { getProjectRequire } from '../utils';\nimport { normalizePath } from '../utils/normalizePath';\n\nlet storedConfiguration: IntlayerConfig;\n\nconst buildInternationalizationFields = (\n customConfiguration?: Partial<InternationalizationConfig>\n): InternationalizationConfig => ({\n /**\n * Locales available in the application\n *\n * Default: ['en']\n *\n */\n locales: customConfiguration?.locales ?? LOCALES,\n\n /**\n * Locales required by TypeScript to ensure strong implementations of internationalized content using typescript.\n *\n * Default: []\n *\n * If empty, all locales are required in `strict` mode.\n *\n * Ensure required locales are also defined in the `locales` field.\n */\n requiredLocales:\n customConfiguration?.requiredLocales ??\n customConfiguration?.locales ??\n REQUIRED_LOCALES,\n\n /**\n * Ensure strong implementations of internationalized content using typescript.\n * - If set to \"strict\", the translation `t` function will require each declared locales to be defined. If one locale is missing, or if a locale is not declared in your config, it will throw an error.\n * - If set to \"inclusive\", the translation `t` function will require each declared locales to be defined. If one locale is missing, it will throw a warning. But will accept if a locale is not declared in your config, but exist.\n * - If set to \"loose\", the translation `t` function will accept any existing locale.\n *\n * Default: \"inclusive\"\n */\n strictMode: customConfiguration?.strictMode ?? STRICT_MODE,\n\n /**\n * Default locale of the application for fallback\n *\n * Default: 'en'\n */\n defaultLocale: customConfiguration?.defaultLocale ?? DEFAULT_LOCALE,\n});\n\nconst buildRoutingFields = (\n customConfiguration?: Partial<RoutingConfig>\n): RoutingConfig => ({\n /**\n * URL routing mode for locale handling\n *\n * Controls how locales are represented in application URLs:\n * - 'prefix-no-default': Prefix all locales except the default locale (default)\n * - en → /dashboard\n * - fr → /fr/dashboard\n *\n * - 'prefix-all': Prefix all locales including the default locale\n * - en → /en/dashboard\n * - fr → /fr/dashboard\n *\n * - 'search-params': Use search parameters for locale handling\n * - en → /dashboard?locale=en\n * - fr → /fr/dashboard?locale=fr\n *\n * - 'no-prefix': No locale prefixing in URLs\n * - en → /dashboard\n * - fr → /dashboard\n *\n * Default: 'prefix-no-default'\n */\n mode: customConfiguration?.mode ?? ROUTING_MODE,\n\n /**\n * Configuration for storing the locale in the client (localStorage or sessionStorage)\n *\n * If false, the locale will not be stored by the middleware.\n * If true, the locale storage will consider all default values. (cookie and header)\n *\n * Default: ['cookie', 'header']\n *\n */\n storage: customConfiguration?.storage ?? STORAGE,\n\n /**\n * Base path of the application URL\n *\n * Default: ''\n *\n * Example:\n * - If the application is hosted at https://example.com/my-app\n * - The base path is '/my-app'\n * - The URL will be https://example.com/my-app/en\n * - If the base path is not set, the URL will be https://example.com/en\n */\n basePath: customConfiguration?.basePath ?? BASE_PATH,\n\n /**\n * Custom URL rewriting rules that override the default routing mode for specific paths.\n * Allows you to define locale-specific paths that differ from the standard routing behavior.\n * Supports dynamic route parameters using `[param]` syntax.\n *\n * Default: undefined\n *\n * Example:\n * ```typescript\n * rewrite: {\n * \"/about\": {\n * en: \"/about\",\n * fr: \"/a-propos\",\n * },\n * \"/product/[slug]\": {\n * en: \"/product/[slug]\",\n * fr: \"/produit/[slug]\",\n * },\n * }\n * ```\n *\n * Note:\n * - The rewrite rules take precedence over the default `mode` behavior.\n * - If a path matches a rewrite rule, the localized path from the rewrite configuration will be used.\n * - Dynamic route parameters are supported using bracket notation (e.g., `[slug]`, `[id]`).\n * - Works with both Next.js and Vite applications.\n */\n rewrite: customConfiguration?.rewrite,\n});\n\nconst buildSystemFields = (\n baseDir?: string,\n customConfiguration?: Partial<SystemConfig>\n): SystemConfig => {\n const projectBaseDir = baseDir ?? process.cwd();\n\n const optionalJoinBaseDir = (pathInput: string) => {\n let absolutePath: string;\n\n try {\n const requireFunction = getProjectRequire(projectBaseDir);\n\n absolutePath = requireFunction.resolve(pathInput, {\n paths: [projectBaseDir],\n });\n } catch {\n absolutePath = isAbsolute(pathInput)\n ? pathInput\n : join(projectBaseDir, pathInput);\n }\n\n try {\n const stats = statSync(absolutePath);\n if (stats.isFile()) {\n return dirname(absolutePath);\n }\n } catch {\n if (/\\.[a-z0-9]+$/i.test(absolutePath)) {\n return dirname(absolutePath);\n }\n }\n\n return absolutePath;\n };\n\n const dictionariesDir = optionalJoinBaseDir(\n customConfiguration?.dictionariesDir ?? DICTIONARIES_DIR\n );\n\n return {\n baseDir: projectBaseDir,\n moduleAugmentationDir: optionalJoinBaseDir(\n customConfiguration?.moduleAugmentationDir ?? MODULE_AUGMENTATION_DIR\n ),\n unmergedDictionariesDir: optionalJoinBaseDir(\n customConfiguration?.unmergedDictionariesDir ?? UNMERGED_DICTIONARIES_DIR\n ),\n remoteDictionariesDir: optionalJoinBaseDir(\n customConfiguration?.remoteDictionariesDir ?? REMOTE_DICTIONARIES_DIR\n ),\n dictionariesDir,\n dynamicDictionariesDir: optionalJoinBaseDir(\n customConfiguration?.dynamicDictionariesDir ?? DYNAMIC_DICTIONARIES_DIR\n ),\n fetchDictionariesDir: optionalJoinBaseDir(\n customConfiguration?.fetchDictionariesDir ?? FETCH_DICTIONARIES_DIR\n ),\n typesDir: optionalJoinBaseDir(customConfiguration?.typesDir ?? TYPES_DIR),\n mainDir: optionalJoinBaseDir(customConfiguration?.mainDir ?? MAIN_DIR),\n configDir: optionalJoinBaseDir(\n customConfiguration?.configDir ?? CONFIG_DIR\n ),\n cacheDir: optionalJoinBaseDir(customConfiguration?.cacheDir ?? CACHE_DIR),\n tempDir: optionalJoinBaseDir(customConfiguration?.tempDir ?? TEMP_DIR),\n outputFilesPatternWithPath: `${normalizePath(dictionariesDir)}/**/*.json`,\n };\n};\n\nconst buildContentFields = (\n systemConfig: SystemConfig,\n customConfiguration?: Partial<ContentConfig>\n): ContentConfig => {\n const fileExtensions = customConfiguration?.fileExtensions ?? FILE_EXTENSIONS;\n\n const optionalJoinBaseDir = (pathInput: string) => {\n let absolutePath: string;\n\n try {\n // Try resolving as a Node module first\n const requireFunction = getProjectRequire(systemConfig.baseDir);\n absolutePath = requireFunction.resolve(pathInput, {\n paths: [systemConfig.baseDir],\n });\n } catch {\n try {\n // Fall back to native require.resolve if the custom require fails\n absolutePath = require.resolve(pathInput, {\n paths: [systemConfig.baseDir],\n });\n } catch {\n // If all resolution fails, fall back to standard path joining\n absolutePath = isAbsolute(pathInput)\n ? pathInput\n : join(systemConfig.baseDir, pathInput);\n }\n }\n\n try {\n // Smart Detection: File vs Directory\n const stats = statSync(absolutePath);\n\n // If it resolved to a file (like package.json \"main\" or index.js),\n // we want the FOLDER containing that file.\n if (stats.isFile()) {\n return dirname(absolutePath);\n }\n } catch {\n // Safety Fallback:\n // If statSync fails but it looks like a file (has an extension), strip it.\n if (/\\.[a-z0-9]+$/i.test(absolutePath)) {\n return dirname(absolutePath);\n }\n }\n\n // Return the calculated path (usually a directory)\n return absolutePath;\n };\n\n const contentDir = (customConfiguration?.contentDir ?? CONTENT_DIR).map(\n optionalJoinBaseDir\n );\n\n const codeDirInput = customConfiguration?.codeDir;\n\n const codeDir = (codeDirInput ?? CODE_DIR).map(optionalJoinBaseDir);\n\n return {\n fileExtensions,\n contentDir,\n codeDir,\n excludedPath: customConfiguration?.excludedPath ?? EXCLUDED_PATHS,\n watch: customConfiguration?.watch ?? WATCH,\n formatCommand: customConfiguration?.formatCommand,\n watchedFilesPattern: fileExtensions.map((ext) => `/**/*${ext}`),\n watchedFilesPatternWithPath: fileExtensions.flatMap((ext) =>\n contentDir.map((dir) => `${normalizePath(dir)}/**/*${ext}`)\n ),\n };\n};\n\nconst buildEditorFields = (\n customConfiguration?: Partial<EditorConfig>\n): EditorConfig => ({\n /**\n * URL of the application. Used to restrict the origin of the editor for security reasons.\n *\n * > '*' means that the editor is accessible from any origin\n *\n * Default: '*'\n */\n applicationURL: customConfiguration?.applicationURL || APPLICATION_URL,\n\n /**\n * URL of the editor server. Used to restrict the origin of the editor for security reasons.\n *\n * > '*' means that the editor is accessible from any origin\n *\n * Default: '*'\n */\n editorURL: customConfiguration?.editorURL || EDITOR_URL,\n\n /**\n * URL of the CMS server. Used to restrict the origin of the editor for security reasons.\n */\n cmsURL: customConfiguration?.cmsURL || CMS_URL,\n\n /**\n * URL of the editor server\n *\n * Default: 'https://back.intlayer.org'\n */\n backendURL: customConfiguration?.backendURL || BACKEND_URL,\n\n /** Port of the editor server\n *\n * Default: 8000\n */\n port: customConfiguration?.port ?? PORT,\n\n /**\n * Indicates if the application interact with the visual editor\n *\n * Default: true;\n *\n * If true, the editor will be able to interact with the application.\n * If false, the editor will not be able to interact with the application.\n * In any case, the editor can only be enabled by the visual editor.\n * Disabling the editor for specific environments is a way to enforce the security.\n *\n * Usage:\n * ```js\n * {\n * // Other configurations\n * editor: {\n * enabled: process.env.NODE_ENV !== 'production',\n * }\n * };\n * ```\n */\n enabled: customConfiguration?.enabled ?? IS_ENABLED,\n\n /**\n * clientId and clientSecret allow the intlayer packages to authenticate with the backend using oAuth2 authentication.\n * An access token is use to authenticate the user related to the project.\n * To get an access token, go to https://app.intlayer.org/project and create an account.\n *\n * Default: undefined\n *\n * > Important: The clientId and clientSecret should be kept secret and not shared publicly. Please ensure to keep them in a secure location, such as environment variables.\n */\n clientId: customConfiguration?.clientId ?? undefined,\n\n /**\n * clientId and clientSecret allow the intlayer packages to authenticate with the backend using oAuth2 authentication.\n * An access token is use to authenticate the user related to the project.\n * To get an access token, go to https://app.intlayer.org/project and create an account.\n *\n * Default: undefined\n *\n * > Important: The clientId and clientSecret should be kept secret and not shared publicly. Please ensure to keep them in a secure location, such as environment variables.\n */\n clientSecret: customConfiguration?.clientSecret ?? undefined,\n\n /**\n * Strategy for prioritizing dictionaries. If a dictionary is both present online and locally, the content will be merge.\n * However, is a field is defined in both dictionary, this setting determines which fields takes the priority over the other.\n *\n * Default: 'local_first'\n *\n * The strategy for prioritizing dictionaries. It can be either 'local_first' or 'distant_first'.\n * - 'local_first': The first dictionary found in the locale is used.\n * - 'distant_first': The first dictionary found in the distant locales is used.\n */\n dictionaryPriorityStrategy:\n customConfiguration?.dictionaryPriorityStrategy ??\n DICTIONARY_PRIORITY_STRATEGY,\n\n /**\n * Indicates if the application should hot reload the locale configurations when a change is detected.\n * For example, when a new dictionary is added or updated, the application will update the content tu display in the page.\n *\n * The hot reload is only available for clients of the `enterprise` plan.\n *\n * Default: false\n */\n liveSync: customConfiguration?.liveSync ?? LIVE_SYNC,\n\n /**\n * Port of the live sync server\n *\n * Default: 4000\n */\n liveSyncPort: customConfiguration?.liveSyncPort ?? LIVE_SYNC_PORT,\n\n /**\n * URL of the live sync server in case of remote live sync server\n *\n * Default: `http://localhost:${LIVE_SYNC_PORT}`\n */\n liveSyncURL:\n customConfiguration?.liveSyncURL ??\n `http://localhost:${customConfiguration?.liveSyncPort ?? LIVE_SYNC_PORT}`,\n});\n\nconst buildLogFields = (\n customConfiguration?: Partial<LogConfig>,\n logFunctions?: LogFunctions\n): LogConfig => ({\n /**\n * Indicates if the logger is enabled\n *\n * Default: 'prefix-no-default'\n *\n * If 'default', the logger is enabled and can be used.\n * If 'verbose', the logger will be enabled and can be used, but will log more information.\n * If 'disabled', the logger is disabled and cannot be used.\n */\n mode: customConfiguration?.mode ?? MODE,\n\n /**\n * Prefix of the logger\n *\n * Default: '[intlayer]'\n *\n * The prefix of the logger.\n */\n prefix: customConfiguration?.prefix ?? PREFIX,\n\n /**\n * Functions to log\n */\n error: logFunctions?.error,\n log: logFunctions?.log,\n info: logFunctions?.info,\n warn: logFunctions?.warn,\n});\n\nconst buildAiFields = (customConfiguration?: Partial<AiConfig>): AiConfig => ({\n /**\n * AI configuration\n */\n provider: customConfiguration?.provider,\n\n /**\n * API key\n */\n apiKey: customConfiguration?.apiKey,\n\n /**\n * API model\n */\n model: customConfiguration?.model,\n\n /**\n * Temperature\n */\n temperature: customConfiguration?.temperature,\n\n /**\n * Application context\n *\n * Default: undefined\n *\n * The application context.\n *\n * Example: `'My application context'`\n *\n * Note: Can be used to provide additional context about the application to the AI model. You can add more rules (e.g. \"You should not transform urls\").\n */\n applicationContext: customConfiguration?.applicationContext,\n\n /**\n * Base URL for the AI API\n *\n * Default: undefined\n *\n * The base URL for the AI API.\n *\n * Example: `'http://localhost:5000'`\n *\n * Note: Can be used to point to a local, or custom AI API endpoint.\n */\n baseURL: customConfiguration?.baseURL,\n\n /**\n * Data serialization\n *\n * Options:\n * - \"json\": The industry standard. Highly reliable and structured, but consumes more tokens.\n * - \"toon\": An optimized format designed to reduce token consumption (cost-effective). However, it may slightly increase the risk of output inconsistency compared to standard JSON\n *\n * Default: \"json\"\n */\n dataSerialization: customConfiguration?.dataSerialization,\n});\n\nconst buildBuildFields = (\n customConfiguration?: Partial<BuildConfig>\n): BuildConfig => ({\n /**\n * Indicates the mode of the build\n *\n * Default: 'auto'\n *\n * If 'auto', the build will be enabled automatically when the application is built.\n * If 'manual', the build will be set only when the build command is executed.\n *\n * Can be used to disable dictionaries build, for instance when execution on Node.js environment should be avoided.\n */\n mode: customConfiguration?.mode ?? BUILD_MODE,\n\n /**\n * Indicates if the build should be optimized\n *\n * Default: process.env.NODE_ENV === 'production'\n *\n * If true, the build will be optimized.\n * If false, the build will not be optimized.\n *\n * Intlayer will replace all calls of dictionaries to optimize chunking. That way the final bundle will import only the dictionaries that are used.\n * All imports will stay as static import to avoid async processing when loading the dictionaries.\n *\n * Note:\n * - Intlayer will replace all call of `useIntlayer` with the defined mode by the `importMode` option.\n * - Intlayer will replace all call of `getIntlayer` with `getDictionary`.\n * - This option relies on the `@intlayer/babel` and `@intlayer/swc` plugins.\n * - In most cases, \"dynamic\" will be used for React applications, \"async\" for Vue.js applications.\n * - Ensure all keys are declared statically in the `useIntlayer` calls. e.g. `useIntlayer('navbar')`.\n */\n optimize: customConfiguration?.optimize,\n\n /**\n * Indicates the mode of import to use for the dictionaries.\n *\n * Available modes:\n * - \"static\": The dictionaries are imported statically.\n * In that case, Intlayer will replace all calls to `useIntlayer` with `useDictionary`.\n * - \"dynamic\": The dictionaries are imported dynamically in a synchronous component using the suspense API.\n * In that case, Intlayer will replace all calls to `useIntlayer` with `useDictionaryDynamic`.\n * - \"live\": The dictionaries are imported dynamically using the live sync API.\n * In that case, Intlayer will replace all calls to `useIntlayer` with `useDictionaryDynamic`.\n * Live mode will use the live sync API to fetch the dictionaries. If the API call fails, the dictionaries will be imported dynamically as \"dynamic\" mode.\n *\n * Default: \"static\"\n *\n * By default, when a dictionary is loaded, it imports content for all locales as it's imported statically.\n *\n * Note:\n * - Dynamic imports rely on Suspense and may slightly impact rendering performance.\n * - If disabled all locales will be loaded at once, even if they are not used.\n * - This option relies on the `@intlayer/babel` and `@intlayer/swc` plugins.\n * - Ensure all keys are declared statically in the `useIntlayer` calls. e.g. `useIntlayer('navbar')`.\n * - This option will be ignored if `optimize` is disabled.\n * - This option will not impact the `getIntlayer`, `getDictionary`, `useDictionary`, `useDictionaryAsync` and `useDictionaryDynamic` functions. You can still use them to refine you code on manual optimization.\n * - The \"live\" allows to sync the dictionaries to the live sync server.\n *\n * @deprecated Use `dictionary.importMode` instead.\n */\n importMode: customConfiguration?.importMode,\n\n /**\n * Pattern to traverse the code to optimize.\n *\n * Allows to avoid to traverse the code that is not relevant to the optimization.\n * Improve build performance.\n *\n * Default: ['**\\/*.{js,ts,mjs,cjs,jsx,tsx}', '!**\\/node_modules/**']\n *\n * Example: `['src/**\\/*.{ts,tsx}', '../ui-library/**\\/*.{ts,tsx}']`\n *\n * Note:\n * - This option will be ignored if `optimize` is disabled.\n * - Use glob pattern.\n */\n traversePattern: customConfiguration?.traversePattern ?? TRAVERSE_PATTERN,\n\n /**\n * Output format of the dictionaries\n *\n * Can be set on large projects to improve build performance.\n *\n * Default: ['cjs', 'esm']\n *\n * The output format of the dictionaries. It can be either 'cjs' or 'esm'.\n * - 'cjs': The dictionaries are outputted as CommonJS modules.\n * - 'esm': The dictionaries are outputted as ES modules.\n */\n outputFormat: customConfiguration?.outputFormat ?? OUTPUT_FORMAT,\n\n /**\n * Cache\n */\n cache: customConfiguration?.cache ?? CACHE,\n\n /**\n * Require function\n */\n require: customConfiguration?.require,\n\n /**\n * Indicates if the build should check TypeScript types\n *\n * Default: false\n *\n * If true, the build will check TypeScript types and log errors.\n * Note: This can slow down the build.\n */\n checkTypes: customConfiguration?.checkTypes ?? TYPE_CHECKING,\n});\n\nconst buildCompilerFields = (\n customConfiguration?: Partial<CompilerConfig>\n): CompilerConfig => ({\n /**\n * Indicates if the compiler should be enabled\n */\n enabled: customConfiguration?.enabled ?? COMPILER_ENABLED,\n\n /**\n * Prefix for the extracted dictionary keys\n */\n dictionaryKeyPrefix:\n customConfiguration?.dictionaryKeyPrefix ?? COMPILER_DICTIONARY_KEY_PREFIX,\n\n /**\n * Pattern to traverse the code to optimize.\n *\n * @deprecated use build.traversePattern instead\n */\n transformPattern: customConfiguration?.transformPattern,\n\n /**\n * Pattern to exclude from the optimization.\n *\n * @deprecated use build.traversePattern instead\n */\n excludePattern: customConfiguration?.excludePattern,\n\n /**\n * Defines the output files path. Replaces `outputDir`.\n *\n * - `./` paths are resolved relative to the component directory.\n * - `/` paths are resolved relative to the project root (`baseDir`).\n *\n * - Including the `{{locale}}` variable in the path will trigger the generation of separate dictionaries per locale.\n *\n * Example:\n * ```ts\n * {\n * // Create Multilingual .content.ts files close to the component\n * output: ({ fileName, extension }) => `./${fileName}${extension}`,\n *\n * // output: './{{fileName}}{{extension}}', // Equivalent using template string\n * }\n * ```\n *\n * ```ts\n * {\n * // Create centralize per-locale JSON at the root of the project\n * output: ({ key, locale }) => `/locales/${locale}/${key}.content.json`,\n *\n * // output: '/locales/{{locale}}/{{key}}.content.json', // Equivalent using template string\n * }\n * ```\n *\n * Variable list:\n * - `fileName`: The name of the file.\n * - `key`: The key of the content.\n * - `locale`: The locale of the content.\n * - `extension`: The extension of the file.\n * - `componentFileName`: The name of the component file.\n * - `componentExtension`: The extension of the component file.\n * - `format`: The format of the dictionary.\n * - `componentFormat`: The format of the component dictionary.\n * - `componentDirPath`: The directory path of the component.\n */\n output: customConfiguration?.output,\n\n /**\n * Indicates if the metadata should be saved in the file.\n *\n * If true, the compiler will not save the metadata of the dictionaries.\n *\n * If true:\n *\n * ```json\n * {\n * \"key\": \"value\"\n * }\n * ```\n *\n * If false:\n *\n * ```json\n * {\n * \"key\": \"value\",\n * \"content\": {\n * \"key\": \"value\"\n * }\n * }\n * ```\n *\n * Default: false\n *\n * Note: Useful if used with loadJSON plugin\n */\n noMetadata: customConfiguration?.noMetadata ?? COMPILER_NO_METADATA,\n\n /**\n * Indicates if the components should be saved after being transformed.\n */\n saveComponents:\n customConfiguration?.saveComponents ?? COMPILER_SAVE_COMPONENTS,\n});\n\nconst buildDictionaryFields = (\n customConfiguration?: Partial<DictionaryConfig>\n): DictionaryConfig => {\n const contentAutoTransformation =\n customConfiguration?.contentAutoTransformation ??\n CONTENT_AUTO_TRANSFORMATION;\n\n return {\n /**\n * Indicate how the dictionary should be filled using AI.\n *\n * Default: `true`\n *\n * - If `true`, will consider the `compiler.output` field.\n * - If `false`, will skip the fill process.\n *\n * - `./` paths are resolved relative to the component directory.\n * - `/` paths are resolved relative to the project root (`baseDir`).\n *\n * - If includes `{{locale}}` variable in the path, will trigger the generation of separate dictionaries per locale.\n *\n * Example:\n * ```ts\n * {\n * // Create Multilingual .content.ts files close to the component\n * fill: ({ fileName, extension }) => `./${fileName}${extension}`,\n *\n * // fill: './{{fileName}}{{extension}}', // Equivalent using template string\n * }\n * ```\n *\n * ```ts\n * {\n * // Create centralize per-locale JSON at the root of the project\n * fill: ({ key, locale }) => `/locales/${locale}/${key}.content.json`,\n *\n * // fill: '/locales/{{locale}}/{{key}}.content.json', // Equivalent using template string\n * }\n * ```\n *\n * ```ts\n * {\n * // Create custom output based on the locale\n * fill: {\n * en: ({ key }) => `/locales/en/${key}.content.json`,\n * fr: '/locales/fr/{{key}}.content.json',\n * es: false,\n * de: true,\n * },\n * }\n * ```\n *\n *\n * Variable list:\n * - `fileName`: The name of the file.\n * - `key`: The key of the content.\n * - `locale`: The locale of the content.\n * - `extension`: The extension of the file.\n * - `componentFileName`: The name of the component file.\n * - `componentExtension`: The extension of the component file.\n * - `format`: The format of the dictionary.\n * - `componentFormat`: The format of the component dictionary.\n * - `componentDirPath`: The directory path of the component.\n */\n fill: customConfiguration?.fill ?? FILL,\n\n /**\n * Indicates if the content of the dictionary should be automatically transformed.\n *\n * Default: false\n */\n contentAutoTransformation:\n typeof contentAutoTransformation === 'object'\n ? {\n markdown: contentAutoTransformation.markdown ?? false,\n html: contentAutoTransformation.html ?? false,\n insertion: contentAutoTransformation.insertion ?? false,\n }\n : contentAutoTransformation,\n\n /**\n * The location of the dictionary.\n *\n * Default: 'local'\n */\n location: customConfiguration?.location ?? LOCATION,\n\n /**\n * Transform the dictionary in a per-locale dictionary.\n * Each field declared in a per-locale dictionary will be transformed in a translation node.\n * If missing, the dictionary will be treated as a multilingual dictionary.\n */\n locale: customConfiguration?.locale,\n\n /**\n * The title of the dictionary.\n */\n title: customConfiguration?.title,\n\n /**\n * The description of the dictionary.\n */\n description: customConfiguration?.description,\n\n /**\n * Tags to categorize the dictionaries.\n */\n tags: customConfiguration?.tags,\n\n /**\n * The priority of the dictionary.\n */\n priority: customConfiguration?.priority,\n\n /**\n * Indicates the mode of import to use for the dictionary.\n *\n * Available modes:\n * - \"static\": The dictionaries are imported statically.\n * - \"dynamic\": The dictionaries are imported dynamically in a synchronous component using the suspense API.\n * - \"live\": The dictionaries are imported dynamically using the live sync API.\n *\n * Default: 'static'\n */\n importMode: customConfiguration?.importMode ?? IMPORT_MODE,\n };\n};\n\n/**\n * Build the configuration fields by merging the default values with the custom configuration\n */\nexport const buildConfigurationFields = (\n customConfiguration?: CustomIntlayerConfig,\n baseDir?: string,\n logFunctions?: LogFunctions\n): IntlayerConfig => {\n const internationalizationConfig = buildInternationalizationFields(\n customConfiguration?.internationalization\n );\n\n const routingConfig = buildRoutingFields(customConfiguration?.routing);\n\n const systemConfig = buildSystemFields(baseDir, customConfiguration?.system);\n\n const contentConfig = buildContentFields(\n systemConfig,\n customConfiguration?.content\n );\n\n const editorConfig = buildEditorFields(customConfiguration?.editor);\n\n const logConfig = buildLogFields(customConfiguration?.log, logFunctions);\n\n const aiConfig = buildAiFields(customConfiguration?.ai);\n\n const buildConfig = buildBuildFields(customConfiguration?.build);\n\n const compilerConfig = buildCompilerFields(customConfiguration?.compiler);\n\n const dictionaryConfig = buildDictionaryFields(\n customConfiguration?.dictionary\n );\n\n storedConfiguration = {\n internationalization: internationalizationConfig,\n routing: routingConfig,\n content: contentConfig,\n system: systemConfig,\n editor: editorConfig,\n log: logConfig,\n ai: aiConfig,\n build: buildConfig,\n compiler: compilerConfig,\n dictionary: dictionaryConfig,\n plugins: customConfiguration?.plugins,\n schemas: customConfiguration?.schemas,\n metadata: {\n name: 'Intlayer',\n version: packageJson.version,\n doc: `https://intlayer.org/docs`,\n },\n } as IntlayerConfig;\n\n return storedConfiguration;\n};\n"],"mappings":"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"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{AiProviders as e}from"@intlayer/types/config";import{z as t}from"zod";const n=t.object({locales:t.array(t.string()).min(1),requiredLocales:t.array(t.string()).optional(),strictMode:t.enum([`strict`,`inclusive`,`loose`]).optional(),defaultLocale:t.string().optional()}),r=t.object({type:t.literal(`cookie`),name:t.string().optional(),domain:t.string().optional(),path:t.string().optional(),secure:t.boolean().optional(),httpOnly:t.boolean().optional(),sameSite:t.enum([`strict`,`lax`,`none`]).optional(),expires:t.union([t.date(),t.number()]).optional()}),i=t.object({type:t.enum([`localStorage`,`sessionStorage`,`header`]),name:t.string().optional()}),a=t.union([t.literal(!1),t.enum([`cookie`,`localStorage`,`sessionStorage`,`header`]),r,i,t.array(t.union([t.enum([`cookie`,`localStorage`,`sessionStorage`,`header`]),r,i]))]),o=t.object({canonical:t.string(),localized:t.record(t.string(),t.string())}),s=t.object({rules:t.array(o)}),c=t.object({url:s,nextjs:s.optional(),vite:s.optional()}),l=t.object({rewrite:t.union([t.record(t.string(),t.record(t.string(),t.string())),c]).optional(),mode:t.enum([`prefix-no-default`,`prefix-all`,`no-prefix`,`search-params`]).optional(),storage:a.optional(),basePath:t.string().optional()}),u=t.object({baseDir:t.string().optional(),moduleAugmentationDir:t.string().optional(),unmergedDictionariesDir:t.string().optional(),remoteDictionariesDir:t.string().optional(),dictionariesDir:t.string().optional(),dynamicDictionariesDir:t.string().optional(),fetchDictionariesDir:t.string().optional(),typesDir:t.string().optional(),mainDir:t.string().optional(),configDir:t.string().optional(),cacheDir:t.string().optional(),tempDir:t.string().optional(),outputFilesPatternWithPath:t.string().optional()}),d=t.object({fileExtensions:t.array(t.string()).optional(),contentDir:t.array(t.string()).optional(),codeDir:t.array(t.string()).optional(),excludedPath:t.array(t.string()).optional(),watch:t.boolean().optional(),formatCommand:t.string().optional(),watchedFilesPattern:t.array(t.string()).optional(),watchedFilesPatternWithPath:t.array(t.string()).optional()}),f=t.object({applicationURL:t.union([t.url(),t.literal(``)]).optional(),editorURL:t.union([t.url(),t.literal(``)]).optional(),cmsURL:t.union([t.url(),t.literal(``)]).optional(),backendURL:t.union([t.url(),t.literal(``)]).optional(),port:t.number().int().positive().max(65535).optional(),enabled:t.boolean().optional(),clientId:t.string().optional(),clientSecret:t.string().optional(),dictionaryPriorityStrategy:t.enum([`local_first`,`distant_first`]).optional(),liveSync:t.boolean().optional(),liveSyncPort:t.number().int().positive().max(65535).optional(),liveSyncURL:t.union([t.url(),t.literal(``)]).optional()}),p=t.object({mode:t.enum([`default`,`verbose`,`disabled`]).optional(),prefix:t.string().optional(),error:t.function().optional(),log:t.function().optional(),info:t.function().optional(),warn:t.function().optional()}),m=t.object({provider:t.enum(e).optional(),apiKey:t.string().optional(),model:t.string().optional(),temperature:t.number().min(0).max(2).optional(),applicationContext:t.string().optional(),baseURL:t.url().optional(),dataSerialization:t.enum([`json`,`toon`]).optional()}),h=t.object({mode:t.enum([`auto`,`manual`]).optional(),optimize:t.boolean().optional(),importMode:t.enum([`static`,`dynamic`,`fetch`]).optional(),traversePattern:t.array(t.string()).optional(),outputFormat:t.array(t.enum([`cjs`,`esm`])).optional(),cache:t.boolean().optional(),require:t.unknown().optional(),checkTypes:t.boolean().optional()}),g=t.object({enabled:t.union([t.boolean(),t.literal(`build-only`)]).optional(),dictionaryKeyPrefix:t.string().optional(),transformPattern:t.union([t.string(),t.array(t.string())]).optional(),excludePattern:t.union([t.string(),t.array(t.string())]).optional(),
|
|
1
|
+
import{AiProviders as e}from"@intlayer/types/config";import{z as t}from"zod";const n=t.object({locales:t.array(t.string()).min(1),requiredLocales:t.array(t.string()).optional(),strictMode:t.enum([`strict`,`inclusive`,`loose`]).optional(),defaultLocale:t.string().optional()}),r=t.object({type:t.literal(`cookie`),name:t.string().optional(),domain:t.string().optional(),path:t.string().optional(),secure:t.boolean().optional(),httpOnly:t.boolean().optional(),sameSite:t.enum([`strict`,`lax`,`none`]).optional(),expires:t.union([t.date(),t.number()]).optional()}),i=t.object({type:t.enum([`localStorage`,`sessionStorage`,`header`]),name:t.string().optional()}),a=t.union([t.literal(!1),t.enum([`cookie`,`localStorage`,`sessionStorage`,`header`]),r,i,t.array(t.union([t.enum([`cookie`,`localStorage`,`sessionStorage`,`header`]),r,i]))]),o=t.object({canonical:t.string(),localized:t.record(t.string(),t.string())}),s=t.object({rules:t.array(o)}),c=t.object({url:s,nextjs:s.optional(),vite:s.optional()}),l=t.object({rewrite:t.union([t.record(t.string(),t.record(t.string(),t.string())),c]).optional(),mode:t.enum([`prefix-no-default`,`prefix-all`,`no-prefix`,`search-params`]).optional(),storage:a.optional(),basePath:t.string().optional()}),u=t.object({baseDir:t.string().optional(),moduleAugmentationDir:t.string().optional(),unmergedDictionariesDir:t.string().optional(),remoteDictionariesDir:t.string().optional(),dictionariesDir:t.string().optional(),dynamicDictionariesDir:t.string().optional(),fetchDictionariesDir:t.string().optional(),typesDir:t.string().optional(),mainDir:t.string().optional(),configDir:t.string().optional(),cacheDir:t.string().optional(),tempDir:t.string().optional(),outputFilesPatternWithPath:t.string().optional()}),d=t.object({fileExtensions:t.array(t.string()).optional(),contentDir:t.array(t.string()).optional(),codeDir:t.array(t.string()).optional(),excludedPath:t.array(t.string()).optional(),watch:t.boolean().optional(),formatCommand:t.string().optional(),watchedFilesPattern:t.array(t.string()).optional(),watchedFilesPatternWithPath:t.array(t.string()).optional()}),f=t.object({applicationURL:t.union([t.url(),t.literal(``)]).optional(),editorURL:t.union([t.url(),t.literal(``)]).optional(),cmsURL:t.union([t.url(),t.literal(``)]).optional(),backendURL:t.union([t.url(),t.literal(``)]).optional(),port:t.number().int().positive().max(65535).optional(),enabled:t.boolean().optional(),clientId:t.string().optional(),clientSecret:t.string().optional(),dictionaryPriorityStrategy:t.enum([`local_first`,`distant_first`]).optional(),liveSync:t.boolean().optional(),liveSyncPort:t.number().int().positive().max(65535).optional(),liveSyncURL:t.union([t.url(),t.literal(``)]).optional()}),p=t.object({mode:t.enum([`default`,`verbose`,`disabled`]).optional(),prefix:t.string().optional(),error:t.function().optional(),log:t.function().optional(),info:t.function().optional(),warn:t.function().optional()}),m=t.object({provider:t.enum(e).optional(),apiKey:t.string().optional(),model:t.string().optional(),temperature:t.number().min(0).max(2).optional(),applicationContext:t.string().optional(),baseURL:t.url().optional(),dataSerialization:t.enum([`json`,`toon`]).optional()}),h=t.object({mode:t.enum([`auto`,`manual`]).optional(),optimize:t.boolean().optional(),importMode:t.enum([`static`,`dynamic`,`fetch`]).optional(),traversePattern:t.array(t.string()).optional(),outputFormat:t.array(t.enum([`cjs`,`esm`])).optional(),cache:t.boolean().optional(),require:t.unknown().optional(),checkTypes:t.boolean().optional()}),g=t.object({enabled:t.union([t.boolean(),t.literal(`build-only`)]).optional(),dictionaryKeyPrefix:t.string().optional(),transformPattern:t.union([t.string(),t.array(t.string())]).optional(),excludePattern:t.union([t.string(),t.array(t.string())]).optional(),output:t.unknown().optional(),noMetadata:t.boolean().optional(),saveComponents:t.boolean().optional()}),_=t.object({fill:t.unknown().optional(),contentAutoTransformation:t.union([t.boolean(),t.object({markdown:t.boolean().optional(),html:t.boolean().optional(),insertion:t.boolean().optional()})]).optional(),location:t.string().optional(),locale:t.string().optional(),title:t.string().optional()}),v=t.object({internationalization:n.optional(),routing:l.optional(),content:d.optional(),system:u.optional(),editor:f.optional(),log:p.optional(),ai:m.optional(),build:h.optional(),compiler:g.optional(),dictionary:_.optional(),plugins:t.array(t.unknown()).optional(),schemas:t.record(t.string(),t.unknown()).optional(),metadata:t.object({name:t.string().optional(),version:t.string().optional(),doc:t.string().optional()}).optional()});export{m as aiSchema,h as buildSchema,g as compilerSchema,d as contentSchema,r as cookiesAttributesSchema,_ as dictionarySchema,f as editorSchema,n as internationalizationSchema,v as intlayerConfigSchema,p as logSchema,c as rewriteObjectSchema,o as rewriteRuleSchema,s as rewriteRulesSchema,l as routingSchema,i as storageAttributesSchema,a as storageSchema,u as systemSchema};
|
|
2
2
|
//# sourceMappingURL=configurationSchema.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"configurationSchema.mjs","names":[],"sources":["../../../src/configFile/configurationSchema.ts"],"sourcesContent":["import { AiProviders } from '@intlayer/types/config';\nimport { z } from 'zod';\n\nexport const internationalizationSchema = z.object({\n locales: z.array(z.string()).min(1),\n requiredLocales: z.array(z.string()).optional(),\n strictMode: z.enum(['strict', 'inclusive', 'loose']).optional(),\n defaultLocale: z.string().optional(),\n});\n\nexport const cookiesAttributesSchema = z.object({\n type: z.literal('cookie'),\n name: z.string().optional(),\n domain: z.string().optional(),\n path: z.string().optional(),\n secure: z.boolean().optional(),\n httpOnly: z.boolean().optional(),\n sameSite: z.enum(['strict', 'lax', 'none']).optional(),\n expires: z.union([z.date(), z.number()]).optional(),\n});\n\nexport const storageAttributesSchema = z.object({\n type: z.enum(['localStorage', 'sessionStorage', 'header']),\n name: z.string().optional(),\n});\n\nexport const storageSchema = z.union([\n z.literal(false),\n z.enum(['cookie', 'localStorage', 'sessionStorage', 'header']),\n cookiesAttributesSchema,\n storageAttributesSchema,\n z.array(\n z.union([\n z.enum(['cookie', 'localStorage', 'sessionStorage', 'header']),\n cookiesAttributesSchema,\n storageAttributesSchema,\n ])\n ),\n]);\n\nexport const rewriteRuleSchema = z.object({\n canonical: z.string(),\n localized: z.record(z.string(), z.string()),\n});\n\nexport const rewriteRulesSchema = z.object({\n rules: z.array(rewriteRuleSchema),\n});\n\nexport const rewriteObjectSchema = z.object({\n url: rewriteRulesSchema,\n nextjs: rewriteRulesSchema.optional(),\n vite: rewriteRulesSchema.optional(),\n});\n\nexport const routingSchema = z.object({\n rewrite: z\n .union([\n z.record(z.string(), z.record(z.string(), z.string())),\n rewriteObjectSchema,\n ])\n .optional(),\n mode: z\n .enum(['prefix-no-default', 'prefix-all', 'no-prefix', 'search-params'])\n .optional(),\n storage: storageSchema.optional(),\n basePath: z.string().optional(),\n});\n\nexport const systemSchema = z.object({\n baseDir: z.string().optional(),\n moduleAugmentationDir: z.string().optional(),\n unmergedDictionariesDir: z.string().optional(),\n remoteDictionariesDir: z.string().optional(),\n dictionariesDir: z.string().optional(),\n dynamicDictionariesDir: z.string().optional(),\n fetchDictionariesDir: z.string().optional(),\n typesDir: z.string().optional(),\n mainDir: z.string().optional(),\n configDir: z.string().optional(),\n cacheDir: z.string().optional(),\n tempDir: z.string().optional(),\n outputFilesPatternWithPath: z.string().optional(),\n});\n\nexport const contentSchema = z.object({\n fileExtensions: z.array(z.string()).optional(),\n contentDir: z.array(z.string()).optional(),\n codeDir: z.array(z.string()).optional(),\n excludedPath: z.array(z.string()).optional(),\n watch: z.boolean().optional(),\n formatCommand: z.string().optional(),\n watchedFilesPattern: z.array(z.string()).optional(),\n watchedFilesPatternWithPath: z.array(z.string()).optional(),\n});\n\nexport const editorSchema = z.object({\n applicationURL: z.union([z.url(), z.literal('')]).optional(),\n editorURL: z.union([z.url(), z.literal('')]).optional(),\n cmsURL: z.union([z.url(), z.literal('')]).optional(),\n backendURL: z.union([z.url(), z.literal('')]).optional(),\n port: z.number().int().positive().max(65535).optional(),\n enabled: z.boolean().optional(),\n clientId: z.string().optional(),\n clientSecret: z.string().optional(),\n dictionaryPriorityStrategy: z\n .enum(['local_first', 'distant_first'])\n .optional(),\n liveSync: z.boolean().optional(),\n liveSyncPort: z.number().int().positive().max(65535).optional(),\n liveSyncURL: z.union([z.url(), z.literal('')]).optional(),\n});\n\nexport const logSchema = z.object({\n mode: z.enum(['default', 'verbose', 'disabled']).optional(),\n prefix: z.string().optional(),\n error: z.function().optional(),\n log: z.function().optional(),\n info: z.function().optional(),\n warn: z.function().optional(),\n});\n\nexport const aiSchema = z.object({\n provider: z.enum(AiProviders).optional(),\n apiKey: z.string().optional(),\n model: z.string().optional(),\n temperature: z.number().min(0).max(2).optional(),\n applicationContext: z.string().optional(),\n baseURL: z.url().optional(),\n dataSerialization: z.enum(['json', 'toon']).optional(),\n});\n\nexport const buildSchema = z.object({\n mode: z.enum(['auto', 'manual']).optional(),\n optimize: z.boolean().optional(),\n importMode: z.enum(['static', 'dynamic', 'fetch']).optional(),\n traversePattern: z.array(z.string()).optional(),\n outputFormat: z.array(z.enum(['cjs', 'esm'])).optional(),\n cache: z.boolean().optional(),\n require: z.unknown().optional(),\n checkTypes: z.boolean().optional(),\n});\n\nexport const compilerSchema = z.object({\n enabled: z.union([z.boolean(), z.literal('build-only')]).optional(),\n dictionaryKeyPrefix: z.string().optional(),\n transformPattern: z.union([z.string(), z.array(z.string())]).optional(),\n excludePattern: z.union([z.string(), z.array(z.string())]).optional(),\n outputDir: z.string().optional(),\n output: z.unknown().optional(),\n noMetadata: z.boolean().optional(),\n saveComponents: z.boolean().optional(),\n});\n\nexport const dictionarySchema = z.object({\n fill: z.unknown().optional(),\n contentAutoTransformation: z\n .union([\n z.boolean(),\n z.object({\n markdown: z.boolean().optional(),\n html: z.boolean().optional(),\n insertion: z.boolean().optional(),\n }),\n ])\n .optional(),\n location: z.string().optional(),\n locale: z.string().optional(),\n title: z.string().optional(),\n});\n\nexport const intlayerConfigSchema = z.object({\n internationalization: internationalizationSchema.optional(),\n routing: routingSchema.optional(),\n content: contentSchema.optional(),\n system: systemSchema.optional(),\n editor: editorSchema.optional(),\n log: logSchema.optional(),\n ai: aiSchema.optional(),\n build: buildSchema.optional(),\n compiler: compilerSchema.optional(),\n dictionary: dictionarySchema.optional(),\n plugins: z.array(z.unknown()).optional(),\n schemas: z.record(z.string(), z.unknown()).optional(),\n metadata: z\n .object({\n name: z.string().optional(),\n version: z.string().optional(),\n doc: z.string().optional(),\n })\n .optional(),\n});\n"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"configurationSchema.mjs","names":[],"sources":["../../../src/configFile/configurationSchema.ts"],"sourcesContent":["import { AiProviders } from '@intlayer/types/config';\nimport { z } from 'zod';\n\nexport const internationalizationSchema = z.object({\n locales: z.array(z.string()).min(1),\n requiredLocales: z.array(z.string()).optional(),\n strictMode: z.enum(['strict', 'inclusive', 'loose']).optional(),\n defaultLocale: z.string().optional(),\n});\n\nexport const cookiesAttributesSchema = z.object({\n type: z.literal('cookie'),\n name: z.string().optional(),\n domain: z.string().optional(),\n path: z.string().optional(),\n secure: z.boolean().optional(),\n httpOnly: z.boolean().optional(),\n sameSite: z.enum(['strict', 'lax', 'none']).optional(),\n expires: z.union([z.date(), z.number()]).optional(),\n});\n\nexport const storageAttributesSchema = z.object({\n type: z.enum(['localStorage', 'sessionStorage', 'header']),\n name: z.string().optional(),\n});\n\nexport const storageSchema = z.union([\n z.literal(false),\n z.enum(['cookie', 'localStorage', 'sessionStorage', 'header']),\n cookiesAttributesSchema,\n storageAttributesSchema,\n z.array(\n z.union([\n z.enum(['cookie', 'localStorage', 'sessionStorage', 'header']),\n cookiesAttributesSchema,\n storageAttributesSchema,\n ])\n ),\n]);\n\nexport const rewriteRuleSchema = z.object({\n canonical: z.string(),\n localized: z.record(z.string(), z.string()),\n});\n\nexport const rewriteRulesSchema = z.object({\n rules: z.array(rewriteRuleSchema),\n});\n\nexport const rewriteObjectSchema = z.object({\n url: rewriteRulesSchema,\n nextjs: rewriteRulesSchema.optional(),\n vite: rewriteRulesSchema.optional(),\n});\n\nexport const routingSchema = z.object({\n rewrite: z\n .union([\n z.record(z.string(), z.record(z.string(), z.string())),\n rewriteObjectSchema,\n ])\n .optional(),\n mode: z\n .enum(['prefix-no-default', 'prefix-all', 'no-prefix', 'search-params'])\n .optional(),\n storage: storageSchema.optional(),\n basePath: z.string().optional(),\n});\n\nexport const systemSchema = z.object({\n baseDir: z.string().optional(),\n moduleAugmentationDir: z.string().optional(),\n unmergedDictionariesDir: z.string().optional(),\n remoteDictionariesDir: z.string().optional(),\n dictionariesDir: z.string().optional(),\n dynamicDictionariesDir: z.string().optional(),\n fetchDictionariesDir: z.string().optional(),\n typesDir: z.string().optional(),\n mainDir: z.string().optional(),\n configDir: z.string().optional(),\n cacheDir: z.string().optional(),\n tempDir: z.string().optional(),\n outputFilesPatternWithPath: z.string().optional(),\n});\n\nexport const contentSchema = z.object({\n fileExtensions: z.array(z.string()).optional(),\n contentDir: z.array(z.string()).optional(),\n codeDir: z.array(z.string()).optional(),\n excludedPath: z.array(z.string()).optional(),\n watch: z.boolean().optional(),\n formatCommand: z.string().optional(),\n watchedFilesPattern: z.array(z.string()).optional(),\n watchedFilesPatternWithPath: z.array(z.string()).optional(),\n});\n\nexport const editorSchema = z.object({\n applicationURL: z.union([z.url(), z.literal('')]).optional(),\n editorURL: z.union([z.url(), z.literal('')]).optional(),\n cmsURL: z.union([z.url(), z.literal('')]).optional(),\n backendURL: z.union([z.url(), z.literal('')]).optional(),\n port: z.number().int().positive().max(65535).optional(),\n enabled: z.boolean().optional(),\n clientId: z.string().optional(),\n clientSecret: z.string().optional(),\n dictionaryPriorityStrategy: z\n .enum(['local_first', 'distant_first'])\n .optional(),\n liveSync: z.boolean().optional(),\n liveSyncPort: z.number().int().positive().max(65535).optional(),\n liveSyncURL: z.union([z.url(), z.literal('')]).optional(),\n});\n\nexport const logSchema = z.object({\n mode: z.enum(['default', 'verbose', 'disabled']).optional(),\n prefix: z.string().optional(),\n error: z.function().optional(),\n log: z.function().optional(),\n info: z.function().optional(),\n warn: z.function().optional(),\n});\n\nexport const aiSchema = z.object({\n provider: z.enum(AiProviders).optional(),\n apiKey: z.string().optional(),\n model: z.string().optional(),\n temperature: z.number().min(0).max(2).optional(),\n applicationContext: z.string().optional(),\n baseURL: z.url().optional(),\n dataSerialization: z.enum(['json', 'toon']).optional(),\n});\n\nexport const buildSchema = z.object({\n mode: z.enum(['auto', 'manual']).optional(),\n optimize: z.boolean().optional(),\n importMode: z.enum(['static', 'dynamic', 'fetch']).optional(),\n traversePattern: z.array(z.string()).optional(),\n outputFormat: z.array(z.enum(['cjs', 'esm'])).optional(),\n cache: z.boolean().optional(),\n require: z.unknown().optional(),\n checkTypes: z.boolean().optional(),\n});\n\nexport const compilerSchema = z.object({\n enabled: z.union([z.boolean(), z.literal('build-only')]).optional(),\n dictionaryKeyPrefix: z.string().optional(),\n transformPattern: z.union([z.string(), z.array(z.string())]).optional(),\n excludePattern: z.union([z.string(), z.array(z.string())]).optional(),\n output: z.unknown().optional(),\n noMetadata: z.boolean().optional(),\n saveComponents: z.boolean().optional(),\n});\n\nexport const dictionarySchema = z.object({\n fill: z.unknown().optional(),\n contentAutoTransformation: z\n .union([\n z.boolean(),\n z.object({\n markdown: z.boolean().optional(),\n html: z.boolean().optional(),\n insertion: z.boolean().optional(),\n }),\n ])\n .optional(),\n location: z.string().optional(),\n locale: z.string().optional(),\n title: z.string().optional(),\n});\n\nexport const intlayerConfigSchema = z.object({\n internationalization: internationalizationSchema.optional(),\n routing: routingSchema.optional(),\n content: contentSchema.optional(),\n system: systemSchema.optional(),\n editor: editorSchema.optional(),\n log: logSchema.optional(),\n ai: aiSchema.optional(),\n build: buildSchema.optional(),\n compiler: compilerSchema.optional(),\n dictionary: dictionarySchema.optional(),\n plugins: z.array(z.unknown()).optional(),\n schemas: z.record(z.string(), z.unknown()).optional(),\n metadata: z\n .object({\n name: z.string().optional(),\n version: z.string().optional(),\n doc: z.string().optional(),\n })\n .optional(),\n});\n"],"mappings":"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"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{__exportAll as e}from"../_virtual/_rolldown/runtime.mjs";var t=e({BUILD_MODE:()=>n,CACHE:()=>!0,OPTIMIZE:()=>void 0,OUTPUT_FORMAT:()=>a,TRAVERSE_PATTERN:()=>i,TYPE_CHECKING:()=>!1});const n=`auto`,r=void 0,i=[`**/*.{tsx,ts,js,mjs,cjs,jsx,vue,svelte,svte}`,`!**/node_modules/**`,`!**/*.config.*`,`!**/*.test.*`,`!**/*.spec.*`,`!**/*.stories.*`,`!**/*.d.ts`,`!**/*.d.ts.map`],a=[`esm`,`cjs`],o=!0,s=!1;export{n as BUILD_MODE,o as CACHE,r as OPTIMIZE,a as OUTPUT_FORMAT,i as TRAVERSE_PATTERN,s as TYPE_CHECKING,t as build_exports};
|
|
1
|
+
import{__exportAll as e}from"../_virtual/_rolldown/runtime.mjs";var t=e({BUILD_MODE:()=>n,CACHE:()=>!0,OPTIMIZE:()=>void 0,OUTPUT_FORMAT:()=>a,TRAVERSE_PATTERN:()=>i,TYPE_CHECKING:()=>!1});const n=`auto`,r=void 0,i=[`**/*.{tsx,ts,js,mjs,cjs,jsx,vue,svelte,svte}`,`!**/node_modules/**`,`!**/dist/**`,`!**/build/**`,`!**/.intlayer/**`,`!**/.next/**`,`!**/.nuxt/**`,`!**/.expo/**`,`!**/.vercel/**`,`!**/.turbo/**`,`!**/.tanstack/**`,`!**/*.config.*`,`!**/*.test.*`,`!**/*.spec.*`,`!**/*.stories.*`,`!**/*.d.ts`,`!**/*.d.ts.map`],a=[`esm`,`cjs`],o=!0,s=!1;export{n as BUILD_MODE,o as CACHE,r as OPTIMIZE,a as OUTPUT_FORMAT,i as TRAVERSE_PATTERN,s as TYPE_CHECKING,t as build_exports};
|
|
2
2
|
//# sourceMappingURL=build.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"build.mjs","names":[],"sources":["../../../src/defaultValues/build.ts"],"sourcesContent":["export const BUILD_MODE = 'auto';\n\nexport const OPTIMIZE = undefined;\n\nexport const TRAVERSE_PATTERN = [\n '**/*.{tsx,ts,js,mjs,cjs,jsx,vue,svelte,svte}',\n '!**/node_modules/**',\n '!**/*.config.*',\n '!**/*.test.*',\n '!**/*.spec.*',\n '!**/*.stories.*',\n '!**/*.d.ts',\n '!**/*.d.ts.map',\n];\n\nexport const OUTPUT_FORMAT: ('cjs' | 'esm')[] = ['esm', 'cjs'];\n\nexport const CACHE = true;\n\nexport const TYPE_CHECKING = false;\n"],"mappings":"6LAAA,MAAa,EAAa,OAEb,EAAW,IAAA,GAEX,EAAmB,CAC9B,+
|
|
1
|
+
{"version":3,"file":"build.mjs","names":[],"sources":["../../../src/defaultValues/build.ts"],"sourcesContent":["export const BUILD_MODE = 'auto';\n\nexport const OPTIMIZE = undefined;\n\nexport const TRAVERSE_PATTERN = [\n '**/*.{tsx,ts,js,mjs,cjs,jsx,vue,svelte,svte}',\n\n '!**/node_modules/**',\n '!**/dist/**',\n '!**/build/**',\n '!**/.intlayer/**',\n '!**/.next/**',\n '!**/.nuxt/**',\n '!**/.expo/**',\n '!**/.vercel/**',\n '!**/.turbo/**',\n '!**/.tanstack/**',\n\n '!**/*.config.*',\n '!**/*.test.*',\n '!**/*.spec.*',\n '!**/*.stories.*',\n '!**/*.d.ts',\n '!**/*.d.ts.map',\n];\n\nexport const OUTPUT_FORMAT: ('cjs' | 'esm')[] = ['esm', 'cjs'];\n\nexport const CACHE = true;\n\nexport const TYPE_CHECKING = false;\n"],"mappings":"6LAAA,MAAa,EAAa,OAEb,EAAW,IAAA,GAEX,EAAmB,CAC9B,+CAEA,sBACA,cACA,eACA,mBACA,eACA,eACA,eACA,iBACA,gBACA,mBAEA,iBACA,eACA,eACA,kBACA,aACA,iBACD,CAEY,EAAmC,CAAC,MAAO,MAAM,CAEjD,EAAQ,GAER,EAAgB"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{__exportAll as e}from"../_virtual/_rolldown/runtime.mjs";var t=e({COMPILER_DICTIONARY_KEY_PREFIX:()
|
|
1
|
+
import{__exportAll as e}from"../_virtual/_rolldown/runtime.mjs";var t=e({COMPILER_DICTIONARY_KEY_PREFIX:()=>``,COMPILER_ENABLED:()=>!0,COMPILER_NO_METADATA:()=>!1,COMPILER_SAVE_COMPONENTS:()=>!1});const n=!0,r=``,i=!1,a=!1;export{r as COMPILER_DICTIONARY_KEY_PREFIX,n as COMPILER_ENABLED,i as COMPILER_NO_METADATA,a as COMPILER_SAVE_COMPONENTS,t as compiler_exports};
|
|
2
2
|
//# sourceMappingURL=compiler.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"compiler.mjs","names":[],"sources":["../../../src/defaultValues/compiler.ts"],"sourcesContent":["
|
|
1
|
+
{"version":3,"file":"compiler.mjs","names":[],"sources":["../../../src/defaultValues/compiler.ts"],"sourcesContent":["export const COMPILER_ENABLED = true;\n\nexport const COMPILER_DICTIONARY_KEY_PREFIX = '';\n\nexport const COMPILER_NO_METADATA = false;\n\nexport const COMPILER_SAVE_COMPONENTS = false;\n"],"mappings":"qMAAA,MAAa,EAAmB,GAEnB,EAAiC,GAEjC,EAAuB,GAEvB,EAA2B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"buildConfigurationFields.d.ts","names":[],"sources":["../../../src/configFile/buildConfigurationFields.ts"],"mappings":";;;;;
|
|
1
|
+
{"version":3,"file":"buildConfigurationFields.d.ts","names":[],"sources":["../../../src/configFile/buildConfigurationFields.ts"],"mappings":";;;;;AA+4BA;cAAa,wBAAA,GACX,mBAAA,GAAsB,oBAAA,EACtB,OAAA,WACA,YAAA,GAAe,YAAA,KACd,cAAA"}
|
|
@@ -286,7 +286,6 @@ declare const compilerSchema: z.ZodObject<{
|
|
|
286
286
|
dictionaryKeyPrefix: z.ZodOptional<z.ZodString>;
|
|
287
287
|
transformPattern: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
288
288
|
excludePattern: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
289
|
-
outputDir: z.ZodOptional<z.ZodString>;
|
|
290
289
|
output: z.ZodOptional<z.ZodUnknown>;
|
|
291
290
|
noMetadata: z.ZodOptional<z.ZodBoolean>;
|
|
292
291
|
saveComponents: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -484,7 +483,6 @@ declare const intlayerConfigSchema: z.ZodObject<{
|
|
|
484
483
|
dictionaryKeyPrefix: z.ZodOptional<z.ZodString>;
|
|
485
484
|
transformPattern: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
486
485
|
excludePattern: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
487
|
-
outputDir: z.ZodOptional<z.ZodString>;
|
|
488
486
|
output: z.ZodOptional<z.ZodUnknown>;
|
|
489
487
|
noMetadata: z.ZodOptional<z.ZodBoolean>;
|
|
490
488
|
saveComponents: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"configurationSchema.d.ts","names":[],"sources":["../../../src/configFile/configurationSchema.ts"],"mappings":";;;;cAGa,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;;;;;;;;cAO1B,uBAAA,EAAuB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;cAWvB,uBAAA,EAAuB,CAAA,CAAA,SAAA;;;;;;;;cAKvB,aAAA,EAAa,CAAA,CAAA,QAAA,WAAA,CAAA,CAAA,UAAA,SAAA,CAAA,CAAA,OAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAcb,iBAAA,EAAiB,CAAA,CAAA,SAAA;;;;cAKjB,kBAAA,EAAkB,CAAA,CAAA,SAAA;;;;;;cAIlB,mBAAA,EAAmB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;cAMnB,aAAA,EAAa,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAcb,YAAA,EAAY,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;cAgBZ,aAAA,EAAa,CAAA,CAAA,SAAA;;;;;;;;;;cAWb,YAAA,EAAY,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;cAiBZ,SAAA,EAAS,CAAA,CAAA,SAAA;;;;;;;;;;;;cAST,QAAA,EAAQ,CAAA,CAAA,SAAA;;;;;;;;;;;;cAUR,WAAA,EAAW,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;cAWX,cAAA,EAAc,CAAA,CAAA,SAAA
|
|
1
|
+
{"version":3,"file":"configurationSchema.d.ts","names":[],"sources":["../../../src/configFile/configurationSchema.ts"],"mappings":";;;;cAGa,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;;;;;;;;cAO1B,uBAAA,EAAuB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;cAWvB,uBAAA,EAAuB,CAAA,CAAA,SAAA;;;;;;;;cAKvB,aAAA,EAAa,CAAA,CAAA,QAAA,WAAA,CAAA,CAAA,UAAA,SAAA,CAAA,CAAA,OAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAcb,iBAAA,EAAiB,CAAA,CAAA,SAAA;;;;cAKjB,kBAAA,EAAkB,CAAA,CAAA,SAAA;;;;;;cAIlB,mBAAA,EAAmB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;cAMnB,aAAA,EAAa,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAcb,YAAA,EAAY,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;cAgBZ,aAAA,EAAa,CAAA,CAAA,SAAA;;;;;;;;;;cAWb,YAAA,EAAY,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;cAiBZ,SAAA,EAAS,CAAA,CAAA,SAAA;;;;;;;;;;;;cAST,QAAA,EAAQ,CAAA,CAAA,SAAA;;;;;;;;;;;;cAUR,WAAA,EAAW,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;cAWX,cAAA,EAAc,CAAA,CAAA,SAAA;;;;;;;;;cAUd,gBAAA,EAAgB,CAAA,CAAA,SAAA;;;;;;;;;;;cAiBhB,oBAAA,EAAoB,CAAA,CAAA,SAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"build.d.ts","names":[],"sources":["../../../src/defaultValues/build.ts"],"mappings":";;;cAAa,UAAA;AAAA,cAEA,QAAA;AAAA,cAEA,gBAAA;AAAA,
|
|
1
|
+
{"version":3,"file":"build.d.ts","names":[],"sources":["../../../src/defaultValues/build.ts"],"mappings":";;;cAAa,UAAA;AAAA,cAEA,QAAA;AAAA,cAEA,gBAAA;AAAA,cAsBA,aAAA;AAAA,cAEA,KAAA;AAAA,cAEA,aAAA"}
|
|
@@ -1,14 +1,10 @@
|
|
|
1
|
-
import { FilePathPatternFunction } from "@intlayer/types/filePathPattern";
|
|
2
|
-
|
|
3
|
-
//#region src/defaultValues/compiler.d.ts
|
|
4
1
|
declare namespace compiler_d_exports {
|
|
5
|
-
export { COMPILER_DICTIONARY_KEY_PREFIX, COMPILER_ENABLED, COMPILER_NO_METADATA,
|
|
2
|
+
export { COMPILER_DICTIONARY_KEY_PREFIX, COMPILER_ENABLED, COMPILER_NO_METADATA, COMPILER_SAVE_COMPONENTS };
|
|
6
3
|
}
|
|
7
4
|
declare const COMPILER_ENABLED = true;
|
|
8
|
-
declare const COMPILER_DICTIONARY_KEY_PREFIX = "
|
|
9
|
-
declare const COMPILER_OUTPUT: FilePathPatternFunction;
|
|
5
|
+
declare const COMPILER_DICTIONARY_KEY_PREFIX = "";
|
|
10
6
|
declare const COMPILER_NO_METADATA = false;
|
|
11
7
|
declare const COMPILER_SAVE_COMPONENTS = false;
|
|
12
8
|
//#endregion
|
|
13
|
-
export { COMPILER_DICTIONARY_KEY_PREFIX, COMPILER_ENABLED, COMPILER_NO_METADATA,
|
|
9
|
+
export { COMPILER_DICTIONARY_KEY_PREFIX, COMPILER_ENABLED, COMPILER_NO_METADATA, COMPILER_SAVE_COMPONENTS, compiler_d_exports };
|
|
14
10
|
//# sourceMappingURL=compiler.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"compiler.d.ts","names":[],"sources":["../../../src/defaultValues/compiler.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"compiler.d.ts","names":[],"sources":["../../../src/defaultValues/compiler.ts"],"mappings":";;;cAAa,gBAAA;AAAA,cAEA,8BAAA;AAAA,cAEA,oBAAA;AAAA,cAEA,wBAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@intlayer/config",
|
|
3
|
-
"version": "8.3.
|
|
3
|
+
"version": "8.3.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Retrieve Intlayer configurations and manage environment variables for both server-side and client-side environments.",
|
|
6
6
|
"keywords": [
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
"typecheck": "tsc --noEmit --project tsconfig.types.json"
|
|
128
128
|
},
|
|
129
129
|
"dependencies": {
|
|
130
|
-
"@intlayer/types": "8.3.
|
|
130
|
+
"@intlayer/types": "8.3.1",
|
|
131
131
|
"defu": "6.1.4",
|
|
132
132
|
"dotenv": "17.3.1",
|
|
133
133
|
"esbuild": "0.27.2",
|