Code Monkey home page Code Monkey logo

Comments (9)

bcherny avatar bcherny commented on May 22, 2024 1

@Speedy37 Can you take a look when you have a chance? Otherwise I can look later this week. Or if @simonschllng wants to give it a shot, go for it!

from json-schema-to-typescript.

bcherny avatar bcherny commented on May 22, 2024 1

Thanks for the quick response @Speedy37!

from json-schema-to-typescript.

bcherny avatar bcherny commented on May 22, 2024 1

@simonschllng Looking at your usage in #19, you're missing the required filePath parameter when calling compile(). I've made this parameter optional in #20, and published it as 2.0.1.

If you install the latest and try again it will work fine for your use case.

Ironically, using either TS or a JSON-Schema for the json-schema-to-ts API would have prevented this improper use :)

from json-schema-to-typescript.

bcherny avatar bcherny commented on May 22, 2024

This seems like a bug to me. @Speedy37 What was your intention here?

from json-schema-to-typescript.

Speedy37 avatar Speedy37 commented on May 22, 2024

yes it is a bug,
the title was supposed to be used as type name nothing more.

from json-schema-to-typescript.

Speedy37 avatar Speedy37 commented on May 22, 2024

it should generate:

interface MyInterface {
  users?: UserIdArray;
}
type UserIdArray = string[];

from json-schema-to-typescript.

simonschllng avatar simonschllng commented on May 22, 2024

@bcherny, it still isn't working as of version 1.2.2.

I had to build the dist/index.js by doing:

cd node_modules/json-schema-to-typescript/
npm install
gulp dist

Now it works.

But actually: The title in JSON Schema is for informative purpose and non-functional. It would be more logical to just ignore it.

from json-schema-to-typescript.

bcherny avatar bcherny commented on May 22, 2024

Please upgrade to 2.0.0.

from json-schema-to-typescript.

simonschllng avatar simonschllng commented on May 22, 2024

2.0.0 did fail on my schema with

path.js:7
    throw new TypeError('Path must be a string. Received ' + inspect(path));
    ^

TypeError: Path must be a string. Received undefined
    at assertPath (path.js:7:11)
    at Object.resolve (path.js:1148:7)
    at new Compiler (/.../node_modules/json-schema-to-typescript/dist/index.js:279:27)
    at Object.compile (/.../node_modules/json-schema-to-typescript/dist/index.js:557:12)

I will try to solve this later...

from json-schema-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.