Closed ekaradon closed 5 days ago
Latest commit: ecba81c6785a5d0b2c9c7383ec6eeb10e5766d38
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
@all-contributors please add @ekaradon for code
@stijnvanhulle
I've put up a pull request to add @ekaradon! :tada:
@ekaradon hmm I was not aware off that could use z.instance
so seems more than logical to use z.instanceOf(File)
here. Not sure if that would have an impact on people using strings for Blobs.
I'm not used to workspace, so I may have missed a step but when I try to run tests after installing with pnpm
I get this error message:
Error: Failed to resolve entry for package "@kubb/fs". The package may have incorrect main/module/exports specified in its package.json.
Plugin: vite:import-analysis
File: ~/projects/kubb/packages/core/src/utils/parser.ts
Not sure what I should do to get it working?
I've continued working with zod and got an error when using it to parse a response from the backend service where it tries to match a blob with a string. I suppose that
z.instanceOf(File)
would be the best approach here?KUBB-70 Zod generation is considering blob as a string https://github.com/kubb-labs/kubb/issues/1399