(key: string)
| 1992 | const normalized = _normalized.value; |
| 1993 | |
| 1994 | const parseStr = (key: string) => { |
| 1995 | const k = util.esc(key); |
| 1996 | return `shape[${k}]._zod.run({ value: input[${k}], issues: [] }, ctx)`; |
| 1997 | }; |
| 1998 | |
| 1999 | doc.write(`const input = payload.value;`); |
| 2000 |