@lingui/conf
Advanced tools
Comparing version 5.0.0-next.4 to 5.0.0-next.5
@@ -205,2 +205,7 @@ /** | ||
/** | ||
* Type helper for lingui.config.ts, returns {@link LinguiConfig} object | ||
*/ | ||
declare function defineConfig(config: LinguiConfig): LinguiConfig; | ||
declare function getConfig({ cwd, configPath, skipValidation, }?: { | ||
@@ -212,2 +217,2 @@ cwd?: string; | ||
export { type CatalogConfig, type CatalogFormat, type CatalogFormatOptions, type CatalogFormatter, type CatalogType, type ExperimentalExtractorOptions, type ExtractedCatalogType, type ExtractedMessage, type ExtractedMessageType, type ExtractorCtx, type ExtractorType, type FallbackLocales, type LinguiConfig, type LinguiConfigNormalized, type MessageOrigin, type MessageType, type OrderBy, getConfig, makeConfig }; | ||
export { type CatalogConfig, type CatalogFormat, type CatalogFormatOptions, type CatalogFormatter, type CatalogType, type ExperimentalExtractorOptions, type ExtractedCatalogType, type ExtractedMessage, type ExtractedMessageType, type ExtractorCtx, type ExtractorType, type FallbackLocales, type LinguiConfig, type LinguiConfigNormalized, type MessageOrigin, type MessageType, type OrderBy, defineConfig, getConfig, makeConfig }; |
{ | ||
"name": "@lingui/conf", | ||
"version": "5.0.0-next.4", | ||
"version": "5.0.0-next.5", | ||
"sideEffects": false, | ||
@@ -45,3 +45,3 @@ "description": "Get lingui configuration from package.json", | ||
}, | ||
"gitHead": "7b9ca5b479be4acd58ed95bff841e89efba06279" | ||
"gitHead": "3e342f7cca8772e54fc76fa90261bf52c6976b95" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
44619
1058