@formatjs/cli 6.3.10 → 6.3.11
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/README.md +1 -1
- package/bin/formatjs +3 -3
- package/package.json +2 -2
package/README.md
CHANGED
package/bin/formatjs
CHANGED
|
@@ -227965,13 +227965,13 @@ This is especially useful to convert from a TMS-specific format back to react-in
|
|
|
227965
227965
|
`Compiled translation output file. If this is not provided, result will be printed to stdout`
|
|
227966
227966
|
).option(
|
|
227967
227967
|
"--ast",
|
|
227968
|
-
`Whether to compile to AST. See https://formatjs.io/docs/guides/advanced-usage#pre-parsing-messages for more information`
|
|
227968
|
+
`Whether to compile to AST. See https://formatjs.github.io/docs/guides/advanced-usage#pre-parsing-messages for more information`
|
|
227969
227969
|
).option(
|
|
227970
227970
|
"--skip-errors",
|
|
227971
227971
|
`Whether to continue compiling messages after encountering an error. Any keys with errors will not be included in the output file.`
|
|
227972
227972
|
).option(
|
|
227973
227973
|
"--pseudo-locale <pseudoLocale>",
|
|
227974
|
-
`Whether to generate pseudo-locale files. See https://formatjs.io/docs/tooling/cli#--pseudo-locale-pseudolocale for possible values. "--ast" is required for this to work.`
|
|
227974
|
+
`Whether to generate pseudo-locale files. See https://formatjs.github.io/docs/tooling/cli#--pseudo-locale-pseudolocale for possible values. "--ast" is required for this to work.`
|
|
227975
227975
|
).option(
|
|
227976
227976
|
"--ignore-tag",
|
|
227977
227977
|
`Whether the parser to treat HTML/XML tags as string literal instead of parsing them as tag token. When this is false we only allow simple tags without any attributes.`
|
|
@@ -227999,7 +227999,7 @@ This is especially useful to convert from a TMS-specific format back to react-in
|
|
|
227999
227999
|
`
|
|
228000
228000
|
).option(
|
|
228001
228001
|
"--ast",
|
|
228002
|
-
`Whether to compile to AST. See https://formatjs.io/docs/guides/advanced-usage#pre-parsing-messages for more information`
|
|
228002
|
+
`Whether to compile to AST. See https://formatjs.github.io/docs/guides/advanced-usage#pre-parsing-messages for more information`
|
|
228003
228003
|
).action(async (folder, outFolder, opts) => {
|
|
228004
228004
|
debug("Folder:", folder);
|
|
228005
228005
|
debug("Options:", opts);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@formatjs/cli",
|
|
3
|
-
"version": "6.3.
|
|
3
|
+
"version": "6.3.11",
|
|
4
4
|
"description": "A CLI for formatjs.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"intl",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"url": "https://github.com/formatjs/formatjs/issues"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@formatjs/cli-lib": "6.6.
|
|
36
|
+
"@formatjs/cli-lib": "6.6.6"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
39
|
"@glimmer/env": "^0.1.7",
|