-
Notifications
You must be signed in to change notification settings - Fork 9.1k
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
Generate TS type definitions from jsdoc #1170
Generate TS type definitions from jsdoc #1170
Conversation
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed, please reply here (e.g.
|
CLAs look good, thanks! |
@stereobooster |
Hey @stereobooster, what's the plan for the PR? Do you plan to work on it, or can we close it and revisit later when typescript's issue will be fixed? |
I want to work on it, but I suppose main work will be done outside of this PR - in TS or 3rd party lib. |
blocking issue microsoft/TypeScript#7546 |
We already use tsc for validation, would be nice to generate type definitions. So far this doesn't work. This is rather proof of concept.
I use for this third-party experimental tool. Maybe there is a way to do this with tsc directly?