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
`The glob {0} did not match any files after applying exclude patterns`,
206
205
entry_point_0_did_not_exist: `Provided entry point {0} does not exist`,
@@ -218,6 +217,8 @@ export = {
218
217
circular_reference_extends_0: `Circular reference encountered for "extends" field of {0}`,
219
218
failed_resolve_0_to_file_in_1: `Failed to resolve {0} to a file in {1}`,
220
219
220
+
glob_0_should_use_posix_slash:
221
+
`The glob "{0}" escapes a non-special character. Glob inputs to TypeDoc may not use Windows path separators (\\), try replacing with posix path separators (/)`,
221
222
option_0_can_only_be_specified_by_config_file: `The '{0}' option can only be specified via a config file`,
222
223
option_0_expected_a_value_but_none_provided: `--{0} expected a value, but none was given as an argument`,
223
224
unknown_option_0_may_have_meant_1: `Unknown option: {0}, you may have meant:\n\t{1}`,
0 commit comments