Opitmized when only the beginning or the end of the file is replaced
todo: handle other cases
• edits: { content: Blob ; end: number ; start: number }[]
packages/hub/src/lib/commit.ts:57
• operation: "edit"
packages/hub/src/lib/commit.ts:53
• originalContent: Blob
Later, will be ContentSource. For now simpler to just handle blobs
packages/hub/src/lib/commit.ts:56
• path: string
packages/hub/src/lib/commit.ts:54
Update on GitHub