Upload project files

This commit is contained in:
wangdequan
2026-06-28 08:20:33 +08:00
parent f0e96308d2
commit 84a5b54195
162 changed files with 14070 additions and 31381 deletions

View File

@@ -0,0 +1,31 @@
export {
MemoryWorkspaceStorage,
MemoryWorkspaceStore,
ProjectWorkspace,
createProjectManifest,
detectWorkspaceDamage,
exportWorkspaceBundle,
importWorkspaceBundle,
initializeWorkspace,
migrateManifest,
readJson,
readManifest,
readProjectModel,
restoreWorkspace,
snapshotWorkspace,
stableStringify,
writeJson,
writeProjectModel,
type CompatibilityProjectManifest,
type CompatibilityWorkspaceBundle,
type CompatibilityWorkspaceDamage,
type CompatibilityWorkspaceIntegrityReport,
type CompatibilityWorkspaceSnapshot,
type ProjectManifest,
type WorkspaceBundle,
type WorkspaceDamageReport,
type WorkspaceFileEntry,
type WorkspaceSnapshot,
type WorkspaceStorage,
type WorkspaceStore
} from "./storage.js";