gitx.do 0.1.0 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (344) hide show
  1. package/README.md +40 -353
  2. package/dist/do/logger.d.ts +50 -0
  3. package/dist/do/logger.d.ts.map +1 -0
  4. package/dist/do/logger.js +122 -0
  5. package/dist/do/logger.js.map +1 -0
  6. package/dist/{durable-object → do}/schema.d.ts +3 -3
  7. package/dist/do/schema.d.ts.map +1 -0
  8. package/dist/{durable-object → do}/schema.js +4 -3
  9. package/dist/do/schema.js.map +1 -0
  10. package/dist/do/types.d.ts +267 -0
  11. package/dist/do/types.d.ts.map +1 -0
  12. package/dist/do/types.js +62 -0
  13. package/dist/do/types.js.map +1 -0
  14. package/dist/index.d.ts +15 -415
  15. package/dist/index.d.ts.map +1 -1
  16. package/dist/index.js +31 -483
  17. package/dist/index.js.map +1 -1
  18. package/package.json +13 -21
  19. package/dist/cli/commands/add.d.ts +0 -174
  20. package/dist/cli/commands/add.d.ts.map +0 -1
  21. package/dist/cli/commands/add.js +0 -131
  22. package/dist/cli/commands/add.js.map +0 -1
  23. package/dist/cli/commands/blame.d.ts +0 -259
  24. package/dist/cli/commands/blame.d.ts.map +0 -1
  25. package/dist/cli/commands/blame.js +0 -609
  26. package/dist/cli/commands/blame.js.map +0 -1
  27. package/dist/cli/commands/branch.d.ts +0 -249
  28. package/dist/cli/commands/branch.d.ts.map +0 -1
  29. package/dist/cli/commands/branch.js +0 -693
  30. package/dist/cli/commands/branch.js.map +0 -1
  31. package/dist/cli/commands/commit.d.ts +0 -182
  32. package/dist/cli/commands/commit.d.ts.map +0 -1
  33. package/dist/cli/commands/commit.js +0 -437
  34. package/dist/cli/commands/commit.js.map +0 -1
  35. package/dist/cli/commands/diff.d.ts +0 -464
  36. package/dist/cli/commands/diff.d.ts.map +0 -1
  37. package/dist/cli/commands/diff.js +0 -958
  38. package/dist/cli/commands/diff.js.map +0 -1
  39. package/dist/cli/commands/log.d.ts +0 -239
  40. package/dist/cli/commands/log.d.ts.map +0 -1
  41. package/dist/cli/commands/log.js +0 -535
  42. package/dist/cli/commands/log.js.map +0 -1
  43. package/dist/cli/commands/merge.d.ts +0 -106
  44. package/dist/cli/commands/merge.d.ts.map +0 -1
  45. package/dist/cli/commands/merge.js +0 -55
  46. package/dist/cli/commands/merge.js.map +0 -1
  47. package/dist/cli/commands/review.d.ts +0 -457
  48. package/dist/cli/commands/review.d.ts.map +0 -1
  49. package/dist/cli/commands/review.js +0 -533
  50. package/dist/cli/commands/review.js.map +0 -1
  51. package/dist/cli/commands/status.d.ts +0 -269
  52. package/dist/cli/commands/status.d.ts.map +0 -1
  53. package/dist/cli/commands/status.js +0 -493
  54. package/dist/cli/commands/status.js.map +0 -1
  55. package/dist/cli/commands/web.d.ts +0 -199
  56. package/dist/cli/commands/web.d.ts.map +0 -1
  57. package/dist/cli/commands/web.js +0 -696
  58. package/dist/cli/commands/web.js.map +0 -1
  59. package/dist/cli/fs-adapter.d.ts +0 -656
  60. package/dist/cli/fs-adapter.d.ts.map +0 -1
  61. package/dist/cli/fs-adapter.js +0 -1179
  62. package/dist/cli/fs-adapter.js.map +0 -1
  63. package/dist/cli/fsx-cli-adapter.d.ts +0 -359
  64. package/dist/cli/fsx-cli-adapter.d.ts.map +0 -1
  65. package/dist/cli/fsx-cli-adapter.js +0 -619
  66. package/dist/cli/fsx-cli-adapter.js.map +0 -1
  67. package/dist/cli/index.d.ts +0 -387
  68. package/dist/cli/index.d.ts.map +0 -1
  69. package/dist/cli/index.js +0 -523
  70. package/dist/cli/index.js.map +0 -1
  71. package/dist/cli/ui/components/DiffView.d.ts +0 -7
  72. package/dist/cli/ui/components/DiffView.d.ts.map +0 -1
  73. package/dist/cli/ui/components/DiffView.js +0 -11
  74. package/dist/cli/ui/components/DiffView.js.map +0 -1
  75. package/dist/cli/ui/components/ErrorDisplay.d.ts +0 -6
  76. package/dist/cli/ui/components/ErrorDisplay.d.ts.map +0 -1
  77. package/dist/cli/ui/components/ErrorDisplay.js +0 -11
  78. package/dist/cli/ui/components/ErrorDisplay.js.map +0 -1
  79. package/dist/cli/ui/components/FuzzySearch.d.ts +0 -9
  80. package/dist/cli/ui/components/FuzzySearch.d.ts.map +0 -1
  81. package/dist/cli/ui/components/FuzzySearch.js +0 -12
  82. package/dist/cli/ui/components/FuzzySearch.js.map +0 -1
  83. package/dist/cli/ui/components/LoadingSpinner.d.ts +0 -6
  84. package/dist/cli/ui/components/LoadingSpinner.d.ts.map +0 -1
  85. package/dist/cli/ui/components/LoadingSpinner.js +0 -10
  86. package/dist/cli/ui/components/LoadingSpinner.js.map +0 -1
  87. package/dist/cli/ui/components/NavigationList.d.ts +0 -9
  88. package/dist/cli/ui/components/NavigationList.d.ts.map +0 -1
  89. package/dist/cli/ui/components/NavigationList.js +0 -11
  90. package/dist/cli/ui/components/NavigationList.js.map +0 -1
  91. package/dist/cli/ui/components/ScrollableContent.d.ts +0 -8
  92. package/dist/cli/ui/components/ScrollableContent.d.ts.map +0 -1
  93. package/dist/cli/ui/components/ScrollableContent.js +0 -11
  94. package/dist/cli/ui/components/ScrollableContent.js.map +0 -1
  95. package/dist/cli/ui/components/index.d.ts +0 -7
  96. package/dist/cli/ui/components/index.d.ts.map +0 -1
  97. package/dist/cli/ui/components/index.js +0 -9
  98. package/dist/cli/ui/components/index.js.map +0 -1
  99. package/dist/cli/ui/terminal-ui.d.ts +0 -52
  100. package/dist/cli/ui/terminal-ui.d.ts.map +0 -1
  101. package/dist/cli/ui/terminal-ui.js +0 -121
  102. package/dist/cli/ui/terminal-ui.js.map +0 -1
  103. package/dist/do/BashModule.d.ts +0 -871
  104. package/dist/do/BashModule.d.ts.map +0 -1
  105. package/dist/do/BashModule.js +0 -1143
  106. package/dist/do/BashModule.js.map +0 -1
  107. package/dist/do/FsModule.d.ts +0 -601
  108. package/dist/do/FsModule.d.ts.map +0 -1
  109. package/dist/do/FsModule.js +0 -1120
  110. package/dist/do/FsModule.js.map +0 -1
  111. package/dist/do/GitModule.d.ts +0 -635
  112. package/dist/do/GitModule.d.ts.map +0 -1
  113. package/dist/do/GitModule.js +0 -781
  114. package/dist/do/GitModule.js.map +0 -1
  115. package/dist/do/GitRepoDO.d.ts +0 -281
  116. package/dist/do/GitRepoDO.d.ts.map +0 -1
  117. package/dist/do/GitRepoDO.js +0 -479
  118. package/dist/do/GitRepoDO.js.map +0 -1
  119. package/dist/do/bash-ast.d.ts +0 -246
  120. package/dist/do/bash-ast.d.ts.map +0 -1
  121. package/dist/do/bash-ast.js +0 -888
  122. package/dist/do/bash-ast.js.map +0 -1
  123. package/dist/do/container-executor.d.ts +0 -491
  124. package/dist/do/container-executor.d.ts.map +0 -1
  125. package/dist/do/container-executor.js +0 -730
  126. package/dist/do/container-executor.js.map +0 -1
  127. package/dist/do/index.d.ts +0 -53
  128. package/dist/do/index.d.ts.map +0 -1
  129. package/dist/do/index.js +0 -91
  130. package/dist/do/index.js.map +0 -1
  131. package/dist/do/tiered-storage.d.ts +0 -403
  132. package/dist/do/tiered-storage.d.ts.map +0 -1
  133. package/dist/do/tiered-storage.js +0 -689
  134. package/dist/do/tiered-storage.js.map +0 -1
  135. package/dist/do/withBash.d.ts +0 -231
  136. package/dist/do/withBash.d.ts.map +0 -1
  137. package/dist/do/withBash.js +0 -244
  138. package/dist/do/withBash.js.map +0 -1
  139. package/dist/do/withFs.d.ts +0 -237
  140. package/dist/do/withFs.d.ts.map +0 -1
  141. package/dist/do/withFs.js +0 -387
  142. package/dist/do/withFs.js.map +0 -1
  143. package/dist/do/withGit.d.ts +0 -180
  144. package/dist/do/withGit.d.ts.map +0 -1
  145. package/dist/do/withGit.js +0 -271
  146. package/dist/do/withGit.js.map +0 -1
  147. package/dist/durable-object/object-store.d.ts +0 -633
  148. package/dist/durable-object/object-store.d.ts.map +0 -1
  149. package/dist/durable-object/object-store.js +0 -1161
  150. package/dist/durable-object/object-store.js.map +0 -1
  151. package/dist/durable-object/schema.d.ts.map +0 -1
  152. package/dist/durable-object/schema.js.map +0 -1
  153. package/dist/durable-object/wal.d.ts +0 -416
  154. package/dist/durable-object/wal.d.ts.map +0 -1
  155. package/dist/durable-object/wal.js +0 -445
  156. package/dist/durable-object/wal.js.map +0 -1
  157. package/dist/mcp/adapter.d.ts +0 -772
  158. package/dist/mcp/adapter.d.ts.map +0 -1
  159. package/dist/mcp/adapter.js +0 -895
  160. package/dist/mcp/adapter.js.map +0 -1
  161. package/dist/mcp/sandbox/miniflare-evaluator.d.ts +0 -22
  162. package/dist/mcp/sandbox/miniflare-evaluator.d.ts.map +0 -1
  163. package/dist/mcp/sandbox/miniflare-evaluator.js +0 -140
  164. package/dist/mcp/sandbox/miniflare-evaluator.js.map +0 -1
  165. package/dist/mcp/sandbox/object-store-proxy.d.ts +0 -32
  166. package/dist/mcp/sandbox/object-store-proxy.d.ts.map +0 -1
  167. package/dist/mcp/sandbox/object-store-proxy.js +0 -30
  168. package/dist/mcp/sandbox/object-store-proxy.js.map +0 -1
  169. package/dist/mcp/sandbox/template.d.ts +0 -17
  170. package/dist/mcp/sandbox/template.d.ts.map +0 -1
  171. package/dist/mcp/sandbox/template.js +0 -71
  172. package/dist/mcp/sandbox/template.js.map +0 -1
  173. package/dist/mcp/sandbox.d.ts +0 -764
  174. package/dist/mcp/sandbox.d.ts.map +0 -1
  175. package/dist/mcp/sandbox.js +0 -1362
  176. package/dist/mcp/sandbox.js.map +0 -1
  177. package/dist/mcp/sdk-adapter.d.ts +0 -835
  178. package/dist/mcp/sdk-adapter.d.ts.map +0 -1
  179. package/dist/mcp/sdk-adapter.js +0 -974
  180. package/dist/mcp/sdk-adapter.js.map +0 -1
  181. package/dist/mcp/tools/do.d.ts +0 -32
  182. package/dist/mcp/tools/do.d.ts.map +0 -1
  183. package/dist/mcp/tools/do.js +0 -115
  184. package/dist/mcp/tools/do.js.map +0 -1
  185. package/dist/mcp/tools.d.ts +0 -548
  186. package/dist/mcp/tools.d.ts.map +0 -1
  187. package/dist/mcp/tools.js +0 -1934
  188. package/dist/mcp/tools.js.map +0 -1
  189. package/dist/ops/blame.d.ts +0 -551
  190. package/dist/ops/blame.d.ts.map +0 -1
  191. package/dist/ops/blame.js +0 -1037
  192. package/dist/ops/blame.js.map +0 -1
  193. package/dist/ops/branch.d.ts +0 -766
  194. package/dist/ops/branch.d.ts.map +0 -1
  195. package/dist/ops/branch.js +0 -950
  196. package/dist/ops/branch.js.map +0 -1
  197. package/dist/ops/commit-traversal.d.ts +0 -349
  198. package/dist/ops/commit-traversal.d.ts.map +0 -1
  199. package/dist/ops/commit-traversal.js +0 -821
  200. package/dist/ops/commit-traversal.js.map +0 -1
  201. package/dist/ops/commit.d.ts +0 -555
  202. package/dist/ops/commit.d.ts.map +0 -1
  203. package/dist/ops/commit.js +0 -826
  204. package/dist/ops/commit.js.map +0 -1
  205. package/dist/ops/merge-base.d.ts +0 -397
  206. package/dist/ops/merge-base.d.ts.map +0 -1
  207. package/dist/ops/merge-base.js +0 -691
  208. package/dist/ops/merge-base.js.map +0 -1
  209. package/dist/ops/merge.d.ts +0 -855
  210. package/dist/ops/merge.d.ts.map +0 -1
  211. package/dist/ops/merge.js +0 -1551
  212. package/dist/ops/merge.js.map +0 -1
  213. package/dist/ops/tag.d.ts +0 -247
  214. package/dist/ops/tag.d.ts.map +0 -1
  215. package/dist/ops/tag.js +0 -649
  216. package/dist/ops/tag.js.map +0 -1
  217. package/dist/ops/tree-builder.d.ts +0 -178
  218. package/dist/ops/tree-builder.d.ts.map +0 -1
  219. package/dist/ops/tree-builder.js +0 -271
  220. package/dist/ops/tree-builder.js.map +0 -1
  221. package/dist/ops/tree-diff.d.ts +0 -291
  222. package/dist/ops/tree-diff.d.ts.map +0 -1
  223. package/dist/ops/tree-diff.js +0 -705
  224. package/dist/ops/tree-diff.js.map +0 -1
  225. package/dist/pack/delta.d.ts +0 -248
  226. package/dist/pack/delta.d.ts.map +0 -1
  227. package/dist/pack/delta.js +0 -736
  228. package/dist/pack/delta.js.map +0 -1
  229. package/dist/pack/format.d.ts +0 -446
  230. package/dist/pack/format.d.ts.map +0 -1
  231. package/dist/pack/format.js +0 -572
  232. package/dist/pack/format.js.map +0 -1
  233. package/dist/pack/full-generation.d.ts +0 -612
  234. package/dist/pack/full-generation.d.ts.map +0 -1
  235. package/dist/pack/full-generation.js +0 -1378
  236. package/dist/pack/full-generation.js.map +0 -1
  237. package/dist/pack/generation.d.ts +0 -441
  238. package/dist/pack/generation.d.ts.map +0 -1
  239. package/dist/pack/generation.js +0 -707
  240. package/dist/pack/generation.js.map +0 -1
  241. package/dist/pack/index.d.ts +0 -502
  242. package/dist/pack/index.d.ts.map +0 -1
  243. package/dist/pack/index.js +0 -833
  244. package/dist/pack/index.js.map +0 -1
  245. package/dist/refs/branch.d.ts +0 -668
  246. package/dist/refs/branch.d.ts.map +0 -1
  247. package/dist/refs/branch.js +0 -897
  248. package/dist/refs/branch.js.map +0 -1
  249. package/dist/refs/storage.d.ts +0 -833
  250. package/dist/refs/storage.d.ts.map +0 -1
  251. package/dist/refs/storage.js +0 -1023
  252. package/dist/refs/storage.js.map +0 -1
  253. package/dist/refs/tag.d.ts +0 -860
  254. package/dist/refs/tag.d.ts.map +0 -1
  255. package/dist/refs/tag.js +0 -996
  256. package/dist/refs/tag.js.map +0 -1
  257. package/dist/storage/backend.d.ts +0 -425
  258. package/dist/storage/backend.d.ts.map +0 -1
  259. package/dist/storage/backend.js +0 -41
  260. package/dist/storage/backend.js.map +0 -1
  261. package/dist/storage/fsx-adapter.d.ts +0 -204
  262. package/dist/storage/fsx-adapter.d.ts.map +0 -1
  263. package/dist/storage/fsx-adapter.js +0 -470
  264. package/dist/storage/fsx-adapter.js.map +0 -1
  265. package/dist/storage/lru-cache.d.ts +0 -691
  266. package/dist/storage/lru-cache.d.ts.map +0 -1
  267. package/dist/storage/lru-cache.js +0 -813
  268. package/dist/storage/lru-cache.js.map +0 -1
  269. package/dist/storage/object-index.d.ts +0 -585
  270. package/dist/storage/object-index.d.ts.map +0 -1
  271. package/dist/storage/object-index.js +0 -532
  272. package/dist/storage/object-index.js.map +0 -1
  273. package/dist/storage/r2-pack.d.ts +0 -1257
  274. package/dist/storage/r2-pack.d.ts.map +0 -1
  275. package/dist/storage/r2-pack.js +0 -1770
  276. package/dist/storage/r2-pack.js.map +0 -1
  277. package/dist/tiered/cdc-pipeline.d.ts +0 -1888
  278. package/dist/tiered/cdc-pipeline.d.ts.map +0 -1
  279. package/dist/tiered/cdc-pipeline.js +0 -1880
  280. package/dist/tiered/cdc-pipeline.js.map +0 -1
  281. package/dist/tiered/migration.d.ts +0 -1104
  282. package/dist/tiered/migration.d.ts.map +0 -1
  283. package/dist/tiered/migration.js +0 -1214
  284. package/dist/tiered/migration.js.map +0 -1
  285. package/dist/tiered/parquet-writer.d.ts +0 -1145
  286. package/dist/tiered/parquet-writer.d.ts.map +0 -1
  287. package/dist/tiered/parquet-writer.js +0 -1183
  288. package/dist/tiered/parquet-writer.js.map +0 -1
  289. package/dist/tiered/read-path.d.ts +0 -835
  290. package/dist/tiered/read-path.d.ts.map +0 -1
  291. package/dist/tiered/read-path.js +0 -487
  292. package/dist/tiered/read-path.js.map +0 -1
  293. package/dist/types/capability.d.ts +0 -1385
  294. package/dist/types/capability.d.ts.map +0 -1
  295. package/dist/types/capability.js +0 -36
  296. package/dist/types/capability.js.map +0 -1
  297. package/dist/types/index.d.ts +0 -13
  298. package/dist/types/index.d.ts.map +0 -1
  299. package/dist/types/index.js +0 -18
  300. package/dist/types/index.js.map +0 -1
  301. package/dist/types/objects.d.ts +0 -692
  302. package/dist/types/objects.d.ts.map +0 -1
  303. package/dist/types/objects.js +0 -837
  304. package/dist/types/objects.js.map +0 -1
  305. package/dist/types/storage.d.ts +0 -603
  306. package/dist/types/storage.d.ts.map +0 -1
  307. package/dist/types/storage.js +0 -191
  308. package/dist/types/storage.js.map +0 -1
  309. package/dist/types/worker-loader.d.ts +0 -60
  310. package/dist/types/worker-loader.d.ts.map +0 -1
  311. package/dist/types/worker-loader.js +0 -62
  312. package/dist/types/worker-loader.js.map +0 -1
  313. package/dist/utils/hash.d.ts +0 -197
  314. package/dist/utils/hash.d.ts.map +0 -1
  315. package/dist/utils/hash.js +0 -268
  316. package/dist/utils/hash.js.map +0 -1
  317. package/dist/utils/sha1.d.ts +0 -290
  318. package/dist/utils/sha1.d.ts.map +0 -1
  319. package/dist/utils/sha1.js +0 -582
  320. package/dist/utils/sha1.js.map +0 -1
  321. package/dist/wire/capabilities.d.ts +0 -1044
  322. package/dist/wire/capabilities.d.ts.map +0 -1
  323. package/dist/wire/capabilities.js +0 -941
  324. package/dist/wire/capabilities.js.map +0 -1
  325. package/dist/wire/path-security.d.ts +0 -157
  326. package/dist/wire/path-security.d.ts.map +0 -1
  327. package/dist/wire/path-security.js +0 -307
  328. package/dist/wire/path-security.js.map +0 -1
  329. package/dist/wire/pkt-line.d.ts +0 -345
  330. package/dist/wire/pkt-line.d.ts.map +0 -1
  331. package/dist/wire/pkt-line.js +0 -381
  332. package/dist/wire/pkt-line.js.map +0 -1
  333. package/dist/wire/receive-pack.d.ts +0 -1059
  334. package/dist/wire/receive-pack.d.ts.map +0 -1
  335. package/dist/wire/receive-pack.js +0 -1414
  336. package/dist/wire/receive-pack.js.map +0 -1
  337. package/dist/wire/smart-http.d.ts +0 -799
  338. package/dist/wire/smart-http.d.ts.map +0 -1
  339. package/dist/wire/smart-http.js +0 -945
  340. package/dist/wire/smart-http.js.map +0 -1
  341. package/dist/wire/upload-pack.d.ts +0 -727
  342. package/dist/wire/upload-pack.d.ts.map +0 -1
  343. package/dist/wire/upload-pack.js +0 -1138
  344. package/dist/wire/upload-pack.js.map +0 -1
@@ -1 +0,0 @@
1
- {"version":3,"file":"delta.js","sourceRoot":"","sources":["../../src/pack/delta.ts"],"names":[],"mappings":"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"}
@@ -1,446 +0,0 @@
1
- /**
2
- * @fileoverview Git Packfile Format Implementation
3
- *
4
- * This module implements the Git packfile format specification, providing utilities
5
- * for creating, parsing, and manipulating Git packfiles. Packfiles are Git's primary
6
- * mechanism for efficient storage and network transfer of repository objects.
7
- *
8
- * ## Packfile Structure
9
- *
10
- * A packfile consists of:
11
- * - **Header (12 bytes)**:
12
- * - 4 bytes: "PACK" signature
13
- * - 4 bytes: version number (network byte order, big-endian) - currently version 2
14
- * - 4 bytes: number of objects (network byte order)
15
- * - **Object entries (variable length)**:
16
- * - Each object has a variable-length header followed by zlib-compressed data
17
- * - **Trailer (20 bytes)**:
18
- * - SHA-1 checksum of all preceding content
19
- *
20
- * ## Object Header Encoding
21
- *
22
- * The object header uses a variable-length encoding:
23
- * - First byte: (MSB) continuation bit | 3-bit type | 4-bit size LSB
24
- * - Subsequent bytes: (MSB) continuation bit | 7-bit size continuation
25
- *
26
- * ## Supported Object Types
27
- *
28
- * | Type Code | Name | Description |
29
- * |-----------|-----------|------------------------------------------------|
30
- * | 1 | commit | A commit object |
31
- * | 2 | tree | A tree object (directory listing) |
32
- * | 3 | blob | A blob object (file content) |
33
- * | 4 | tag | An annotated tag object |
34
- * | 6 | ofs_delta | Delta referencing base by offset |
35
- * | 7 | ref_delta | Delta referencing base by SHA-1 |
36
- *
37
- * @module pack/format
38
- * @see {@link https://git-scm.com/docs/pack-format} Git Pack Format Documentation
39
- *
40
- * @example
41
- * // Creating a simple packfile
42
- * import { createPackfile, PackableObject } from './format';
43
- *
44
- * const objects: PackableObject[] = [
45
- * { type: 'blob', data: new TextEncoder().encode('Hello, World!') }
46
- * ];
47
- *
48
- * const packfile = createPackfile(objects);
49
- * // packfile is now a Uint8Array containing the complete packfile
50
- */
51
- /**
52
- * The 4-byte ASCII signature that identifies a valid packfile.
53
- * Every packfile must begin with these bytes: 0x50 0x41 0x43 0x4b ("PACK").
54
- *
55
- * @constant {string}
56
- * @example
57
- * // Validate packfile signature
58
- * const signature = String.fromCharCode(...packData.slice(0, 4));
59
- * if (signature !== PACK_SIGNATURE) {
60
- * throw new Error('Invalid packfile');
61
- * }
62
- */
63
- export declare const PACK_SIGNATURE = "PACK";
64
- /**
65
- * The packfile version number supported by this implementation.
66
- * Currently, only version 2 is widely used and supported.
67
- *
68
- * @constant {number}
69
- */
70
- export declare const PACK_VERSION = 2;
71
- /**
72
- * Enumeration of Git pack object types.
73
- *
74
- * These values are used in the packfile header to identify the type of each object.
75
- * Note that types 0 and 5 are reserved/unused in the Git pack format.
76
- *
77
- * @description Represents the different types of objects that can be stored in a Git packfile.
78
- * Delta types (OFS_DELTA and REF_DELTA) are used for efficient storage by referencing
79
- * a base object and storing only the differences.
80
- *
81
- * @enum {number}
82
- *
83
- * @example
84
- * // Check if an object is a delta type
85
- * function isDelta(type: PackObjectType): boolean {
86
- * return type === PackObjectType.OBJ_OFS_DELTA || type === PackObjectType.OBJ_REF_DELTA;
87
- * }
88
- */
89
- export declare enum PackObjectType {
90
- /** A commit object containing tree reference, parent commits, author, and message */
91
- OBJ_COMMIT = 1,
92
- /** A tree object representing a directory structure */
93
- OBJ_TREE = 2,
94
- /** A blob object containing file content */
95
- OBJ_BLOB = 3,
96
- /** An annotated tag object */
97
- OBJ_TAG = 4,
98
- /** An offset delta - references base object by byte offset within the packfile */
99
- OBJ_OFS_DELTA = 6,
100
- /** A reference delta - references base object by its SHA-1 hash */
101
- OBJ_REF_DELTA = 7
102
- }
103
- /**
104
- * Converts a PackObjectType enum value to its string representation.
105
- *
106
- * @description Converts numeric pack object types to their human-readable string names.
107
- * This is useful for logging, debugging, and when interfacing with Git's loose object format.
108
- *
109
- * @param {PackObjectType} type - The numeric pack object type to convert
110
- * @returns {string} The string name of the object type ('commit', 'tree', 'blob', 'tag', 'ofs_delta', or 'ref_delta')
111
- * @throws {Error} If the type is not a valid PackObjectType value
112
- *
113
- * @example
114
- * // Convert type for display
115
- * const type = PackObjectType.OBJ_BLOB;
116
- * console.log(`Object type: ${packObjectTypeToString(type)}`); // "Object type: blob"
117
- *
118
- * @example
119
- * // Use in error messages
120
- * function validateObject(type: PackObjectType, data: Uint8Array) {
121
- * if (data.length === 0) {
122
- * throw new Error(`Empty ${packObjectTypeToString(type)} object`);
123
- * }
124
- * }
125
- */
126
- export declare function packObjectTypeToString(type: PackObjectType): string;
127
- /**
128
- * Converts a string object type name to its PackObjectType enum value.
129
- *
130
- * @description Parses a string object type name and returns the corresponding enum value.
131
- * This is useful when reading Git loose objects or configuration files that use string type names.
132
- * Note: Delta types ('ofs_delta', 'ref_delta') are not supported as they are not valid
133
- * standalone object types.
134
- *
135
- * @param {string} str - The string type name ('commit', 'tree', 'blob', or 'tag')
136
- * @returns {PackObjectType} The corresponding PackObjectType enum value
137
- * @throws {Error} If the string does not match a valid base object type
138
- *
139
- * @example
140
- * // Parse type from Git object
141
- * const typeStr = 'blob';
142
- * const type = stringToPackObjectType(typeStr);
143
- * // type === PackObjectType.OBJ_BLOB
144
- *
145
- * @example
146
- * // Error handling for invalid types
147
- * try {
148
- * const type = stringToPackObjectType('invalid');
149
- * } catch (e) {
150
- * console.error('Unknown object type');
151
- * }
152
- */
153
- export declare function stringToPackObjectType(str: string): PackObjectType;
154
- /**
155
- * Encodes a non-negative integer using variable-length integer encoding.
156
- *
157
- * @description Uses Git's varint encoding scheme where each byte encodes 7 bits of the value,
158
- * with the MSB (most significant bit) serving as a continuation flag. If the MSB is set (1),
159
- * more bytes follow; if clear (0), this is the last byte.
160
- *
161
- * The encoding is little-endian: least significant bits come first. This allows efficient
162
- * encoding of small values (1 byte for values 0-127) while supporting arbitrarily large values.
163
- *
164
- * @param {number} value - A non-negative integer to encode (must be >= 0)
165
- * @returns {Uint8Array} The variable-length encoded bytes
166
- *
167
- * @example
168
- * // Encode small value (fits in 1 byte)
169
- * const encoded = encodeVarint(100);
170
- * // encoded = Uint8Array [100] (0x64, no continuation bit)
171
- *
172
- * @example
173
- * // Encode larger value (requires multiple bytes)
174
- * const encoded = encodeVarint(300);
175
- * // encoded = Uint8Array [172, 2] (0xAC with continuation, 0x02)
176
- * // 300 = 0b100101100 = (0101100 | continuation) + (10)
177
- */
178
- export declare function encodeVarint(value: number): Uint8Array;
179
- /**
180
- * Decodes a variable-length integer from a byte buffer.
181
- *
182
- * @description Reads and decodes a varint starting at the specified offset. The encoding uses
183
- * 7 bits per byte for the value, with the MSB as a continuation flag. This is the inverse
184
- * operation of {@link encodeVarint}.
185
- *
186
- * **Important Notes:**
187
- * - Maximum supported varint length is 10 bytes (enough for 64-bit values)
188
- * - Throws if data ends unexpectedly before varint is complete
189
- * - Throws if varint exceeds maximum length (likely corrupted data)
190
- *
191
- * @param {Uint8Array} data - The byte buffer containing the encoded varint
192
- * @param {number} offset - The starting position in the buffer
193
- * @returns {{ value: number; bytesRead: number }} Object containing the decoded value and number of bytes consumed
194
- * @throws {Error} If unexpected end of data or varint exceeds maximum length
195
- *
196
- * @example
197
- * // Decode a varint from a buffer
198
- * const buffer = new Uint8Array([172, 2, 0, 0]); // 300 encoded + extra bytes
199
- * const { value, bytesRead } = decodeVarint(buffer, 0);
200
- * // value === 300, bytesRead === 2
201
- *
202
- * @example
203
- * // Decode multiple varints
204
- * const buffer = new Uint8Array([100, 172, 2]);
205
- * let offset = 0;
206
- * const first = decodeVarint(buffer, offset); // value: 100, bytesRead: 1
207
- * offset += first.bytesRead;
208
- * const second = decodeVarint(buffer, offset); // value: 300, bytesRead: 2
209
- */
210
- export declare function decodeVarint(data: Uint8Array, offset: number): {
211
- value: number;
212
- bytesRead: number;
213
- };
214
- /**
215
- * Encodes object type and uncompressed size into a pack object header.
216
- *
217
- * @description Creates the variable-length header that precedes each object in a packfile.
218
- * The header encodes both the object type (3 bits) and the uncompressed data size.
219
- *
220
- * **Header Format:**
221
- * - First byte: `[continuation][type:3][size:4]` - MSB is continuation flag, then 3-bit type, then 4 LSBs of size
222
- * - Subsequent bytes: `[continuation][size:7]` - MSB is continuation flag, then 7 bits of size
223
- *
224
- * This encoding allows:
225
- * - Sizes 0-15: 1 byte
226
- * - Sizes 16-2047: 2 bytes
227
- * - Larger sizes: additional bytes as needed
228
- *
229
- * @param {PackObjectType} type - The object type (1-4 for base types, 6-7 for deltas)
230
- * @param {number} size - The uncompressed object size in bytes
231
- * @returns {Uint8Array} The encoded header bytes
232
- *
233
- * @example
234
- * // Encode a small blob object
235
- * const header = encodeTypeAndSize(PackObjectType.OBJ_BLOB, 10);
236
- * // header[0] = (3 << 4) | 10 = 0x3A (type=blob, size=10, no continuation)
237
- *
238
- * @example
239
- * // Encode a larger object (size requires continuation)
240
- * const header = encodeTypeAndSize(PackObjectType.OBJ_COMMIT, 256);
241
- * // First byte has type and low 4 bits of size, with continuation
242
- * // Second byte has remaining size bits
243
- */
244
- export declare function encodeTypeAndSize(type: PackObjectType, size: number): Uint8Array;
245
- /**
246
- * Decodes object type and size from a pack object header.
247
- *
248
- * @description Parses the variable-length header at the beginning of each packed object.
249
- * This is the inverse operation of {@link encodeTypeAndSize}.
250
- *
251
- * **Decoding Process:**
252
- * 1. Read first byte to get type (bits 4-6) and initial size (bits 0-3)
253
- * 2. If MSB is set, read continuation bytes (7 bits each) for remaining size
254
- * 3. Return the decoded type, size, and total bytes consumed
255
- *
256
- * **Important Notes:**
257
- * - Maximum header length is 10 bytes (prevents infinite loops on corrupted data)
258
- * - Throws if offset is beyond data bounds
259
- * - Throws if data ends before header is complete
260
- *
261
- * @param {Uint8Array} data - The packfile data buffer
262
- * @param {number} offset - Starting offset of the object header
263
- * @returns {{ type: PackObjectType; size: number; bytesRead: number }} Decoded type, uncompressed size, and bytes consumed
264
- * @throws {Error} If offset is out of bounds or header data is truncated/corrupted
265
- *
266
- * @example
267
- * // Decode an object header
268
- * const packData = getPackfileData();
269
- * let offset = 12; // Skip 12-byte pack header
270
- *
271
- * const { type, size, bytesRead } = decodeTypeAndSize(packData, offset);
272
- * console.log(`Object type: ${packObjectTypeToString(type)}, size: ${size}`);
273
- * offset += bytesRead; // Move to start of compressed data
274
- */
275
- export declare function decodeTypeAndSize(data: Uint8Array, offset: number): {
276
- type: PackObjectType;
277
- size: number;
278
- bytesRead: number;
279
- };
280
- /**
281
- * Represents the parsed 12-byte header of a Git packfile.
282
- *
283
- * @description The pack header contains essential metadata about the packfile:
284
- * - The signature validates this is a genuine packfile
285
- * - The version indicates the format version (currently always 2)
286
- * - The object count tells how many objects follow
287
- *
288
- * @interface PackHeader
289
- *
290
- * @example
291
- * const header: PackHeader = parsePackHeader(packData);
292
- * console.log(`Pack contains ${header.objectCount} objects`);
293
- */
294
- export interface PackHeader {
295
- /** The 4-byte signature string, should always be "PACK" */
296
- signature: string;
297
- /** The format version number (currently always 2) */
298
- version: number;
299
- /** Total number of objects in the packfile */
300
- objectCount: number;
301
- }
302
- /**
303
- * Parses and validates the 12-byte header of a Git packfile.
304
- *
305
- * @description Reads the first 12 bytes of a packfile and validates:
306
- * 1. The signature is "PACK"
307
- * 2. The version is 2 (only supported version)
308
- * 3. Extracts the object count
309
- *
310
- * This should be called first when processing a packfile to understand
311
- * its structure and validate basic integrity.
312
- *
313
- * @param {Uint8Array} data - The packfile data (at least 12 bytes)
314
- * @returns {PackHeader} Parsed header with signature, version, and object count
315
- * @throws {Error} If data is too short (< 12 bytes)
316
- * @throws {Error} If signature is not "PACK"
317
- * @throws {Error} If version is not 2
318
- *
319
- * @example
320
- * // Parse a packfile header
321
- * const packData = await readPackfile('objects/pack/pack-abc123.pack');
322
- * const header = parsePackHeader(packData);
323
- *
324
- * console.log(`Packfile version: ${header.version}`);
325
- * console.log(`Contains ${header.objectCount} objects`);
326
- *
327
- * @example
328
- * // Error handling for invalid packfile
329
- * try {
330
- * const header = parsePackHeader(suspectData);
331
- * } catch (e) {
332
- * console.error('Not a valid packfile:', e.message);
333
- * }
334
- */
335
- export declare function parsePackHeader(data: Uint8Array): PackHeader;
336
- /**
337
- * Represents a parsed pack object header (without the actual data).
338
- *
339
- * @description Contains the metadata extracted from a pack object's header.
340
- * This is useful when scanning through a packfile to index its contents
341
- * without fully decompressing each object.
342
- *
343
- * @interface ParsedPackObject
344
- */
345
- export interface ParsedPackObject {
346
- /** The object type (commit, tree, blob, tag, or delta types) */
347
- type: PackObjectType;
348
- /** The uncompressed size of the object data in bytes */
349
- size: number;
350
- /** Number of bytes consumed by the header (for offset calculations) */
351
- headerSize: number;
352
- }
353
- /**
354
- * Parses an individual pack object header at the specified offset.
355
- *
356
- * @description Extracts the object type and uncompressed size from the header
357
- * at the given offset. This is useful for scanning/indexing packfiles.
358
- *
359
- * **Important Notes:**
360
- * - This only parses the header, not the compressed data following it
361
- * - For delta objects, you'll need additional parsing (base offset/SHA)
362
- * - Use `headerSize` to calculate where the compressed data begins
363
- *
364
- * @param {Uint8Array} data - The packfile data buffer
365
- * @param {number} offset - Byte offset where the object header starts
366
- * @returns {ParsedPackObject} Object containing type, size, and header size
367
- * @throws {Error} If offset is out of bounds or header is malformed
368
- *
369
- * @example
370
- * // Scan through all objects in a packfile
371
- * const header = parsePackHeader(packData);
372
- * let offset = 12; // After pack header
373
- *
374
- * for (let i = 0; i < header.objectCount; i++) {
375
- * const obj = parsePackObject(packData, offset);
376
- * console.log(`Object ${i}: type=${obj.type}, size=${obj.size}`);
377
- * // Skip header + compressed data (need to decompress to find boundary)
378
- * offset += obj.headerSize;
379
- * // ... decompress and skip compressed data ...
380
- * }
381
- */
382
- export declare function parsePackObject(data: Uint8Array, offset: number): ParsedPackObject;
383
- /**
384
- * Represents an object to be packed into a packfile.
385
- *
386
- * @description This is the input format for {@link createPackfile}. Each object
387
- * consists of a type string and the raw (uncompressed) object data. The data
388
- * should be the full object content without the Git object header prefix.
389
- *
390
- * @interface PackableObject
391
- *
392
- * @example
393
- * // Create a blob object for a file
394
- * const blobObject: PackableObject = {
395
- * type: 'blob',
396
- * data: new TextEncoder().encode('file contents here')
397
- * };
398
- */
399
- export interface PackableObject {
400
- /** Object type as a string ('blob', 'tree', 'commit', or 'tag') */
401
- type: 'blob' | 'tree' | 'commit' | 'tag';
402
- /** The raw object data (will be compressed during packing) */
403
- data: Uint8Array;
404
- }
405
- /**
406
- * Creates a complete packfile from an array of objects.
407
- *
408
- * @description Generates a valid Git packfile containing the specified objects.
409
- * The resulting packfile includes:
410
- * - 12-byte header (signature, version, object count)
411
- * - Each object (header + zlib-compressed data)
412
- * - 20-byte SHA-1 checksum trailer
413
- *
414
- * **Process:**
415
- * 1. Creates the pack header with signature "PACK", version 2, and object count
416
- * 2. For each object, encodes type/size header and compresses data with zlib
417
- * 3. Appends SHA-1 checksum of the entire pack content
418
- *
419
- * **Important Notes:**
420
- * - Objects are packed in the order provided (no reordering for delta compression)
421
- * - This function creates full objects only (no delta compression)
422
- * - For delta compression, use the generation module functions
423
- *
424
- * @param {PackableObject[]} objects - Array of objects to include in the packfile
425
- * @returns {Uint8Array} Complete packfile as binary data
426
- *
427
- * @example
428
- * // Create a packfile with a single blob
429
- * const objects: PackableObject[] = [
430
- * { type: 'blob', data: new TextEncoder().encode('Hello, World!') }
431
- * ];
432
- * const packfile = createPackfile(objects);
433
- * // Write packfile to disk or send over network
434
- *
435
- * @example
436
- * // Create a packfile with multiple objects
437
- * const objects: PackableObject[] = [
438
- * { type: 'blob', data: fileContent1 },
439
- * { type: 'blob', data: fileContent2 },
440
- * { type: 'tree', data: treeData },
441
- * { type: 'commit', data: commitData }
442
- * ];
443
- * const packfile = createPackfile(objects);
444
- */
445
- export declare function createPackfile(objects: PackableObject[]): Uint8Array;
446
- //# sourceMappingURL=format.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"format.d.ts","sourceRoot":"","sources":["../../src/pack/format.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiDG;AAKH;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,cAAc,SAAS,CAAA;AAEpC;;;;;GAKG;AACH,eAAO,MAAM,YAAY,IAAI,CAAA;AAE7B;;;;;;;;;;;;;;;;;GAiBG;AACH,oBAAY,cAAc;IACxB,qFAAqF;IACrF,UAAU,IAAI;IACd,uDAAuD;IACvD,QAAQ,IAAI;IACZ,4CAA4C;IAC5C,QAAQ,IAAI;IACZ,8BAA8B;IAC9B,OAAO,IAAI;IACX,kFAAkF;IAClF,aAAa,IAAI;IACjB,mEAAmE;IACnE,aAAa,IAAI;CAClB;AAED;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,wBAAgB,sBAAsB,CAAC,IAAI,EAAE,cAAc,GAAG,MAAM,CAiBnE;AAED;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,wBAAgB,sBAAsB,CAAC,GAAG,EAAE,MAAM,GAAG,cAAc,CAalE;AAED;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,wBAAgB,YAAY,CAAC,KAAK,EAAE,MAAM,GAAG,UAAU,CActD;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8BG;AACH,wBAAgB,YAAY,CAAC,IAAI,EAAE,UAAU,EAAE,MAAM,EAAE,MAAM,GAAG;IAAE,KAAK,EAAE,MAAM,CAAC;IAAC,SAAS,EAAE,MAAM,CAAA;CAAE,CA2BnG;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,cAAc,EAAE,IAAI,EAAE,MAAM,GAAG,UAAU,CAuBhF;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,UAAU,EAAE,MAAM,EAAE,MAAM,GAAG;IACnE,IAAI,EAAE,cAAc,CAAA;IACpB,IAAI,EAAE,MAAM,CAAA;IACZ,SAAS,EAAE,MAAM,CAAA;CAClB,CAyCA;AAED;;;;;;;;;;;;;GAaG;AACH,MAAM,WAAW,UAAU;IACzB,2DAA2D;IAC3D,SAAS,EAAE,MAAM,CAAA;IACjB,qDAAqD;IACrD,OAAO,EAAE,MAAM,CAAA;IACf,8CAA8C;IAC9C,WAAW,EAAE,MAAM,CAAA;CACpB;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgCG;AACH,wBAAgB,eAAe,CAAC,IAAI,EAAE,UAAU,GAAG,UAAU,CAqB5D;AAED;;;;;;;;GAQG;AACH,MAAM,WAAW,gBAAgB;IAC/B,gEAAgE;IAChE,IAAI,EAAE,cAAc,CAAA;IACpB,wDAAwD;IACxD,IAAI,EAAE,MAAM,CAAA;IACZ,uEAAuE;IACvE,UAAU,EAAE,MAAM,CAAA;CACnB;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,wBAAgB,eAAe,CAAC,IAAI,EAAE,UAAU,EAAE,MAAM,EAAE,MAAM,GAAG,gBAAgB,CAQlF;AAED;;;;;;;;;;;;;;;GAeG;AACH,MAAM,WAAW,cAAc;IAC7B,mEAAmE;IACnE,IAAI,EAAE,MAAM,GAAG,MAAM,GAAG,QAAQ,GAAG,KAAK,CAAA;IACxC,8DAA8D;IAC9D,IAAI,EAAE,UAAU,CAAA;CACjB;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuCG;AACH,wBAAgB,cAAc,CAAC,OAAO,EAAE,cAAc,EAAE,GAAG,UAAU,CA2DpE"}