Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Are there any plans to create a pure Javascript generator #1121

Open
techarch opened this issue Dec 30, 2017 · 3 comments
Open

Are there any plans to create a pure Javascript generator #1121

techarch opened this issue Dec 30, 2017 · 3 comments

Comments

@techarch
Copy link

When using JS frameworks such as VueJS which use ES6+ Javascript and not Typescript are there any plans to create a JS generator?
Otherwise how should we go about creating one?

@RicoSuter
Copy link
Owner

We’d need:

  • (NJsonSchema.CodeGeneration.JavaScript), really needed? DTOs dont have to be generated...
  • NSwag.CodeGeneration.JavaScript

We could reuse the

@samiraguiar
Copy link

It would be great to have pure JS generation. Flow typings would also be a plus (maybe a lot of Typescript generation code can be reused).

@ZhaoRd
Copy link

ZhaoRd commented Feb 12, 2018

@techarch you can generator with typescript , and then build ts to es6 . I do this with react

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants