/
raiden
/
obsidian-git-encrypt
Обзор
Документация
Войти
/
raiden
/
obsidian-git-encrypt
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
src/sourceControl/index.ts
13 строк
485 B
Robert Kuzhin
feat: add manual encrypted source control
09 авг 2026, 20:57
09 авг 2026, 20:57
3c8fa38
Код
Авторство
О чём код?
export { planSourceChanges, compareEntries, entriesEqual } from "./changeStatus.js"; export { SourceControlService, type SourceControlServiceOptions } from "./sourceControlService.js"; export { StagingStore } from "./stagingStore.js"; export { renderUnifiedDiff, type RenderedTextDiff } from "./textDiff.js"; export type { DiffTarget, PullChangesResult, SourceChangeKind, SourceControlStatus, SourceDiff, SourceFileChange, StagingState, } from "./sourceControlTypes.js";