Giter Club home page Giter Club logo

Comments (5)

domoritz avatar domoritz commented on June 20, 2024

It should still work. The CLI works for me. yarn run run --path test.ts --type 'TabsConfig'. Can you try with what's in next?

from ts-json-schema-generator.

SampsaKaskela avatar SampsaKaskela commented on June 20, 2024

I was able to get it working with version 2.1.1 by specifying the type in this case TabsConfig like in your CLI command. But using * generates empty definitions. Using next didn't change the outcome. But I really would need to use * because I want everything in one go.

from ts-json-schema-generator.

domoritz avatar domoritz commented on June 20, 2024

Huh, that sounds like a bug then. I don't remember changing anything specific to *. Could you step through the code to see what might be wrong?

from ts-json-schema-generator.

SampsaKaskela avatar SampsaKaskela commented on June 20, 2024

I did check the results and compared. In SchemaGenerator.ts getRootNodes function returns empty list in v2. In line 51

const rootFileNames = this.program.getRootFileNames();

V1 returns

[ 'C:/Users/samps/ts-json-schema-generator/test.ts' ]

While V2 returns

[ 'C:\\Users\\samps\\ts-json-schema-generator\\test.ts' ]

This then results to empty array returned from function because the in V2 this string path doesn't match any of the strings in rootSourceFiles.

I went a bit deeper and in factory/program.ts it seems that in line 63

const rootNamesFromPath = config.path ? glob.sync(normalize(path.resolve(config.path))) : [];

returns different result in V2 similar to differences described above. glob.sync seems to be the culprit since that functions receive same input in both versions but once that runs the result is different. It seems V1 uses glob v8 while V2 uses glob v10 so that is probably difference. I traced back and seems this change happened in 2.1.0. I tested 2.0.1 and that seems to work fine.

Is this enough to get you on track how this should be fixed?

from ts-json-schema-generator.

domoritz avatar domoritz commented on June 20, 2024

Oh, I see you are on windows. I saw that windows changed but I don't have windows so I can't fix it.

It would be awesome if you could find a fix and send it since you can actually test it. Looks like you already identified the root cause.

I can reenable the ci for windows when the fix is in.

from ts-json-schema-generator.

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.