@let-value/translate-extract-static 1.2.3 → 1.2.4
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/src/index.d.cts +6 -2
- package/dist/src/index.d.mts +6 -2
- package/package.json +3 -3
package/dist/src/index.d.cts
CHANGED
|
@@ -178,7 +178,7 @@ declare namespace log {
|
|
|
178
178
|
//#region src/locales.d.ts
|
|
179
179
|
type PluralFormsLocale = "ach" | "af" | "ak" | "am" | "an" | "ar" | "arn" | "ast" | "ay" | "az" | "be" | "bg" | "bn" | "bo" | "br" | "brx" | "bs" | "ca" | "cgg" | "cs" | "csb" | "cy" | "da" | "de" | "doi" | "dz" | "el" | "en" | "eo" | "es" | "et" | "eu" | "fa" | "ff" | "fi" | "fil" | "fo" | "fr" | "fur" | "fy" | "ga" | "gd" | "gl" | "gu" | "gun" | "ha" | "he" | "hi" | "hne" | "hr" | "hu" | "hy" | "id" | "is" | "it" | "ja" | "jbo" | "jv" | "ka" | "kab" | "kk" | "km" | "kn" | "ko" | "ku" | "kw" | "ky" | "lb" | "ln" | "lo" | "lt" | "lv" | "mai" | "mfe" | "mg" | "mi" | "mk" | "ml" | "mn" | "mni" | "mnk" | "mr" | "ms" | "mt" | "my" | "nah" | "nap" | "nb" | "ne" | "nl" | "nn" | "no" | "nso" | "oc" | "or" | "pa" | "pap" | "pl" | "pms" | "ps" | "pt" | "rm" | "ro" | "ru" | "rw" | "sah" | "sat" | "sco" | "sd" | "se" | "si" | "sk" | "sl" | "so" | "son" | "sq" | "sr" | "su" | "sv" | "sw" | "ta" | "te" | "tg" | "th" | "ti" | "tk" | "tr" | "tt" | "ug" | "uk" | "ur" | "uz" | "vi" | "wa" | "wo" | "yo" | "zh";
|
|
180
180
|
//#endregion
|
|
181
|
-
//#region ../extract/dist/configuration-
|
|
181
|
+
//#region ../extract/dist/configuration-s7zv58Wf.d.mts
|
|
182
182
|
//#region src/logger.d.ts
|
|
183
183
|
type Logger$1 = log.Logger;
|
|
184
184
|
type LogLevelNames$1 = log.LogLevelNames;
|
|
@@ -411,7 +411,11 @@ interface UserConfig {
|
|
|
411
411
|
*/
|
|
412
412
|
walk?: boolean;
|
|
413
413
|
/**
|
|
414
|
-
* Paths or patterns to exclude from extraction, applied to all entrypoints
|
|
414
|
+
* Paths or patterns to exclude from extraction, applied to all entrypoints.
|
|
415
|
+
* Also matched against the specifier of an import that could not be
|
|
416
|
+
* resolved, so it doubles as an ignore list for such imports — a matching
|
|
417
|
+
* specifier is skipped without a warning. Bundler-virtual specifiers
|
|
418
|
+
* (`virtual:…`, `\0…`, URL schemes) are skipped without configuration.
|
|
415
419
|
* @default [/node_modules/, /dist/, /build/]
|
|
416
420
|
* @see Can be overridden per entrypoint via `exclude` in {@link EntrypointConfig}.
|
|
417
421
|
*/
|
package/dist/src/index.d.mts
CHANGED
|
@@ -178,7 +178,7 @@ declare namespace log {
|
|
|
178
178
|
//#region src/locales.d.ts
|
|
179
179
|
type PluralFormsLocale = "ach" | "af" | "ak" | "am" | "an" | "ar" | "arn" | "ast" | "ay" | "az" | "be" | "bg" | "bn" | "bo" | "br" | "brx" | "bs" | "ca" | "cgg" | "cs" | "csb" | "cy" | "da" | "de" | "doi" | "dz" | "el" | "en" | "eo" | "es" | "et" | "eu" | "fa" | "ff" | "fi" | "fil" | "fo" | "fr" | "fur" | "fy" | "ga" | "gd" | "gl" | "gu" | "gun" | "ha" | "he" | "hi" | "hne" | "hr" | "hu" | "hy" | "id" | "is" | "it" | "ja" | "jbo" | "jv" | "ka" | "kab" | "kk" | "km" | "kn" | "ko" | "ku" | "kw" | "ky" | "lb" | "ln" | "lo" | "lt" | "lv" | "mai" | "mfe" | "mg" | "mi" | "mk" | "ml" | "mn" | "mni" | "mnk" | "mr" | "ms" | "mt" | "my" | "nah" | "nap" | "nb" | "ne" | "nl" | "nn" | "no" | "nso" | "oc" | "or" | "pa" | "pap" | "pl" | "pms" | "ps" | "pt" | "rm" | "ro" | "ru" | "rw" | "sah" | "sat" | "sco" | "sd" | "se" | "si" | "sk" | "sl" | "so" | "son" | "sq" | "sr" | "su" | "sv" | "sw" | "ta" | "te" | "tg" | "th" | "ti" | "tk" | "tr" | "tt" | "ug" | "uk" | "ur" | "uz" | "vi" | "wa" | "wo" | "yo" | "zh";
|
|
180
180
|
//#endregion
|
|
181
|
-
//#region ../extract/dist/configuration-
|
|
181
|
+
//#region ../extract/dist/configuration-s7zv58Wf.d.mts
|
|
182
182
|
//#region src/logger.d.ts
|
|
183
183
|
type Logger$1 = log.Logger;
|
|
184
184
|
type LogLevelNames$1 = log.LogLevelNames;
|
|
@@ -411,7 +411,11 @@ interface UserConfig {
|
|
|
411
411
|
*/
|
|
412
412
|
walk?: boolean;
|
|
413
413
|
/**
|
|
414
|
-
* Paths or patterns to exclude from extraction, applied to all entrypoints
|
|
414
|
+
* Paths or patterns to exclude from extraction, applied to all entrypoints.
|
|
415
|
+
* Also matched against the specifier of an import that could not be
|
|
416
|
+
* resolved, so it doubles as an ignore list for such imports — a matching
|
|
417
|
+
* specifier is skipped without a warning. Bundler-virtual specifiers
|
|
418
|
+
* (`virtual:…`, `\0…`, URL schemes) are skipped without configuration.
|
|
415
419
|
* @default [/node_modules/, /dist/, /build/]
|
|
416
420
|
* @see Can be overridden per entrypoint via `exclude` in {@link EntrypointConfig}.
|
|
417
421
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@let-value/translate-extract-static",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.4",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/let-value/translate"
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
"@types/node": "26.0.1",
|
|
33
33
|
"typescript": "6.0.3",
|
|
34
34
|
"vite-plus": "latest",
|
|
35
|
-
"@let-value/translate": "1.2.
|
|
36
|
-
"@let-value/translate-extract": "1.2.
|
|
35
|
+
"@let-value/translate": "1.2.4",
|
|
36
|
+
"@let-value/translate-extract": "1.2.4"
|
|
37
37
|
},
|
|
38
38
|
"scripts": {
|
|
39
39
|
"postinstall": "node postinstall.cjs",
|