-
Notifications
You must be signed in to change notification settings - Fork 327
TypeScript 2.4 string enums #128
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
Comments
What errors are you getting? I think this is an awesome feature. I'm focusing on adding all the latest features to https://github.com/vega/typescript-to-json-schema but I'm happy to review pull requests. |
thank you |
Just added ts 2.4 support to https://github.com/vega/typescript-to-json-schema.
Maybe, maybe not. I have shifted my attention towards the other one because I needed support for proper aliasing. Howver, I decided not to port a lot of features that exist here. I think both libraries ave their place and hopefully it's easy to switch from one to the other. I suggest that you try both and see whether theyr support the features you need and produce clean output for your code. |
@domoritz - any chance of adding TS 2.4 support for this project? I'm wanting to use the string enums too. |
I won't do it for a few months but I can review PRs. Until then, give https://github.com/vega/typescript-to-json-schema a spin. |
TypeScript 2.4 will have string enums:
https://github.com/Microsoft/TypeScript/wiki/What's-new-in-TypeScript#string-enums
Any plans to support this?
thank you
The text was updated successfully, but these errors were encountered: