monkeytype/packages/util
Christian Fehmer 12e150072b
fix: fix error handling in parseWithSchema (@fehmer) (#6229)
`instanceof ZodError` is not working if the code is packaged as a module
for unknown reason. Found while adding tests for the url-handler in
#6207.
2025-02-04 11:08:46 +01:00
..
__test__ refactor: move parseJsonWithSchema to utils package (@fehmer) (#6109) 2024-12-22 18:04:12 +01:00
src fix: fix error handling in parseWithSchema (@fehmer) (#6229) 2025-02-04 11:08:46 +01:00
.eslintrc.cjs
package.json chore: bump eslint version 2025-01-21 11:50:09 +01:00
tsconfig.json
vitest.config.js