@tickernelz/paperclip-pro-adapter-utils 2026.925.0

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 (1826) hide show
  1. package/README.md +37 -0
  2. package/dist/acpx-engine/cli.d.ts +2 -0
  3. package/dist/acpx-engine/cli.d.ts.map +1 -0
  4. package/dist/acpx-engine/cli.js +128 -0
  5. package/dist/acpx-engine/cli.js.map +1 -0
  6. package/dist/acpx-engine/composed-run-characterization.test.d.ts +2 -0
  7. package/dist/acpx-engine/composed-run-characterization.test.d.ts.map +1 -0
  8. package/dist/acpx-engine/composed-run-characterization.test.js +739 -0
  9. package/dist/acpx-engine/composed-run-characterization.test.js.map +1 -0
  10. package/dist/acpx-engine/constants.d.ts +20 -0
  11. package/dist/acpx-engine/constants.d.ts.map +1 -0
  12. package/dist/acpx-engine/constants.js +37 -0
  13. package/dist/acpx-engine/constants.js.map +1 -0
  14. package/dist/acpx-engine/execute-identity.test.d.ts +2 -0
  15. package/dist/acpx-engine/execute-identity.test.d.ts.map +1 -0
  16. package/dist/acpx-engine/execute-identity.test.js +218 -0
  17. package/dist/acpx-engine/execute-identity.test.js.map +1 -0
  18. package/dist/acpx-engine/execute.d.ts +325 -0
  19. package/dist/acpx-engine/execute.d.ts.map +1 -0
  20. package/dist/acpx-engine/execute.js +4448 -0
  21. package/dist/acpx-engine/execute.js.map +1 -0
  22. package/dist/acpx-engine/execute.test.d.ts +2 -0
  23. package/dist/acpx-engine/execute.test.d.ts.map +1 -0
  24. package/dist/acpx-engine/execute.test.js +6694 -0
  25. package/dist/acpx-engine/execute.test.js.map +1 -0
  26. package/dist/acpx-engine/index.d.ts +6 -0
  27. package/dist/acpx-engine/index.d.ts.map +1 -0
  28. package/dist/acpx-engine/index.js +6 -0
  29. package/dist/acpx-engine/index.js.map +1 -0
  30. package/dist/acpx-engine/local-process-control.d.ts +5 -0
  31. package/dist/acpx-engine/local-process-control.d.ts.map +1 -0
  32. package/dist/acpx-engine/local-process-control.js +39 -0
  33. package/dist/acpx-engine/local-process-control.js.map +1 -0
  34. package/dist/acpx-engine/local-process-control.test.d.ts +2 -0
  35. package/dist/acpx-engine/local-process-control.test.d.ts.map +1 -0
  36. package/dist/acpx-engine/local-process-control.test.js +38 -0
  37. package/dist/acpx-engine/local-process-control.test.js.map +1 -0
  38. package/dist/acpx-engine/operator-stop.test.d.ts +2 -0
  39. package/dist/acpx-engine/operator-stop.test.d.ts.map +1 -0
  40. package/dist/acpx-engine/operator-stop.test.js +107 -0
  41. package/dist/acpx-engine/operator-stop.test.js.map +1 -0
  42. package/dist/acpx-engine/remote-spawn-smoke.test.d.ts +2 -0
  43. package/dist/acpx-engine/remote-spawn-smoke.test.d.ts.map +1 -0
  44. package/dist/acpx-engine/remote-spawn-smoke.test.js +151 -0
  45. package/dist/acpx-engine/remote-spawn-smoke.test.js.map +1 -0
  46. package/dist/acpx-engine/run-contracts.d.ts +413 -0
  47. package/dist/acpx-engine/run-contracts.d.ts.map +1 -0
  48. package/dist/acpx-engine/run-contracts.js +20 -0
  49. package/dist/acpx-engine/run-contracts.js.map +1 -0
  50. package/dist/acpx-engine/run-contracts.test.d.ts +2 -0
  51. package/dist/acpx-engine/run-contracts.test.d.ts.map +1 -0
  52. package/dist/acpx-engine/run-contracts.test.js +57 -0
  53. package/dist/acpx-engine/run-contracts.test.js.map +1 -0
  54. package/dist/acpx-engine/run-coordinator.d.ts +57 -0
  55. package/dist/acpx-engine/run-coordinator.d.ts.map +1 -0
  56. package/dist/acpx-engine/run-coordinator.js +63 -0
  57. package/dist/acpx-engine/run-coordinator.js.map +1 -0
  58. package/dist/acpx-engine/run-coordinator.test.d.ts +2 -0
  59. package/dist/acpx-engine/run-coordinator.test.d.ts.map +1 -0
  60. package/dist/acpx-engine/run-coordinator.test.js +160 -0
  61. package/dist/acpx-engine/run-coordinator.test.js.map +1 -0
  62. package/dist/acpx-engine/run-fault-matrix.test.d.ts +2 -0
  63. package/dist/acpx-engine/run-fault-matrix.test.d.ts.map +1 -0
  64. package/dist/acpx-engine/run-fault-matrix.test.js +829 -0
  65. package/dist/acpx-engine/run-fault-matrix.test.js.map +1 -0
  66. package/dist/acpx-engine/run-resource-ledger.d.ts +30 -0
  67. package/dist/acpx-engine/run-resource-ledger.d.ts.map +1 -0
  68. package/dist/acpx-engine/run-resource-ledger.js +148 -0
  69. package/dist/acpx-engine/run-resource-ledger.js.map +1 -0
  70. package/dist/acpx-engine/run-resource-ledger.test.d.ts +2 -0
  71. package/dist/acpx-engine/run-resource-ledger.test.d.ts.map +1 -0
  72. package/dist/acpx-engine/run-resource-ledger.test.js +154 -0
  73. package/dist/acpx-engine/run-resource-ledger.test.js.map +1 -0
  74. package/dist/acpx-engine/run-site-host.d.ts +73 -0
  75. package/dist/acpx-engine/run-site-host.d.ts.map +1 -0
  76. package/dist/acpx-engine/run-site-host.js +65 -0
  77. package/dist/acpx-engine/run-site-host.js.map +1 -0
  78. package/dist/acpx-engine/run-site-host.test.d.ts +2 -0
  79. package/dist/acpx-engine/run-site-host.test.d.ts.map +1 -0
  80. package/dist/acpx-engine/run-site-host.test.js +98 -0
  81. package/dist/acpx-engine/run-site-host.test.js.map +1 -0
  82. package/dist/acpx-engine/run-site-sandbox.d.ts +142 -0
  83. package/dist/acpx-engine/run-site-sandbox.d.ts.map +1 -0
  84. package/dist/acpx-engine/run-site-sandbox.js +278 -0
  85. package/dist/acpx-engine/run-site-sandbox.js.map +1 -0
  86. package/dist/acpx-engine/run-site-sandbox.test.d.ts +2 -0
  87. package/dist/acpx-engine/run-site-sandbox.test.d.ts.map +1 -0
  88. package/dist/acpx-engine/run-site-sandbox.test.js +275 -0
  89. package/dist/acpx-engine/run-site-sandbox.test.js.map +1 -0
  90. package/dist/acpx-engine/session-codec.d.ts +3 -0
  91. package/dist/acpx-engine/session-codec.d.ts.map +1 -0
  92. package/dist/acpx-engine/session-codec.js +49 -0
  93. package/dist/acpx-engine/session-codec.js.map +1 -0
  94. package/dist/acpx-engine/session-reuse-store.d.ts +62 -0
  95. package/dist/acpx-engine/session-reuse-store.d.ts.map +1 -0
  96. package/dist/acpx-engine/session-reuse-store.js +134 -0
  97. package/dist/acpx-engine/session-reuse-store.js.map +1 -0
  98. package/dist/acpx-engine/session-reuse-store.test.d.ts +2 -0
  99. package/dist/acpx-engine/session-reuse-store.test.d.ts.map +1 -0
  100. package/dist/acpx-engine/session-reuse-store.test.js +134 -0
  101. package/dist/acpx-engine/session-reuse-store.test.js.map +1 -0
  102. package/dist/acpx-engine/settlement-characterization.test.d.ts +2 -0
  103. package/dist/acpx-engine/settlement-characterization.test.d.ts.map +1 -0
  104. package/dist/acpx-engine/settlement-characterization.test.js +880 -0
  105. package/dist/acpx-engine/settlement-characterization.test.js.map +1 -0
  106. package/dist/acpx-engine/settlement-sequence.d.ts +77 -0
  107. package/dist/acpx-engine/settlement-sequence.d.ts.map +1 -0
  108. package/dist/acpx-engine/settlement-sequence.js +119 -0
  109. package/dist/acpx-engine/settlement-sequence.js.map +1 -0
  110. package/dist/acpx-engine/settlement-sequence.test.d.ts +2 -0
  111. package/dist/acpx-engine/settlement-sequence.test.d.ts.map +1 -0
  112. package/dist/acpx-engine/settlement-sequence.test.js +272 -0
  113. package/dist/acpx-engine/settlement-sequence.test.js.map +1 -0
  114. package/dist/acpx-engine/spawn-smoke.test.d.ts +2 -0
  115. package/dist/acpx-engine/spawn-smoke.test.d.ts.map +1 -0
  116. package/dist/acpx-engine/spawn-smoke.test.js +184 -0
  117. package/dist/acpx-engine/spawn-smoke.test.js.map +1 -0
  118. package/dist/acpx-engine/startup-cancellation.d.ts +8 -0
  119. package/dist/acpx-engine/startup-cancellation.d.ts.map +1 -0
  120. package/dist/acpx-engine/startup-cancellation.js +92 -0
  121. package/dist/acpx-engine/startup-cancellation.js.map +1 -0
  122. package/dist/acpx-engine/startup-cancellation.test.d.ts +2 -0
  123. package/dist/acpx-engine/startup-cancellation.test.d.ts.map +1 -0
  124. package/dist/acpx-engine/startup-cancellation.test.js +115 -0
  125. package/dist/acpx-engine/startup-cancellation.test.js.map +1 -0
  126. package/dist/acpx-engine/startup-characterization.test.d.ts +2 -0
  127. package/dist/acpx-engine/startup-characterization.test.d.ts.map +1 -0
  128. package/dist/acpx-engine/startup-characterization.test.js +742 -0
  129. package/dist/acpx-engine/startup-characterization.test.js.map +1 -0
  130. package/dist/acpx-engine/startup-timing.d.ts +419 -0
  131. package/dist/acpx-engine/startup-timing.d.ts.map +1 -0
  132. package/dist/acpx-engine/startup-timing.js +616 -0
  133. package/dist/acpx-engine/startup-timing.js.map +1 -0
  134. package/dist/acpx-engine/startup-timing.test.d.ts +2 -0
  135. package/dist/acpx-engine/startup-timing.test.d.ts.map +1 -0
  136. package/dist/acpx-engine/startup-timing.test.js +619 -0
  137. package/dist/acpx-engine/startup-timing.test.js.map +1 -0
  138. package/dist/acpx-engine/turn-characterization.test.d.ts +2 -0
  139. package/dist/acpx-engine/turn-characterization.test.d.ts.map +1 -0
  140. package/dist/acpx-engine/turn-characterization.test.js +566 -0
  141. package/dist/acpx-engine/turn-characterization.test.js.map +1 -0
  142. package/dist/acpx-engine/turn-sequence.d.ts +54 -0
  143. package/dist/acpx-engine/turn-sequence.d.ts.map +1 -0
  144. package/dist/acpx-engine/turn-sequence.js +75 -0
  145. package/dist/acpx-engine/turn-sequence.js.map +1 -0
  146. package/dist/acpx-engine/turn-sequence.test.d.ts +2 -0
  147. package/dist/acpx-engine/turn-sequence.test.d.ts.map +1 -0
  148. package/dist/acpx-engine/turn-sequence.test.js +177 -0
  149. package/dist/acpx-engine/turn-sequence.test.js.map +1 -0
  150. package/dist/acpx-engine/ui.d.ts +3 -0
  151. package/dist/acpx-engine/ui.d.ts.map +1 -0
  152. package/dist/acpx-engine/ui.js +162 -0
  153. package/dist/acpx-engine/ui.js.map +1 -0
  154. package/dist/billing.d.ts +2 -0
  155. package/dist/billing.d.ts.map +1 -0
  156. package/dist/billing.js +16 -0
  157. package/dist/billing.js.map +1 -0
  158. package/dist/billing.test.d.ts +2 -0
  159. package/dist/billing.test.d.ts.map +1 -0
  160. package/dist/billing.test.js +14 -0
  161. package/dist/billing.test.js.map +1 -0
  162. package/dist/bridge-transport-contract.d.ts +43 -0
  163. package/dist/bridge-transport-contract.d.ts.map +1 -0
  164. package/dist/bridge-transport-contract.js +33 -0
  165. package/dist/bridge-transport-contract.js.map +1 -0
  166. package/dist/chat-file-delivery.d.ts +10 -0
  167. package/dist/chat-file-delivery.d.ts.map +1 -0
  168. package/dist/chat-file-delivery.js +38 -0
  169. package/dist/chat-file-delivery.js.map +1 -0
  170. package/dist/chat-file-delivery.test.d.ts +2 -0
  171. package/dist/chat-file-delivery.test.d.ts.map +1 -0
  172. package/dist/chat-file-delivery.test.js +92 -0
  173. package/dist/chat-file-delivery.test.js.map +1 -0
  174. package/dist/command-managed-runtime.d.ts +162 -0
  175. package/dist/command-managed-runtime.d.ts.map +1 -0
  176. package/dist/command-managed-runtime.js +456 -0
  177. package/dist/command-managed-runtime.js.map +1 -0
  178. package/dist/command-managed-runtime.test.d.ts +2 -0
  179. package/dist/command-managed-runtime.test.d.ts.map +1 -0
  180. package/dist/command-managed-runtime.test.js +908 -0
  181. package/dist/command-managed-runtime.test.js.map +1 -0
  182. package/dist/command-redaction.d.ts +15 -0
  183. package/dist/command-redaction.d.ts.map +1 -0
  184. package/dist/command-redaction.js +97 -0
  185. package/dist/command-redaction.js.map +1 -0
  186. package/dist/command-redaction.test.d.ts +2 -0
  187. package/dist/command-redaction.test.d.ts.map +1 -0
  188. package/dist/command-redaction.test.js +80 -0
  189. package/dist/command-redaction.test.js.map +1 -0
  190. package/dist/duplex-frame-codec.d.ts +124 -0
  191. package/dist/duplex-frame-codec.d.ts.map +1 -0
  192. package/dist/duplex-frame-codec.js +134 -0
  193. package/dist/duplex-frame-codec.js.map +1 -0
  194. package/dist/duplex-frame-codec.test.d.ts +2 -0
  195. package/dist/duplex-frame-codec.test.d.ts.map +1 -0
  196. package/dist/duplex-frame-codec.test.js +172 -0
  197. package/dist/duplex-frame-codec.test.js.map +1 -0
  198. package/dist/duplex-observability.d.ts +220 -0
  199. package/dist/duplex-observability.d.ts.map +1 -0
  200. package/dist/duplex-observability.js +248 -0
  201. package/dist/duplex-observability.js.map +1 -0
  202. package/dist/duplex-observability.test.d.ts +2 -0
  203. package/dist/duplex-observability.test.d.ts.map +1 -0
  204. package/dist/duplex-observability.test.js +55 -0
  205. package/dist/duplex-observability.test.js.map +1 -0
  206. package/dist/env-bindings.d.ts +17 -0
  207. package/dist/env-bindings.d.ts.map +1 -0
  208. package/dist/env-bindings.js +98 -0
  209. package/dist/env-bindings.js.map +1 -0
  210. package/dist/env-bindings.test.d.ts +2 -0
  211. package/dist/env-bindings.test.d.ts.map +1 -0
  212. package/dist/env-bindings.test.js +66 -0
  213. package/dist/env-bindings.test.js.map +1 -0
  214. package/dist/exclude-patterns.d.ts +4 -0
  215. package/dist/exclude-patterns.d.ts.map +1 -0
  216. package/dist/exclude-patterns.js +26 -0
  217. package/dist/exclude-patterns.js.map +1 -0
  218. package/dist/execution-target-sandbox.test.d.ts +2 -0
  219. package/dist/execution-target-sandbox.test.d.ts.map +1 -0
  220. package/dist/execution-target-sandbox.test.js +6522 -0
  221. package/dist/execution-target-sandbox.test.js.map +1 -0
  222. package/dist/execution-target-stdin-race.test.d.ts +2 -0
  223. package/dist/execution-target-stdin-race.test.d.ts.map +1 -0
  224. package/dist/execution-target-stdin-race.test.js +1842 -0
  225. package/dist/execution-target-stdin-race.test.js.map +1 -0
  226. package/dist/execution-target.d.ts +537 -0
  227. package/dist/execution-target.d.ts.map +1 -0
  228. package/dist/execution-target.js +3877 -0
  229. package/dist/execution-target.js.map +1 -0
  230. package/dist/execution-target.test.d.ts +2 -0
  231. package/dist/execution-target.test.d.ts.map +1 -0
  232. package/dist/execution-target.test.js +346 -0
  233. package/dist/execution-target.test.js.map +1 -0
  234. package/dist/git-workspace-sync.d.ts +193 -0
  235. package/dist/git-workspace-sync.d.ts.map +1 -0
  236. package/dist/git-workspace-sync.js +786 -0
  237. package/dist/git-workspace-sync.js.map +1 -0
  238. package/dist/git-workspace-sync.test.d.ts +2 -0
  239. package/dist/git-workspace-sync.test.d.ts.map +1 -0
  240. package/dist/git-workspace-sync.test.js +830 -0
  241. package/dist/git-workspace-sync.test.js.map +1 -0
  242. package/dist/github-launcher-environment.test.d.ts +2 -0
  243. package/dist/github-launcher-environment.test.d.ts.map +1 -0
  244. package/dist/github-launcher-environment.test.js +285 -0
  245. package/dist/github-launcher-environment.test.js.map +1 -0
  246. package/dist/github-launcher.d.ts +8 -0
  247. package/dist/github-launcher.d.ts.map +1 -0
  248. package/dist/github-launcher.js +127 -0
  249. package/dist/github-launcher.js.map +1 -0
  250. package/dist/github-launcher.test.d.ts +2 -0
  251. package/dist/github-launcher.test.d.ts.map +1 -0
  252. package/dist/github-launcher.test.js +166 -0
  253. package/dist/github-launcher.test.js.map +1 -0
  254. package/dist/http2-bridge-server.d.ts +465 -0
  255. package/dist/http2-bridge-server.d.ts.map +1 -0
  256. package/dist/http2-bridge-server.js +1087 -0
  257. package/dist/http2-bridge-server.js.map +1 -0
  258. package/dist/http2-bridge-server.test.d.ts +2 -0
  259. package/dist/http2-bridge-server.test.d.ts.map +1 -0
  260. package/dist/http2-bridge-server.test.js +2129 -0
  261. package/dist/http2-bridge-server.test.js.map +1 -0
  262. package/dist/index.d.ts +20 -0
  263. package/dist/index.d.ts.map +1 -0
  264. package/dist/index.js +12 -0
  265. package/dist/index.js.map +1 -0
  266. package/dist/local-process-sandbox.d.ts +41 -0
  267. package/dist/local-process-sandbox.d.ts.map +1 -0
  268. package/dist/local-process-sandbox.js +432 -0
  269. package/dist/local-process-sandbox.js.map +1 -0
  270. package/dist/local-process-sandbox.test.d.ts +2 -0
  271. package/dist/local-process-sandbox.test.d.ts.map +1 -0
  272. package/dist/local-process-sandbox.test.js +399 -0
  273. package/dist/local-process-sandbox.test.js.map +1 -0
  274. package/dist/log-redaction.d.ts +9 -0
  275. package/dist/log-redaction.d.ts.map +1 -0
  276. package/dist/log-redaction.js +88 -0
  277. package/dist/log-redaction.js.map +1 -0
  278. package/dist/login-capability.d.ts +88 -0
  279. package/dist/login-capability.d.ts.map +1 -0
  280. package/dist/login-capability.js +78 -0
  281. package/dist/login-capability.js.map +1 -0
  282. package/dist/login-capability.test.d.ts +2 -0
  283. package/dist/login-capability.test.d.ts.map +1 -0
  284. package/dist/login-capability.test.js +78 -0
  285. package/dist/login-capability.test.js.map +1 -0
  286. package/dist/login-pty-transport.d.ts +80 -0
  287. package/dist/login-pty-transport.d.ts.map +1 -0
  288. package/dist/login-pty-transport.js +75 -0
  289. package/dist/login-pty-transport.js.map +1 -0
  290. package/dist/login-pty-transport.test.d.ts +2 -0
  291. package/dist/login-pty-transport.test.d.ts.map +1 -0
  292. package/dist/login-pty-transport.test.js +185 -0
  293. package/dist/login-pty-transport.test.js.map +1 -0
  294. package/dist/login-runner-lifecycle.d.ts +70 -0
  295. package/dist/login-runner-lifecycle.d.ts.map +1 -0
  296. package/dist/login-runner-lifecycle.js +52 -0
  297. package/dist/login-runner-lifecycle.js.map +1 -0
  298. package/dist/login-runner-lifecycle.test.d.ts +2 -0
  299. package/dist/login-runner-lifecycle.test.d.ts.map +1 -0
  300. package/dist/login-runner-lifecycle.test.js +122 -0
  301. package/dist/login-runner-lifecycle.test.js.map +1 -0
  302. package/dist/mcp-isolation.integration.test.d.ts +2 -0
  303. package/dist/mcp-isolation.integration.test.d.ts.map +1 -0
  304. package/dist/mcp-isolation.integration.test.js +202 -0
  305. package/dist/mcp-isolation.integration.test.js.map +1 -0
  306. package/dist/paperclip-runner-permissions.d.ts +110 -0
  307. package/dist/paperclip-runner-permissions.d.ts.map +1 -0
  308. package/dist/paperclip-runner-permissions.js +150 -0
  309. package/dist/paperclip-runner-permissions.js.map +1 -0
  310. package/dist/paperclip-runner-permissions.test.d.ts +2 -0
  311. package/dist/paperclip-runner-permissions.test.d.ts.map +1 -0
  312. package/dist/paperclip-runner-permissions.test.js +47 -0
  313. package/dist/paperclip-runner-permissions.test.js.map +1 -0
  314. package/dist/published-exports.test.d.ts +2 -0
  315. package/dist/published-exports.test.d.ts.map +1 -0
  316. package/dist/published-exports.test.js +17 -0
  317. package/dist/published-exports.test.js.map +1 -0
  318. package/dist/remote-execution-env.d.ts +2 -0
  319. package/dist/remote-execution-env.d.ts.map +1 -0
  320. package/dist/remote-execution-env.js +46 -0
  321. package/dist/remote-execution-env.js.map +1 -0
  322. package/dist/remote-managed-runtime.d.ts +45 -0
  323. package/dist/remote-managed-runtime.d.ts.map +1 -0
  324. package/dist/remote-managed-runtime.js +183 -0
  325. package/dist/remote-managed-runtime.js.map +1 -0
  326. package/dist/remote-managed-runtime.test.d.ts +2 -0
  327. package/dist/remote-managed-runtime.test.d.ts.map +1 -0
  328. package/dist/remote-managed-runtime.test.js +294 -0
  329. package/dist/remote-managed-runtime.test.js.map +1 -0
  330. package/dist/runner-connectivity.d.ts +61 -0
  331. package/dist/runner-connectivity.d.ts.map +1 -0
  332. package/dist/runner-connectivity.js +81 -0
  333. package/dist/runner-connectivity.js.map +1 -0
  334. package/dist/runner-connectivity.test.d.ts +2 -0
  335. package/dist/runner-connectivity.test.d.ts.map +1 -0
  336. package/dist/runner-connectivity.test.js +183 -0
  337. package/dist/runner-connectivity.test.js.map +1 -0
  338. package/dist/runtime-progress.d.ts +48 -0
  339. package/dist/runtime-progress.d.ts.map +1 -0
  340. package/dist/runtime-progress.js +99 -0
  341. package/dist/runtime-progress.js.map +1 -0
  342. package/dist/runtime-progress.test.d.ts +2 -0
  343. package/dist/runtime-progress.test.d.ts.map +1 -0
  344. package/dist/runtime-progress.test.js +240 -0
  345. package/dist/runtime-progress.test.js.map +1 -0
  346. package/dist/sandbox-callback-bridge-body.d.ts +12 -0
  347. package/dist/sandbox-callback-bridge-body.d.ts.map +1 -0
  348. package/dist/sandbox-callback-bridge-body.js +39 -0
  349. package/dist/sandbox-callback-bridge-body.js.map +1 -0
  350. package/dist/sandbox-callback-bridge-body.test.d.ts +2 -0
  351. package/dist/sandbox-callback-bridge-body.test.d.ts.map +1 -0
  352. package/dist/sandbox-callback-bridge-body.test.js +31 -0
  353. package/dist/sandbox-callback-bridge-body.test.js.map +1 -0
  354. package/dist/sandbox-callback-bridge.d.ts +268 -0
  355. package/dist/sandbox-callback-bridge.d.ts.map +1 -0
  356. package/dist/sandbox-callback-bridge.js +2357 -0
  357. package/dist/sandbox-callback-bridge.js.map +1 -0
  358. package/dist/sandbox-callback-bridge.test.d.ts +2 -0
  359. package/dist/sandbox-callback-bridge.test.d.ts.map +1 -0
  360. package/dist/sandbox-callback-bridge.test.js +3253 -0
  361. package/dist/sandbox-callback-bridge.test.js.map +1 -0
  362. package/dist/sandbox-file-sync.test.d.ts +2 -0
  363. package/dist/sandbox-file-sync.test.d.ts.map +1 -0
  364. package/dist/sandbox-file-sync.test.js +419 -0
  365. package/dist/sandbox-file-sync.test.js.map +1 -0
  366. package/dist/sandbox-install-command.d.ts +2 -0
  367. package/dist/sandbox-install-command.d.ts.map +1 -0
  368. package/dist/sandbox-install-command.js +47 -0
  369. package/dist/sandbox-install-command.js.map +1 -0
  370. package/dist/sandbox-install-command.test.d.ts +2 -0
  371. package/dist/sandbox-install-command.test.d.ts.map +1 -0
  372. package/dist/sandbox-install-command.test.js +22 -0
  373. package/dist/sandbox-install-command.test.js.map +1 -0
  374. package/dist/sandbox-managed-runtime.d.ts +417 -0
  375. package/dist/sandbox-managed-runtime.d.ts.map +1 -0
  376. package/dist/sandbox-managed-runtime.js +1337 -0
  377. package/dist/sandbox-managed-runtime.js.map +1 -0
  378. package/dist/sandbox-managed-runtime.test.d.ts +2 -0
  379. package/dist/sandbox-managed-runtime.test.d.ts.map +1 -0
  380. package/dist/sandbox-managed-runtime.test.js +3746 -0
  381. package/dist/sandbox-managed-runtime.test.js.map +1 -0
  382. package/dist/sandbox-run-log-stream.d.ts +44 -0
  383. package/dist/sandbox-run-log-stream.d.ts.map +1 -0
  384. package/dist/sandbox-run-log-stream.js +203 -0
  385. package/dist/sandbox-run-log-stream.js.map +1 -0
  386. package/dist/sandbox-shell.d.ts +3 -0
  387. package/dist/sandbox-shell.d.ts.map +1 -0
  388. package/dist/sandbox-shell.js +7 -0
  389. package/dist/sandbox-shell.js.map +1 -0
  390. package/dist/server-utils-env.test.d.ts +2 -0
  391. package/dist/server-utils-env.test.d.ts.map +1 -0
  392. package/dist/server-utils-env.test.js +15 -0
  393. package/dist/server-utils-env.test.js.map +1 -0
  394. package/dist/server-utils.d.ts +617 -0
  395. package/dist/server-utils.d.ts.map +1 -0
  396. package/dist/server-utils.js +3258 -0
  397. package/dist/server-utils.js.map +1 -0
  398. package/dist/server-utils.test.d.ts +2 -0
  399. package/dist/server-utils.test.d.ts.map +1 -0
  400. package/dist/server-utils.test.js +3047 -0
  401. package/dist/server-utils.test.js.map +1 -0
  402. package/dist/session-compaction.d.ts +25 -0
  403. package/dist/session-compaction.d.ts.map +1 -0
  404. package/dist/session-compaction.js +165 -0
  405. package/dist/session-compaction.js.map +1 -0
  406. package/dist/skill-library-manifest.d.ts +6 -0
  407. package/dist/skill-library-manifest.d.ts.map +1 -0
  408. package/dist/skill-library-manifest.js +53 -0
  409. package/dist/skill-library-manifest.js.map +1 -0
  410. package/dist/skill-library-manifest.test.d.ts +2 -0
  411. package/dist/skill-library-manifest.test.d.ts.map +1 -0
  412. package/dist/skill-library-manifest.test.js +84 -0
  413. package/dist/skill-library-manifest.test.js.map +1 -0
  414. package/dist/skills-staging-follow-symlinks.test.d.ts +2 -0
  415. package/dist/skills-staging-follow-symlinks.test.d.ts.map +1 -0
  416. package/dist/skills-staging-follow-symlinks.test.js +126 -0
  417. package/dist/skills-staging-follow-symlinks.test.js.map +1 -0
  418. package/dist/ssh-fixture.test.d.ts +2 -0
  419. package/dist/ssh-fixture.test.d.ts.map +1 -0
  420. package/dist/ssh-fixture.test.js +832 -0
  421. package/dist/ssh-fixture.test.js.map +1 -0
  422. package/dist/ssh.d.ts +124 -0
  423. package/dist/ssh.d.ts.map +1 -0
  424. package/dist/ssh.js +1667 -0
  425. package/dist/ssh.js.map +1 -0
  426. package/dist/sync-operation-schedule.d.ts +17 -0
  427. package/dist/sync-operation-schedule.d.ts.map +1 -0
  428. package/dist/sync-operation-schedule.js +66 -0
  429. package/dist/sync-operation-schedule.js.map +1 -0
  430. package/dist/sync-operation-schedule.test.d.ts +2 -0
  431. package/dist/sync-operation-schedule.test.d.ts.map +1 -0
  432. package/dist/sync-operation-schedule.test.js +130 -0
  433. package/dist/sync-operation-schedule.test.js.map +1 -0
  434. package/dist/test-support/mcp-isolation-harness.d.ts +23 -0
  435. package/dist/test-support/mcp-isolation-harness.d.ts.map +1 -0
  436. package/dist/test-support/mcp-isolation-harness.js +67 -0
  437. package/dist/test-support/mcp-isolation-harness.js.map +1 -0
  438. package/dist/types.d.ts +780 -0
  439. package/dist/types.d.ts.map +1 -0
  440. package/dist/types.js +5 -0
  441. package/dist/types.js.map +1 -0
  442. package/dist/workspace-restore-merge.d.ts +77 -0
  443. package/dist/workspace-restore-merge.d.ts.map +1 -0
  444. package/dist/workspace-restore-merge.js +396 -0
  445. package/dist/workspace-restore-merge.js.map +1 -0
  446. package/dist/workspace-restore-merge.test.d.ts +2 -0
  447. package/dist/workspace-restore-merge.test.d.ts.map +1 -0
  448. package/dist/workspace-restore-merge.test.js +438 -0
  449. package/dist/workspace-restore-merge.test.js.map +1 -0
  450. package/dist/workspace-restore-teardown.d.ts +29 -0
  451. package/dist/workspace-restore-teardown.d.ts.map +1 -0
  452. package/dist/workspace-restore-teardown.js +34 -0
  453. package/dist/workspace-restore-teardown.js.map +1 -0
  454. package/dist/workspace-restore-teardown.test.d.ts +2 -0
  455. package/dist/workspace-restore-teardown.test.d.ts.map +1 -0
  456. package/dist/workspace-restore-teardown.test.js +71 -0
  457. package/dist/workspace-restore-teardown.test.js.map +1 -0
  458. package/node_modules/@agentclientprotocol/sdk/LICENSE +191 -0
  459. package/node_modules/@agentclientprotocol/sdk/README.md +70 -0
  460. package/node_modules/@agentclientprotocol/sdk/dist/acp.d.ts +1803 -0
  461. package/node_modules/@agentclientprotocol/sdk/dist/acp.js +1869 -0
  462. package/node_modules/@agentclientprotocol/sdk/dist/acp.js.map +1 -0
  463. package/node_modules/@agentclientprotocol/sdk/dist/acp.test.d.ts +1 -0
  464. package/node_modules/@agentclientprotocol/sdk/dist/acp.test.js +5036 -0
  465. package/node_modules/@agentclientprotocol/sdk/dist/acp.test.js.map +1 -0
  466. package/node_modules/@agentclientprotocol/sdk/dist/connection.d.ts +89 -0
  467. package/node_modules/@agentclientprotocol/sdk/dist/connection.js +490 -0
  468. package/node_modules/@agentclientprotocol/sdk/dist/connection.js.map +1 -0
  469. package/node_modules/@agentclientprotocol/sdk/dist/connection.test.d.ts +1 -0
  470. package/node_modules/@agentclientprotocol/sdk/dist/connection.test.js +507 -0
  471. package/node_modules/@agentclientprotocol/sdk/dist/connection.test.js.map +1 -0
  472. package/node_modules/@agentclientprotocol/sdk/dist/cookie-store.d.ts +26 -0
  473. package/node_modules/@agentclientprotocol/sdk/dist/cookie-store.js +96 -0
  474. package/node_modules/@agentclientprotocol/sdk/dist/cookie-store.js.map +1 -0
  475. package/node_modules/@agentclientprotocol/sdk/dist/cookie-store.test.d.ts +1 -0
  476. package/node_modules/@agentclientprotocol/sdk/dist/cookie-store.test.js +77 -0
  477. package/node_modules/@agentclientprotocol/sdk/dist/cookie-store.test.js.map +1 -0
  478. package/node_modules/@agentclientprotocol/sdk/dist/examples/agent.d.ts +2 -0
  479. package/node_modules/@agentclientprotocol/sdk/dist/examples/agent.js +232 -0
  480. package/node_modules/@agentclientprotocol/sdk/dist/examples/agent.js.map +1 -0
  481. package/node_modules/@agentclientprotocol/sdk/dist/examples/client.d.ts +2 -0
  482. package/node_modules/@agentclientprotocol/sdk/dist/examples/client.js +132 -0
  483. package/node_modules/@agentclientprotocol/sdk/dist/examples/client.js.map +1 -0
  484. package/node_modules/@agentclientprotocol/sdk/dist/examples/dual-version-agent.d.ts +9 -0
  485. package/node_modules/@agentclientprotocol/sdk/dist/examples/dual-version-agent.js +221 -0
  486. package/node_modules/@agentclientprotocol/sdk/dist/examples/dual-version-agent.js.map +1 -0
  487. package/node_modules/@agentclientprotocol/sdk/dist/examples/http-client.d.ts +2 -0
  488. package/node_modules/@agentclientprotocol/sdk/dist/examples/http-client.js +86 -0
  489. package/node_modules/@agentclientprotocol/sdk/dist/examples/http-client.js.map +1 -0
  490. package/node_modules/@agentclientprotocol/sdk/dist/examples/http-server.d.ts +2 -0
  491. package/node_modules/@agentclientprotocol/sdk/dist/examples/http-server.js +112 -0
  492. package/node_modules/@agentclientprotocol/sdk/dist/examples/http-server.js.map +1 -0
  493. package/node_modules/@agentclientprotocol/sdk/dist/examples/ws-client.d.ts +2 -0
  494. package/node_modules/@agentclientprotocol/sdk/dist/examples/ws-client.js +88 -0
  495. package/node_modules/@agentclientprotocol/sdk/dist/examples/ws-client.js.map +1 -0
  496. package/node_modules/@agentclientprotocol/sdk/dist/http-stream.d.ts +33 -0
  497. package/node_modules/@agentclientprotocol/sdk/dist/http-stream.js +435 -0
  498. package/node_modules/@agentclientprotocol/sdk/dist/http-stream.js.map +1 -0
  499. package/node_modules/@agentclientprotocol/sdk/dist/http-stream.test.d.ts +1 -0
  500. package/node_modules/@agentclientprotocol/sdk/dist/http-stream.test.js +1380 -0
  501. package/node_modules/@agentclientprotocol/sdk/dist/http-stream.test.js.map +1 -0
  502. package/node_modules/@agentclientprotocol/sdk/dist/jsonrpc.d.ts +603 -0
  503. package/node_modules/@agentclientprotocol/sdk/dist/jsonrpc.js +1076 -0
  504. package/node_modules/@agentclientprotocol/sdk/dist/jsonrpc.js.map +1 -0
  505. package/node_modules/@agentclientprotocol/sdk/dist/jsonrpc.test.d.ts +1 -0
  506. package/node_modules/@agentclientprotocol/sdk/dist/jsonrpc.test.js +917 -0
  507. package/node_modules/@agentclientprotocol/sdk/dist/jsonrpc.test.js.map +1 -0
  508. package/node_modules/@agentclientprotocol/sdk/dist/line-buffer.d.ts +22 -0
  509. package/node_modules/@agentclientprotocol/sdk/dist/line-buffer.js +64 -0
  510. package/node_modules/@agentclientprotocol/sdk/dist/line-buffer.js.map +1 -0
  511. package/node_modules/@agentclientprotocol/sdk/dist/line-buffer.test.d.ts +1 -0
  512. package/node_modules/@agentclientprotocol/sdk/dist/line-buffer.test.js +45 -0
  513. package/node_modules/@agentclientprotocol/sdk/dist/line-buffer.test.js.map +1 -0
  514. package/node_modules/@agentclientprotocol/sdk/dist/node-adapter.d.ts +17 -0
  515. package/node_modules/@agentclientprotocol/sdk/dist/node-adapter.js +426 -0
  516. package/node_modules/@agentclientprotocol/sdk/dist/node-adapter.js.map +1 -0
  517. package/node_modules/@agentclientprotocol/sdk/dist/node-adapter.test.d.ts +1 -0
  518. package/node_modules/@agentclientprotocol/sdk/dist/node-adapter.test.js +499 -0
  519. package/node_modules/@agentclientprotocol/sdk/dist/node-adapter.test.js.map +1 -0
  520. package/node_modules/@agentclientprotocol/sdk/dist/protocol-router.d.ts +37 -0
  521. package/node_modules/@agentclientprotocol/sdk/dist/protocol-router.js +474 -0
  522. package/node_modules/@agentclientprotocol/sdk/dist/protocol-router.js.map +1 -0
  523. package/node_modules/@agentclientprotocol/sdk/dist/protocol-router.test.d.ts +1 -0
  524. package/node_modules/@agentclientprotocol/sdk/dist/protocol-router.test.js +535 -0
  525. package/node_modules/@agentclientprotocol/sdk/dist/protocol-router.test.js.map +1 -0
  526. package/node_modules/@agentclientprotocol/sdk/dist/protocol.d.ts +11 -0
  527. package/node_modules/@agentclientprotocol/sdk/dist/protocol.js +69 -0
  528. package/node_modules/@agentclientprotocol/sdk/dist/protocol.js.map +1 -0
  529. package/node_modules/@agentclientprotocol/sdk/dist/protocol.test.d.ts +1 -0
  530. package/node_modules/@agentclientprotocol/sdk/dist/protocol.test.js +82 -0
  531. package/node_modules/@agentclientprotocol/sdk/dist/protocol.test.js.map +1 -0
  532. package/node_modules/@agentclientprotocol/sdk/dist/schema/guards.gen.d.ts +183 -0
  533. package/node_modules/@agentclientprotocol/sdk/dist/schema/guards.gen.js +207 -0
  534. package/node_modules/@agentclientprotocol/sdk/dist/schema/guards.gen.js.map +1 -0
  535. package/node_modules/@agentclientprotocol/sdk/dist/schema/index.d.ts +51 -0
  536. package/node_modules/@agentclientprotocol/sdk/dist/schema/index.js +52 -0
  537. package/node_modules/@agentclientprotocol/sdk/dist/schema/index.js.map +1 -0
  538. package/node_modules/@agentclientprotocol/sdk/dist/schema/types.gen.d.ts +6219 -0
  539. package/node_modules/@agentclientprotocol/sdk/dist/schema/types.gen.js +3 -0
  540. package/node_modules/@agentclientprotocol/sdk/dist/schema/types.gen.js.map +1 -0
  541. package/node_modules/@agentclientprotocol/sdk/dist/schema/zod.gen.d.ts +15215 -0
  542. package/node_modules/@agentclientprotocol/sdk/dist/schema/zod.gen.js +3084 -0
  543. package/node_modules/@agentclientprotocol/sdk/dist/schema/zod.gen.js.map +1 -0
  544. package/node_modules/@agentclientprotocol/sdk/dist/schema-deserialize.d.ts +30 -0
  545. package/node_modules/@agentclientprotocol/sdk/dist/schema-deserialize.js +98 -0
  546. package/node_modules/@agentclientprotocol/sdk/dist/schema-deserialize.js.map +1 -0
  547. package/node_modules/@agentclientprotocol/sdk/dist/schema-deserialize.test.d.ts +1 -0
  548. package/node_modules/@agentclientprotocol/sdk/dist/schema-deserialize.test.js +93 -0
  549. package/node_modules/@agentclientprotocol/sdk/dist/schema-deserialize.test.js.map +1 -0
  550. package/node_modules/@agentclientprotocol/sdk/dist/server-permission.test.d.ts +1 -0
  551. package/node_modules/@agentclientprotocol/sdk/dist/server-permission.test.js +261 -0
  552. package/node_modules/@agentclientprotocol/sdk/dist/server-permission.test.js.map +1 -0
  553. package/node_modules/@agentclientprotocol/sdk/dist/server-session-sse.test.d.ts +1 -0
  554. package/node_modules/@agentclientprotocol/sdk/dist/server-session-sse.test.js +536 -0
  555. package/node_modules/@agentclientprotocol/sdk/dist/server-session-sse.test.js.map +1 -0
  556. package/node_modules/@agentclientprotocol/sdk/dist/server-sse.d.ts +2 -0
  557. package/node_modules/@agentclientprotocol/sdk/dist/server-sse.js +88 -0
  558. package/node_modules/@agentclientprotocol/sdk/dist/server-sse.js.map +1 -0
  559. package/node_modules/@agentclientprotocol/sdk/dist/server-sse.test.d.ts +1 -0
  560. package/node_modules/@agentclientprotocol/sdk/dist/server-sse.test.js +53 -0
  561. package/node_modules/@agentclientprotocol/sdk/dist/server-sse.test.js.map +1 -0
  562. package/node_modules/@agentclientprotocol/sdk/dist/server-websocket-upgrade.test.d.ts +1 -0
  563. package/node_modules/@agentclientprotocol/sdk/dist/server-websocket-upgrade.test.js +992 -0
  564. package/node_modules/@agentclientprotocol/sdk/dist/server-websocket-upgrade.test.js.map +1 -0
  565. package/node_modules/@agentclientprotocol/sdk/dist/server.d.ts +81 -0
  566. package/node_modules/@agentclientprotocol/sdk/dist/server.js +386 -0
  567. package/node_modules/@agentclientprotocol/sdk/dist/server.js.map +1 -0
  568. package/node_modules/@agentclientprotocol/sdk/dist/server.test.d.ts +1 -0
  569. package/node_modules/@agentclientprotocol/sdk/dist/server.test.js +1116 -0
  570. package/node_modules/@agentclientprotocol/sdk/dist/server.test.js.map +1 -0
  571. package/node_modules/@agentclientprotocol/sdk/dist/sse.d.ts +4 -0
  572. package/node_modules/@agentclientprotocol/sdk/dist/sse.js +91 -0
  573. package/node_modules/@agentclientprotocol/sdk/dist/sse.js.map +1 -0
  574. package/node_modules/@agentclientprotocol/sdk/dist/sse.test.d.ts +1 -0
  575. package/node_modules/@agentclientprotocol/sdk/dist/sse.test.js +126 -0
  576. package/node_modules/@agentclientprotocol/sdk/dist/sse.test.js.map +1 -0
  577. package/node_modules/@agentclientprotocol/sdk/dist/stream.d.ts +35 -0
  578. package/node_modules/@agentclientprotocol/sdk/dist/stream.js +115 -0
  579. package/node_modules/@agentclientprotocol/sdk/dist/stream.js.map +1 -0
  580. package/node_modules/@agentclientprotocol/sdk/dist/stream.test.d.ts +1 -0
  581. package/node_modules/@agentclientprotocol/sdk/dist/stream.test.js +195 -0
  582. package/node_modules/@agentclientprotocol/sdk/dist/stream.test.js.map +1 -0
  583. package/node_modules/@agentclientprotocol/sdk/dist/test-support/streams.d.ts +8 -0
  584. package/node_modules/@agentclientprotocol/sdk/dist/test-support/streams.js +51 -0
  585. package/node_modules/@agentclientprotocol/sdk/dist/test-support/streams.js.map +1 -0
  586. package/node_modules/@agentclientprotocol/sdk/dist/test-support/test-agent.d.ts +24 -0
  587. package/node_modules/@agentclientprotocol/sdk/dist/test-support/test-agent.js +163 -0
  588. package/node_modules/@agentclientprotocol/sdk/dist/test-support/test-agent.js.map +1 -0
  589. package/node_modules/@agentclientprotocol/sdk/dist/test-support/test-http-server.d.ts +9 -0
  590. package/node_modules/@agentclientprotocol/sdk/dist/test-support/test-http-server.js +74 -0
  591. package/node_modules/@agentclientprotocol/sdk/dist/test-support/test-http-server.js.map +1 -0
  592. package/node_modules/@agentclientprotocol/sdk/dist/v2/acp.d.ts +957 -0
  593. package/node_modules/@agentclientprotocol/sdk/dist/v2/acp.js +1484 -0
  594. package/node_modules/@agentclientprotocol/sdk/dist/v2/acp.js.map +1 -0
  595. package/node_modules/@agentclientprotocol/sdk/dist/v2/acp.test.d.ts +1 -0
  596. package/node_modules/@agentclientprotocol/sdk/dist/v2/acp.test.js +1287 -0
  597. package/node_modules/@agentclientprotocol/sdk/dist/v2/acp.test.js.map +1 -0
  598. package/node_modules/@agentclientprotocol/sdk/dist/v2/schema/guards.gen.d.ts +946 -0
  599. package/node_modules/@agentclientprotocol/sdk/dist/v2/schema/guards.gen.js +1046 -0
  600. package/node_modules/@agentclientprotocol/sdk/dist/v2/schema/guards.gen.js.map +1 -0
  601. package/node_modules/@agentclientprotocol/sdk/dist/v2/schema/index.d.ts +42 -0
  602. package/node_modules/@agentclientprotocol/sdk/dist/v2/schema/index.js +43 -0
  603. package/node_modules/@agentclientprotocol/sdk/dist/v2/schema/index.js.map +1 -0
  604. package/node_modules/@agentclientprotocol/sdk/dist/v2/schema/types.gen.d.ts +6208 -0
  605. package/node_modules/@agentclientprotocol/sdk/dist/v2/schema/types.gen.js +3 -0
  606. package/node_modules/@agentclientprotocol/sdk/dist/v2/schema/types.gen.js.map +1 -0
  607. package/node_modules/@agentclientprotocol/sdk/dist/v2/schema/zod.gen.d.ts +33267 -0
  608. package/node_modules/@agentclientprotocol/sdk/dist/v2/schema/zod.gen.js +3199 -0
  609. package/node_modules/@agentclientprotocol/sdk/dist/v2/schema/zod.gen.js.map +1 -0
  610. package/node_modules/@agentclientprotocol/sdk/dist/ws-server.d.ts +14 -0
  611. package/node_modules/@agentclientprotocol/sdk/dist/ws-server.js +357 -0
  612. package/node_modules/@agentclientprotocol/sdk/dist/ws-server.js.map +1 -0
  613. package/node_modules/@agentclientprotocol/sdk/dist/ws-stream.d.ts +54 -0
  614. package/node_modules/@agentclientprotocol/sdk/dist/ws-stream.js +253 -0
  615. package/node_modules/@agentclientprotocol/sdk/dist/ws-stream.js.map +1 -0
  616. package/node_modules/@agentclientprotocol/sdk/dist/ws-stream.test.d.ts +1 -0
  617. package/node_modules/@agentclientprotocol/sdk/dist/ws-stream.test.js +836 -0
  618. package/node_modules/@agentclientprotocol/sdk/dist/ws-stream.test.js.map +1 -0
  619. package/node_modules/@agentclientprotocol/sdk/dist/ws-utils.d.ts +13 -0
  620. package/node_modules/@agentclientprotocol/sdk/dist/ws-utils.js +78 -0
  621. package/node_modules/@agentclientprotocol/sdk/dist/ws-utils.js.map +1 -0
  622. package/node_modules/@agentclientprotocol/sdk/dist/ws-utils.test.d.ts +1 -0
  623. package/node_modules/@agentclientprotocol/sdk/dist/ws-utils.test.js +42 -0
  624. package/node_modules/@agentclientprotocol/sdk/dist/ws-utils.test.js.map +1 -0
  625. package/node_modules/@agentclientprotocol/sdk/package.json +104 -0
  626. package/node_modules/@agentclientprotocol/sdk/schema/schema.json +8967 -0
  627. package/node_modules/@agentclientprotocol/sdk/schema/v2/schema.unstable.json +10242 -0
  628. package/node_modules/@clack/core/LICENSE +9 -0
  629. package/node_modules/@clack/core/README.md +22 -0
  630. package/node_modules/@clack/core/dist/index.d.mts +503 -0
  631. package/node_modules/@clack/core/dist/index.mjs +1003 -0
  632. package/node_modules/@clack/core/package.json +63 -0
  633. package/node_modules/@clack/prompts/LICENSE +9 -0
  634. package/node_modules/@clack/prompts/README.md +396 -0
  635. package/node_modules/@clack/prompts/dist/index.d.mts +949 -0
  636. package/node_modules/@clack/prompts/dist/index.mjs +1423 -0
  637. package/node_modules/@clack/prompts/package.json +67 -0
  638. package/node_modules/@esbuild/linux-x64/README.md +3 -0
  639. package/node_modules/@esbuild/linux-x64/bin/esbuild +0 -0
  640. package/node_modules/@esbuild/linux-x64/package.json +20 -0
  641. package/node_modules/acpx/LICENSE +21 -0
  642. package/node_modules/acpx/README.md +424 -0
  643. package/node_modules/acpx/dist/cli-CxsS1XQp.js +197 -0
  644. package/node_modules/acpx/dist/cli-CxsS1XQp.js.map +1 -0
  645. package/node_modules/acpx/dist/cli.d.ts +14 -0
  646. package/node_modules/acpx/dist/cli.d.ts.map +1 -0
  647. package/node_modules/acpx/dist/cli.js +2683 -0
  648. package/node_modules/acpx/dist/cli.js.map +1 -0
  649. package/node_modules/acpx/dist/client-DwNyFauq.d.ts +192 -0
  650. package/node_modules/acpx/dist/client-DwNyFauq.d.ts.map +1 -0
  651. package/node_modules/acpx/dist/flags-Bjq_XQ4-.js +260 -0
  652. package/node_modules/acpx/dist/flags-Bjq_XQ4-.js.map +1 -0
  653. package/node_modules/acpx/dist/flows-Db_LZKu9.js +1920 -0
  654. package/node_modules/acpx/dist/flows-Db_LZKu9.js.map +1 -0
  655. package/node_modules/acpx/dist/flows.d.ts +318 -0
  656. package/node_modules/acpx/dist/flows.d.ts.map +1 -0
  657. package/node_modules/acpx/dist/flows.js +2 -0
  658. package/node_modules/acpx/dist/live-checkpoint-ClPCSdrW.js +6210 -0
  659. package/node_modules/acpx/dist/live-checkpoint-ClPCSdrW.js.map +1 -0
  660. package/node_modules/acpx/dist/output-CjdF5rHk.js +4593 -0
  661. package/node_modules/acpx/dist/output-CjdF5rHk.js.map +1 -0
  662. package/node_modules/acpx/dist/runtime.d.ts +472 -0
  663. package/node_modules/acpx/dist/runtime.d.ts.map +1 -0
  664. package/node_modules/acpx/dist/runtime.js +1711 -0
  665. package/node_modules/acpx/dist/runtime.js.map +1 -0
  666. package/node_modules/acpx/dist/session-options-jkYbBxGE.d.ts +278 -0
  667. package/node_modules/acpx/dist/session-options-jkYbBxGE.d.ts.map +1 -0
  668. package/node_modules/acpx/package.json +129 -0
  669. package/node_modules/acpx/skills/acpx/SKILL.md +617 -0
  670. package/node_modules/b4a/LICENSE +201 -0
  671. package/node_modules/b4a/README.md +153 -0
  672. package/node_modules/b4a/browser.js +546 -0
  673. package/node_modules/b4a/index.d.ts +144 -0
  674. package/node_modules/b4a/index.js +193 -0
  675. package/node_modules/b4a/lib/ascii.js +31 -0
  676. package/node_modules/b4a/lib/base64.js +64 -0
  677. package/node_modules/b4a/lib/hex.js +51 -0
  678. package/node_modules/b4a/lib/latin1.js +31 -0
  679. package/node_modules/b4a/lib/utf16le.js +40 -0
  680. package/node_modules/b4a/lib/utf8.js +144 -0
  681. package/node_modules/b4a/package.json +54 -0
  682. package/node_modules/b4a/react-native.js +5 -0
  683. package/node_modules/b4a/runtime.d.ts +14 -0
  684. package/node_modules/bare-events/LICENSE +201 -0
  685. package/node_modules/bare-events/README.md +25 -0
  686. package/node_modules/bare-events/global.d.ts +15 -0
  687. package/node_modules/bare-events/global.js +5 -0
  688. package/node_modules/bare-events/index.d.ts +89 -0
  689. package/node_modules/bare-events/index.js +397 -0
  690. package/node_modules/bare-events/lib/errors.js +23 -0
  691. package/node_modules/bare-events/package.json +63 -0
  692. package/node_modules/bare-events/web.d.ts +79 -0
  693. package/node_modules/bare-events/web.js +417 -0
  694. package/node_modules/bare-fs/CMakeLists.txt +13 -0
  695. package/node_modules/bare-fs/LICENSE +201 -0
  696. package/node_modules/bare-fs/README.md +33 -0
  697. package/node_modules/bare-fs/binding.c +2913 -0
  698. package/node_modules/bare-fs/binding.js +1 -0
  699. package/node_modules/bare-fs/index.d.ts +1502 -0
  700. package/node_modules/bare-fs/index.js +2855 -0
  701. package/node_modules/bare-fs/lib/constants.d.ts +50 -0
  702. package/node_modules/bare-fs/lib/constants.js +49 -0
  703. package/node_modules/bare-fs/lib/errors.d.ts +13 -0
  704. package/node_modules/bare-fs/lib/errors.js +55 -0
  705. package/node_modules/bare-fs/package.json +74 -0
  706. package/node_modules/bare-fs/prebuilds/android-arm/bare-fs.bare +0 -0
  707. package/node_modules/bare-fs/prebuilds/android-arm64/bare-fs.bare +0 -0
  708. package/node_modules/bare-fs/prebuilds/android-ia32/bare-fs.bare +0 -0
  709. package/node_modules/bare-fs/prebuilds/android-x64/bare-fs.bare +0 -0
  710. package/node_modules/bare-fs/prebuilds/darwin-arm64/bare-fs.bare +0 -0
  711. package/node_modules/bare-fs/prebuilds/darwin-x64/bare-fs.bare +0 -0
  712. package/node_modules/bare-fs/prebuilds/ios-arm64/bare-fs.bare +0 -0
  713. package/node_modules/bare-fs/prebuilds/ios-arm64-simulator/bare-fs.bare +0 -0
  714. package/node_modules/bare-fs/prebuilds/ios-x64-simulator/bare-fs.bare +0 -0
  715. package/node_modules/bare-fs/prebuilds/linux-arm64/bare-fs.bare +0 -0
  716. package/node_modules/bare-fs/prebuilds/linux-x64/bare-fs.bare +0 -0
  717. package/node_modules/bare-fs/prebuilds/win32-arm64/bare-fs.bare +0 -0
  718. package/node_modules/bare-fs/prebuilds/win32-x64/bare-fs.bare +0 -0
  719. package/node_modules/bare-fs/promises.d.ts +480 -0
  720. package/node_modules/bare-fs/promises.js +119 -0
  721. package/node_modules/bare-path/CMakeLists.txt +13 -0
  722. package/node_modules/bare-path/LICENSE +201 -0
  723. package/node_modules/bare-path/NOTICE +28 -0
  724. package/node_modules/bare-path/README.md +19 -0
  725. package/node_modules/bare-path/binding.c +106 -0
  726. package/node_modules/bare-path/binding.js +1 -0
  727. package/node_modules/bare-path/index.d.ts +27 -0
  728. package/node_modules/bare-path/index.js +9 -0
  729. package/node_modules/bare-path/lib/constants.js +11 -0
  730. package/node_modules/bare-path/lib/posix.js +263 -0
  731. package/node_modules/bare-path/lib/shared.js +81 -0
  732. package/node_modules/bare-path/lib/win32.js +564 -0
  733. package/node_modules/bare-path/package.json +47 -0
  734. package/node_modules/bare-path/prebuilds/android-arm/bare-path.bare +0 -0
  735. package/node_modules/bare-path/prebuilds/android-arm64/bare-path.bare +0 -0
  736. package/node_modules/bare-path/prebuilds/android-ia32/bare-path.bare +0 -0
  737. package/node_modules/bare-path/prebuilds/android-x64/bare-path.bare +0 -0
  738. package/node_modules/bare-path/prebuilds/darwin-arm64/bare-path.bare +0 -0
  739. package/node_modules/bare-path/prebuilds/darwin-x64/bare-path.bare +0 -0
  740. package/node_modules/bare-path/prebuilds/ios-arm64/bare-path.bare +0 -0
  741. package/node_modules/bare-path/prebuilds/ios-arm64-simulator/bare-path.bare +0 -0
  742. package/node_modules/bare-path/prebuilds/ios-x64-simulator/bare-path.bare +0 -0
  743. package/node_modules/bare-path/prebuilds/linux-arm64/bare-path.bare +0 -0
  744. package/node_modules/bare-path/prebuilds/linux-x64/bare-path.bare +0 -0
  745. package/node_modules/bare-path/prebuilds/win32-arm64/bare-path.bare +0 -0
  746. package/node_modules/bare-path/prebuilds/win32-x64/bare-path.bare +0 -0
  747. package/node_modules/bare-stream/LICENSE +201 -0
  748. package/node_modules/bare-stream/README.md +354 -0
  749. package/node_modules/bare-stream/global.d.ts +31 -0
  750. package/node_modules/bare-stream/global.js +15 -0
  751. package/node_modules/bare-stream/index.d.ts +235 -0
  752. package/node_modules/bare-stream/index.js +493 -0
  753. package/node_modules/bare-stream/package.json +75 -0
  754. package/node_modules/bare-stream/promises.js +3 -0
  755. package/node_modules/bare-stream/web.d.ts +152 -0
  756. package/node_modules/bare-stream/web.js +607 -0
  757. package/node_modules/bare-url/CMakeLists.txt +36 -0
  758. package/node_modules/bare-url/LICENSE +201 -0
  759. package/node_modules/bare-url/README.md +33 -0
  760. package/node_modules/bare-url/binding.c +422 -0
  761. package/node_modules/bare-url/binding.js +1 -0
  762. package/node_modules/bare-url/global.d.ts +24 -0
  763. package/node_modules/bare-url/global.js +2 -0
  764. package/node_modules/bare-url/index.d.ts +96 -0
  765. package/node_modules/bare-url/index.js +676 -0
  766. package/node_modules/bare-url/lib/errors.d.ts +10 -0
  767. package/node_modules/bare-url/lib/errors.js +33 -0
  768. package/node_modules/bare-url/lib/url-search-params.d.ts +66 -0
  769. package/node_modules/bare-url/lib/url-search-params.js +276 -0
  770. package/node_modules/bare-url/package.json +54 -0
  771. package/node_modules/bare-url/prebuilds/android-arm/bare-url.bare +0 -0
  772. package/node_modules/bare-url/prebuilds/android-arm64/bare-url.bare +0 -0
  773. package/node_modules/bare-url/prebuilds/android-ia32/bare-url.bare +0 -0
  774. package/node_modules/bare-url/prebuilds/android-x64/bare-url.bare +0 -0
  775. package/node_modules/bare-url/prebuilds/darwin-arm64/bare-url.bare +0 -0
  776. package/node_modules/bare-url/prebuilds/darwin-x64/bare-url.bare +0 -0
  777. package/node_modules/bare-url/prebuilds/ios-arm64/bare-url.bare +0 -0
  778. package/node_modules/bare-url/prebuilds/ios-arm64-simulator/bare-url.bare +0 -0
  779. package/node_modules/bare-url/prebuilds/ios-x64-simulator/bare-url.bare +0 -0
  780. package/node_modules/bare-url/prebuilds/linux-arm64/bare-url.bare +0 -0
  781. package/node_modules/bare-url/prebuilds/linux-x64/bare-url.bare +0 -0
  782. package/node_modules/bare-url/prebuilds/win32-arm64/bare-url.bare +0 -0
  783. package/node_modules/bare-url/prebuilds/win32-x64/bare-url.bare +0 -0
  784. package/node_modules/commander/LICENSE +22 -0
  785. package/node_modules/commander/Readme.md +1172 -0
  786. package/node_modules/commander/index.js +21 -0
  787. package/node_modules/commander/lib/argument.js +147 -0
  788. package/node_modules/commander/lib/command.js +2790 -0
  789. package/node_modules/commander/lib/error.js +36 -0
  790. package/node_modules/commander/lib/help.js +731 -0
  791. package/node_modules/commander/lib/option.js +377 -0
  792. package/node_modules/commander/lib/suggestSimilar.js +99 -0
  793. package/node_modules/commander/package-support.json +19 -0
  794. package/node_modules/commander/package.json +64 -0
  795. package/node_modules/commander/typings/index.d.ts +1113 -0
  796. package/node_modules/esbuild/LICENSE.md +21 -0
  797. package/node_modules/esbuild/README.md +3 -0
  798. package/node_modules/esbuild/bin/esbuild +223 -0
  799. package/node_modules/esbuild/install.js +300 -0
  800. package/node_modules/esbuild/lib/main.d.ts +720 -0
  801. package/node_modules/esbuild/lib/main.js +2536 -0
  802. package/node_modules/esbuild/package.json +74 -0
  803. package/node_modules/events-universal/LICENSE +201 -0
  804. package/node_modules/events-universal/README.md +17 -0
  805. package/node_modules/events-universal/bare.js +1 -0
  806. package/node_modules/events-universal/default.js +1 -0
  807. package/node_modules/events-universal/index.js +1 -0
  808. package/node_modules/events-universal/package.json +39 -0
  809. package/node_modules/events-universal/react-native.js +1 -0
  810. package/node_modules/fast-fifo/LICENSE +21 -0
  811. package/node_modules/fast-fifo/README.md +78 -0
  812. package/node_modules/fast-fifo/fixed-size.js +39 -0
  813. package/node_modules/fast-fifo/index.js +48 -0
  814. package/node_modules/fast-fifo/package.json +28 -0
  815. package/node_modules/fast-string-truncated-width/dist/index.d.ts +4 -0
  816. package/node_modules/fast-string-truncated-width/dist/index.js +111 -0
  817. package/node_modules/fast-string-truncated-width/dist/types.d.ts +19 -0
  818. package/node_modules/fast-string-truncated-width/dist/types.js +2 -0
  819. package/node_modules/fast-string-truncated-width/dist/utils.d.ts +4 -0
  820. package/node_modules/fast-string-truncated-width/dist/utils.js +20 -0
  821. package/node_modules/fast-string-truncated-width/license +21 -0
  822. package/node_modules/fast-string-truncated-width/package.json +35 -0
  823. package/node_modules/fast-string-truncated-width/readme.md +59 -0
  824. package/node_modules/fast-string-width/dist/index.d.ts +4 -0
  825. package/node_modules/fast-string-width/dist/index.js +14 -0
  826. package/node_modules/fast-string-width/license +21 -0
  827. package/node_modules/fast-string-width/package.json +34 -0
  828. package/node_modules/fast-string-width/readme.md +42 -0
  829. package/node_modules/fast-wrap-ansi/LICENSE +23 -0
  830. package/node_modules/fast-wrap-ansi/README.md +26 -0
  831. package/node_modules/fast-wrap-ansi/lib/main.d.ts +6 -0
  832. package/node_modules/fast-wrap-ansi/lib/main.js +218 -0
  833. package/node_modules/fast-wrap-ansi/package.json +51 -0
  834. package/node_modules/sisteransi/license +21 -0
  835. package/node_modules/sisteransi/package.json +34 -0
  836. package/node_modules/sisteransi/readme.md +113 -0
  837. package/node_modules/sisteransi/src/index.js +58 -0
  838. package/node_modules/sisteransi/src/sisteransi.d.ts +35 -0
  839. package/node_modules/skillflag/LICENSE +21 -0
  840. package/node_modules/skillflag/README.md +44 -0
  841. package/node_modules/skillflag/dist/bin/skill-install.d.ts +3 -0
  842. package/node_modules/skillflag/dist/bin/skill-install.d.ts.map +1 -0
  843. package/node_modules/skillflag/dist/bin/skill-install.js +6 -0
  844. package/node_modules/skillflag/dist/bin/skill-install.js.map +1 -0
  845. package/node_modules/skillflag/dist/bin/skillflag.d.ts +3 -0
  846. package/node_modules/skillflag/dist/bin/skillflag.d.ts.map +1 -0
  847. package/node_modules/skillflag/dist/bin/skillflag.js +25 -0
  848. package/node_modules/skillflag/dist/bin/skillflag.js.map +1 -0
  849. package/node_modules/skillflag/dist/core/digest.d.ts +2 -0
  850. package/node_modules/skillflag/dist/core/digest.d.ts.map +1 -0
  851. package/node_modules/skillflag/dist/core/digest.js +15 -0
  852. package/node_modules/skillflag/dist/core/digest.js.map +1 -0
  853. package/node_modules/skillflag/dist/core/errors.d.ts +6 -0
  854. package/node_modules/skillflag/dist/core/errors.d.ts.map +1 -0
  855. package/node_modules/skillflag/dist/core/errors.js +13 -0
  856. package/node_modules/skillflag/dist/core/errors.js.map +1 -0
  857. package/node_modules/skillflag/dist/core/export.d.ts +2 -0
  858. package/node_modules/skillflag/dist/core/export.d.ts.map +1 -0
  859. package/node_modules/skillflag/dist/core/export.js +28 -0
  860. package/node_modules/skillflag/dist/core/export.js.map +1 -0
  861. package/node_modules/skillflag/dist/core/list.d.ts +21 -0
  862. package/node_modules/skillflag/dist/core/list.d.ts.map +1 -0
  863. package/node_modules/skillflag/dist/core/list.js +71 -0
  864. package/node_modules/skillflag/dist/core/list.js.map +1 -0
  865. package/node_modules/skillflag/dist/core/paths.d.ts +15 -0
  866. package/node_modules/skillflag/dist/core/paths.d.ts.map +1 -0
  867. package/node_modules/skillflag/dist/core/paths.js +149 -0
  868. package/node_modules/skillflag/dist/core/paths.js.map +1 -0
  869. package/node_modules/skillflag/dist/core/show.d.ts +2 -0
  870. package/node_modules/skillflag/dist/core/show.d.ts.map +1 -0
  871. package/node_modules/skillflag/dist/core/show.js +8 -0
  872. package/node_modules/skillflag/dist/core/show.js.map +1 -0
  873. package/node_modules/skillflag/dist/core/skillflag.d.ts +3 -0
  874. package/node_modules/skillflag/dist/core/skillflag.d.ts.map +1 -0
  875. package/node_modules/skillflag/dist/core/skillflag.js +2 -0
  876. package/node_modules/skillflag/dist/core/skillflag.js.map +1 -0
  877. package/node_modules/skillflag/dist/core/tar.d.ts +16 -0
  878. package/node_modules/skillflag/dist/core/tar.d.ts.map +1 -0
  879. package/node_modules/skillflag/dist/core/tar.js +140 -0
  880. package/node_modules/skillflag/dist/core/tar.js.map +1 -0
  881. package/node_modules/skillflag/dist/index.d.ts +5 -0
  882. package/node_modules/skillflag/dist/index.d.ts.map +1 -0
  883. package/node_modules/skillflag/dist/index.js +3 -0
  884. package/node_modules/skillflag/dist/index.js.map +1 -0
  885. package/node_modules/skillflag/dist/install/cli.d.ts +57 -0
  886. package/node_modules/skillflag/dist/install/cli.d.ts.map +1 -0
  887. package/node_modules/skillflag/dist/install/cli.js +653 -0
  888. package/node_modules/skillflag/dist/install/cli.js.map +1 -0
  889. package/node_modules/skillflag/dist/install/copy.d.ts +2 -0
  890. package/node_modules/skillflag/dist/install/copy.d.ts.map +1 -0
  891. package/node_modules/skillflag/dist/install/copy.js +19 -0
  892. package/node_modules/skillflag/dist/install/copy.js.map +1 -0
  893. package/node_modules/skillflag/dist/install/errors.d.ts +6 -0
  894. package/node_modules/skillflag/dist/install/errors.d.ts.map +1 -0
  895. package/node_modules/skillflag/dist/install/errors.js +13 -0
  896. package/node_modules/skillflag/dist/install/errors.js.map +1 -0
  897. package/node_modules/skillflag/dist/install/extract.d.ts +3 -0
  898. package/node_modules/skillflag/dist/install/extract.d.ts.map +1 -0
  899. package/node_modules/skillflag/dist/install/extract.js +76 -0
  900. package/node_modules/skillflag/dist/install/extract.js.map +1 -0
  901. package/node_modules/skillflag/dist/install/install.d.ts +21 -0
  902. package/node_modules/skillflag/dist/install/install.d.ts.map +1 -0
  903. package/node_modules/skillflag/dist/install/install.js +35 -0
  904. package/node_modules/skillflag/dist/install/install.js.map +1 -0
  905. package/node_modules/skillflag/dist/install/resolve.d.ts +12 -0
  906. package/node_modules/skillflag/dist/install/resolve.d.ts.map +1 -0
  907. package/node_modules/skillflag/dist/install/resolve.js +119 -0
  908. package/node_modules/skillflag/dist/install/resolve.js.map +1 -0
  909. package/node_modules/skillflag/dist/install/validate.d.ts +7 -0
  910. package/node_modules/skillflag/dist/install/validate.d.ts.map +1 -0
  911. package/node_modules/skillflag/dist/install/validate.js +28 -0
  912. package/node_modules/skillflag/dist/install/validate.js.map +1 -0
  913. package/node_modules/skillflag/dist/shared/frontmatter.d.ts +2 -0
  914. package/node_modules/skillflag/dist/shared/frontmatter.d.ts.map +1 -0
  915. package/node_modules/skillflag/dist/shared/frontmatter.js +28 -0
  916. package/node_modules/skillflag/dist/shared/frontmatter.js.map +1 -0
  917. package/node_modules/skillflag/dist/skillflag.d.ts +29 -0
  918. package/node_modules/skillflag/dist/skillflag.d.ts.map +1 -0
  919. package/node_modules/skillflag/dist/skillflag.js +230 -0
  920. package/node_modules/skillflag/dist/skillflag.js.map +1 -0
  921. package/node_modules/skillflag/dist/utils/collections.d.ts +3 -0
  922. package/node_modules/skillflag/dist/utils/collections.d.ts.map +1 -0
  923. package/node_modules/skillflag/dist/utils/collections.js +18 -0
  924. package/node_modules/skillflag/dist/utils/collections.js.map +1 -0
  925. package/node_modules/skillflag/package.json +78 -0
  926. package/node_modules/skillflag/skills/skillflag/SKILL.md +144 -0
  927. package/node_modules/streamx/LICENSE +21 -0
  928. package/node_modules/streamx/README.md +550 -0
  929. package/node_modules/streamx/index.d.ts +198 -0
  930. package/node_modules/streamx/index.js +1314 -0
  931. package/node_modules/streamx/lib/errors.d.ts +13 -0
  932. package/node_modules/streamx/lib/errors.js +47 -0
  933. package/node_modules/streamx/package.json +51 -0
  934. package/node_modules/streamx/runtime.d.ts +55 -0
  935. package/node_modules/tar-stream/LICENSE +21 -0
  936. package/node_modules/tar-stream/README.md +183 -0
  937. package/node_modules/tar-stream/constants.js +14 -0
  938. package/node_modules/tar-stream/extract.js +418 -0
  939. package/node_modules/tar-stream/headers.js +322 -0
  940. package/node_modules/tar-stream/index.d.ts +60 -0
  941. package/node_modules/tar-stream/index.js +2 -0
  942. package/node_modules/tar-stream/pack.js +287 -0
  943. package/node_modules/tar-stream/package.json +50 -0
  944. package/node_modules/teex/LICENSE +21 -0
  945. package/node_modules/teex/README.md +31 -0
  946. package/node_modules/teex/example.js +16 -0
  947. package/node_modules/teex/index.js +52 -0
  948. package/node_modules/teex/package.json +26 -0
  949. package/node_modules/teex/test.js +68 -0
  950. package/node_modules/text-decoder/LICENSE +201 -0
  951. package/node_modules/text-decoder/README.md +36 -0
  952. package/node_modules/text-decoder/index.js +64 -0
  953. package/node_modules/text-decoder/lib/pass-through-decoder.js +19 -0
  954. package/node_modules/text-decoder/lib/utf8-decoder.js +185 -0
  955. package/node_modules/text-decoder/package.json +39 -0
  956. package/node_modules/tsx/LICENSE +21 -0
  957. package/node_modules/tsx/README.md +32 -0
  958. package/node_modules/tsx/dist/cjs/api/index.cjs +2 -0
  959. package/node_modules/tsx/dist/cjs/api/index.d.cts +35 -0
  960. package/node_modules/tsx/dist/cjs/api/index.d.mts +35 -0
  961. package/node_modules/tsx/dist/cjs/api/index.mjs +2 -0
  962. package/node_modules/tsx/dist/cjs/index.cjs +1 -0
  963. package/node_modules/tsx/dist/cli.mjs +55 -0
  964. package/node_modules/tsx/dist/client-XItNFmsq.cjs +1 -0
  965. package/node_modules/tsx/dist/esm/api/index.cjs +2 -0
  966. package/node_modules/tsx/dist/esm/api/index.d.cts +37 -0
  967. package/node_modules/tsx/dist/esm/api/index.d.mts +37 -0
  968. package/node_modules/tsx/dist/esm/api/index.mjs +2 -0
  969. package/node_modules/tsx/dist/esm/index.mjs +2 -0
  970. package/node_modules/tsx/dist/index-Bqjv9TxC.mjs +1 -0
  971. package/node_modules/tsx/dist/index-DE3OBZuV.mjs +14 -0
  972. package/node_modules/tsx/dist/lexer-CGfpMDSb.cjs +3 -0
  973. package/node_modules/tsx/dist/lexer-CanA6ArK.mjs +3 -0
  974. package/node_modules/tsx/dist/loader.mjs +2 -0
  975. package/node_modules/tsx/dist/package-Dj0mHsMt.mjs +1 -0
  976. package/node_modules/tsx/dist/patch-repl.cjs +1 -0
  977. package/node_modules/tsx/dist/preflight.cjs +1 -0
  978. package/node_modules/tsx/dist/register-B1c7OH6V.cjs +23 -0
  979. package/node_modules/tsx/dist/register-nyXW-TH3.mjs +2 -0
  980. package/node_modules/tsx/dist/repl.mjs +4 -0
  981. package/node_modules/tsx/dist/require-CBjy4Foe.mjs +10 -0
  982. package/node_modules/tsx/dist/require-CVaYn9z3.cjs +1 -0
  983. package/node_modules/tsx/dist/suppress-warnings.cjs +1 -0
  984. package/node_modules/tsx/dist/temporary-directory-Du7LpLp9.mjs +1 -0
  985. package/node_modules/tsx/package.json +70 -0
  986. package/node_modules/zod/LICENSE +21 -0
  987. package/node_modules/zod/README.md +218 -0
  988. package/node_modules/zod/compile.cjs +96 -0
  989. package/node_modules/zod/compile.d.cts +1 -0
  990. package/node_modules/zod/compile.d.ts +1 -0
  991. package/node_modules/zod/compile.js +52 -0
  992. package/node_modules/zod/index.cjs +52 -0
  993. package/node_modules/zod/index.d.cts +3 -0
  994. package/node_modules/zod/index.d.ts +3 -0
  995. package/node_modules/zod/index.js +7 -0
  996. package/node_modules/zod/locales/index.cjs +36 -0
  997. package/node_modules/zod/locales/index.d.cts +1 -0
  998. package/node_modules/zod/locales/index.d.ts +1 -0
  999. package/node_modules/zod/locales/index.js +1 -0
  1000. package/node_modules/zod/locales/package.json +7 -0
  1001. package/node_modules/zod/mini/index.cjs +51 -0
  1002. package/node_modules/zod/mini/index.d.cts +3 -0
  1003. package/node_modules/zod/mini/index.d.ts +3 -0
  1004. package/node_modules/zod/mini/index.js +3 -0
  1005. package/node_modules/zod/mini/package.json +7 -0
  1006. package/node_modules/zod/package.json +147 -0
  1007. package/node_modules/zod/src/compile.ts +56 -0
  1008. package/node_modules/zod/src/index.ts +7 -0
  1009. package/node_modules/zod/src/locales/index.ts +1 -0
  1010. package/node_modules/zod/src/mini/index.ts +3 -0
  1011. package/node_modules/zod/src/v3/ZodError.ts +340 -0
  1012. package/node_modules/zod/src/v3/benchmarks/datetime.ts +58 -0
  1013. package/node_modules/zod/src/v3/benchmarks/discriminatedUnion.ts +80 -0
  1014. package/node_modules/zod/src/v3/benchmarks/index.ts +59 -0
  1015. package/node_modules/zod/src/v3/benchmarks/ipv4.ts +57 -0
  1016. package/node_modules/zod/src/v3/benchmarks/object.ts +69 -0
  1017. package/node_modules/zod/src/v3/benchmarks/primitives.ts +162 -0
  1018. package/node_modules/zod/src/v3/benchmarks/realworld.ts +63 -0
  1019. package/node_modules/zod/src/v3/benchmarks/string.ts +55 -0
  1020. package/node_modules/zod/src/v3/benchmarks/union.ts +80 -0
  1021. package/node_modules/zod/src/v3/errors.ts +13 -0
  1022. package/node_modules/zod/src/v3/external.ts +6 -0
  1023. package/node_modules/zod/src/v3/helpers/enumUtil.ts +17 -0
  1024. package/node_modules/zod/src/v3/helpers/errorUtil.ts +8 -0
  1025. package/node_modules/zod/src/v3/helpers/parseUtil.ts +176 -0
  1026. package/node_modules/zod/src/v3/helpers/partialUtil.ts +34 -0
  1027. package/node_modules/zod/src/v3/helpers/typeAliases.ts +2 -0
  1028. package/node_modules/zod/src/v3/helpers/util.ts +224 -0
  1029. package/node_modules/zod/src/v3/index.ts +4 -0
  1030. package/node_modules/zod/src/v3/locales/en.ts +124 -0
  1031. package/node_modules/zod/src/v3/standard-schema.ts +113 -0
  1032. package/node_modules/zod/src/v3/tests/Mocker.ts +54 -0
  1033. package/node_modules/zod/src/v3/tests/all-errors.test.ts +157 -0
  1034. package/node_modules/zod/src/v3/tests/anyunknown.test.ts +28 -0
  1035. package/node_modules/zod/src/v3/tests/array.test.ts +71 -0
  1036. package/node_modules/zod/src/v3/tests/async-parsing.test.ts +388 -0
  1037. package/node_modules/zod/src/v3/tests/async-refinements.test.ts +46 -0
  1038. package/node_modules/zod/src/v3/tests/base.test.ts +29 -0
  1039. package/node_modules/zod/src/v3/tests/bigint.test.ts +55 -0
  1040. package/node_modules/zod/src/v3/tests/branded.test.ts +53 -0
  1041. package/node_modules/zod/src/v3/tests/catch.test.ts +220 -0
  1042. package/node_modules/zod/src/v3/tests/coerce.test.ts +133 -0
  1043. package/node_modules/zod/src/v3/tests/complex.test.ts +70 -0
  1044. package/node_modules/zod/src/v3/tests/custom.test.ts +31 -0
  1045. package/node_modules/zod/src/v3/tests/date.test.ts +32 -0
  1046. package/node_modules/zod/src/v3/tests/deepmasking.test.ts +186 -0
  1047. package/node_modules/zod/src/v3/tests/default.test.ts +112 -0
  1048. package/node_modules/zod/src/v3/tests/description.test.ts +33 -0
  1049. package/node_modules/zod/src/v3/tests/discriminated-unions.test.ts +315 -0
  1050. package/node_modules/zod/src/v3/tests/enum.test.ts +80 -0
  1051. package/node_modules/zod/src/v3/tests/error.test.ts +586 -0
  1052. package/node_modules/zod/src/v3/tests/firstparty.test.ts +87 -0
  1053. package/node_modules/zod/src/v3/tests/firstpartyschematypes.test.ts +21 -0
  1054. package/node_modules/zod/src/v3/tests/function.test.ts +261 -0
  1055. package/node_modules/zod/src/v3/tests/generics.test.ts +48 -0
  1056. package/node_modules/zod/src/v3/tests/instanceof.test.ts +37 -0
  1057. package/node_modules/zod/src/v3/tests/intersection.test.ts +128 -0
  1058. package/node_modules/zod/src/v3/tests/language-server.source.ts +76 -0
  1059. package/node_modules/zod/src/v3/tests/language-server.test.ts +206 -0
  1060. package/node_modules/zod/src/v3/tests/literal.test.ts +36 -0
  1061. package/node_modules/zod/src/v3/tests/map.test.ts +110 -0
  1062. package/node_modules/zod/src/v3/tests/masking.test.ts +4 -0
  1063. package/node_modules/zod/src/v3/tests/mocker.test.ts +19 -0
  1064. package/node_modules/zod/src/v3/tests/nan.test.ts +24 -0
  1065. package/node_modules/zod/src/v3/tests/nativeEnum.test.ts +87 -0
  1066. package/node_modules/zod/src/v3/tests/nullable.test.ts +42 -0
  1067. package/node_modules/zod/src/v3/tests/number.test.ts +176 -0
  1068. package/node_modules/zod/src/v3/tests/object-augmentation.test.ts +29 -0
  1069. package/node_modules/zod/src/v3/tests/object-in-es5-env.test.ts +29 -0
  1070. package/node_modules/zod/src/v3/tests/object.test.ts +431 -0
  1071. package/node_modules/zod/src/v3/tests/optional.test.ts +42 -0
  1072. package/node_modules/zod/src/v3/tests/parseUtil.test.ts +23 -0
  1073. package/node_modules/zod/src/v3/tests/parser.test.ts +41 -0
  1074. package/node_modules/zod/src/v3/tests/partials.test.ts +243 -0
  1075. package/node_modules/zod/src/v3/tests/pickomit.test.ts +111 -0
  1076. package/node_modules/zod/src/v3/tests/pipeline.test.ts +29 -0
  1077. package/node_modules/zod/src/v3/tests/preprocess.test.ts +186 -0
  1078. package/node_modules/zod/src/v3/tests/primitive.test.ts +440 -0
  1079. package/node_modules/zod/src/v3/tests/promise.test.ts +90 -0
  1080. package/node_modules/zod/src/v3/tests/readonly.test.ts +114 -0
  1081. package/node_modules/zod/src/v3/tests/record.test.ts +171 -0
  1082. package/node_modules/zod/src/v3/tests/recursive.test.ts +197 -0
  1083. package/node_modules/zod/src/v3/tests/refine.test.ts +313 -0
  1084. package/node_modules/zod/src/v3/tests/safeparse.test.ts +27 -0
  1085. package/node_modules/zod/src/v3/tests/set.test.ts +142 -0
  1086. package/node_modules/zod/src/v3/tests/standard-schema.test.ts +83 -0
  1087. package/node_modules/zod/src/v3/tests/string.test.ts +922 -0
  1088. package/node_modules/zod/src/v3/tests/transformer.test.ts +233 -0
  1089. package/node_modules/zod/src/v3/tests/tuple.test.ts +90 -0
  1090. package/node_modules/zod/src/v3/tests/unions.test.ts +57 -0
  1091. package/node_modules/zod/src/v3/tests/validations.test.ts +133 -0
  1092. package/node_modules/zod/src/v3/tests/void.test.ts +15 -0
  1093. package/node_modules/zod/src/v3/types.ts +5138 -0
  1094. package/node_modules/zod/src/v4/classic/checks.ts +33 -0
  1095. package/node_modules/zod/src/v4/classic/coerce.ts +27 -0
  1096. package/node_modules/zod/src/v4/classic/compat.ts +78 -0
  1097. package/node_modules/zod/src/v4/classic/deep-partial.ts +76 -0
  1098. package/node_modules/zod/src/v4/classic/errors.ts +97 -0
  1099. package/node_modules/zod/src/v4/classic/external.ts +57 -0
  1100. package/node_modules/zod/src/v4/classic/from-json-schema.ts +944 -0
  1101. package/node_modules/zod/src/v4/classic/in-out.ts +45 -0
  1102. package/node_modules/zod/src/v4/classic/index.ts +5 -0
  1103. package/node_modules/zod/src/v4/classic/iso.ts +20 -0
  1104. package/node_modules/zod/src/v4/classic/parse.ts +88 -0
  1105. package/node_modules/zod/src/v4/classic/schemas.ts +2937 -0
  1106. package/node_modules/zod/src/v4/classic/tests/anyunknown.test.ts +26 -0
  1107. package/node_modules/zod/src/v4/classic/tests/apply.test.ts +86 -0
  1108. package/node_modules/zod/src/v4/classic/tests/array.test.ts +264 -0
  1109. package/node_modules/zod/src/v4/classic/tests/assignability.test.ts +402 -0
  1110. package/node_modules/zod/src/v4/classic/tests/async-parsing.test.ts +381 -0
  1111. package/node_modules/zod/src/v4/classic/tests/async-refinements.test.ts +68 -0
  1112. package/node_modules/zod/src/v4/classic/tests/base.test.ts +7 -0
  1113. package/node_modules/zod/src/v4/classic/tests/bigint.test.ts +89 -0
  1114. package/node_modules/zod/src/v4/classic/tests/brand.test.ts +106 -0
  1115. package/node_modules/zod/src/v4/classic/tests/catch.test.ts +604 -0
  1116. package/node_modules/zod/src/v4/classic/tests/coalesce.test.ts +20 -0
  1117. package/node_modules/zod/src/v4/classic/tests/codec-examples.test.ts +572 -0
  1118. package/node_modules/zod/src/v4/classic/tests/codec.test.ts +704 -0
  1119. package/node_modules/zod/src/v4/classic/tests/coerce.test.ts +160 -0
  1120. package/node_modules/zod/src/v4/classic/tests/continuability.test.ts +374 -0
  1121. package/node_modules/zod/src/v4/classic/tests/credit-card.test.ts +76 -0
  1122. package/node_modules/zod/src/v4/classic/tests/custom.test.ts +40 -0
  1123. package/node_modules/zod/src/v4/classic/tests/cyclic-data.test.ts +985 -0
  1124. package/node_modules/zod/src/v4/classic/tests/date.test.ts +92 -0
  1125. package/node_modules/zod/src/v4/classic/tests/datetime.test.ts +316 -0
  1126. package/node_modules/zod/src/v4/classic/tests/deep-partial.test.ts +380 -0
  1127. package/node_modules/zod/src/v4/classic/tests/default-locale.test.ts +32 -0
  1128. package/node_modules/zod/src/v4/classic/tests/default.test.ts +455 -0
  1129. package/node_modules/zod/src/v4/classic/tests/describe-meta-checks.test.ts +27 -0
  1130. package/node_modules/zod/src/v4/classic/tests/description.test.ts +32 -0
  1131. package/node_modules/zod/src/v4/classic/tests/detached-methods.test.ts +221 -0
  1132. package/node_modules/zod/src/v4/classic/tests/discriminated-unions.test.ts +942 -0
  1133. package/node_modules/zod/src/v4/classic/tests/enum.test.ts +305 -0
  1134. package/node_modules/zod/src/v4/classic/tests/error-utils.test.ts +917 -0
  1135. package/node_modules/zod/src/v4/classic/tests/error.test.ts +1108 -0
  1136. package/node_modules/zod/src/v4/classic/tests/file.test.ts +96 -0
  1137. package/node_modules/zod/src/v4/classic/tests/firstparty.test.ts +179 -0
  1138. package/node_modules/zod/src/v4/classic/tests/fix-json-issue.test.ts +26 -0
  1139. package/node_modules/zod/src/v4/classic/tests/from-json-schema.test.ts +1467 -0
  1140. package/node_modules/zod/src/v4/classic/tests/function.test.ts +391 -0
  1141. package/node_modules/zod/src/v4/classic/tests/generics.test.ts +72 -0
  1142. package/node_modules/zod/src/v4/classic/tests/global-config.test.ts +32 -0
  1143. package/node_modules/zod/src/v4/classic/tests/hash.test.ts +67 -0
  1144. package/node_modules/zod/src/v4/classic/tests/iban.test.ts +81 -0
  1145. package/node_modules/zod/src/v4/classic/tests/in-out.test.ts +159 -0
  1146. package/node_modules/zod/src/v4/classic/tests/index.test.ts +958 -0
  1147. package/node_modules/zod/src/v4/classic/tests/instance-footprint.test.ts +319 -0
  1148. package/node_modules/zod/src/v4/classic/tests/instanceof.test.ts +127 -0
  1149. package/node_modules/zod/src/v4/classic/tests/intersection.test.ts +334 -0
  1150. package/node_modules/zod/src/v4/classic/tests/issue-schema.test.ts +215 -0
  1151. package/node_modules/zod/src/v4/classic/tests/jitless-allows-eval.test.ts +39 -0
  1152. package/node_modules/zod/src/v4/classic/tests/json.test.ts +109 -0
  1153. package/node_modules/zod/src/v4/classic/tests/lazy.test.ts +262 -0
  1154. package/node_modules/zod/src/v4/classic/tests/literal.test.ts +128 -0
  1155. package/node_modules/zod/src/v4/classic/tests/locales_ka.test.ts +29 -0
  1156. package/node_modules/zod/src/v4/classic/tests/locales_ro.test.ts +24 -0
  1157. package/node_modules/zod/src/v4/classic/tests/map.test.ts +342 -0
  1158. package/node_modules/zod/src/v4/classic/tests/nan.test.ts +21 -0
  1159. package/node_modules/zod/src/v4/classic/tests/nested-refine.test.ts +168 -0
  1160. package/node_modules/zod/src/v4/classic/tests/nonoptional.test.ts +101 -0
  1161. package/node_modules/zod/src/v4/classic/tests/nullable.test.ts +22 -0
  1162. package/node_modules/zod/src/v4/classic/tests/number.test.ts +401 -0
  1163. package/node_modules/zod/src/v4/classic/tests/object.test.ts +1006 -0
  1164. package/node_modules/zod/src/v4/classic/tests/optin-ladder.test.ts +235 -0
  1165. package/node_modules/zod/src/v4/classic/tests/optional.test.ts +366 -0
  1166. package/node_modules/zod/src/v4/classic/tests/partial.test.ts +497 -0
  1167. package/node_modules/zod/src/v4/classic/tests/pickomit.test.ts +211 -0
  1168. package/node_modules/zod/src/v4/classic/tests/pipe.test.ts +101 -0
  1169. package/node_modules/zod/src/v4/classic/tests/prefault.test.ts +144 -0
  1170. package/node_modules/zod/src/v4/classic/tests/preprocess-types.test.ts +44 -0
  1171. package/node_modules/zod/src/v4/classic/tests/preprocess.test.ts +351 -0
  1172. package/node_modules/zod/src/v4/classic/tests/primitive.test.ts +175 -0
  1173. package/node_modules/zod/src/v4/classic/tests/promise.test.ts +81 -0
  1174. package/node_modules/zod/src/v4/classic/tests/properties.test.ts +141 -0
  1175. package/node_modules/zod/src/v4/classic/tests/prototypes.test.ts +23 -0
  1176. package/node_modules/zod/src/v4/classic/tests/readonly.test.ts +184 -0
  1177. package/node_modules/zod/src/v4/classic/tests/record.test.ts +885 -0
  1178. package/node_modules/zod/src/v4/classic/tests/recursive-types.test.ts +707 -0
  1179. package/node_modules/zod/src/v4/classic/tests/redos.test.ts +68 -0
  1180. package/node_modules/zod/src/v4/classic/tests/refine.test.ts +693 -0
  1181. package/node_modules/zod/src/v4/classic/tests/registries.test.ts +243 -0
  1182. package/node_modules/zod/src/v4/classic/tests/set.test.ts +190 -0
  1183. package/node_modules/zod/src/v4/classic/tests/standard-schema.test.ts +153 -0
  1184. package/node_modules/zod/src/v4/classic/tests/string-formats.test.ts +125 -0
  1185. package/node_modules/zod/src/v4/classic/tests/string.test.ts +1440 -0
  1186. package/node_modules/zod/src/v4/classic/tests/stringbool.test.ts +124 -0
  1187. package/node_modules/zod/src/v4/classic/tests/template-literal.test.ts +812 -0
  1188. package/node_modules/zod/src/v4/classic/tests/to-json-schema-methods.test.ts +438 -0
  1189. package/node_modules/zod/src/v4/classic/tests/to-json-schema.test.ts +4733 -0
  1190. package/node_modules/zod/src/v4/classic/tests/transform.test.ts +378 -0
  1191. package/node_modules/zod/src/v4/classic/tests/tuple.test.ts +511 -0
  1192. package/node_modules/zod/src/v4/classic/tests/union.test.ts +310 -0
  1193. package/node_modules/zod/src/v4/classic/tests/url.test.ts +13 -0
  1194. package/node_modules/zod/src/v4/classic/tests/validate.test.ts +645 -0
  1195. package/node_modules/zod/src/v4/classic/tests/validations.test.ts +283 -0
  1196. package/node_modules/zod/src/v4/classic/tests/void.test.ts +12 -0
  1197. package/node_modules/zod/src/v4/core/api.ts +1875 -0
  1198. package/node_modules/zod/src/v4/core/checks.ts +1266 -0
  1199. package/node_modules/zod/src/v4/core/compile.ts +2313 -0
  1200. package/node_modules/zod/src/v4/core/core.ts +230 -0
  1201. package/node_modules/zod/src/v4/core/doc.ts +52 -0
  1202. package/node_modules/zod/src/v4/core/errors.ts +543 -0
  1203. package/node_modules/zod/src/v4/core/index.ts +19 -0
  1204. package/node_modules/zod/src/v4/core/json-schema-generator.ts +131 -0
  1205. package/node_modules/zod/src/v4/core/json-schema-processors.ts +934 -0
  1206. package/node_modules/zod/src/v4/core/json-schema.ts +148 -0
  1207. package/node_modules/zod/src/v4/core/memoizer.ts +331 -0
  1208. package/node_modules/zod/src/v4/core/parse.ts +309 -0
  1209. package/node_modules/zod/src/v4/core/regexes.ts +217 -0
  1210. package/node_modules/zod/src/v4/core/registries.ts +105 -0
  1211. package/node_modules/zod/src/v4/core/schemas.ts +5192 -0
  1212. package/node_modules/zod/src/v4/core/standard-schema.ts +159 -0
  1213. package/node_modules/zod/src/v4/core/tests/cached.test.ts +54 -0
  1214. package/node_modules/zod/src/v4/core/tests/compile-differential.test.ts +1004 -0
  1215. package/node_modules/zod/src/v4/core/tests/compile-generative.test.ts +445 -0
  1216. package/node_modules/zod/src/v4/core/tests/compile-global.test.ts +89 -0
  1217. package/node_modules/zod/src/v4/core/tests/compile-off-by-default.test.ts +26 -0
  1218. package/node_modules/zod/src/v4/core/tests/compile-stats.test.ts +34 -0
  1219. package/node_modules/zod/src/v4/core/tests/compile.test.ts +2036 -0
  1220. package/node_modules/zod/src/v4/core/tests/email-regex.test.ts +140 -0
  1221. package/node_modules/zod/src/v4/core/tests/extend.test.ts +59 -0
  1222. package/node_modules/zod/src/v4/core/tests/index.test.ts +46 -0
  1223. package/node_modules/zod/src/v4/core/tests/locales/be.test.ts +124 -0
  1224. package/node_modules/zod/src/v4/core/tests/locales/el.test.ts +214 -0
  1225. package/node_modules/zod/src/v4/core/tests/locales/en.test.ts +22 -0
  1226. package/node_modules/zod/src/v4/core/tests/locales/es.test.ts +180 -0
  1227. package/node_modules/zod/src/v4/core/tests/locales/fr.test.ts +72 -0
  1228. package/node_modules/zod/src/v4/core/tests/locales/he.test.ts +379 -0
  1229. package/node_modules/zod/src/v4/core/tests/locales/hr.test.ts +163 -0
  1230. package/node_modules/zod/src/v4/core/tests/locales/nl.test.ts +46 -0
  1231. package/node_modules/zod/src/v4/core/tests/locales/parity.test.ts +42 -0
  1232. package/node_modules/zod/src/v4/core/tests/locales/ru.test.ts +128 -0
  1233. package/node_modules/zod/src/v4/core/tests/locales/tg.test.ts +85 -0
  1234. package/node_modules/zod/src/v4/core/tests/locales/tk.test.ts +69 -0
  1235. package/node_modules/zod/src/v4/core/tests/locales/tr.test.ts +69 -0
  1236. package/node_modules/zod/src/v4/core/tests/locales/uz.test.ts +105 -0
  1237. package/node_modules/zod/src/v4/core/tests/polyfill-collision.test.ts +46 -0
  1238. package/node_modules/zod/src/v4/core/tests/record-constructor.test.ts +125 -0
  1239. package/node_modules/zod/src/v4/core/tests/recursive-tuples.test.ts +45 -0
  1240. package/node_modules/zod/src/v4/core/tests/treeshake.test.ts +51 -0
  1241. package/node_modules/zod/src/v4/core/tests/url-no-canparse.test.ts +133 -0
  1242. package/node_modules/zod/src/v4/core/to-json-schema.ts +857 -0
  1243. package/node_modules/zod/src/v4/core/util.ts +1280 -0
  1244. package/node_modules/zod/src/v4/core/versions.ts +5 -0
  1245. package/node_modules/zod/src/v4/core/visit.ts +193 -0
  1246. package/node_modules/zod/src/v4/core/zsf.ts +323 -0
  1247. package/node_modules/zod/src/v4/index.ts +4 -0
  1248. package/node_modules/zod/src/v4/locales/ar.ts +120 -0
  1249. package/node_modules/zod/src/v4/locales/az.ts +116 -0
  1250. package/node_modules/zod/src/v4/locales/be.ts +188 -0
  1251. package/node_modules/zod/src/v4/locales/bg.ts +133 -0
  1252. package/node_modules/zod/src/v4/locales/bn.ts +123 -0
  1253. package/node_modules/zod/src/v4/locales/ca.ts +121 -0
  1254. package/node_modules/zod/src/v4/locales/ckb.ts +140 -0
  1255. package/node_modules/zod/src/v4/locales/cs.ts +123 -0
  1256. package/node_modules/zod/src/v4/locales/da.ts +128 -0
  1257. package/node_modules/zod/src/v4/locales/de.ts +121 -0
  1258. package/node_modules/zod/src/v4/locales/el.ts +124 -0
  1259. package/node_modules/zod/src/v4/locales/en.ts +136 -0
  1260. package/node_modules/zod/src/v4/locales/eo.ts +123 -0
  1261. package/node_modules/zod/src/v4/locales/es.ts +145 -0
  1262. package/node_modules/zod/src/v4/locales/fa.ts +131 -0
  1263. package/node_modules/zod/src/v4/locales/fi.ts +126 -0
  1264. package/node_modules/zod/src/v4/locales/fr-CA.ts +121 -0
  1265. package/node_modules/zod/src/v4/locales/fr.ts +139 -0
  1266. package/node_modules/zod/src/v4/locales/gu.ts +123 -0
  1267. package/node_modules/zod/src/v4/locales/he.ts +253 -0
  1268. package/node_modules/zod/src/v4/locales/hi.ts +126 -0
  1269. package/node_modules/zod/src/v4/locales/hr.ts +135 -0
  1270. package/node_modules/zod/src/v4/locales/hu.ts +122 -0
  1271. package/node_modules/zod/src/v4/locales/hy.ts +175 -0
  1272. package/node_modules/zod/src/v4/locales/id.ts +120 -0
  1273. package/node_modules/zod/src/v4/locales/index.ts +63 -0
  1274. package/node_modules/zod/src/v4/locales/is.ts +124 -0
  1275. package/node_modules/zod/src/v4/locales/it.ts +121 -0
  1276. package/node_modules/zod/src/v4/locales/ja.ts +119 -0
  1277. package/node_modules/zod/src/v4/locales/ka.ts +128 -0
  1278. package/node_modules/zod/src/v4/locales/kh.ts +7 -0
  1279. package/node_modules/zod/src/v4/locales/km.ts +124 -0
  1280. package/node_modules/zod/src/v4/locales/kn.ts +126 -0
  1281. package/node_modules/zod/src/v4/locales/ko.ts +126 -0
  1282. package/node_modules/zod/src/v4/locales/lt.ts +243 -0
  1283. package/node_modules/zod/src/v4/locales/mk.ts +123 -0
  1284. package/node_modules/zod/src/v4/locales/ms.ts +120 -0
  1285. package/node_modules/zod/src/v4/locales/ne.ts +128 -0
  1286. package/node_modules/zod/src/v4/locales/nl.ts +126 -0
  1287. package/node_modules/zod/src/v4/locales/nn.ts +121 -0
  1288. package/node_modules/zod/src/v4/locales/no.ts +121 -0
  1289. package/node_modules/zod/src/v4/locales/ota.ts +122 -0
  1290. package/node_modules/zod/src/v4/locales/pl.ts +123 -0
  1291. package/node_modules/zod/src/v4/locales/ps.ts +131 -0
  1292. package/node_modules/zod/src/v4/locales/pt-BR.ts +161 -0
  1293. package/node_modules/zod/src/v4/locales/pt.ts +159 -0
  1294. package/node_modules/zod/src/v4/locales/ro.ts +132 -0
  1295. package/node_modules/zod/src/v4/locales/ru.ts +188 -0
  1296. package/node_modules/zod/src/v4/locales/sk.ts +123 -0
  1297. package/node_modules/zod/src/v4/locales/sl.ts +123 -0
  1298. package/node_modules/zod/src/v4/locales/sv.ts +124 -0
  1299. package/node_modules/zod/src/v4/locales/ta.ts +123 -0
  1300. package/node_modules/zod/src/v4/locales/tg.ts +135 -0
  1301. package/node_modules/zod/src/v4/locales/th.ts +124 -0
  1302. package/node_modules/zod/src/v4/locales/tk.ts +113 -0
  1303. package/node_modules/zod/src/v4/locales/tr.ts +116 -0
  1304. package/node_modules/zod/src/v4/locales/ua.ts +7 -0
  1305. package/node_modules/zod/src/v4/locales/uk.ts +122 -0
  1306. package/node_modules/zod/src/v4/locales/ur.ts +124 -0
  1307. package/node_modules/zod/src/v4/locales/uz.ts +120 -0
  1308. package/node_modules/zod/src/v4/locales/vi.ts +122 -0
  1309. package/node_modules/zod/src/v4/locales/yo.ts +129 -0
  1310. package/node_modules/zod/src/v4/locales/zh-CN.ts +121 -0
  1311. package/node_modules/zod/src/v4/locales/zh-TW.ts +120 -0
  1312. package/node_modules/zod/src/v4/mini/checks.ts +33 -0
  1313. package/node_modules/zod/src/v4/mini/coerce.ts +27 -0
  1314. package/node_modules/zod/src/v4/mini/deep-partial.ts +73 -0
  1315. package/node_modules/zod/src/v4/mini/external.ts +52 -0
  1316. package/node_modules/zod/src/v4/mini/in-out.ts +45 -0
  1317. package/node_modules/zod/src/v4/mini/index.ts +3 -0
  1318. package/node_modules/zod/src/v4/mini/iso.ts +66 -0
  1319. package/node_modules/zod/src/v4/mini/parse.ts +16 -0
  1320. package/node_modules/zod/src/v4/mini/schemas.ts +2051 -0
  1321. package/node_modules/zod/src/v4/mini/tests/apply.test.ts +57 -0
  1322. package/node_modules/zod/src/v4/mini/tests/assignability.test.ts +190 -0
  1323. package/node_modules/zod/src/v4/mini/tests/brand.test.ts +94 -0
  1324. package/node_modules/zod/src/v4/mini/tests/checks.test.ts +158 -0
  1325. package/node_modules/zod/src/v4/mini/tests/codec.test.ts +582 -0
  1326. package/node_modules/zod/src/v4/mini/tests/computed.test.ts +30 -0
  1327. package/node_modules/zod/src/v4/mini/tests/cyclic-data.test.ts +84 -0
  1328. package/node_modules/zod/src/v4/mini/tests/deep-partial.test.ts +54 -0
  1329. package/node_modules/zod/src/v4/mini/tests/error.test.ts +41 -0
  1330. package/node_modules/zod/src/v4/mini/tests/functions.test.ts +14 -0
  1331. package/node_modules/zod/src/v4/mini/tests/index.test.ts +1146 -0
  1332. package/node_modules/zod/src/v4/mini/tests/number.test.ts +109 -0
  1333. package/node_modules/zod/src/v4/mini/tests/object.test.ts +292 -0
  1334. package/node_modules/zod/src/v4/mini/tests/prototypes.test.ts +43 -0
  1335. package/node_modules/zod/src/v4/mini/tests/recursive-types.test.ts +341 -0
  1336. package/node_modules/zod/src/v4/mini/tests/standard-schema.test.ts +50 -0
  1337. package/node_modules/zod/src/v4/mini/tests/string.test.ts +396 -0
  1338. package/node_modules/zod/src/v4-mini/index.ts +3 -0
  1339. package/node_modules/zod/v3/ZodError.cjs +167 -0
  1340. package/node_modules/zod/v3/ZodError.d.cts +164 -0
  1341. package/node_modules/zod/v3/ZodError.d.ts +164 -0
  1342. package/node_modules/zod/v3/ZodError.js +143 -0
  1343. package/node_modules/zod/v3/errors.cjs +36 -0
  1344. package/node_modules/zod/v3/errors.d.cts +5 -0
  1345. package/node_modules/zod/v3/errors.d.ts +5 -0
  1346. package/node_modules/zod/v3/errors.js +9 -0
  1347. package/node_modules/zod/v3/external.cjs +41 -0
  1348. package/node_modules/zod/v3/external.d.cts +6 -0
  1349. package/node_modules/zod/v3/external.d.ts +6 -0
  1350. package/node_modules/zod/v3/external.js +6 -0
  1351. package/node_modules/zod/v3/helpers/enumUtil.cjs +21 -0
  1352. package/node_modules/zod/v3/helpers/enumUtil.d.cts +8 -0
  1353. package/node_modules/zod/v3/helpers/enumUtil.d.ts +8 -0
  1354. package/node_modules/zod/v3/helpers/enumUtil.js +1 -0
  1355. package/node_modules/zod/v3/helpers/errorUtil.cjs +28 -0
  1356. package/node_modules/zod/v3/helpers/errorUtil.d.cts +9 -0
  1357. package/node_modules/zod/v3/helpers/errorUtil.d.ts +9 -0
  1358. package/node_modules/zod/v3/helpers/errorUtil.js +6 -0
  1359. package/node_modules/zod/v3/helpers/parseUtil.cjs +143 -0
  1360. package/node_modules/zod/v3/helpers/parseUtil.d.cts +78 -0
  1361. package/node_modules/zod/v3/helpers/parseUtil.d.ts +78 -0
  1362. package/node_modules/zod/v3/helpers/parseUtil.js +109 -0
  1363. package/node_modules/zod/v3/helpers/partialUtil.cjs +21 -0
  1364. package/node_modules/zod/v3/helpers/partialUtil.d.cts +8 -0
  1365. package/node_modules/zod/v3/helpers/partialUtil.d.ts +8 -0
  1366. package/node_modules/zod/v3/helpers/partialUtil.js +1 -0
  1367. package/node_modules/zod/v3/helpers/typeAliases.cjs +21 -0
  1368. package/node_modules/zod/v3/helpers/typeAliases.d.cts +2 -0
  1369. package/node_modules/zod/v3/helpers/typeAliases.d.ts +2 -0
  1370. package/node_modules/zod/v3/helpers/typeAliases.js +1 -0
  1371. package/node_modules/zod/v3/helpers/util.cjs +156 -0
  1372. package/node_modules/zod/v3/helpers/util.d.cts +85 -0
  1373. package/node_modules/zod/v3/helpers/util.d.ts +85 -0
  1374. package/node_modules/zod/v3/helpers/util.js +133 -0
  1375. package/node_modules/zod/v3/index.cjs +52 -0
  1376. package/node_modules/zod/v3/index.d.cts +4 -0
  1377. package/node_modules/zod/v3/index.d.ts +4 -0
  1378. package/node_modules/zod/v3/index.js +4 -0
  1379. package/node_modules/zod/v3/locales/en.cjs +112 -0
  1380. package/node_modules/zod/v3/locales/en.d.cts +3 -0
  1381. package/node_modules/zod/v3/locales/en.d.ts +3 -0
  1382. package/node_modules/zod/v3/locales/en.js +109 -0
  1383. package/node_modules/zod/v3/package.json +7 -0
  1384. package/node_modules/zod/v3/standard-schema.cjs +21 -0
  1385. package/node_modules/zod/v3/standard-schema.d.cts +102 -0
  1386. package/node_modules/zod/v3/standard-schema.d.ts +102 -0
  1387. package/node_modules/zod/v3/standard-schema.js +1 -0
  1388. package/node_modules/zod/v3/types.cjs +3798 -0
  1389. package/node_modules/zod/v3/types.d.cts +1034 -0
  1390. package/node_modules/zod/v3/types.d.ts +1034 -0
  1391. package/node_modules/zod/v3/types.js +3697 -0
  1392. package/node_modules/zod/v4/classic/checks.cjs +53 -0
  1393. package/node_modules/zod/v4/classic/checks.d.cts +1 -0
  1394. package/node_modules/zod/v4/classic/checks.d.ts +1 -0
  1395. package/node_modules/zod/v4/classic/checks.js +1 -0
  1396. package/node_modules/zod/v4/classic/coerce.cjs +66 -0
  1397. package/node_modules/zod/v4/classic/coerce.d.cts +17 -0
  1398. package/node_modules/zod/v4/classic/coerce.d.ts +17 -0
  1399. package/node_modules/zod/v4/classic/coerce.js +17 -0
  1400. package/node_modules/zod/v4/classic/compat.cjs +80 -0
  1401. package/node_modules/zod/v4/classic/compat.d.cts +48 -0
  1402. package/node_modules/zod/v4/classic/compat.d.ts +48 -0
  1403. package/node_modules/zod/v4/classic/compat.js +31 -0
  1404. package/node_modules/zod/v4/classic/deep-partial.cjs +58 -0
  1405. package/node_modules/zod/v4/classic/deep-partial.d.cts +14 -0
  1406. package/node_modules/zod/v4/classic/deep-partial.d.ts +14 -0
  1407. package/node_modules/zod/v4/classic/deep-partial.js +13 -0
  1408. package/node_modules/zod/v4/classic/errors.cjs +102 -0
  1409. package/node_modules/zod/v4/classic/errors.d.cts +29 -0
  1410. package/node_modules/zod/v4/classic/errors.d.ts +29 -0
  1411. package/node_modules/zod/v4/classic/errors.js +57 -0
  1412. package/node_modules/zod/v4/classic/external.cjs +97 -0
  1413. package/node_modules/zod/v4/classic/external.d.cts +19 -0
  1414. package/node_modules/zod/v4/classic/external.d.ts +19 -0
  1415. package/node_modules/zod/v4/classic/external.js +17 -0
  1416. package/node_modules/zod/v4/classic/from-json-schema.cjs +926 -0
  1417. package/node_modules/zod/v4/classic/from-json-schema.d.cts +12 -0
  1418. package/node_modules/zod/v4/classic/from-json-schema.d.ts +12 -0
  1419. package/node_modules/zod/v4/classic/from-json-schema.js +881 -0
  1420. package/node_modules/zod/v4/classic/in-out.cjs +82 -0
  1421. package/node_modules/zod/v4/classic/in-out.d.cts +8 -0
  1422. package/node_modules/zod/v4/classic/in-out.d.ts +8 -0
  1423. package/node_modules/zod/v4/classic/in-out.js +36 -0
  1424. package/node_modules/zod/v4/classic/index.cjs +52 -0
  1425. package/node_modules/zod/v4/classic/index.d.cts +3 -0
  1426. package/node_modules/zod/v4/classic/index.d.ts +3 -0
  1427. package/node_modules/zod/v4/classic/index.js +4 -0
  1428. package/node_modules/zod/v4/classic/iso.cjs +68 -0
  1429. package/node_modules/zod/v4/classic/iso.d.cts +7 -0
  1430. package/node_modules/zod/v4/classic/iso.d.ts +7 -0
  1431. package/node_modules/zod/v4/classic/iso.js +15 -0
  1432. package/node_modules/zod/v4/classic/package.json +7 -0
  1433. package/node_modules/zod/v4/classic/parse.cjs +63 -0
  1434. package/node_modules/zod/v4/classic/parse.d.cts +44 -0
  1435. package/node_modules/zod/v4/classic/parse.d.ts +44 -0
  1436. package/node_modules/zod/v4/classic/parse.js +16 -0
  1437. package/node_modules/zod/v4/classic/schemas.cjs +1676 -0
  1438. package/node_modules/zod/v4/classic/schemas.d.cts +816 -0
  1439. package/node_modules/zod/v4/classic/schemas.d.ts +816 -0
  1440. package/node_modules/zod/v4/classic/schemas.js +1535 -0
  1441. package/node_modules/zod/v4/core/api.cjs +1269 -0
  1442. package/node_modules/zod/v4/core/api.d.cts +335 -0
  1443. package/node_modules/zod/v4/core/api.d.ts +335 -0
  1444. package/node_modules/zod/v4/core/api.js +1107 -0
  1445. package/node_modules/zod/v4/core/checks.cjs +561 -0
  1446. package/node_modules/zod/v4/core/checks.d.cts +294 -0
  1447. package/node_modules/zod/v4/core/checks.d.ts +294 -0
  1448. package/node_modules/zod/v4/core/checks.js +516 -0
  1449. package/node_modules/zod/v4/core/compile.cjs +1908 -0
  1450. package/node_modules/zod/v4/core/compile.d.cts +65 -0
  1451. package/node_modules/zod/v4/core/compile.d.ts +65 -0
  1452. package/node_modules/zod/v4/core/compile.js +1858 -0
  1453. package/node_modules/zod/v4/core/core.cjs +167 -0
  1454. package/node_modules/zod/v4/core/core.d.cts +82 -0
  1455. package/node_modules/zod/v4/core/core.d.ts +82 -0
  1456. package/node_modules/zod/v4/core/core.js +141 -0
  1457. package/node_modules/zod/v4/core/doc.cjs +61 -0
  1458. package/node_modules/zod/v4/core/doc.d.cts +16 -0
  1459. package/node_modules/zod/v4/core/doc.d.ts +16 -0
  1460. package/node_modules/zod/v4/core/doc.js +38 -0
  1461. package/node_modules/zod/v4/core/errors.cjs +317 -0
  1462. package/node_modules/zod/v4/core/errors.d.cts +225 -0
  1463. package/node_modules/zod/v4/core/errors.d.ts +225 -0
  1464. package/node_modules/zod/v4/core/errors.js +267 -0
  1465. package/node_modules/zod/v4/core/index.cjs +70 -0
  1466. package/node_modules/zod/v4/core/index.d.cts +19 -0
  1467. package/node_modules/zod/v4/core/index.d.ts +19 -0
  1468. package/node_modules/zod/v4/core/index.js +19 -0
  1469. package/node_modules/zod/v4/core/json-schema-generator.cjs +122 -0
  1470. package/node_modules/zod/v4/core/json-schema-generator.d.cts +65 -0
  1471. package/node_modules/zod/v4/core/json-schema-generator.d.ts +65 -0
  1472. package/node_modules/zod/v4/core/json-schema-generator.js +99 -0
  1473. package/node_modules/zod/v4/core/json-schema-processors.cjs +929 -0
  1474. package/node_modules/zod/v4/core/json-schema-processors.d.cts +65 -0
  1475. package/node_modules/zod/v4/core/json-schema-processors.d.ts +65 -0
  1476. package/node_modules/zod/v4/core/json-schema-processors.js +843 -0
  1477. package/node_modules/zod/v4/core/json-schema.cjs +21 -0
  1478. package/node_modules/zod/v4/core/json-schema.d.cts +89 -0
  1479. package/node_modules/zod/v4/core/json-schema.d.ts +89 -0
  1480. package/node_modules/zod/v4/core/json-schema.js +1 -0
  1481. package/node_modules/zod/v4/core/memoizer.cjs +360 -0
  1482. package/node_modules/zod/v4/core/memoizer.d.cts +15 -0
  1483. package/node_modules/zod/v4/core/memoizer.d.ts +15 -0
  1484. package/node_modules/zod/v4/core/memoizer.js +311 -0
  1485. package/node_modules/zod/v4/core/package.json +7 -0
  1486. package/node_modules/zod/v4/core/parse.cjs +233 -0
  1487. package/node_modules/zod/v4/core/parse.d.cts +52 -0
  1488. package/node_modules/zod/v4/core/parse.d.ts +52 -0
  1489. package/node_modules/zod/v4/core/parse.js +175 -0
  1490. package/node_modules/zod/v4/core/regexes.cjs +209 -0
  1491. package/node_modules/zod/v4/core/regexes.d.cts +90 -0
  1492. package/node_modules/zod/v4/core/regexes.d.ts +90 -0
  1493. package/node_modules/zod/v4/core/regexes.js +156 -0
  1494. package/node_modules/zod/v4/core/registries.cjs +75 -0
  1495. package/node_modules/zod/v4/core/registries.d.cts +35 -0
  1496. package/node_modules/zod/v4/core/registries.d.ts +35 -0
  1497. package/node_modules/zod/v4/core/registries.js +51 -0
  1498. package/node_modules/zod/v4/core/schemas.cjs +2669 -0
  1499. package/node_modules/zod/v4/core/schemas.d.cts +1273 -0
  1500. package/node_modules/zod/v4/core/schemas.d.ts +1273 -0
  1501. package/node_modules/zod/v4/core/schemas.js +2606 -0
  1502. package/node_modules/zod/v4/core/standard-schema.cjs +21 -0
  1503. package/node_modules/zod/v4/core/standard-schema.d.cts +126 -0
  1504. package/node_modules/zod/v4/core/standard-schema.d.ts +126 -0
  1505. package/node_modules/zod/v4/core/standard-schema.js +1 -0
  1506. package/node_modules/zod/v4/core/to-json-schema.cjs +681 -0
  1507. package/node_modules/zod/v4/core/to-json-schema.d.cts +154 -0
  1508. package/node_modules/zod/v4/core/to-json-schema.d.ts +154 -0
  1509. package/node_modules/zod/v4/core/to-json-schema.js +651 -0
  1510. package/node_modules/zod/v4/core/util.cjs +949 -0
  1511. package/node_modules/zod/v4/core/util.d.cts +278 -0
  1512. package/node_modules/zod/v4/core/util.d.ts +278 -0
  1513. package/node_modules/zod/v4/core/util.js +859 -0
  1514. package/node_modules/zod/v4/core/versions.cjs +27 -0
  1515. package/node_modules/zod/v4/core/versions.d.cts +5 -0
  1516. package/node_modules/zod/v4/core/versions.d.ts +5 -0
  1517. package/node_modules/zod/v4/core/versions.js +5 -0
  1518. package/node_modules/zod/v4/core/visit.cjs +214 -0
  1519. package/node_modules/zod/v4/core/visit.d.cts +30 -0
  1520. package/node_modules/zod/v4/core/visit.d.ts +30 -0
  1521. package/node_modules/zod/v4/core/visit.js +169 -0
  1522. package/node_modules/zod/v4/index.cjs +51 -0
  1523. package/node_modules/zod/v4/index.d.cts +3 -0
  1524. package/node_modules/zod/v4/index.d.ts +3 -0
  1525. package/node_modules/zod/v4/index.js +4 -0
  1526. package/node_modules/zod/v4/locales/ar.cjs +138 -0
  1527. package/node_modules/zod/v4/locales/ar.d.cts +5 -0
  1528. package/node_modules/zod/v4/locales/ar.d.ts +4 -0
  1529. package/node_modules/zod/v4/locales/ar.js +111 -0
  1530. package/node_modules/zod/v4/locales/az.cjs +137 -0
  1531. package/node_modules/zod/v4/locales/az.d.cts +5 -0
  1532. package/node_modules/zod/v4/locales/az.d.ts +4 -0
  1533. package/node_modules/zod/v4/locales/az.js +110 -0
  1534. package/node_modules/zod/v4/locales/be.cjs +195 -0
  1535. package/node_modules/zod/v4/locales/be.d.cts +5 -0
  1536. package/node_modules/zod/v4/locales/be.d.ts +4 -0
  1537. package/node_modules/zod/v4/locales/be.js +168 -0
  1538. package/node_modules/zod/v4/locales/bg.cjs +152 -0
  1539. package/node_modules/zod/v4/locales/bg.d.cts +5 -0
  1540. package/node_modules/zod/v4/locales/bg.d.ts +4 -0
  1541. package/node_modules/zod/v4/locales/bg.js +125 -0
  1542. package/node_modules/zod/v4/locales/bn.cjs +140 -0
  1543. package/node_modules/zod/v4/locales/bn.d.cts +5 -0
  1544. package/node_modules/zod/v4/locales/bn.d.ts +4 -0
  1545. package/node_modules/zod/v4/locales/bn.js +113 -0
  1546. package/node_modules/zod/v4/locales/ca.cjs +139 -0
  1547. package/node_modules/zod/v4/locales/ca.d.cts +5 -0
  1548. package/node_modules/zod/v4/locales/ca.d.ts +4 -0
  1549. package/node_modules/zod/v4/locales/ca.js +112 -0
  1550. package/node_modules/zod/v4/locales/ckb.cjs +160 -0
  1551. package/node_modules/zod/v4/locales/ckb.d.cts +5 -0
  1552. package/node_modules/zod/v4/locales/ckb.d.ts +4 -0
  1553. package/node_modules/zod/v4/locales/ckb.js +133 -0
  1554. package/node_modules/zod/v4/locales/cs.cjs +143 -0
  1555. package/node_modules/zod/v4/locales/cs.d.cts +5 -0
  1556. package/node_modules/zod/v4/locales/cs.d.ts +4 -0
  1557. package/node_modules/zod/v4/locales/cs.js +116 -0
  1558. package/node_modules/zod/v4/locales/da.cjs +147 -0
  1559. package/node_modules/zod/v4/locales/da.d.cts +5 -0
  1560. package/node_modules/zod/v4/locales/da.d.ts +4 -0
  1561. package/node_modules/zod/v4/locales/da.js +120 -0
  1562. package/node_modules/zod/v4/locales/de.cjs +140 -0
  1563. package/node_modules/zod/v4/locales/de.d.cts +5 -0
  1564. package/node_modules/zod/v4/locales/de.d.ts +4 -0
  1565. package/node_modules/zod/v4/locales/de.js +113 -0
  1566. package/node_modules/zod/v4/locales/el.cjs +139 -0
  1567. package/node_modules/zod/v4/locales/el.d.cts +5 -0
  1568. package/node_modules/zod/v4/locales/el.d.ts +4 -0
  1569. package/node_modules/zod/v4/locales/el.js +112 -0
  1570. package/node_modules/zod/v4/locales/en.cjs +152 -0
  1571. package/node_modules/zod/v4/locales/en.d.cts +5 -0
  1572. package/node_modules/zod/v4/locales/en.d.ts +4 -0
  1573. package/node_modules/zod/v4/locales/en.js +125 -0
  1574. package/node_modules/zod/v4/locales/eo.cjs +141 -0
  1575. package/node_modules/zod/v4/locales/eo.d.cts +5 -0
  1576. package/node_modules/zod/v4/locales/eo.d.ts +4 -0
  1577. package/node_modules/zod/v4/locales/eo.js +114 -0
  1578. package/node_modules/zod/v4/locales/es.cjs +163 -0
  1579. package/node_modules/zod/v4/locales/es.d.cts +5 -0
  1580. package/node_modules/zod/v4/locales/es.d.ts +4 -0
  1581. package/node_modules/zod/v4/locales/es.js +136 -0
  1582. package/node_modules/zod/v4/locales/fa.cjs +146 -0
  1583. package/node_modules/zod/v4/locales/fa.d.cts +5 -0
  1584. package/node_modules/zod/v4/locales/fa.d.ts +4 -0
  1585. package/node_modules/zod/v4/locales/fa.js +119 -0
  1586. package/node_modules/zod/v4/locales/fi.cjs +144 -0
  1587. package/node_modules/zod/v4/locales/fi.d.cts +5 -0
  1588. package/node_modules/zod/v4/locales/fi.d.ts +4 -0
  1589. package/node_modules/zod/v4/locales/fi.js +117 -0
  1590. package/node_modules/zod/v4/locales/fr-CA.cjs +139 -0
  1591. package/node_modules/zod/v4/locales/fr-CA.d.cts +5 -0
  1592. package/node_modules/zod/v4/locales/fr-CA.d.ts +4 -0
  1593. package/node_modules/zod/v4/locales/fr-CA.js +112 -0
  1594. package/node_modules/zod/v4/locales/fr.cjs +156 -0
  1595. package/node_modules/zod/v4/locales/fr.d.cts +5 -0
  1596. package/node_modules/zod/v4/locales/fr.d.ts +4 -0
  1597. package/node_modules/zod/v4/locales/fr.js +129 -0
  1598. package/node_modules/zod/v4/locales/gu.cjs +140 -0
  1599. package/node_modules/zod/v4/locales/gu.d.cts +5 -0
  1600. package/node_modules/zod/v4/locales/gu.d.ts +4 -0
  1601. package/node_modules/zod/v4/locales/gu.js +113 -0
  1602. package/node_modules/zod/v4/locales/he.cjs +248 -0
  1603. package/node_modules/zod/v4/locales/he.d.cts +5 -0
  1604. package/node_modules/zod/v4/locales/he.d.ts +4 -0
  1605. package/node_modules/zod/v4/locales/he.js +221 -0
  1606. package/node_modules/zod/v4/locales/hi.cjs +138 -0
  1607. package/node_modules/zod/v4/locales/hi.d.cts +5 -0
  1608. package/node_modules/zod/v4/locales/hi.d.ts +4 -0
  1609. package/node_modules/zod/v4/locales/hi.js +111 -0
  1610. package/node_modules/zod/v4/locales/hr.cjs +153 -0
  1611. package/node_modules/zod/v4/locales/hr.d.cts +5 -0
  1612. package/node_modules/zod/v4/locales/hr.d.ts +4 -0
  1613. package/node_modules/zod/v4/locales/hr.js +126 -0
  1614. package/node_modules/zod/v4/locales/hu.cjs +140 -0
  1615. package/node_modules/zod/v4/locales/hu.d.cts +5 -0
  1616. package/node_modules/zod/v4/locales/hu.d.ts +4 -0
  1617. package/node_modules/zod/v4/locales/hu.js +113 -0
  1618. package/node_modules/zod/v4/locales/hy.cjs +185 -0
  1619. package/node_modules/zod/v4/locales/hy.d.cts +5 -0
  1620. package/node_modules/zod/v4/locales/hy.d.ts +4 -0
  1621. package/node_modules/zod/v4/locales/hy.js +158 -0
  1622. package/node_modules/zod/v4/locales/id.cjs +138 -0
  1623. package/node_modules/zod/v4/locales/id.d.cts +5 -0
  1624. package/node_modules/zod/v4/locales/id.d.ts +4 -0
  1625. package/node_modules/zod/v4/locales/id.js +111 -0
  1626. package/node_modules/zod/v4/locales/index.cjs +152 -0
  1627. package/node_modules/zod/v4/locales/index.d.cts +63 -0
  1628. package/node_modules/zod/v4/locales/index.d.ts +63 -0
  1629. package/node_modules/zod/v4/locales/index.js +63 -0
  1630. package/node_modules/zod/v4/locales/is.cjs +141 -0
  1631. package/node_modules/zod/v4/locales/is.d.cts +5 -0
  1632. package/node_modules/zod/v4/locales/is.d.ts +4 -0
  1633. package/node_modules/zod/v4/locales/is.js +114 -0
  1634. package/node_modules/zod/v4/locales/it.cjs +140 -0
  1635. package/node_modules/zod/v4/locales/it.d.cts +5 -0
  1636. package/node_modules/zod/v4/locales/it.d.ts +4 -0
  1637. package/node_modules/zod/v4/locales/it.js +113 -0
  1638. package/node_modules/zod/v4/locales/ja.cjs +139 -0
  1639. package/node_modules/zod/v4/locales/ja.d.cts +5 -0
  1640. package/node_modules/zod/v4/locales/ja.d.ts +4 -0
  1641. package/node_modules/zod/v4/locales/ja.js +112 -0
  1642. package/node_modules/zod/v4/locales/ka.cjs +144 -0
  1643. package/node_modules/zod/v4/locales/ka.d.cts +5 -0
  1644. package/node_modules/zod/v4/locales/ka.d.ts +4 -0
  1645. package/node_modules/zod/v4/locales/ka.js +117 -0
  1646. package/node_modules/zod/v4/locales/kh.cjs +12 -0
  1647. package/node_modules/zod/v4/locales/kh.d.cts +5 -0
  1648. package/node_modules/zod/v4/locales/kh.d.ts +5 -0
  1649. package/node_modules/zod/v4/locales/kh.js +5 -0
  1650. package/node_modules/zod/v4/locales/km.cjs +142 -0
  1651. package/node_modules/zod/v4/locales/km.d.cts +5 -0
  1652. package/node_modules/zod/v4/locales/km.d.ts +4 -0
  1653. package/node_modules/zod/v4/locales/km.js +115 -0
  1654. package/node_modules/zod/v4/locales/kn.cjs +143 -0
  1655. package/node_modules/zod/v4/locales/kn.d.cts +5 -0
  1656. package/node_modules/zod/v4/locales/kn.d.ts +4 -0
  1657. package/node_modules/zod/v4/locales/kn.js +116 -0
  1658. package/node_modules/zod/v4/locales/ko.cjs +143 -0
  1659. package/node_modules/zod/v4/locales/ko.d.cts +5 -0
  1660. package/node_modules/zod/v4/locales/ko.d.ts +4 -0
  1661. package/node_modules/zod/v4/locales/ko.js +116 -0
  1662. package/node_modules/zod/v4/locales/lt.cjs +234 -0
  1663. package/node_modules/zod/v4/locales/lt.d.cts +5 -0
  1664. package/node_modules/zod/v4/locales/lt.d.ts +4 -0
  1665. package/node_modules/zod/v4/locales/lt.js +207 -0
  1666. package/node_modules/zod/v4/locales/mk.cjs +141 -0
  1667. package/node_modules/zod/v4/locales/mk.d.cts +5 -0
  1668. package/node_modules/zod/v4/locales/mk.d.ts +4 -0
  1669. package/node_modules/zod/v4/locales/mk.js +114 -0
  1670. package/node_modules/zod/v4/locales/ms.cjs +139 -0
  1671. package/node_modules/zod/v4/locales/ms.d.cts +5 -0
  1672. package/node_modules/zod/v4/locales/ms.d.ts +4 -0
  1673. package/node_modules/zod/v4/locales/ms.js +112 -0
  1674. package/node_modules/zod/v4/locales/ne.cjs +138 -0
  1675. package/node_modules/zod/v4/locales/ne.d.cts +5 -0
  1676. package/node_modules/zod/v4/locales/ne.d.ts +4 -0
  1677. package/node_modules/zod/v4/locales/ne.js +111 -0
  1678. package/node_modules/zod/v4/locales/nl.cjs +142 -0
  1679. package/node_modules/zod/v4/locales/nl.d.cts +5 -0
  1680. package/node_modules/zod/v4/locales/nl.d.ts +4 -0
  1681. package/node_modules/zod/v4/locales/nl.js +115 -0
  1682. package/node_modules/zod/v4/locales/nn.cjs +140 -0
  1683. package/node_modules/zod/v4/locales/nn.d.cts +5 -0
  1684. package/node_modules/zod/v4/locales/nn.d.ts +4 -0
  1685. package/node_modules/zod/v4/locales/nn.js +113 -0
  1686. package/node_modules/zod/v4/locales/no.cjs +140 -0
  1687. package/node_modules/zod/v4/locales/no.d.cts +5 -0
  1688. package/node_modules/zod/v4/locales/no.d.ts +4 -0
  1689. package/node_modules/zod/v4/locales/no.js +113 -0
  1690. package/node_modules/zod/v4/locales/ota.cjs +141 -0
  1691. package/node_modules/zod/v4/locales/ota.d.cts +5 -0
  1692. package/node_modules/zod/v4/locales/ota.d.ts +4 -0
  1693. package/node_modules/zod/v4/locales/ota.js +114 -0
  1694. package/node_modules/zod/v4/locales/package.json +7 -0
  1695. package/node_modules/zod/v4/locales/pl.cjs +141 -0
  1696. package/node_modules/zod/v4/locales/pl.d.cts +5 -0
  1697. package/node_modules/zod/v4/locales/pl.d.ts +4 -0
  1698. package/node_modules/zod/v4/locales/pl.js +114 -0
  1699. package/node_modules/zod/v4/locales/ps.cjs +146 -0
  1700. package/node_modules/zod/v4/locales/ps.d.cts +5 -0
  1701. package/node_modules/zod/v4/locales/ps.d.ts +4 -0
  1702. package/node_modules/zod/v4/locales/ps.js +119 -0
  1703. package/node_modules/zod/v4/locales/pt-BR.cjs +170 -0
  1704. package/node_modules/zod/v4/locales/pt-BR.d.cts +5 -0
  1705. package/node_modules/zod/v4/locales/pt-BR.d.ts +4 -0
  1706. package/node_modules/zod/v4/locales/pt-BR.js +143 -0
  1707. package/node_modules/zod/v4/locales/pt.cjs +169 -0
  1708. package/node_modules/zod/v4/locales/pt.d.cts +5 -0
  1709. package/node_modules/zod/v4/locales/pt.d.ts +4 -0
  1710. package/node_modules/zod/v4/locales/pt.js +142 -0
  1711. package/node_modules/zod/v4/locales/ro.cjs +149 -0
  1712. package/node_modules/zod/v4/locales/ro.d.cts +5 -0
  1713. package/node_modules/zod/v4/locales/ro.d.ts +4 -0
  1714. package/node_modules/zod/v4/locales/ro.js +122 -0
  1715. package/node_modules/zod/v4/locales/ru.cjs +195 -0
  1716. package/node_modules/zod/v4/locales/ru.d.cts +5 -0
  1717. package/node_modules/zod/v4/locales/ru.d.ts +4 -0
  1718. package/node_modules/zod/v4/locales/ru.js +168 -0
  1719. package/node_modules/zod/v4/locales/sk.cjs +143 -0
  1720. package/node_modules/zod/v4/locales/sk.d.cts +5 -0
  1721. package/node_modules/zod/v4/locales/sk.d.ts +4 -0
  1722. package/node_modules/zod/v4/locales/sk.js +116 -0
  1723. package/node_modules/zod/v4/locales/sl.cjs +141 -0
  1724. package/node_modules/zod/v4/locales/sl.d.cts +5 -0
  1725. package/node_modules/zod/v4/locales/sl.d.ts +4 -0
  1726. package/node_modules/zod/v4/locales/sl.js +114 -0
  1727. package/node_modules/zod/v4/locales/sv.cjs +142 -0
  1728. package/node_modules/zod/v4/locales/sv.d.cts +5 -0
  1729. package/node_modules/zod/v4/locales/sv.d.ts +4 -0
  1730. package/node_modules/zod/v4/locales/sv.js +115 -0
  1731. package/node_modules/zod/v4/locales/ta.cjs +142 -0
  1732. package/node_modules/zod/v4/locales/ta.d.cts +5 -0
  1733. package/node_modules/zod/v4/locales/ta.d.ts +4 -0
  1734. package/node_modules/zod/v4/locales/ta.js +115 -0
  1735. package/node_modules/zod/v4/locales/tg.cjs +144 -0
  1736. package/node_modules/zod/v4/locales/tg.d.cts +5 -0
  1737. package/node_modules/zod/v4/locales/tg.d.ts +4 -0
  1738. package/node_modules/zod/v4/locales/tg.js +117 -0
  1739. package/node_modules/zod/v4/locales/th.cjs +142 -0
  1740. package/node_modules/zod/v4/locales/th.d.cts +5 -0
  1741. package/node_modules/zod/v4/locales/th.d.ts +4 -0
  1742. package/node_modules/zod/v4/locales/th.js +115 -0
  1743. package/node_modules/zod/v4/locales/tk.cjs +134 -0
  1744. package/node_modules/zod/v4/locales/tk.d.cts +5 -0
  1745. package/node_modules/zod/v4/locales/tk.d.ts +4 -0
  1746. package/node_modules/zod/v4/locales/tk.js +107 -0
  1747. package/node_modules/zod/v4/locales/tr.cjs +137 -0
  1748. package/node_modules/zod/v4/locales/tr.d.cts +5 -0
  1749. package/node_modules/zod/v4/locales/tr.d.ts +4 -0
  1750. package/node_modules/zod/v4/locales/tr.js +110 -0
  1751. package/node_modules/zod/v4/locales/ua.cjs +12 -0
  1752. package/node_modules/zod/v4/locales/ua.d.cts +5 -0
  1753. package/node_modules/zod/v4/locales/ua.d.ts +5 -0
  1754. package/node_modules/zod/v4/locales/ua.js +5 -0
  1755. package/node_modules/zod/v4/locales/uk.cjs +140 -0
  1756. package/node_modules/zod/v4/locales/uk.d.cts +5 -0
  1757. package/node_modules/zod/v4/locales/uk.d.ts +4 -0
  1758. package/node_modules/zod/v4/locales/uk.js +113 -0
  1759. package/node_modules/zod/v4/locales/ur.cjs +142 -0
  1760. package/node_modules/zod/v4/locales/ur.d.cts +5 -0
  1761. package/node_modules/zod/v4/locales/ur.d.ts +4 -0
  1762. package/node_modules/zod/v4/locales/ur.js +115 -0
  1763. package/node_modules/zod/v4/locales/uz.cjs +140 -0
  1764. package/node_modules/zod/v4/locales/uz.d.cts +5 -0
  1765. package/node_modules/zod/v4/locales/uz.d.ts +4 -0
  1766. package/node_modules/zod/v4/locales/uz.js +113 -0
  1767. package/node_modules/zod/v4/locales/vi.cjs +140 -0
  1768. package/node_modules/zod/v4/locales/vi.d.cts +5 -0
  1769. package/node_modules/zod/v4/locales/vi.d.ts +4 -0
  1770. package/node_modules/zod/v4/locales/vi.js +113 -0
  1771. package/node_modules/zod/v4/locales/yo.cjs +139 -0
  1772. package/node_modules/zod/v4/locales/yo.d.cts +5 -0
  1773. package/node_modules/zod/v4/locales/yo.d.ts +4 -0
  1774. package/node_modules/zod/v4/locales/yo.js +112 -0
  1775. package/node_modules/zod/v4/locales/zh-CN.cjs +141 -0
  1776. package/node_modules/zod/v4/locales/zh-CN.d.cts +5 -0
  1777. package/node_modules/zod/v4/locales/zh-CN.d.ts +4 -0
  1778. package/node_modules/zod/v4/locales/zh-CN.js +114 -0
  1779. package/node_modules/zod/v4/locales/zh-TW.cjs +139 -0
  1780. package/node_modules/zod/v4/locales/zh-TW.d.cts +5 -0
  1781. package/node_modules/zod/v4/locales/zh-TW.d.ts +4 -0
  1782. package/node_modules/zod/v4/locales/zh-TW.js +112 -0
  1783. package/node_modules/zod/v4/mini/checks.cjs +54 -0
  1784. package/node_modules/zod/v4/mini/checks.d.cts +1 -0
  1785. package/node_modules/zod/v4/mini/checks.d.ts +1 -0
  1786. package/node_modules/zod/v4/mini/checks.js +1 -0
  1787. package/node_modules/zod/v4/mini/coerce.cjs +71 -0
  1788. package/node_modules/zod/v4/mini/coerce.d.cts +7 -0
  1789. package/node_modules/zod/v4/mini/coerce.d.ts +7 -0
  1790. package/node_modules/zod/v4/mini/coerce.js +22 -0
  1791. package/node_modules/zod/v4/mini/deep-partial.cjs +58 -0
  1792. package/node_modules/zod/v4/mini/deep-partial.d.cts +14 -0
  1793. package/node_modules/zod/v4/mini/deep-partial.d.ts +14 -0
  1794. package/node_modules/zod/v4/mini/deep-partial.js +13 -0
  1795. package/node_modules/zod/v4/mini/external.cjs +95 -0
  1796. package/node_modules/zod/v4/mini/external.d.cts +16 -0
  1797. package/node_modules/zod/v4/mini/external.d.ts +16 -0
  1798. package/node_modules/zod/v4/mini/external.js +16 -0
  1799. package/node_modules/zod/v4/mini/in-out.cjs +82 -0
  1800. package/node_modules/zod/v4/mini/in-out.d.cts +8 -0
  1801. package/node_modules/zod/v4/mini/in-out.d.ts +8 -0
  1802. package/node_modules/zod/v4/mini/in-out.js +36 -0
  1803. package/node_modules/zod/v4/mini/index.cjs +51 -0
  1804. package/node_modules/zod/v4/mini/index.d.cts +3 -0
  1805. package/node_modules/zod/v4/mini/index.d.ts +3 -0
  1806. package/node_modules/zod/v4/mini/index.js +3 -0
  1807. package/node_modules/zod/v4/mini/iso.cjs +83 -0
  1808. package/node_modules/zod/v4/mini/iso.d.cts +22 -0
  1809. package/node_modules/zod/v4/mini/iso.d.ts +22 -0
  1810. package/node_modules/zod/v4/mini/iso.js +34 -0
  1811. package/node_modules/zod/v4/mini/package.json +7 -0
  1812. package/node_modules/zod/v4/mini/parse.cjs +37 -0
  1813. package/node_modules/zod/v4/mini/parse.d.cts +1 -0
  1814. package/node_modules/zod/v4/mini/parse.d.ts +1 -0
  1815. package/node_modules/zod/v4/mini/parse.js +1 -0
  1816. package/node_modules/zod/v4/mini/schemas.cjs +1147 -0
  1817. package/node_modules/zod/v4/mini/schemas.d.cts +480 -0
  1818. package/node_modules/zod/v4/mini/schemas.d.ts +480 -0
  1819. package/node_modules/zod/v4/mini/schemas.js +1002 -0
  1820. package/node_modules/zod/v4/package.json +7 -0
  1821. package/node_modules/zod/v4-mini/index.cjs +51 -0
  1822. package/node_modules/zod/v4-mini/index.d.cts +3 -0
  1823. package/node_modules/zod/v4-mini/index.d.ts +3 -0
  1824. package/node_modules/zod/v4-mini/index.js +3 -0
  1825. package/node_modules/zod/v4-mini/package.json +7 -0
  1826. package/package.json +50 -0
@@ -0,0 +1,2036 @@
1
+ import { expect, expectTypeOf, test } from "vitest";
2
+
3
+ import * as z from "../../index.js";
4
+ import {
5
+ INVALID,
6
+ ZodCompileAsyncError,
7
+ ZodCompileUnsupportedError,
8
+ compile,
9
+ compileFn,
10
+ withParser,
11
+ } from "../compile.js";
12
+ import { $ZodAsyncError } from "../core.js";
13
+
14
+ // Differential helper: assert compiled schema matches the original on a value.
15
+ function expectMatch(schema: z.ZodType, value: unknown) {
16
+ const compiled = compile(schema);
17
+ const original = schema.safeParse(value);
18
+ const fast = compiled.safeParse(value);
19
+
20
+ expect(fast.success).toBe(original.success);
21
+ if (original.success && fast.success) {
22
+ expect(fast.data).toEqual(original.data);
23
+ } else if (!original.success && !fast.success) {
24
+ expect(fast.error.issues).toEqual(original.error.issues);
25
+ }
26
+ }
27
+
28
+ // Parse and assert success; return the parsed data for further assertions.
29
+ function valid<T extends z.ZodType>(schema: T, value: unknown): z.output<T> {
30
+ const result = schema.safeParse(value);
31
+ if (!result.success) {
32
+ throw new Error(`expected success, got issues: ${JSON.stringify(result.error.issues)}`);
33
+ }
34
+ return result.data;
35
+ }
36
+
37
+ // Parse and assert failure.
38
+ function invalid(schema: z.ZodType, value: unknown) {
39
+ const result = schema.safeParse(value);
40
+ expect(result.success).toBe(false);
41
+ }
42
+
43
+ // === Primitives ===
44
+
45
+ test("string", () => {
46
+ const aot = compile(z.string());
47
+ expect(valid(aot, "hello")).toBe("hello");
48
+ expect(valid(aot, "")).toBe("");
49
+ invalid(aot, 123);
50
+ invalid(aot, null);
51
+ invalid(aot, undefined);
52
+ });
53
+
54
+ test("number", () => {
55
+ const aot = compile(z.number());
56
+ expect(valid(aot, 123)).toBe(123);
57
+ expect(valid(aot, 0)).toBe(0);
58
+ expect(valid(aot, -5.5)).toBe(-5.5);
59
+ invalid(aot, Number.NaN); // z.number() rejects NaN
60
+ invalid(aot, Number.POSITIVE_INFINITY); // z.number() rejects Infinity
61
+ invalid(aot, Number.NEGATIVE_INFINITY);
62
+ invalid(aot, "123");
63
+ invalid(aot, null);
64
+ });
65
+
66
+ test("boolean", () => {
67
+ const aot = compile(z.boolean());
68
+ expect(valid(aot, true)).toBe(true);
69
+ expect(valid(aot, false)).toBe(false);
70
+ invalid(aot, 1);
71
+ invalid(aot, "true");
72
+ });
73
+
74
+ test("bigint", () => {
75
+ const aot = compile(z.bigint());
76
+ expect(valid(aot, 123n)).toBe(123n);
77
+ expect(valid(aot, 0n)).toBe(0n);
78
+ invalid(aot, 123);
79
+ invalid(aot, "123");
80
+ });
81
+
82
+ test("symbol", () => {
83
+ const aot = compile(z.symbol());
84
+ const sym = Symbol();
85
+ expect(valid(aot, sym)).toBe(sym);
86
+ const namedSym = Symbol.for("test");
87
+ expect(valid(aot, namedSym)).toBe(namedSym);
88
+ invalid(aot, "symbol");
89
+ });
90
+
91
+ test("undefined", () => {
92
+ const aot = compile(z.undefined());
93
+ expect(valid(aot, undefined)).toBe(undefined);
94
+ invalid(aot, null);
95
+ invalid(aot, 0);
96
+ });
97
+
98
+ test("null", () => {
99
+ const aot = compile(z.null());
100
+ expect(valid(aot, null)).toBe(null);
101
+ invalid(aot, undefined);
102
+ invalid(aot, 0);
103
+ });
104
+
105
+ test("void", () => {
106
+ const aot = compile(z.void());
107
+ expect(valid(aot, undefined)).toBe(undefined);
108
+ invalid(aot, null);
109
+ invalid(aot, 0);
110
+ });
111
+
112
+ test("nan", () => {
113
+ const aot = compile(z.nan());
114
+ expect(Number.isNaN(valid(aot, Number.NaN))).toBe(true);
115
+ expect(Number.isNaN(valid(aot, Number.NaN))).toBe(true);
116
+ invalid(aot, 0);
117
+ invalid(aot, Number.POSITIVE_INFINITY);
118
+ invalid(aot, "NaN");
119
+ });
120
+
121
+ test("date", () => {
122
+ const aot = compile(z.date());
123
+ const d1 = new Date();
124
+ expect(valid(aot, d1)).toBe(d1);
125
+ const d2 = new Date(0);
126
+ expect(valid(aot, d2)).toBe(d2);
127
+ invalid(aot, new Date("invalid")); // Invalid date
128
+ invalid(aot, "2024-01-01");
129
+ invalid(aot, Date.now());
130
+ });
131
+
132
+ // === Special Types ===
133
+
134
+ test("any", () => {
135
+ const aot = compile(z.any());
136
+ expect(valid(aot, null)).toBe(null);
137
+ expect(valid(aot, undefined)).toBe(undefined);
138
+ expect(valid(aot, 123)).toBe(123);
139
+ expect(valid(aot, { nested: { deep: true } })).toEqual({ nested: { deep: true } });
140
+ });
141
+
142
+ test("unknown", () => {
143
+ const aot = compile(z.unknown());
144
+ expect(valid(aot, null)).toBe(null);
145
+ expect(valid(aot, undefined)).toBe(undefined);
146
+ expect(valid(aot, 123)).toBe(123);
147
+ });
148
+
149
+ test("never", () => {
150
+ const aot = compile(z.never());
151
+ invalid(aot, null);
152
+ invalid(aot, undefined);
153
+ invalid(aot, 123);
154
+ });
155
+
156
+ // === Literal ===
157
+
158
+ test("literal string", () => {
159
+ const aot = compile(z.literal("hello"));
160
+ expect(valid(aot, "hello")).toBe("hello");
161
+ invalid(aot, "Hello");
162
+ invalid(aot, "");
163
+ });
164
+
165
+ test("literal number", () => {
166
+ const aot = compile(z.literal(42));
167
+ expect(valid(aot, 42)).toBe(42);
168
+ invalid(aot, 43);
169
+ invalid(aot, "42");
170
+ });
171
+
172
+ test("literal boolean", () => {
173
+ const aot = compile(z.literal(true));
174
+ expect(valid(aot, true)).toBe(true);
175
+ invalid(aot, false);
176
+ });
177
+
178
+ test("literal null", () => {
179
+ const aot = compile(z.literal(null));
180
+ expect(valid(aot, null)).toBe(null);
181
+ invalid(aot, undefined);
182
+ });
183
+
184
+ test("literal bigint", () => {
185
+ const aot = compile(z.literal(100n));
186
+ expect(valid(aot, 100n)).toBe(100n);
187
+ invalid(aot, 100);
188
+ invalid(aot, 101n);
189
+ });
190
+
191
+ // === Enum ===
192
+
193
+ test("enum", () => {
194
+ const aot = compile(z.enum(["a", "b", "c"]));
195
+ expect(valid(aot, "a")).toBe("a");
196
+ expect(valid(aot, "b")).toBe("b");
197
+ expect(valid(aot, "c")).toBe("c");
198
+ invalid(aot, "d");
199
+ invalid(aot, "A");
200
+ invalid(aot, 1);
201
+ });
202
+
203
+ // === Wrapper Types ===
204
+
205
+ test("readonly", () => {
206
+ const aot = compile(z.readonly(z.string()));
207
+ expect(valid(aot, "hello")).toBe("hello");
208
+ invalid(aot, 123);
209
+ });
210
+
211
+ test("default", () => {
212
+ const aot = compile(z.string().default("hello"));
213
+ expect(valid(aot, "world")).toBe("world");
214
+ expect(valid(aot, undefined)).toBe("hello"); // default applies
215
+ invalid(aot, 123);
216
+ });
217
+
218
+ test("prefault", () => {
219
+ const aot = compile(z.string().trim().prefault(" hello "));
220
+ expect(valid(aot, "world")).toBe("world");
221
+ expect(valid(aot, undefined)).toBe("hello");
222
+ invalid(aot, 123);
223
+ });
224
+
225
+ test("nonoptional", () => {
226
+ const aot = compile(z.string().optional().nonoptional());
227
+ expect(valid(aot, "hello")).toBe("hello");
228
+ invalid(aot, undefined); // nonoptional rejects undefined
229
+ invalid(aot, 123);
230
+ });
231
+
232
+ test("nonoptional judges the inner's output, not its input", () => {
233
+ // An inner catch turns a *defined* input into undefined, which must still be rejected; an inner default turns an absent input into a value, which must be accepted. Testing the input alone got both backwards.
234
+ const caught = z
235
+ .string()
236
+ .min(2)
237
+ .max(8)
238
+ .prefault("abc")
239
+ .catch(undefined as any)
240
+ .optional()
241
+ .nonoptional();
242
+ for (const input of ["abc", "abcdefghij", "a", undefined]) expectMatch(caught, input);
243
+
244
+ expectMatch(
245
+ z
246
+ .string()
247
+ .transform(() => undefined)
248
+ .nonoptional(),
249
+ "s"
250
+ );
251
+ for (const input of [undefined, "y", 1]) expectMatch(z.string().default("x").nonoptional(), input);
252
+ });
253
+
254
+ test("a nonoptional object key whose inner supplies a value still needs the key", () => {
255
+ // The runtime separates an absent key from an explicit undefined here: absent fails, explicit undefined takes the default. The fast path has to as well.
256
+ const prop = z
257
+ .literal("lit")
258
+ .default("other" as any)
259
+ .optional()
260
+ .nonoptional();
261
+ const schema = z.object({ k1: prop });
262
+ expectMatch(schema, {});
263
+ expectMatch(schema, { k1: undefined });
264
+ expectMatch(schema, { k1: "lit" });
265
+ expectMatch(prop, undefined);
266
+ });
267
+
268
+ test("success", () => {
269
+ const aot = compile(z.success(z.string()));
270
+ expect(valid(aot, "hello")).toBe(true);
271
+ invalid(aot, 123);
272
+ expectMatch(z.success(z.string()), "hello");
273
+ expectMatch(z.success(z.string()), 123);
274
+ expectMatch(z.object({ ok: z.success(z.number()) }), { ok: 5 });
275
+ });
276
+
277
+ // === Optional & Nullable ===
278
+
279
+ test("optional", () => {
280
+ const aot = compile(z.optional(z.string()));
281
+ expect(valid(aot, "hello")).toBe("hello");
282
+ expect(valid(aot, undefined)).toBe(undefined);
283
+ invalid(aot, null);
284
+ invalid(aot, 123);
285
+ });
286
+
287
+ test("nullable", () => {
288
+ const aot = compile(z.nullable(z.string()));
289
+ expect(valid(aot, "hello")).toBe("hello");
290
+ expect(valid(aot, null)).toBe(null);
291
+ invalid(aot, undefined);
292
+ invalid(aot, 123);
293
+ });
294
+
295
+ // === Array ===
296
+
297
+ test("array of strings", () => {
298
+ const aot = compile(z.array(z.string()));
299
+ expect(valid(aot, [])).toEqual([]);
300
+ expect(valid(aot, ["a", "b"])).toEqual(["a", "b"]);
301
+ invalid(aot, [1, 2]);
302
+ invalid(aot, ["a", 1]);
303
+ invalid(aot, "not array");
304
+ });
305
+
306
+ test("array of objects", () => {
307
+ const aot = compile(z.array(z.object({ id: z.number() })));
308
+ expect(valid(aot, [{ id: 1 }, { id: 2 }])).toEqual([{ id: 1 }, { id: 2 }]);
309
+ invalid(aot, [{ id: "1" }]);
310
+ invalid(aot, [{}]);
311
+ });
312
+
313
+ // === Object ===
314
+
315
+ test("simple object", () => {
316
+ const aot = compile(z.object({ name: z.string(), age: z.number() }));
317
+ expect(valid(aot, { name: "Alice", age: 30 })).toEqual({ name: "Alice", age: 30 });
318
+ expect(valid(aot, { name: "Bob", age: 25, extra: true })).toEqual({ name: "Bob", age: 25 }); // strip mode
319
+ invalid(aot, { name: "Charlie" });
320
+ invalid(aot, { name: 123, age: 30 });
321
+ invalid(aot, null);
322
+ invalid(aot, []);
323
+ });
324
+
325
+ test("nested object", () => {
326
+ const aot = compile(
327
+ z.object({
328
+ user: z.object({
329
+ name: z.string(),
330
+ address: z.object({
331
+ city: z.string(),
332
+ }),
333
+ }),
334
+ })
335
+ );
336
+ expect(valid(aot, { user: { name: "Alice", address: { city: "NYC" } } })).toEqual({
337
+ user: { name: "Alice", address: { city: "NYC" } },
338
+ });
339
+ invalid(aot, { user: { name: "Alice", address: {} } });
340
+ });
341
+
342
+ test("object with optional property", () => {
343
+ const aot = compile(z.object({ name: z.string(), age: z.optional(z.number()) }));
344
+ expect(valid(aot, { name: "Alice" })).toEqual({ name: "Alice" });
345
+ expect(valid(aot, { name: "Alice", age: 30 })).toEqual({ name: "Alice", age: 30 });
346
+ expect(valid(aot, { name: "Alice", age: undefined })).toEqual({ name: "Alice", age: undefined });
347
+ invalid(aot, { name: "Alice", age: "30" });
348
+ });
349
+
350
+ test("object required undefined-accepting properties distinguish absence", () => {
351
+ const cases = [
352
+ z.object({ value: z.undefined() }),
353
+ z.object({ value: z.union([z.string(), z.undefined()]) }),
354
+ z.object({ value: z.any() }),
355
+ z.object({ value: z.unknown() }),
356
+ ];
357
+
358
+ for (const schema of cases) {
359
+ const aot = compile(schema);
360
+ invalid(aot, {});
361
+ expect(valid(aot, { value: undefined })).toEqual({ value: undefined });
362
+ }
363
+ });
364
+
365
+ test("strictObject", () => {
366
+ const aot = compile(z.strictObject({ name: z.string() }));
367
+ expect(valid(aot, { name: "Alice" })).toEqual({ name: "Alice" });
368
+ invalid(aot, { name: "Alice", extra: true });
369
+ invalid(aot, {});
370
+ });
371
+
372
+ test("strictObject with optional", () => {
373
+ const aot = compile(z.strictObject({ name: z.string(), age: z.optional(z.number()) }));
374
+ expect(valid(aot, { name: "Alice" })).toEqual({ name: "Alice" });
375
+ expect(valid(aot, { name: "Alice", age: 30 })).toEqual({ name: "Alice", age: 30 });
376
+ invalid(aot, { name: "Alice", extra: true });
377
+ });
378
+
379
+ test("looseObject", () => {
380
+ const aot = compile(z.looseObject({ name: z.string() }));
381
+ expect(valid(aot, { name: "Alice" })).toEqual({ name: "Alice" });
382
+ expect(valid(aot, { name: "Alice", extra: true })).toEqual({ name: "Alice", extra: true });
383
+ invalid(aot, {});
384
+ });
385
+
386
+ test("object with catchall", () => {
387
+ const aot = compile(z.object({ name: z.string() }).catchall(z.number()));
388
+ expect(valid(aot, { name: "Alice" })).toEqual({ name: "Alice" });
389
+ expect(valid(aot, { name: "Alice", age: 30 })).toEqual({ name: "Alice", age: 30 });
390
+ invalid(aot, { name: "Alice", age: "30" });
391
+ });
392
+
393
+ // === Matches Zod behavior ===
394
+
395
+ test("matches Zod: primitives", () => {
396
+ expectMatch(z.string(), "hello");
397
+ expectMatch(z.string(), 123);
398
+ expectMatch(z.number(), 123);
399
+ expectMatch(z.number(), Number.NaN);
400
+ expectMatch(z.boolean(), true);
401
+ expectMatch(z.boolean(), 1);
402
+ });
403
+
404
+ test("matches Zod: void/nan/date", () => {
405
+ expectMatch(z.void(), undefined);
406
+ expectMatch(z.void(), null);
407
+ expectMatch(z.nan(), Number.NaN);
408
+ expectMatch(z.nan(), 0);
409
+ expectMatch(z.date(), new Date());
410
+ expectMatch(z.date(), new Date("invalid"));
411
+ expectMatch(z.date(), "2024-01-01");
412
+ });
413
+
414
+ test("matches Zod: complex schema", () => {
415
+ const schema = z.strictObject({
416
+ id: z.number(),
417
+ name: z.string(),
418
+ tags: z.array(z.string()),
419
+ nested: z.object({
420
+ active: z.boolean(),
421
+ }),
422
+ });
423
+
424
+ expectMatch(schema, { id: 1, name: "test", tags: ["a"], nested: { active: true } });
425
+ expectMatch(schema, { id: 1, name: "test", tags: ["a"], nested: { active: true }, extra: "x" });
426
+ expectMatch(schema, { id: "1", name: "test", tags: ["a"], nested: { active: true } });
427
+ });
428
+
429
+ // === Checks ===
430
+
431
+ test("number min/max", () => {
432
+ const aot = compile(z.number().min(0).max(100));
433
+ expect(valid(aot, 50)).toBe(50);
434
+ expect(valid(aot, 0)).toBe(0);
435
+ expect(valid(aot, 100)).toBe(100);
436
+ invalid(aot, -1);
437
+ invalid(aot, 101);
438
+ });
439
+
440
+ test("number exclusive min/max", () => {
441
+ const aot = compile(z.number().gt(0).lt(100));
442
+ expect(valid(aot, 50)).toBe(50);
443
+ expect(valid(aot, 1)).toBe(1);
444
+ expect(valid(aot, 99)).toBe(99);
445
+ invalid(aot, 0);
446
+ invalid(aot, 100);
447
+ });
448
+
449
+ test("number int", () => {
450
+ const aot = compile(z.number().int());
451
+ expect(valid(aot, 5)).toBe(5);
452
+ expect(valid(aot, -10)).toBe(-10);
453
+ invalid(aot, 5.5);
454
+ });
455
+
456
+ test("number multipleOf", () => {
457
+ const aot = compile(z.number().multipleOf(5));
458
+ expect(valid(aot, 0)).toBe(0);
459
+ expect(valid(aot, 5)).toBe(5);
460
+ expect(valid(aot, 10)).toBe(10);
461
+ invalid(aot, 7);
462
+ });
463
+
464
+ test("string length checks", () => {
465
+ const aot = compile(z.string().min(3).max(10));
466
+ expect(valid(aot, "abc")).toBe("abc");
467
+ expect(valid(aot, "0123456789")).toBe("0123456789");
468
+ invalid(aot, "ab");
469
+ invalid(aot, "01234567890");
470
+ });
471
+
472
+ test("string exact length", () => {
473
+ const aot = compile(z.string().length(5));
474
+ expect(valid(aot, "hello")).toBe("hello");
475
+ invalid(aot, "hi");
476
+ invalid(aot, "toolong");
477
+ });
478
+
479
+ test("string regex", () => {
480
+ const aot = compile(z.string().regex(/^[a-z]+$/));
481
+ expect(valid(aot, "hello")).toBe("hello");
482
+ invalid(aot, "Hello");
483
+ invalid(aot, "hello123");
484
+ });
485
+
486
+ test("string startsWith/endsWith/includes", () => {
487
+ const aot = compile(z.string().startsWith("hello").endsWith("world").includes("beautiful"));
488
+ expect(valid(aot, "hello beautiful world")).toBe("hello beautiful world");
489
+ invalid(aot, "hello world");
490
+ invalid(aot, "beautiful world");
491
+ });
492
+
493
+ test("string lowercase/uppercase", () => {
494
+ const lower = compile(z.string().lowercase());
495
+ expect(valid(lower, "hello")).toBe("hello");
496
+ invalid(lower, "Hello");
497
+
498
+ const upper = compile(z.string().uppercase());
499
+ expect(valid(upper, "HELLO")).toBe("HELLO");
500
+ invalid(upper, "Hello");
501
+ });
502
+
503
+ test("array length checks", () => {
504
+ const aot = compile(z.array(z.number()).min(1).max(3));
505
+ expect(valid(aot, [1])).toEqual([1]);
506
+ expect(valid(aot, [1, 2, 3])).toEqual([1, 2, 3]);
507
+ invalid(aot, []);
508
+ invalid(aot, [1, 2, 3, 4]);
509
+ });
510
+
511
+ test("bigint min/max", () => {
512
+ const aot = compile(z.bigint().min(0n).max(100n));
513
+ expect(valid(aot, 50n)).toBe(50n);
514
+ expect(valid(aot, 0n)).toBe(0n);
515
+ invalid(aot, -1n);
516
+ invalid(aot, 101n);
517
+ });
518
+
519
+ test("matches Zod: checks", () => {
520
+ const schema = z
521
+ .string()
522
+ .min(3)
523
+ .max(10)
524
+ .regex(/^[a-z]+$/);
525
+ expectMatch(schema, "hello");
526
+ expectMatch(schema, "ab");
527
+ expectMatch(schema, "Hello");
528
+ expectMatch(schema, "toolongstring");
529
+ });
530
+
531
+ test("custom refine", () => {
532
+ const aot = compile(z.string().refine((x) => x.length > 3));
533
+ expect(valid(aot, "hello")).toBe("hello");
534
+ invalid(aot, "abc");
535
+ invalid(aot, "ab");
536
+ });
537
+
538
+ test("custom refine with object", () => {
539
+ const aot = compile(
540
+ z
541
+ .object({
542
+ password: z.string(),
543
+ confirm: z.string(),
544
+ })
545
+ .refine((data) => data.password === data.confirm)
546
+ );
547
+ expect(valid(aot, { password: "secret", confirm: "secret" })).toEqual({ password: "secret", confirm: "secret" });
548
+ invalid(aot, { password: "secret", confirm: "wrong" });
549
+ });
550
+
551
+ // === String Formats ===
552
+
553
+ test("email", () => {
554
+ const aot = compile(z.email());
555
+ expect(valid(aot, "test@example.com")).toBe("test@example.com");
556
+ expect(valid(aot, "user.name+tag@example.co.uk")).toBe("user.name+tag@example.co.uk");
557
+ invalid(aot, "invalid");
558
+ invalid(aot, "@example.com");
559
+ invalid(aot, 123);
560
+ });
561
+
562
+ test("uuid", () => {
563
+ const aot = compile(z.uuid());
564
+ expect(valid(aot, "550e8400-e29b-41d4-a716-446655440000")).toBe("550e8400-e29b-41d4-a716-446655440000");
565
+ expect(valid(aot, "00000000-0000-0000-0000-000000000000")).toBe("00000000-0000-0000-0000-000000000000");
566
+ invalid(aot, "not-a-uuid");
567
+ invalid(aot, "550e8400-e29b-41d4-a716");
568
+ });
569
+
570
+ test("url", () => {
571
+ const aot = compile(z.url());
572
+ expect(valid(aot, "https://example.com")).toBe("https://example.com");
573
+ expect(valid(aot, " https://example.com ")).toBe("https://example.com");
574
+ expect(valid(aot, "http://localhost:3000/path")).toBe("http://localhost:3000/path");
575
+ invalid(aot, "not a url");
576
+ invalid(aot, "example.com");
577
+ });
578
+
579
+ test("ipv4", () => {
580
+ const aot = compile(z.ipv4());
581
+ expect(valid(aot, "192.168.1.1")).toBe("192.168.1.1");
582
+ expect(valid(aot, "0.0.0.0")).toBe("0.0.0.0");
583
+ expect(valid(aot, "255.255.255.255")).toBe("255.255.255.255");
584
+ invalid(aot, "192.168.1");
585
+ invalid(aot, "256.0.0.0");
586
+ });
587
+
588
+ test("matches Zod: string formats", () => {
589
+ expectMatch(z.email(), "test@example.com");
590
+ expectMatch(z.email(), "invalid");
591
+ expectMatch(z.uuid(), "550e8400-e29b-41d4-a716-446655440000");
592
+ expectMatch(z.uuid(), "not-a-uuid");
593
+ // z.url() intentionally throws at compile time (see "url is unsupported").
594
+ });
595
+
596
+ // === Tuple ===
597
+
598
+ test("tuple basic", () => {
599
+ const aot = compile(z.tuple([z.string(), z.number()]));
600
+ expect(valid(aot, ["hello", 42])).toEqual(["hello", 42]);
601
+ invalid(aot, ["hello", "world"]);
602
+ invalid(aot, ["hello"]);
603
+ invalid(aot, ["hello", 42, "extra"]);
604
+ invalid(aot, {});
605
+ });
606
+
607
+ test("tuple with rest", () => {
608
+ const aot = compile(z.tuple([z.string(), z.number()]).rest(z.boolean()));
609
+ expect(valid(aot, ["hello", 42])).toEqual(["hello", 42]);
610
+ expect(valid(aot, ["hello", 42, true])).toEqual(["hello", 42, true]);
611
+ expect(valid(aot, ["hello", 42, true, false])).toEqual(["hello", 42, true, false]);
612
+ invalid(aot, ["hello", 42, "extra"]);
613
+ invalid(aot, ["hello"]);
614
+ });
615
+
616
+ test("tuple empty", () => {
617
+ const aot = compile(z.tuple([]));
618
+ expect(valid(aot, [])).toEqual([]);
619
+ invalid(aot, ["extra"]);
620
+ });
621
+
622
+ test("matches Zod: tuple", () => {
623
+ const schema = z.tuple([z.string(), z.number()]).rest(z.boolean());
624
+ expectMatch(schema, ["hello", 42]);
625
+ expectMatch(schema, ["hello", 42, true, false]);
626
+ expectMatch(schema, ["hello", 42, "not boolean"]);
627
+ expectMatch(schema, ["hello"]);
628
+ });
629
+
630
+ // === Union ===
631
+
632
+ test("union of primitives", () => {
633
+ const aot = compile(z.union([z.string(), z.number()]));
634
+ expect(valid(aot, "hello")).toBe("hello");
635
+ expect(valid(aot, 42)).toBe(42);
636
+ invalid(aot, true);
637
+ invalid(aot, null);
638
+ });
639
+
640
+ test("union of literals (Set optimization)", () => {
641
+ const aot = compile(z.union([z.literal("a"), z.literal("b"), z.literal("c")]));
642
+ expect(valid(aot, "a")).toBe("a");
643
+ expect(valid(aot, "b")).toBe("b");
644
+ expect(valid(aot, "c")).toBe("c");
645
+ invalid(aot, "d");
646
+ });
647
+
648
+ test("union single option", () => {
649
+ const aot = compile(z.union([z.string()]));
650
+ expect(valid(aot, "hello")).toBe("hello");
651
+ invalid(aot, 42);
652
+ });
653
+
654
+ test("union with objects", () => {
655
+ const aot = compile(
656
+ z.union([
657
+ z.object({ type: z.literal("a"), value: z.string() }),
658
+ z.object({ type: z.literal("b"), value: z.number() }),
659
+ ])
660
+ );
661
+ expect(valid(aot, { type: "a", value: "hello" })).toEqual({ type: "a", value: "hello" });
662
+ expect(valid(aot, { type: "b", value: 42 })).toEqual({ type: "b", value: 42 });
663
+ invalid(aot, { type: "a", value: 42 });
664
+ invalid(aot, { type: "c", value: "hello" });
665
+ });
666
+
667
+ test("matches Zod: union", () => {
668
+ const schema = z.union([z.string(), z.number(), z.null()]);
669
+ expectMatch(schema, "hello");
670
+ expectMatch(schema, 42);
671
+ expectMatch(schema, null);
672
+ expectMatch(schema, true);
673
+ expectMatch(schema, undefined);
674
+ });
675
+
676
+ // === Intersection ===
677
+
678
+ test("intersection of objects", () => {
679
+ const aot = compile(z.intersection(z.object({ name: z.string() }), z.object({ age: z.number() })));
680
+ expect(valid(aot, { name: "Alice", age: 30 })).toEqual({ name: "Alice", age: 30 });
681
+ invalid(aot, { name: "Alice" });
682
+ invalid(aot, { age: 30 });
683
+ });
684
+
685
+ test("intersection deep merge", () => {
686
+ const aot = compile(
687
+ z.intersection(z.object({ nested: z.object({ a: z.string() }) }), z.object({ nested: z.object({ b: z.number() }) }))
688
+ );
689
+ expect(valid(aot, { nested: { a: "x", b: 1 } })).toEqual({ nested: { a: "x", b: 1 } });
690
+ });
691
+
692
+ // === Record ===
693
+
694
+ test("record basic", () => {
695
+ const aot = compile(z.record(z.string(), z.number()));
696
+ expect(valid(aot, {})).toEqual({});
697
+ expect(valid(aot, { a: 1, b: 2 })).toEqual({ a: 1, b: 2 });
698
+ invalid(aot, { a: "hello" });
699
+ invalid(aot, null);
700
+ invalid(aot, []);
701
+ });
702
+
703
+ test("record with enum keys", () => {
704
+ // Records with enum/literal keys have exhaustive semantics: every enum value must be present in the input. Compile currently forces fallback for this case (see compile.ts generateRecordCheck), so behavior matches the runtime by delegation.
705
+ const aot = compile(z.record(z.enum(["a", "b"]), z.number()));
706
+ expect(valid(aot, { a: 1, b: 2 })).toEqual({ a: 1, b: 2 });
707
+ invalid(aot, { a: 1 }); // missing required key b
708
+ invalid(aot, { c: 3 }); // unknown key
709
+ });
710
+
711
+ test("matches Zod: record", () => {
712
+ const schema = z.record(z.string(), z.number());
713
+ expectMatch(schema, {});
714
+ expectMatch(schema, { a: 1, b: 2 });
715
+ expectMatch(schema, { a: "hello" });
716
+ });
717
+
718
+ // === Map ===
719
+
720
+ test("map basic", () => {
721
+ const aot = compile(z.map(z.string(), z.number()));
722
+ expect(valid(aot, new Map())).toEqual(new Map());
723
+ expect(
724
+ valid(
725
+ aot,
726
+ new Map([
727
+ ["a", 1],
728
+ ["b", 2],
729
+ ])
730
+ )
731
+ ).toEqual(
732
+ new Map([
733
+ ["a", 1],
734
+ ["b", 2],
735
+ ])
736
+ );
737
+ invalid(aot, new Map([["a", "hello"]]));
738
+ invalid(aot, new Map([[1, 1]]));
739
+ invalid(aot, {});
740
+ });
741
+
742
+ test("matches Zod: map", () => {
743
+ const schema = z.map(z.string(), z.number());
744
+ expectMatch(schema, new Map());
745
+ expectMatch(schema, new Map([["a", 1]]));
746
+ expectMatch(schema, new Map([["a", "hello"]]));
747
+ expectMatch(schema, {});
748
+ });
749
+
750
+ // === Set ===
751
+
752
+ test("set basic", () => {
753
+ const aot = compile(z.set(z.number()));
754
+ expect(valid(aot, new Set())).toEqual(new Set());
755
+ expect(valid(aot, new Set([1, 2, 3]))).toEqual(new Set([1, 2, 3]));
756
+ invalid(aot, new Set(["hello"]));
757
+ invalid(aot, []);
758
+ });
759
+
760
+ test("set size checks", () => {
761
+ const aot = compile(z.set(z.number()).min(1).max(3));
762
+ expect(valid(aot, new Set([1]))).toEqual(new Set([1]));
763
+ expect(valid(aot, new Set([1, 2, 3]))).toEqual(new Set([1, 2, 3]));
764
+ invalid(aot, new Set());
765
+ invalid(aot, new Set([1, 2, 3, 4]));
766
+ });
767
+
768
+ test("matches Zod: set", () => {
769
+ const schema = z.set(z.string());
770
+ expectMatch(schema, new Set());
771
+ expectMatch(schema, new Set(["a", "b"]));
772
+ expectMatch(schema, new Set([1, 2]));
773
+ expectMatch(schema, []);
774
+ });
775
+
776
+ // === Template Literal ===
777
+
778
+ test("template literal basic", () => {
779
+ const aot = compile(z.templateLiteral([z.literal("hello"), z.literal("-"), z.literal("world")]));
780
+ expect(valid(aot, "hello-world")).toBe("hello-world");
781
+ invalid(aot, "hello-world!");
782
+ invalid(aot, "helloworld");
783
+ invalid(aot, 123);
784
+ });
785
+
786
+ test("template literal with types", () => {
787
+ const aot = compile(z.templateLiteral(["user-", z.number()]));
788
+ expect(valid(aot, "user-123")).toBe("user-123");
789
+ expect(valid(aot, "user-0")).toBe("user-0");
790
+ invalid(aot, "user-abc");
791
+ invalid(aot, "admin-123");
792
+ });
793
+
794
+ test("matches Zod: template literal", () => {
795
+ const schema = z.templateLiteral(["id-", z.number()]);
796
+ expectMatch(schema, "id-123");
797
+ expectMatch(schema, "id-abc");
798
+ expectMatch(schema, "other-123");
799
+ });
800
+
801
+ // === Lazy ===
802
+
803
+ test("lazy basic", () => {
804
+ const aot = compile(z.lazy(() => z.string()));
805
+ expect(valid(aot, "hello")).toBe("hello");
806
+ invalid(aot, 123);
807
+ });
808
+
809
+ test("lazy recursive schemas are refused, and still parse through the runtime", () => {
810
+ interface Node {
811
+ value: string;
812
+ next?: Node | undefined;
813
+ }
814
+ const nodeSchema: z.ZodType<Node> = z.object({
815
+ value: z.string(),
816
+ next: z.lazy(() => nodeSchema).optional(),
817
+ });
818
+
819
+ // A recursive schema is re-entered by a single parse, which is how the runtime memoizer terminates input containing a reference cycle. That state is keyed on the parse context, and the fast path has none, so it declines the schema rather than following the cycle until the stack runs out.
820
+ expect(() => compile(nodeSchema, { strict: true })).toThrow(ZodCompileUnsupportedError);
821
+
822
+ expect(valid(nodeSchema, { value: "a" })).toEqual({ value: "a" });
823
+ expect(valid(nodeSchema, { value: "a", next: { value: "b" } })).toEqual({ value: "a", next: { value: "b" } });
824
+ invalid(nodeSchema, { value: "a", next: { value: 123 } });
825
+ invalid(nodeSchema, { value: 123 });
826
+
827
+ // The case the refusal exists for: cyclic input parses instead of crashing.
828
+ const cyclic: any = { value: "a" };
829
+ cyclic.next = cyclic;
830
+ expect(() => nodeSchema.parse(cyclic)).not.toThrow();
831
+ });
832
+
833
+ test("matches Zod: lazy", () => {
834
+ const schema = z.lazy(() => z.string());
835
+ expectMatch(schema, "hello");
836
+ expectMatch(schema, 123);
837
+ });
838
+
839
+ // === Pipe ===
840
+
841
+ test("pipe without transform", () => {
842
+ // Pipe with both schemas validating the same type
843
+ const aot = compile(z.string().pipe(z.string().min(3)));
844
+ expect(valid(aot, "hello")).toBe("hello");
845
+ invalid(aot, "ab");
846
+ invalid(aot, 123);
847
+ });
848
+
849
+ test("matches Zod: pipe without transform", () => {
850
+ const schema = z.string().pipe(z.string().min(3));
851
+ expectMatch(schema, "hello");
852
+ expectMatch(schema, "ab");
853
+ expectMatch(schema, 123);
854
+ });
855
+
856
+ // === Custom / Instanceof ===
857
+
858
+ test("instanceof", () => {
859
+ class MyClass {
860
+ value: number;
861
+ constructor(v: number) {
862
+ this.value = v;
863
+ }
864
+ }
865
+
866
+ const aot = compile(z.instanceof(MyClass));
867
+ const instance = new MyClass(1);
868
+ expect(valid(aot, instance)).toBe(instance);
869
+ invalid(aot, { value: 1 });
870
+ invalid(aot, null);
871
+ });
872
+
873
+ test("instanceof Date", () => {
874
+ const aot = compile(z.instanceof(Date));
875
+ const d = new Date();
876
+ expect(valid(aot, d)).toBe(d);
877
+ invalid(aot, "2024-01-01");
878
+ invalid(aot, {});
879
+ });
880
+
881
+ test("matches Zod: instanceof", () => {
882
+ class Test {}
883
+ const schema = z.instanceof(Test);
884
+ expectMatch(schema, new Test());
885
+ expectMatch(schema, {});
886
+ expectMatch(schema, null);
887
+ });
888
+
889
+ // === Bigint Format Checks ===
890
+
891
+ test("bigint int64 format", () => {
892
+ const aot = compile(z.int64());
893
+ expect(valid(aot, 0n)).toBe(0n);
894
+ expect(valid(aot, 9223372036854775807n)).toBe(9223372036854775807n);
895
+ expect(valid(aot, -9223372036854775808n)).toBe(-9223372036854775808n);
896
+ invalid(aot, 9223372036854775808n); // too big
897
+ invalid(aot, -9223372036854775809n); // too small
898
+ });
899
+
900
+ test("bigint uint64 format", () => {
901
+ const aot = compile(z.uint64());
902
+ expect(valid(aot, 0n)).toBe(0n);
903
+ expect(valid(aot, 18446744073709551615n)).toBe(18446744073709551615n);
904
+ invalid(aot, -1n); // negative
905
+ invalid(aot, 18446744073709551616n); // too big
906
+ });
907
+
908
+ test("matches Zod: bigint format", () => {
909
+ const schema = z.int64();
910
+ expectMatch(schema, 0n);
911
+ expectMatch(schema, 9223372036854775807n);
912
+ expectMatch(schema, 9223372036854775808n);
913
+ });
914
+
915
+ // === Nullish (combines optional + nullable) ===
916
+
917
+ test("nullish", () => {
918
+ const aot = compile(z.string().nullish());
919
+ expect(valid(aot, "hello")).toBe("hello");
920
+ expect(valid(aot, null)).toBe(null);
921
+ expect(valid(aot, undefined)).toBe(undefined);
922
+ invalid(aot, 123);
923
+ });
924
+
925
+ test("matches Zod: nullish", () => {
926
+ const schema = z.string().nullish();
927
+ expectMatch(schema, "hello");
928
+ expectMatch(schema, null);
929
+ expectMatch(schema, undefined);
930
+ expectMatch(schema, 123);
931
+ });
932
+
933
+ // === Codec (extends pipe with transform) ===
934
+ // Note: Codecs involve transforms, so AOT validates input and executes transforms.
935
+
936
+ test("codec validates and transforms", () => {
937
+ // stringbool is a codec from string to boolean
938
+ const aot = compile(z.stringbool());
939
+ expect(valid(aot, "true")).toBe(true);
940
+ expect(valid(aot, "false")).toBe(false);
941
+ expect(valid(aot, "1")).toBe(true);
942
+ expect(valid(aot, "0")).toBe(false);
943
+ invalid(aot, 123); // Not a string
944
+ invalid(aot, null);
945
+ });
946
+
947
+ // === SuperRefine ===
948
+
949
+ test("superRefine basic", () => {
950
+ const schema = z.string().superRefine((val, ctx) => {
951
+ if (val.length < 3) {
952
+ ctx.addIssue({ code: "custom", message: "Too short" });
953
+ }
954
+ });
955
+ const aot = compile(schema);
956
+ expect(valid(aot, "hello")).toBe("hello");
957
+ invalid(aot, "ab");
958
+ invalid(aot, 123);
959
+ });
960
+
961
+ test("superRefine with multiple issues", () => {
962
+ const schema = z.number().superRefine((val, ctx) => {
963
+ if (val < 0) ctx.addIssue({ code: "custom", message: "Must be positive" });
964
+ if (val > 100) ctx.addIssue({ code: "custom", message: "Must be <= 100" });
965
+ });
966
+ const aot = compile(schema);
967
+ expect(valid(aot, 50)).toBe(50);
968
+ invalid(aot, -1);
969
+ invalid(aot, 101);
970
+ });
971
+
972
+ test("matches Zod: superRefine", () => {
973
+ const schema = z.string().superRefine((val, ctx) => {
974
+ if (!val.includes("@")) {
975
+ ctx.addIssue({ code: "custom", message: "Must contain @" });
976
+ }
977
+ });
978
+ expectMatch(schema, "test@example.com");
979
+ expectMatch(schema, "invalid");
980
+ expectMatch(schema, 123);
981
+ });
982
+
983
+ // === Transform ===
984
+
985
+ test("transform basic", () => {
986
+ const schema = z.string().transform((val) => val.toUpperCase());
987
+ const aot = compile(schema);
988
+ expect(valid(aot, "hello")).toBe("HELLO"); // Transform succeeds
989
+ invalid(aot, 123); // Not a string (fails before transform)
990
+ });
991
+
992
+ test("transform with validation", () => {
993
+ const schema = z.string().transform((val, ctx) => {
994
+ if (val.length === 0) {
995
+ ctx.addIssue({ code: "custom", message: "Empty string" });
996
+ return z.NEVER;
997
+ }
998
+ return val.length;
999
+ });
1000
+ const aot = compile(schema);
1001
+ expect(valid(aot, "hello")).toBe(5);
1002
+ invalid(aot, ""); // Transform adds issue
1003
+ });
1004
+
1005
+ test("matches Zod: transform", () => {
1006
+ const schema = z.string().transform((val) => val.length);
1007
+ expectMatch(schema, "hello");
1008
+ expectMatch(schema, 123);
1009
+ });
1010
+
1011
+ // === Overwrite Checks (trim, toLowerCase, toUpperCase) ===
1012
+
1013
+ test("trim", () => {
1014
+ const schema = z.string().trim();
1015
+ const aot = compile(schema);
1016
+
1017
+ // AOT validates the input type and applies trim transform
1018
+ expect(valid(aot, " hello ")).toBe("hello");
1019
+ expect(valid(aot, "hello")).toBe("hello");
1020
+ expect(valid(aot, "")).toBe("");
1021
+ invalid(aot, 123);
1022
+ });
1023
+
1024
+ test("toLowerCase", () => {
1025
+ const schema = z.string().toLowerCase();
1026
+ const aot = compile(schema);
1027
+
1028
+ // AOT validates the input type and applies toLowerCase transform
1029
+ expect(valid(aot, "HELLO")).toBe("hello");
1030
+ expect(valid(aot, "hello")).toBe("hello");
1031
+ expect(valid(aot, "")).toBe("");
1032
+ invalid(aot, 123);
1033
+ });
1034
+
1035
+ test("toUpperCase", () => {
1036
+ const schema = z.string().toUpperCase();
1037
+ const aot = compile(schema);
1038
+
1039
+ // AOT validates the input type and applies toUpperCase transform
1040
+ expect(valid(aot, "hello")).toBe("HELLO");
1041
+ expect(valid(aot, "HELLO")).toBe("HELLO");
1042
+ expect(valid(aot, "")).toBe("");
1043
+ invalid(aot, 123);
1044
+ });
1045
+
1046
+ test("chained overwrites", () => {
1047
+ const schema = z.string().trim().toLowerCase();
1048
+ const aot = compile(schema);
1049
+
1050
+ // AOT validates the input type and applies transforms in order
1051
+ expect(valid(aot, " HELLO ")).toBe("hello");
1052
+ expect(valid(aot, "hello")).toBe("hello");
1053
+ expect(valid(aot, "")).toBe("");
1054
+ invalid(aot, 123);
1055
+ });
1056
+
1057
+ test("overwrite with validation", () => {
1058
+ const schema = z.string().trim().min(3);
1059
+ const aot = compile(schema);
1060
+
1061
+ // After trim, check min length
1062
+ expect(valid(aot, " hello ")).toBe("hello"); // "hello" length 5 >= 3
1063
+ expect(valid(aot, "hello")).toBe("hello");
1064
+ invalid(aot, " ab "); // "ab" length 2 < 3
1065
+ expect(valid(aot, "abc")).toBe("abc");
1066
+ invalid(aot, 123);
1067
+ });
1068
+
1069
+ test("matches Zod: trim", () => {
1070
+ const schema = z.string().trim();
1071
+ expectMatch(schema, " hello ");
1072
+ expectMatch(schema, "hello");
1073
+ expectMatch(schema, 123);
1074
+ });
1075
+
1076
+ test("matches Zod: toLowerCase", () => {
1077
+ const schema = z.string().toLowerCase();
1078
+ expectMatch(schema, "HELLO");
1079
+ expectMatch(schema, "hello");
1080
+ expectMatch(schema, 123);
1081
+ });
1082
+
1083
+ test("matches Zod: toUpperCase", () => {
1084
+ const schema = z.string().toUpperCase();
1085
+ expectMatch(schema, "hello");
1086
+ expectMatch(schema, "HELLO");
1087
+ expectMatch(schema, 123);
1088
+ });
1089
+
1090
+ test("matches Zod: chained overwrites", () => {
1091
+ const schema = z.string().trim().toLowerCase();
1092
+ expectMatch(schema, " HELLO ");
1093
+ expectMatch(schema, "hello");
1094
+ expectMatch(schema, 123);
1095
+ });
1096
+
1097
+ test("matches Zod: overwrite with validation", () => {
1098
+ const schema = z.string().trim().min(3);
1099
+ expectMatch(schema, " hello ");
1100
+ expectMatch(schema, " ab ");
1101
+ expectMatch(schema, "abc");
1102
+ expectMatch(schema, 123);
1103
+ });
1104
+
1105
+ // === Regressions tracking main ===
1106
+
1107
+ test("object catchall ignores __proto__ key (#5898)", () => {
1108
+ // Passthrough variant
1109
+ const loose = compile(z.looseObject({ name: z.string() }));
1110
+ const polluted = JSON.parse('{"name":"ok","__proto__":{"polluted":true}}');
1111
+ const out = valid(loose, polluted) as Record<string, unknown>;
1112
+ expect(Object.getPrototypeOf(out)).toBe(Object.prototype);
1113
+ expect((out as { polluted?: unknown }).polluted).toBeUndefined();
1114
+
1115
+ // Schema-typed catchall
1116
+ const typed = compile(z.object({ name: z.string() }).catchall(z.number()));
1117
+ const out2 = valid(typed, JSON.parse('{"name":"ok","extra":1}')) as Record<string, unknown>;
1118
+ expect(Object.getPrototypeOf(out2)).toBe(Object.prototype);
1119
+ });
1120
+
1121
+ test("multipleOf with sub-integer step uses float tolerance (#5793)", () => {
1122
+ const aot = compile(z.number().multipleOf(1e-7));
1123
+ expect(valid(aot, 0)).toBe(0);
1124
+ expect(valid(aot, 1e-7)).toBe(1e-7);
1125
+ expect(valid(aot, 3e-7)).toBe(3e-7);
1126
+ invalid(aot, 2.5e-7);
1127
+ invalid(aot, 1.5e-7);
1128
+ });
1129
+
1130
+ test("tuple with trailing optionals accepts short input (#5661)", () => {
1131
+ const schema = z.tuple([z.string(), z.number().optional()]);
1132
+ const aot = compile(schema);
1133
+ expect(valid(aot, ["a"])).toEqual(["a"]);
1134
+ expect(valid(aot, ["a", 1])).toEqual(["a", 1]);
1135
+ invalid(aot, []);
1136
+ invalid(aot, ["a", "b"]);
1137
+ invalid(aot, ["a", 1, "extra"]);
1138
+ });
1139
+
1140
+ test("tuple exactOptional rejects explicit undefined but accepts absence", () => {
1141
+ const aot = compile(z.tuple([z.string().exactOptional()]));
1142
+ expect(valid(aot, [])).toEqual([]);
1143
+ expect(valid(aot, ["x"])).toEqual(["x"]);
1144
+ invalid(aot, [undefined]);
1145
+ invalid(aot, [1]);
1146
+ });
1147
+
1148
+ test("tuple mixed required and exactOptional", () => {
1149
+ const aot = compile(z.tuple([z.number(), z.string().exactOptional(), z.boolean().exactOptional()]));
1150
+ expect(valid(aot, [1])).toEqual([1]);
1151
+ expect(valid(aot, [1, "x"])).toEqual([1, "x"]);
1152
+ expect(valid(aot, [1, "x", true])).toEqual([1, "x", true]);
1153
+ invalid(aot, []);
1154
+ invalid(aot, [1, undefined]);
1155
+ invalid(aot, [1, "x", undefined]);
1156
+ invalid(aot, [1, "x", true, "extra"]);
1157
+ });
1158
+
1159
+ test("tuple optional vs exactOptional differ on explicit undefined", () => {
1160
+ const opt = compile(z.tuple([z.string().optional()]));
1161
+ expect(valid(opt, [])).toEqual([]);
1162
+ expect(valid(opt, [undefined])).toEqual([undefined]);
1163
+
1164
+ const exact = compile(z.tuple([z.string().exactOptional()]));
1165
+ expect(valid(exact, [])).toEqual([]);
1166
+ invalid(exact, [undefined]);
1167
+ });
1168
+
1169
+ test("default() shallow-clones Map/Set/array/object (#5855)", () => {
1170
+ const mapSchema = z.map(z.string(), z.number()).default(new Map([["a", 1]]));
1171
+ const mapFn = compile(mapSchema);
1172
+ const m1 = valid(mapFn, undefined) as Map<string, number>;
1173
+ const m2 = valid(mapFn, undefined) as Map<string, number>;
1174
+ expect(m1).not.toBe(m2);
1175
+ m1.set("b", 2);
1176
+ expect(m2.has("b")).toBe(false);
1177
+
1178
+ const setSchema = z.set(z.string()).default(new Set(["x"]));
1179
+ const setFn = compile(setSchema);
1180
+ const s1 = valid(setFn, undefined) as Set<string>;
1181
+ const s2 = valid(setFn, undefined) as Set<string>;
1182
+ expect(s1).not.toBe(s2);
1183
+ });
1184
+
1185
+ test("multi-value literal accepts each value", () => {
1186
+ const aot = compile(z.literal(["a", "b", 1]));
1187
+ expect(valid(aot, "a")).toBe("a");
1188
+ expect(valid(aot, "b")).toBe("b");
1189
+ expect(valid(aot, 1)).toBe(1);
1190
+ invalid(aot, "c");
1191
+ invalid(aot, 2);
1192
+ });
1193
+
1194
+ // === Phase 1: schema-clone + fallback contract ===
1195
+
1196
+ test("compile returns a fresh clone; original schema is untouched", () => {
1197
+ const original = z.object({ name: z.string() });
1198
+ const originalRun = original._zod.run;
1199
+ const compiled = compile(original);
1200
+ expect(compiled).not.toBe(original);
1201
+ expect(original._zod.run).toBe(originalRun);
1202
+ expect(compiled._zod.run).not.toBe(originalRun);
1203
+ // shape def is shared by reference; cloning is structural at the top
1204
+ expect(compiled._zod.def).toBe(original._zod.def);
1205
+ });
1206
+
1207
+ test("fallback produces ZodError identical to the original schema", () => {
1208
+ const schema = z.object({ name: z.string(), age: z.number().min(0) });
1209
+ const compiled = compile(schema);
1210
+ const cases: unknown[] = [
1211
+ { name: 123, age: 30 },
1212
+ { name: "ok", age: -5 },
1213
+ { name: "ok", age: "thirty" },
1214
+ null,
1215
+ [],
1216
+ { name: "ok" },
1217
+ ];
1218
+ for (const value of cases) {
1219
+ const a = schema.safeParse(value);
1220
+ const b = compiled.safeParse(value);
1221
+ expect(b.success).toBe(a.success);
1222
+ if (!a.success && !b.success) {
1223
+ expect(b.error.issues).toEqual(a.error.issues);
1224
+ }
1225
+ }
1226
+ });
1227
+
1228
+ test("fallback preserves instanceof class name in error message", () => {
1229
+ class User {}
1230
+ const schema = z.instanceof(User);
1231
+ const compiled = compile(schema);
1232
+ expect(compiled.safeParse(new User()).success).toBe(true);
1233
+ const bad = compiled.safeParse({});
1234
+ expect(bad.success).toBe(false);
1235
+ if (!bad.success) {
1236
+ // The error must come from the original schema's runtime, which captured `inst` referring to the original. Class name surfaces in the message.
1237
+ expect(bad.error.issues[0]?.message).toMatch(/User/);
1238
+ }
1239
+ });
1240
+
1241
+ test("compile bypasses fast path for backward direction (codec encode)", () => {
1242
+ const codec = z.stringbool();
1243
+ const compiled = compile(codec);
1244
+ expect(compiled.safeParse("true").data).toBe(true);
1245
+ expect(compiled.safeParse("false").data).toBe(false);
1246
+ expect(compiled.encode(true)).toBe("true");
1247
+ expect(compiled.encode(false)).toBe("false");
1248
+ });
1249
+
1250
+ test("compile bypasses fast path for safeParseAsync", async () => {
1251
+ const schema = z.string().min(3);
1252
+ const compiled = compile(schema);
1253
+ const r = await compiled.safeParseAsync("ok");
1254
+ expect(r.success).toBe(false);
1255
+ const ok = await compiled.safeParseAsync("hello");
1256
+ expect(ok.success).toBe(true);
1257
+ });
1258
+
1259
+ test("ZodCompileAsyncError thrown on async refinement", () => {
1260
+ const schema = z.string().refine(async () => true);
1261
+ expect(() => compile(schema, { strict: true })).toThrow(ZodCompileAsyncError);
1262
+ });
1263
+
1264
+ test("ZodCompileAsyncError thrown on async transform", () => {
1265
+ const schema = z.string().transform(async (s) => s.length);
1266
+ expect(() => compile(schema, { strict: true })).toThrow(ZodCompileAsyncError);
1267
+ });
1268
+
1269
+ test("compiled clone is composable inside another schema", () => {
1270
+ const inner = z.object({ name: z.string() });
1271
+ const compiledInner = compile(inner);
1272
+ const outer = z.object({ user: compiledInner, count: z.number() });
1273
+ const r = outer.safeParse({ user: { name: "ok" }, count: 1 });
1274
+ expect(r.success).toBe(true);
1275
+ if (r.success) expect(r.data).toEqual({ user: { name: "ok" }, count: 1 });
1276
+ const bad = outer.safeParse({ user: { name: 1 }, count: 1 });
1277
+ expect(bad.success).toBe(false);
1278
+ });
1279
+
1280
+ // === catch ===
1281
+
1282
+ test("catch over primitive", () => {
1283
+ const aot = compile(z.catch(z.string(), "fallback"));
1284
+ expect(valid(aot, "hello")).toBe("hello");
1285
+ expect(valid(aot, 123)).toBe("fallback");
1286
+ expect(valid(aot, undefined)).toBe("fallback");
1287
+ });
1288
+
1289
+ test("catch as object property", () => {
1290
+ const aot = compile(z.object({ name: z.catch(z.string(), "anon") }));
1291
+ expect(valid(aot, { name: "Alice" })).toEqual({ name: "Alice" });
1292
+ expect(valid(aot, { name: 123 })).toEqual({ name: "anon" });
1293
+ expect(valid(aot, {})).toEqual({ name: "anon" });
1294
+ });
1295
+
1296
+ test("a catch callback reading ctx is refused; a constant catch compiles", () => {
1297
+ // Finalizing the issues the callback sees depends on the caller's per-parse error map, which generated code never receives — the compiled path produced the default message where `.parse(input, { error })` produces the mapped one. Refuse it, so a union treats it as uncompilable rather than as a rejected branch.
1298
+ const reads = z.catch(z.string().min(5), (ctx) => `bad:${ctx.error.issues.length}`);
1299
+ expect(() => compile(reads, { strict: true })).toThrow(ZodCompileUnsupportedError);
1300
+ expect(reads.parse("hi")).toBe("bad:1");
1301
+ expect(reads.parse(42 as never)).toMatch(/^bad:\d+$/);
1302
+
1303
+ // A constant catch value needs no issues at all, so it keeps the fast path.
1304
+ const constant = compile(z.catch(z.string().min(5), "fb"));
1305
+ expect(valid(constant, "hello world")).toBe("hello world");
1306
+ expect(valid(constant, "hi")).toBe("fb");
1307
+ expect(valid(constant, 42)).toBe("fb");
1308
+ });
1309
+
1310
+ test("catch falls through unsupported inner via runtime island", () => {
1311
+ // Async refine in the inner makes the inner uncompilable, but catch should still compile by treating the whole catch as a runtime island.
1312
+ const aot = compile(z.catch(z.union([z.string(), z.number()]), "fb"));
1313
+ expect(valid(aot, "x")).toBe("x");
1314
+ expect(valid(aot, 1)).toBe(1);
1315
+ expect(valid(aot, true)).toBe("fb");
1316
+ });
1317
+
1318
+ // === IPv6 / CIDRv6 hoisted helpers ===
1319
+
1320
+ test("ipv6 compiled rejects regex-passing but URL-rejecting values", () => {
1321
+ const aot = compile(z.ipv6());
1322
+ expect(valid(aot, "::1")).toBe("::1");
1323
+ expect(valid(aot, "2001:db8::1")).toBe("2001:db8::1");
1324
+ // "0:0:0:0:0:0:0:1:1" matches the IPv6 regex but `new URL` rejects it.
1325
+ invalid(aot, "0:0:0:0:0:0:0:1:1");
1326
+ // Differential: confirm runtime and compiled agree on this fixture.
1327
+ expectMatch(z.ipv6(), "0:0:0:0:0:0:0:1:1");
1328
+ });
1329
+
1330
+ test("cidrv6 compiled validates prefix range and address", () => {
1331
+ const aot = compile(z.cidrv6());
1332
+ expect(valid(aot, "::1/128")).toBe("::1/128");
1333
+ invalid(aot, "::1/129");
1334
+ invalid(aot, "::1/-1");
1335
+ invalid(aot, "not-an-address/64");
1336
+ invalid(aot, "::1");
1337
+ expectMatch(z.cidrv6(), "::1/129");
1338
+ });
1339
+
1340
+ // === Runtime islands ===
1341
+
1342
+ test("runtime island falls through unsupported child inside object", () => {
1343
+ // z.xor (exclusive union) currently throws ZodCompileUnsupportedError. As an object property, the island should let the rest of the object compile.
1344
+ const aot = compile(
1345
+ z.object({
1346
+ label: z.string(),
1347
+ payload: z.xor([z.string(), z.number()]),
1348
+ })
1349
+ );
1350
+ expect(valid(aot, { label: "ok", payload: "x" })).toEqual({ label: "ok", payload: "x" });
1351
+ invalid(aot, { label: "ok", payload: true });
1352
+ invalid(aot, { label: 1, payload: "x" });
1353
+ });
1354
+
1355
+ test("runtime island inside array element", () => {
1356
+ const aot = compile(z.array(z.xor([z.string(), z.number()])));
1357
+ expect(valid(aot, ["a", 1, "b"])).toEqual(["a", 1, "b"]);
1358
+ invalid(aot, ["a", true]);
1359
+ });
1360
+
1361
+ test("an island thrown from inside an indented block leaves the indent level alone", () => {
1362
+ // nullable opens an indented block, coerce throws inside it, and the property islands the pair — two of them so a leak compounds
1363
+ const schema = z.object({ a: z.coerce.number().nullable(), b: z.coerce.number().nullable(), tail: z.string() });
1364
+ expect(compileFn(schema, { debug: true }).code).toMatchInlineSnapshot(`
1365
+ "// Constants: INVALID, c0, c1, c2
1366
+ if (typeof input !== "object" || input === null || Array.isArray(input)) return INVALID;
1367
+ const v0 = input["a"];
1368
+ if (!("a" in input)) return INVALID;
1369
+ const v1 = c1(c0, v0);
1370
+ if (v1 === INVALID) return INVALID;
1371
+ const v2 = input["b"];
1372
+ if (!("b" in input)) return INVALID;
1373
+ const v3 = c1(c2, v2);
1374
+ if (v3 === INVALID) return INVALID;
1375
+ const v4 = input["tail"];
1376
+ if (typeof v4 !== "string") return INVALID;
1377
+ const v5 = { "a": v1, "b": v3, "tail": v4 };
1378
+ return v5;"
1379
+ `);
1380
+ expectMatch(schema, { a: "1", b: null, tail: "x" });
1381
+ expectMatch(schema, { a: "nope", b: null, tail: "x" });
1382
+ });
1383
+
1384
+ test("url string-format check never assigns to its accessor", () => {
1385
+ // const accessor (array element): previously emitted `elem = normalized`,
1386
+ // a TypeError on valid input.
1387
+ const arr = compile(z.array(z.string().url()));
1388
+ expect(valid(arr, ["https://example.com"])).toEqual(["https://example.com"]);
1389
+ invalid(arr, ["not a url"]);
1390
+
1391
+ // property accessor: previously wrote the normalized value back into the caller's input object.
1392
+ const padded = " https://example.com ";
1393
+ const input = { u: padded };
1394
+ expectMatch(z.object({ u: z.string().url() }), input);
1395
+ expect(input.u).toBe(padded);
1396
+ });
1397
+
1398
+ test("lazy schemas with checked or defaulted descendants parse without crashing", () => {
1399
+ // Inner runtime run must receive a ctx — checks read ctx.skipChecks, default/transform read ctx.direction.
1400
+ const aot = compile(z.lazy(() => z.string().min(2)));
1401
+ expect(valid(aot, "abc")).toEqual("abc");
1402
+ invalid(aot, "a");
1403
+
1404
+ // Recursive, so the fast path declines it; the runtime still parses it.
1405
+ const tree: z.ZodType = z.lazy(() => z.object({ v: z.number().int(), kids: z.array(tree).default([]) }));
1406
+ expect(() => compile(tree, { strict: true })).toThrow(ZodCompileUnsupportedError);
1407
+ expect(valid(tree, { v: 1, kids: [{ v: 2 }] })).toEqual({ v: 1, kids: [{ v: 2, kids: [] }] });
1408
+ invalid(tree, { v: 1.5 });
1409
+ });
1410
+
1411
+ test("sync refine returning a Promise rejects like the runtime", () => {
1412
+ const schema = z.string().refine((() => Promise.resolve(true)) as unknown as (v: string) => boolean);
1413
+ const aot = compile(schema);
1414
+ let runtimeErr: string | undefined;
1415
+ let compiledErr: string | undefined;
1416
+ try {
1417
+ schema.parse("x");
1418
+ } catch (e) {
1419
+ runtimeErr = (e as Error).name;
1420
+ }
1421
+ try {
1422
+ aot.parse("x");
1423
+ } catch (e) {
1424
+ compiledErr = (e as Error).name;
1425
+ }
1426
+ expect(runtimeErr).toBeDefined();
1427
+ expect(compiledErr).toBe(runtimeErr);
1428
+ });
1429
+
1430
+ test("literal-union Set optimization respects checks and multi-value literals", () => {
1431
+ const withCheck = z.union([z.literal("a").refine(() => false), z.literal("b")]);
1432
+ expectMatch(withCheck, "a"); // runtime rejects via refine; compiled must too
1433
+ expectMatch(withCheck, "b");
1434
+
1435
+ const multi = z.union([z.literal(["a", "b"]), z.literal("c")]);
1436
+ for (const v of ["a", "b", "c", "d"]) expectMatch(multi, v);
1437
+ });
1438
+
1439
+ test("xor and custom when-gated checks force runtime fallback", () => {
1440
+ expect(() => compile(z.xor([z.string(), z.number()]), { strict: true })).toThrow(ZodCompileUnsupportedError);
1441
+ // Multi-match must reject — verified through the object island.
1442
+ expectMatch(z.object({ v: z.xor([z.number(), z.number().int()]) }), { v: 2 });
1443
+ expectMatch(z.object({ v: z.xor([z.number(), z.number().int()]) }), { v: 1.5 });
1444
+
1445
+ const gated = z.number().gt(5);
1446
+ (gated._zod.def.checks![0]!._zod.def as { when?: unknown }).when = () => false;
1447
+ expect(() => compile(gated, { strict: true })).toThrow(ZodCompileUnsupportedError);
1448
+ expectMatch(z.object({ n: gated }), { n: 3 }); // runtime skips the gated check
1449
+ });
1450
+
1451
+ test("compiled parse surfaces the interpreter's throws through the fallback", () => {
1452
+ // an unmergeable intersection bails to INVALID, and the fallback it hands to raises the interpreter's own error
1453
+ const unmergeable = compile(
1454
+ z.intersection(
1455
+ z.number(),
1456
+ z.number().transform((x) => x + 1)
1457
+ ),
1458
+ { strict: true }
1459
+ );
1460
+ expect(() => unmergeable.parse(1234)).toThrowErrorMatchingInlineSnapshot(
1461
+ `[Error: Unmergable intersection. Error path: []]`
1462
+ );
1463
+
1464
+ // a when-gated check islands at codegen, and the island's INVALID for an async run reaches the same fallback
1465
+ const gated = z.number().refine(() => Promise.resolve(true));
1466
+ (gated._zod.def.checks![0]!._zod.def as { when?: unknown }).when = () => true;
1467
+ const compiled = compile(z.object({ n: gated }), { strict: true });
1468
+ expect(() => compiled.parse({ n: 3 })).toThrow($ZodAsyncError);
1469
+ });
1470
+
1471
+ test("strict objects reject inherited enumerable keys like the runtime", () => {
1472
+ const schema = z.strictObject({ a: z.string() });
1473
+ expectMatch(schema, Object.assign(Object.create({ extra: 1 }), { a: "x" }));
1474
+ expectMatch(schema, { a: "x" });
1475
+ // Own __proto__ keys are skipped by the runtime, not unrecognized.
1476
+ expectMatch(schema, JSON.parse('{"a":"x","__proto__":{"polluted":true}}'));
1477
+
1478
+ const withOptional = z.strictObject({ a: z.string(), b: z.string().optional() });
1479
+ expectMatch(withOptional, Object.assign(Object.create({ extra: 1 }), { a: "x" }));
1480
+ expectMatch(withOptional, JSON.parse('{"a":"x","__proto__":{}}'));
1481
+ });
1482
+
1483
+ test("object output parity: key order, undefined keys, inherited keys, getters", () => {
1484
+ // Loose object: shape keys precede unknown keys in the output.
1485
+ const loose = z.looseObject({ a: z.string() });
1486
+ const looseIn = { x: 1, a: "q", y: 2 };
1487
+ expect(Object.keys(compile(loose).parse(looseIn) as object)).toEqual(Object.keys(loose.parse(looseIn)));
1488
+
1489
+ const cat = z.object({ a: z.string() }).catchall(z.number());
1490
+ const catIn = { x: 1, a: "q" };
1491
+ expect(Object.keys(compile(cat).parse(catIn) as object)).toEqual(Object.keys(cat.parse(catIn)));
1492
+
1493
+ // optin-optional/optout-required prop: absent key omitted, explicit undefined preserved (runtime handlePropertyResult rule).
1494
+ const tf = z.object({
1495
+ a: z
1496
+ .string()
1497
+ .optional()
1498
+ .transform((v) => v),
1499
+ });
1500
+ expect("a" in (compile(tf).parse({}) as object)).toBe(false);
1501
+ expect("a" in tf.parse({})).toBe(false);
1502
+ const opt = z.object({ a: z.string().optional() });
1503
+ expect(Object.keys(compile(opt).parse({ a: undefined }) as object)).toEqual(["a"]);
1504
+
1505
+ // Empty-shape loose: inherited enumerable keys included, own __proto__ dropped.
1506
+ const empty = z.looseObject({});
1507
+ const inherited = Object.assign(Object.create({ extra: 1 }), { own: 2 });
1508
+ expect(compile(empty).parse(inherited)).toEqual({ own: 2, extra: 1 });
1509
+ expect(empty.parse(inherited)).toEqual({ own: 2, extra: 1 });
1510
+ const protoIn = JSON.parse('{"__proto__":{"polluted":1},"x":2}');
1511
+ expect(Object.keys(compile(empty).parse(protoIn) as object)).toEqual(Object.keys(empty.parse(protoIn)));
1512
+
1513
+ // Getters are read exactly once, like the runtime.
1514
+ let reads = 0;
1515
+ const getterIn = {
1516
+ get a() {
1517
+ reads++;
1518
+ return "v";
1519
+ },
1520
+ };
1521
+ expect(compile(z.object({ a: z.string().min(1) })).parse(getterIn)).toEqual({ a: "v" });
1522
+ expect(reads).toBe(1);
1523
+ });
1524
+
1525
+ // === Error taxonomy ===
1526
+
1527
+ test("unsupported features throw ZodCompileUnsupportedError, not raw errors", () => {
1528
+ // __proto__ shape key: output object literal would set the prototype.
1529
+ expect(() => compile(z.object({ ["__proto__"]: z.string() }), { strict: true })).toThrow(ZodCompileUnsupportedError);
1530
+ // Exclusive unions need every branch's failure to be a real runtime failure.
1531
+ expect(() => compile(z.xor([z.object({ a: z.string() }), z.object({ b: z.string() })]), { strict: true })).toThrow(
1532
+ ZodCompileUnsupportedError
1533
+ );
1534
+ // NaN comparison bounds can't compile to a faithful comparison.
1535
+ expect(() => compile(z.number().gt(Number.NaN), { strict: true })).toThrow(ZodCompileUnsupportedError);
1536
+ // A zero bigint divisor has no compiled form: `x % 0n` throws.
1537
+ expect(() => compile(z.bigint().multipleOf(BigInt(0)), { strict: true })).toThrow(ZodCompileUnsupportedError);
1538
+ // Unsupported children still island inside containers.
1539
+ const aot = compile(z.object({ a: z.string(), x: z.xor([z.literal("p"), z.literal("q")]) }));
1540
+ expect(valid(aot, { a: "x", x: "p" })).toEqual({ a: "x", x: "p" });
1541
+ invalid(aot, { a: "x", x: "z" });
1542
+ });
1543
+
1544
+ test("record key schemas compile: formats, checks, numbers, transforms", () => {
1545
+ // A string format lives on the def rather than in `checks`, so an email key schema reads as a bare `z.string()` unless the key path looks for it.
1546
+ for (const [schema, inputs] of [
1547
+ [z.record(z.email(), z.number()), [{ "a@b.com": 1 }, { nope: 1 }, {}]],
1548
+ [z.record(z.string().min(2), z.number()), [{ ab: 1 }, { a: 1 }]],
1549
+ [z.record(z.string().regex(/^k_/), z.number()), [{ k_a: 1 }, { x: 1 }]],
1550
+ // Numeric keys arrive stringified; the runtime retries them as numbers.
1551
+ [z.record(z.number(), z.string()), [{ 1: "a" }, { "1.5": "a" }, { x: "a" }]],
1552
+ [z.record(z.templateLiteral(["id_", z.string()]), z.number()), [{ id_a: 1 }, { b: 1 }]],
1553
+ // The key schema picks the output key, not the input key.
1554
+ [
1555
+ z.record(
1556
+ z
1557
+ .string()
1558
+ .min(1)
1559
+ .overwrite((s: string) => s.toUpperCase()),
1560
+ z.number()
1561
+ ),
1562
+ [{ ab: 1 }, { "": 1 }],
1563
+ ],
1564
+ ] as [z.ZodType, unknown[]][]) {
1565
+ for (const input of inputs) expectMatch(schema, input);
1566
+ }
1567
+
1568
+ // Own __proto__ is skipped rather than validated, matching the runtime.
1569
+ expectMatch(z.record(z.email(), z.number()), JSON.parse('{"__proto__":{"p":1},"a@b.com":1}'));
1570
+
1571
+ // Coercion is modelled nowhere, so a coercing key schema is refused outright rather than compiled to the bare type test it would otherwise become.
1572
+ expect(() => compile(z.record(z.coerce.string(), z.number()), { strict: true })).toThrow(ZodCompileUnsupportedError);
1573
+
1574
+ // A loose record keeps a rejected key verbatim, copying its value across unvalidated instead of failing.
1575
+ for (const input of [{ "a@b.com": 1 }, { nope: 1 }, { "a@b.com": 1, nope: "raw" }, { "a@b.com": "bad" }]) {
1576
+ expectMatch(z.looseRecord(z.email(), z.number()), input);
1577
+ }
1578
+ });
1579
+
1580
+ test("date min/max bounds compile with runtime parity", () => {
1581
+ const schema = z.date().min(new Date("2024-01-01")).max(new Date("2025-01-01"));
1582
+ const aot = compile(schema);
1583
+ const inputs = [new Date("2024-06-15"), new Date("2024-01-01"), new Date("2023-12-31"), new Date("2025-01-02")];
1584
+ for (const input of inputs) expectMatch(schema, input);
1585
+ expect(valid(aot, inputs[0])).toEqual(inputs[0]);
1586
+ invalid(aot, inputs[2]);
1587
+ });
1588
+
1589
+ test("the compiled fallback builds the same Error-shaped error as the runtime", () => {
1590
+ const schema = z.object({ a: z.string(), b: z.number() });
1591
+ const aot = compile(schema);
1592
+
1593
+ // both fast closures fall back to the runtime on rejection, so the error is the runtime's
1594
+ const err = aot.safeParse({ a: 1, b: "x" }).error!;
1595
+ expect(err).toBeInstanceOf(Error);
1596
+ expect(err).toBeInstanceOf(z.core.$ZodError);
1597
+ expect(err.issues).toEqual(schema.safeParse({ a: 1, b: "x" }).error!.issues);
1598
+
1599
+ function callSite() {
1600
+ aot.parse({ a: 1, b: "x" });
1601
+ }
1602
+
1603
+ let thrown: unknown;
1604
+ try {
1605
+ callSite();
1606
+ } catch (err) {
1607
+ thrown = err;
1608
+ }
1609
+ expect(thrown).toBeInstanceOf(Error);
1610
+ expect((thrown as Error).stack).toContain("callSite");
1611
+ });
1612
+
1613
+ // === Never throws ===
1614
+
1615
+ // Snapshot a parse outcome structurally, so a refused compile can be shown not to have disturbed it.
1616
+ function snap(schema: z.ZodType, value: unknown) {
1617
+ const r = schema.safeParse(value);
1618
+ return r.success ? { ok: true, data: r.data } : { ok: false, issues: r.error.issues };
1619
+ }
1620
+
1621
+ // Every shape the compiler refuses, with inputs that exercise the pass, fail and fallback branches of each.
1622
+ function refusedCases(): [string, z.ZodType, unknown[]][] {
1623
+ const gated = z.number().gt(5);
1624
+ (gated._zod.def.checks![0]!._zod.def as { when?: unknown }).when = () => false;
1625
+ const tree: z.ZodType = z.lazy(() => z.object({ v: z.number().int(), kids: z.array(tree).default([]) }));
1626
+
1627
+ return [
1628
+ ["cycle", tree, [{ v: 1, kids: [{ v: 2 }] }, { v: 1.5 }, "nope"]],
1629
+ ["async refine", z.string().refine(async () => true), ["a", 1]],
1630
+ ["async transform", z.string().transform(async (s) => s.length), ["a", 1]],
1631
+ ["async custom", z.custom(async () => true), ["a"]],
1632
+ ["xor", z.xor([z.string(), z.number()]), ["a", 1, true]],
1633
+ ["coerce", z.coerce.number(), ["5", 5, Symbol("x")]],
1634
+ ["catch callback", z.catch(z.string().min(5), (c) => `bad:${c.error.issues.length}`), ["hello world", "hi", 42]],
1635
+ ["when-gated check", gated, [3, 9, "x"]],
1636
+ ["__proto__ key", z.object({ ["__proto__"]: z.string() }), [{}, { a: 1 }]],
1637
+ ["NaN bound", z.number().gt(Number.NaN), [1, "x"]],
1638
+ ["zero bigint divisor", z.bigint().multipleOf(BigInt(0)), [BigInt(4), "x"]],
1639
+ ["coercing record key", z.record(z.coerce.string(), z.number()), [{ a: 1 }, { a: "x" }]],
1640
+ ];
1641
+ }
1642
+
1643
+ test("compile hands back the original schema instead of throwing", () => {
1644
+ for (const [name, schema] of refusedCases()) {
1645
+ expect(() => compile(schema, { strict: true }), name).toThrow();
1646
+ // No wrapper and no clone: the uncompilable schema is its own fallback, exactly as global mode leaves it.
1647
+ expect(compile(schema), name).toBe(schema);
1648
+ }
1649
+ });
1650
+
1651
+ test("a refused compile leaves the schema parsing identically", () => {
1652
+ for (const [name, schema, inputs] of refusedCases()) {
1653
+ // Async schemas throw $ZodAsyncError out of a sync parse; that path is covered separately.
1654
+ if (name.startsWith("async")) continue;
1655
+ const before = inputs.map((i) => snap(schema, i));
1656
+ compile(schema);
1657
+ expect(
1658
+ inputs.map((i) => snap(schema, i)),
1659
+ name
1660
+ ).toEqual(before);
1661
+ }
1662
+ });
1663
+
1664
+ test("a refused compile keeps cyclic input parsing", () => {
1665
+ const nodeSchema: z.ZodType = z.object({ value: z.string(), next: z.lazy(() => nodeSchema).optional() });
1666
+ const cyclic: any = { value: "a" };
1667
+ cyclic.next = cyclic;
1668
+ expect(() => compile(nodeSchema).parse(cyclic)).not.toThrow();
1669
+ });
1670
+
1671
+ test("a refused async compile parses async and rejects sync like the runtime", async () => {
1672
+ const schema = z.string().refine(async (s) => s.length > 1);
1673
+ const aot = compile(schema);
1674
+ expect(aot).toBe(schema);
1675
+
1676
+ await expect(aot.parseAsync("ab")).resolves.toBe("ab");
1677
+ const bad = await aot.safeParseAsync("a");
1678
+ expect(bad.success).toBe(false);
1679
+ expect(bad.error!.issues).toEqual((await schema.safeParseAsync("a")).error!.issues);
1680
+ expect(() => aot.parse("ab")).toThrow(z.core.$ZodAsyncError);
1681
+ });
1682
+
1683
+ test("strict is per-call, so a supported schema compiles either way", () => {
1684
+ const schema = z.object({ a: z.string(), b: z.number() });
1685
+ for (const aot of [compile(schema), compile(schema, { strict: true }), compile(schema, { strict: false })]) {
1686
+ expect(aot).not.toBe(schema);
1687
+ expect(valid(aot, { a: "x", b: 1 })).toEqual({ a: "x", b: 1 });
1688
+ invalid(aot, { a: 1, b: 1 });
1689
+ }
1690
+ });
1691
+
1692
+ test("compiled records walk own enumerable keys without Reflect.ownKeys", () => {
1693
+ // a getOwnPropertyNames snapshot plus a per-key recheck sees the same keys as the runtime's Reflect.ownKeys walk: inherited enumerables are skipped, symbols fail a string key schema but pass a symbol one, and the numeric-string retry still applies
1694
+ const sym = Symbol("s");
1695
+ const bare = compile(z.record(z.string(), z.number()));
1696
+ const inherited = Object.assign(Object.create({ proto: 1 }), { a: 1 });
1697
+ expect(bare.parse(inherited)).toEqual({ a: 1 });
1698
+ const symbolic = { a: 1, [sym]: 2 };
1699
+ expect(bare.safeParse(symbolic).error!.issues).toEqual(
1700
+ z.record(z.string(), z.number()).safeParse(symbolic).error!.issues
1701
+ );
1702
+ expect(bare.safeParse({ a: 1, b: "x" }).error!.issues).toEqual(
1703
+ z.record(z.string(), z.number()).safeParse({ a: 1, b: "x" }).error!.issues
1704
+ );
1705
+ const symKeys = compile(z.record(z.symbol(), z.number()));
1706
+ expect(symKeys.parse({ [sym]: 2 })).toEqual({ [sym]: 2 });
1707
+ expect(symKeys.safeParse({ a: 1 }).success).toBe(false);
1708
+ const emailKeys = compile(z.record(z.email(), z.number()));
1709
+ expect(emailKeys.parse({ "a@b.co": 1 })).toEqual({ "a@b.co": 1 });
1710
+ expect(emailKeys.safeParse({ "a@b.co": 1, [sym]: 2 }).success).toBe(false);
1711
+ expect(compile(z.record(z.number(), z.string())).parse({ 1: "a" })).toEqual({ 1: "a" });
1712
+ // keys are snapshotted before any value is read and rechecked when visited, like the runtime's Reflect.ownKeys walk: a getter that adds a key mid-walk is not visited, one that hides a later key skips it
1713
+ const mutating = (effect: (o: Record<PropertyKey, unknown>) => void) => {
1714
+ const o: Record<PropertyKey, unknown> = {};
1715
+ Object.defineProperty(o, "a", {
1716
+ enumerable: true,
1717
+ get() {
1718
+ effect(o);
1719
+ return 1;
1720
+ },
1721
+ });
1722
+ o.b = 2;
1723
+ return o;
1724
+ };
1725
+ const both = z.record(z.union([z.string(), z.symbol()]), z.number());
1726
+ for (const [schema, effect] of [
1727
+ [
1728
+ both,
1729
+ (o: Record<PropertyKey, unknown>) => {
1730
+ o[sym] = 2;
1731
+ },
1732
+ ],
1733
+ [
1734
+ z.record(z.string(), z.number()),
1735
+ (o: Record<PropertyKey, unknown>) => {
1736
+ o[sym] = "bad";
1737
+ },
1738
+ ],
1739
+ [
1740
+ z.record(z.string(), z.number()),
1741
+ (o: Record<PropertyKey, unknown>) => {
1742
+ o.z = "bad";
1743
+ },
1744
+ ],
1745
+ [
1746
+ z.record(z.string(), z.number()),
1747
+ (o: Record<PropertyKey, unknown>) => Object.defineProperty(o, "b", { enumerable: false }),
1748
+ ],
1749
+ ] as const) {
1750
+ const expected = schema.safeParse(mutating(effect));
1751
+ const actual = compile(schema).safeParse(mutating(effect));
1752
+ expect(actual.success).toBe(expected.success);
1753
+ if (expected.success)
1754
+ expect(Reflect.ownKeys(actual.data as object)).toEqual(Reflect.ownKeys(expected.data as object));
1755
+ else expect(actual.error!.issues).toEqual(expected.error!.issues);
1756
+ }
1757
+ // a getter that defines an own key under an inherited enumerable name mid-walk: the snapshot predates it, so neither walk visits it, and a union that accepts the record cannot be corrected by a fallback
1758
+ const shadowing = () => {
1759
+ const o = Object.create({ z: 0 });
1760
+ Object.defineProperty(o, "a", {
1761
+ enumerable: true,
1762
+ get() {
1763
+ Object.defineProperty(o, "z", { value: 2, enumerable: true });
1764
+ return 1;
1765
+ },
1766
+ });
1767
+ return o;
1768
+ };
1769
+ const inUnion = z.union([z.record(z.string(), z.number()), z.any()]);
1770
+ expect(compile(inUnion).parse(shadowing())).toStrictEqual(inUnion.parse(shadowing()));
1771
+ expect(compile(inUnion).parse(shadowing())).toStrictEqual({ a: 1 });
1772
+ // a key that is non-enumerable at snapshot time and revealed by an earlier getter is in the snapshot and passes the recheck, like the runtime
1773
+ const revealing = () => {
1774
+ const o: Record<string, unknown> = {};
1775
+ Object.defineProperty(o, "a", {
1776
+ enumerable: true,
1777
+ get() {
1778
+ Object.defineProperty(o, "b", { enumerable: true });
1779
+ return 1;
1780
+ },
1781
+ });
1782
+ Object.defineProperty(o, "b", { value: 2, enumerable: false, configurable: true });
1783
+ return o;
1784
+ };
1785
+ const plain = z.record(z.string(), z.number());
1786
+ expect(compile(plain).parse(revealing())).toStrictEqual(plain.parse(revealing()));
1787
+ expect(compile(plain).parse(revealing())).toStrictEqual({ a: 1, b: 2 });
1788
+ });
1789
+
1790
+ test("validate honors custom checks composed with format traits", () => {
1791
+ const postProcessor = z.core.globalConfig.postProcessor;
1792
+ z.core.globalConfig.postProcessor = undefined;
1793
+ try {
1794
+ const CustomEmail = z.core.$constructor<z.core.$ZodEmail>("CustomEmail", (inst, def) => {
1795
+ inst._zod.check = (payload) => {
1796
+ if (payload.value !== "custom") payload.issues.push({ code: "custom", input: payload.value });
1797
+ };
1798
+ z.core.$ZodEmail.init(inst, def);
1799
+ });
1800
+ const schema = new CustomEmail({ type: "string", format: "email", check: "string_format" });
1801
+ for (const [input, valid] of [
1802
+ ["custom", true],
1803
+ ["test@example.com", false],
1804
+ [42, false],
1805
+ ] as const) {
1806
+ expect(z.safeParse(schema, input).success).toBe(valid);
1807
+ expect(z.validate(schema, input)).toBe(valid);
1808
+ }
1809
+ } finally {
1810
+ z.core.globalConfig.postProcessor = postProcessor;
1811
+ }
1812
+ });
1813
+
1814
+ test("validate honors standalone format checks", () => {
1815
+ const cases = [
1816
+ [z.iso.datetime(), "2021-01-01T00:00:00Z"],
1817
+ [z.iso.date(), "2021-01-01"],
1818
+ [z.iso.time(), "00:00:00"],
1819
+ [z.iso.duration(), "P1Y2M3DT4H5M6S"],
1820
+ [z.email(), "test@example.com"],
1821
+ [z.uuid(), "20354d7a-e4fe-47af-8ff6-187bca92f3f9"],
1822
+ [z.ipv4(), "192.168.0.1"],
1823
+ ] as const;
1824
+
1825
+ for (const [schema, valid] of cases) {
1826
+ expect(schema._zod.traits.has("$ZodStringFormat")).toBe(true);
1827
+ expect(schema instanceof z.core.$ZodStringFormat).toBe(true);
1828
+ expect(z.validate(schema, valid)).toBe(true);
1829
+ expect(z.validate(schema, "invalid")).toBe(false);
1830
+ expect(z.validate(schema, 1)).toBe(false);
1831
+ }
1832
+
1833
+ const source = z.email();
1834
+ const refined = source.refine((value) => value.startsWith("x"));
1835
+ const asyncRefined = source.refine(async () => true);
1836
+ const coercedDef = Object.assign(Object.create({ coerce: true }), source._zod.def);
1837
+ const coerced = source.clone(coercedDef);
1838
+ const checkedDef = Object.assign(Object.create({ checks: refined._zod.def.checks }), source._zod.def);
1839
+ const inheritedChecked = source.clone(checkedDef);
1840
+ expect(z.validate(refined, "test@example.com")).toBe(false);
1841
+ expect(z.validate(refined, "x@example.com")).toBe(true);
1842
+ expect(z.validate(inheritedChecked, "test@example.com")).toBe(false);
1843
+ expect(() => z.validate(asyncRefined, "test@example.com")).toThrow($ZodAsyncError);
1844
+ expect(z.validate(coerced, { toString: () => "test@example.com" })).toBe(true);
1845
+ });
1846
+
1847
+ test("runtime validate preserves contexts, getters, errors, and regex state", () => {
1848
+ const postProcessor = z.core.globalConfig.postProcessor;
1849
+ z.core.globalConfig.postProcessor = undefined;
1850
+ try {
1851
+ const source = z.email();
1852
+ expect(z.validate(source, "invalid", { skipChecks: true } as any)).toBe(true);
1853
+
1854
+ let whenReads = 0;
1855
+ const whenProto = Object.defineProperty({}, "when", {
1856
+ enumerable: true,
1857
+ get() {
1858
+ whenReads++;
1859
+ return () => false;
1860
+ },
1861
+ });
1862
+ const whenDef = Object.assign(Object.create(whenProto), source._zod.def);
1863
+ const gated = source.clone(whenDef as typeof source._zod.def);
1864
+ expect(whenReads).toBe(0);
1865
+ expect(z.validate(gated, "invalid")).toBe(true);
1866
+ expect(whenReads).toBeGreaterThan(0);
1867
+
1868
+ let errorReads = 0;
1869
+ const errorDef = Object.defineProperties({}, Object.getOwnPropertyDescriptors(source._zod.def));
1870
+ Object.defineProperty(errorDef, "error", {
1871
+ enumerable: true,
1872
+ get() {
1873
+ errorReads++;
1874
+ return () => "custom";
1875
+ },
1876
+ });
1877
+ const customError = source.clone(errorDef as typeof source._zod.def);
1878
+ expect(z.validate(customError, "invalid")).toBe(false);
1879
+ expect(errorReads).toBe(0);
1880
+ const result = customError.safeParse("invalid");
1881
+ expect(errorReads).toBe(0);
1882
+ if (result.success) expect.unreachable();
1883
+ expect(result.error.issues[0]?.message).toBe("custom");
1884
+ expect(errorReads).toBeGreaterThan(0);
1885
+
1886
+ const pattern = /^a$/g;
1887
+ const cloned = source.clone({ ...source._zod.def, pattern });
1888
+ for (let i = 0; i < 3; i++) expect(z.validate(cloned, "a")).toBe(true);
1889
+ expect(z.validate(cloned, "b")).toBe(false);
1890
+ expect(pattern.lastIndex).toBe(0);
1891
+ const replacement = /^b$/g;
1892
+ cloned._zod.def.pattern = replacement;
1893
+ expect(z.validate(cloned, "a")).toBe(false);
1894
+ expect(z.validate(cloned, "b")).toBe(true);
1895
+ } finally {
1896
+ z.core.globalConfig.postProcessor = postProcessor;
1897
+ }
1898
+ });
1899
+
1900
+ test("validate preserves live pattern accessor reads", () => {
1901
+ const postProcessor = z.core.globalConfig.postProcessor;
1902
+ z.core.globalConfig.postProcessor = undefined;
1903
+ try {
1904
+ const schema = z.email();
1905
+ let reads = 0;
1906
+ Object.defineProperty(schema.def, "pattern", {
1907
+ get: () => (++reads % 2 === 1 ? /^a$/ : /^b$/),
1908
+ });
1909
+ expect(schema.safeParse("b").success).toBe(true);
1910
+ expect(reads).toBe(2);
1911
+ reads = 0;
1912
+ expect(z.validate(schema, "b")).toBe(true);
1913
+ expect(reads).toBe(2);
1914
+ } finally {
1915
+ z.core.globalConfig.postProcessor = postProcessor;
1916
+ }
1917
+ });
1918
+
1919
+ test.each(["when", "coerce"] as const)("runtime validate honors live %s options", (option) => {
1920
+ const postProcessor = z.core.globalConfig.postProcessor;
1921
+ z.core.globalConfig.postProcessor = undefined;
1922
+ try {
1923
+ for (const inherited of [false, true]) {
1924
+ const schema = z.email();
1925
+ const input = option === "when" ? "invalid" : { toString: () => "test@example.com" };
1926
+ expect(z.validate(schema, input)).toBe(false);
1927
+
1928
+ const target = inherited ? Object.create(Object.getPrototypeOf(schema.def)) : schema.def;
1929
+ let reads = 0;
1930
+ Object.defineProperty(target, option, {
1931
+ get() {
1932
+ reads++;
1933
+ return option === "when" ? () => false : true;
1934
+ },
1935
+ });
1936
+ if (inherited) Object.setPrototypeOf(schema.def, target);
1937
+ expect(reads).toBe(0);
1938
+ expect(z.validate(schema, input)).toBe(true);
1939
+ expect(reads).toBeGreaterThan(0);
1940
+ expect(schema.safeParse(input).success).toBe(true);
1941
+ }
1942
+ } finally {
1943
+ z.core.globalConfig.postProcessor = postProcessor;
1944
+ }
1945
+ });
1946
+
1947
+ test("validate uses compiled validators and runtime fallbacks", () => {
1948
+ const compiled = compile(z.email());
1949
+ expect((compiled._zod.bag as { validator?: unknown }).validator).toBeTypeOf("function");
1950
+ expect(z.validate(compiled, "test@example.com")).toBe(true);
1951
+ expect(z.validate(compiled, "invalid")).toBe(false);
1952
+ expect(z.validate(compiled, "invalid", { skipChecks: true } as any)).toBe(true);
1953
+
1954
+ const source = z.email();
1955
+ const installed = withParser(source, () => INVALID);
1956
+ const bag = installed._zod.bag as { fallbackRun: typeof source._zod.run };
1957
+ const originalRun = bag.fallbackRun;
1958
+ let fallbackRuns = 0;
1959
+ bag.fallbackRun = (payload, ctx) => {
1960
+ fallbackRuns++;
1961
+ return originalRun(payload, ctx);
1962
+ };
1963
+ expect(z.validate(installed, "invalid")).toBe(false);
1964
+ expect(fallbackRuns).toBeGreaterThan(0);
1965
+ });
1966
+
1967
+ // withParser: a parser Zod did not generate, installed on the same wrapper compile() uses.
1968
+
1969
+ // tags its output so a test fails loudly if the runtime ran instead of the supplied parser
1970
+ function taggedParser(input: unknown) {
1971
+ if (typeof input !== "object" || input === null) return INVALID;
1972
+ const o = input as Record<string, unknown>;
1973
+ if (typeof o.a !== "string") return INVALID;
1974
+ return { a: o.a, tag: "supplied" };
1975
+ }
1976
+
1977
+ const withParserSchema = z.object({ a: z.string() });
1978
+
1979
+ test("withParser installs the supplied parser", () => {
1980
+ const installed = withParser(withParserSchema, taggedParser);
1981
+ expect(installed.parse({ a: "x" })).toStrictEqual({ a: "x", tag: "supplied" });
1982
+ // the clone is a new schema; the original keeps the runtime
1983
+ expect(installed).not.toBe(withParserSchema);
1984
+ expect(withParserSchema.parse({ a: "x" })).toStrictEqual({ a: "x" });
1985
+ });
1986
+
1987
+ test("withParser hands INVALID to the runtime and gets a real ZodError", () => {
1988
+ const installed = withParser(withParserSchema, taggedParser);
1989
+ const result = installed.safeParse({ a: 1 });
1990
+ expect(result.success).toBe(false);
1991
+ expect(result.error!.issues).toEqual(withParserSchema.safeParse({ a: 1 }).error!.issues);
1992
+ });
1993
+
1994
+ test("withParser answers validate with the supplied parser", () => {
1995
+ const installed = withParser(withParserSchema, taggedParser);
1996
+ expect(z.validate(installed, { a: "x" })).toBe(true);
1997
+ expect(z.validate(installed, { a: 1 })).toBe(false);
1998
+ });
1999
+
2000
+ test("withParser bypasses the fast path on async, like compile()", async () => {
2001
+ const installed = withParser(withParserSchema, taggedParser);
2002
+ // async runs on the runtime, so the tag is absent
2003
+ await expect(installed.parseAsync({ a: "x" })).resolves.toStrictEqual({ a: "x" });
2004
+ });
2005
+
2006
+ test("withParser reaches a parse it does not own the call site of", () => {
2007
+ const installed = withParser(withParserSchema, taggedParser);
2008
+ // installing on _zod.run rather than wrapping a call site is the whole point: a framework holding the schema gets the supplied parser through Standard Schema, and so does z.parse
2009
+ expect((installed["~standard"].validate({ a: "x" }) as { value: unknown }).value).toStrictEqual({
2010
+ a: "x",
2011
+ tag: "supplied",
2012
+ });
2013
+ expect(z.parse(installed, { a: "x" })).toStrictEqual({ a: "x", tag: "supplied" });
2014
+ });
2015
+
2016
+ test("withParser refuses a recursive schema", () => {
2017
+ type Node = { next: Node | null };
2018
+ const Node: z.ZodType<Node> = z.object({ next: z.lazy(() => z.nullable(Node)) });
2019
+ expect(() => withParser(Node, () => INVALID)).toThrow(ZodCompileUnsupportedError);
2020
+ });
2021
+
2022
+ test("withParser leaves encode on the runtime", () => {
2023
+ const codec = z.codec(z.string(), z.number(), {
2024
+ decode: (s) => Number(s),
2025
+ encode: (n) => String(n),
2026
+ });
2027
+ const installed = withParser(codec, () => INVALID);
2028
+ expect(z.encode(installed, 5)).toBe("5");
2029
+ });
2030
+
2031
+ test("withParser rejects a parser whose output contradicts the schema", () => {
2032
+ // the returned schema still claims T, so a parser that succeeds with something else would make parse() lie about its own type
2033
+ // @ts-expect-error a number is not the output of z.string()
2034
+ withParser(z.string(), () => 123);
2035
+ expectTypeOf(withParser(z.string(), () => "ok")).toEqualTypeOf<z.ZodString>();
2036
+ });