Git Product home page Git Product logo

Comments (5)

mrjono1 avatar mrjono1 commented on May 20, 2024

It will probably mean that this library should have more tests using multiple versions of joi

from joi-to-typescript.

hazmah0 avatar hazmah0 commented on May 20, 2024

I was thinking about this briefly as well a few days ago when I was trying this package out. The project I was working on had a dependency to a package, lets call it A, and this package A was using version 14.x of Joi internally.

When I added joi-to-typescript to convert the Joi schemas to TS types I saw the following output:
[object Object] - Skipped - no Joi Schemas found

And the reason for this is because I always ended up in this if statement below:

if (!Joi.isSchema(joiSchema)) {
  continue;
}

Since this package is using methods like isSchema and describe which only exists in newer versions of Joi I think it would make sense to add Joi as a peer dependency to express compatibility more clearly.

from joi-to-typescript.

mrjono1 avatar mrjono1 commented on May 20, 2024

@hazmah0 that sounds like another issue, this library has only been tested with joi version 17 and greater.
at version 17 Joi changed direction a bit (being split from hapi)
When I started this library I had lots of issues with versions of Joi less than 17 due to internal structure changes, it may work but I don't want to support old Joi versions.

from joi-to-typescript.

mrjono1 avatar mrjono1 commented on May 20, 2024

sorry I didn't finish reading your comment you explained the issues I found with versions of joi less than 17

from joi-to-typescript.

mrjono1 avatar mrjono1 commented on May 20, 2024

This has now been completed https://github.com/mrjono1/joi-to-typescript/releases/tag/3.0.0

from joi-to-typescript.

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.