Giter VIP home page Giter VIP logo

Comments (5)

csaba-veezla avatar csaba-veezla commented on August 24, 2024 1

I feel, that the ts plugin should not change.
The zod plugin should be able to export types as well, by providing a type output path.
And plugins that have a dependency on the ts plugin, shouldn't or more like they should require zod(with ts path) or ts.

from kubb.

stijnvanhulle avatar stijnvanhulle commented on August 24, 2024 1

So if I'm following, you guys want to export all types of the generated Zod schemas(based on z.infer)?

Something like this?

export const petSchema = z.object({ firstName: z.string() })
export type PetSchema = z.infer<typeof petSchema>

from kubb.

stijnvanhulle avatar stijnvanhulle commented on August 24, 2024 1

In the next release of Kubb you can make the Zod plugin return the schema with the option 'typedSchema', see https://1065.docs.kubb.dev/plugins/swagger-zod/#typedschema.

See #1065 for examples.

from kubb.

stijnvanhulle avatar stijnvanhulle commented on August 24, 2024

Hi, Do you have some examples of where TypeScript is less strict? We could adapt the TypeScript plugin to have the same strict types but being dependent on something like Zod is not great(not everybody wants to use Zod and I don't want to force people to use Zod for just types).

from kubb.

Wykks avatar Wykks commented on August 24, 2024

Hello!

Very useful project, thanks a lot @stijnvanhulle!

I have the same concern about zod, it would be better to be able to export types with zod as well using zod.infer, this way we don't have the extras types when using zod

from kubb.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.