vault-link/frontend/sync-client/src/utils
Andras Schmelczer 9d99a4ac23 split: sync-client utils and errors reorganization
Move error classes from services/ and file-operations/ into a new errors/
directory (authentication-error, server-version-mismatch-error,
sync-reset-error, file-not-found-error), plus add file-already-exists-error
and http-client-error. Update consts.ts and utils/* (await-all,
create-client-id, hash, rate-limit, find-matching-file). Replace
data-structures (locks, min-covered, event-listeners, fix-sized-cache) and
add debugging utilities (in-memory-file-system, log-to-console,
slow-web-socket-factory). Removes utils/create-promise.ts.
2026-05-08 21:36:29 +01:00
..
data-structures split: sync-client utils and errors reorganization 2026-05-08 21:36:29 +01:00
debugging split: sync-client utils and errors reorganization 2026-05-08 21:36:29 +01:00
assert-set-contains-exactly.ts Apply editorconfig 2025-12-07 16:42:23 +00:00
await-all.test.ts Apply editorconfig 2025-12-07 16:42:23 +00:00
await-all.ts split: sync-client utils and errors reorganization 2026-05-08 21:36:29 +01:00
create-client-id.ts split: sync-client utils and errors reorganization 2026-05-08 21:36:29 +01:00
find-matching-file.ts split: sync-client utils and errors reorganization 2026-05-08 21:36:29 +01:00
get-random-color.ts Apply editorconfig 2025-12-07 16:42:23 +00:00
globs-to-regexes.test.ts Apply editorconfig 2025-12-07 16:42:23 +00:00
globs-to-regexes.ts Apply editorconfig 2025-12-07 16:42:23 +00:00
hash.ts split: sync-client utils and errors reorganization 2026-05-08 21:36:29 +01:00
is-binary.ts Apply editorconfig 2025-12-07 16:42:23 +00:00
is-file-type-mergable.test.ts Apply editorconfig 2025-12-07 16:42:23 +00:00
is-file-type-mergable.ts Apply editorconfig 2025-12-07 16:42:23 +00:00
line-and-column-to-position.test.ts Apply editorconfig 2025-12-07 16:42:23 +00:00
line-and-column-to-position.ts Apply editorconfig 2025-12-07 16:42:23 +00:00
position-to-line-and-column.test.ts Apply editorconfig 2025-12-07 16:42:23 +00:00
position-to-line-and-column.ts Apply editorconfig 2025-12-07 16:42:23 +00:00
rate-limit.test.ts Apply editorconfig 2025-12-07 16:42:23 +00:00
rate-limit.ts split: sync-client utils and errors reorganization 2026-05-08 21:36:29 +01:00
remove-from-array.ts Use efficient filters 2025-12-07 16:42:23 +00:00
set-up-telemetry.ts Apply editorconfig 2025-12-07 16:42:23 +00:00
sleep.ts Apply editorconfig 2025-12-07 16:42:23 +00:00