You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 4, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: packages/cli/README.md
+1
Original file line number
Diff line number
Diff line change
@@ -43,5 +43,6 @@ Options:
43
43
description: 'baz'})` (default: false)
44
44
--ignore List of glob paths to **not** extract translations from.
45
45
--output-empty-json Output file with empty [] if src has no messages. For build systems like bazel that relies on specific output mapping, not writing out a file can cause issues.
46
+
--throws Whether to throw an exception when we fail to process any file in the batch.
Copy file name to clipboardExpand all lines: packages/cli/tests/extract/integration_tests/__snapshots__/index.test.ts.snap
+1
Original file line number
Diff line number
Diff line change
@@ -229,6 +229,7 @@ Options:
229
229
--extract-from-format-message-call Opt-in to extract from \`intl.formatMessage\` call with the same restrictions, e.g: has to be called with object literal such as \`intl.formatMessage({id: 'foo', defaultMessage: 'bar', description: 'baz'})\` (default: false)
230
230
--output-empty-json Output file with empty [] if src has no messages. For build systems like bazel that relies on specific output mapping, not writing out a file can cause issues. (default: false)
231
231
--ignore <files> List of glob paths to **not** extract translations from.
232
+
--throws Whether to throw an exception when we fail to process any file in the batch.
0 commit comments