Type Alias SyncSkipReason
SyncSkipReason:
| "outside-prefix"
| "unsafe-name"
| "local-unsafe-name"
| "relative-path-collision"
| "local-path-collision"
| "filesystem-error"
| "path-too-long-for-regexp"
| "scan-skip-overflow"
| "stale-download-partial"
Machine-readable reasons emitted with scanner and diagnostic skip events.