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

flag to make comments go to .d.ts files instead of the js files #26987

Closed
championswimmer opened this issue Sep 9, 2018 · 1 comment
Closed
Labels
Duplicate An existing issue was already created

Comments

@championswimmer
Copy link

I would like the my JSDoc style comments of functions/classes go into the type declaration files instead of the emitted JS files.

That way, if I chose to use my JS without any minification, I can use it, while the comments would serve their purpose during autocomplete/intellisense in Webstorm/VSCode as well.

Right now, except interfaces, all other comments go into the emitted JS not into the d.ts files.

@DanielRosenwasser DanielRosenwasser added the Add a Flag Any problem can be solved by flags, except for the problem of having too many flags label Sep 10, 2018
@DanielRosenwasser
Copy link
Member

Duplicate of #14619

@DanielRosenwasser DanielRosenwasser marked this as a duplicate of #14619 Sep 10, 2018
@DanielRosenwasser DanielRosenwasser added Duplicate An existing issue was already created and removed Add a Flag Any problem can be solved by flags, except for the problem of having too many flags labels Sep 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Duplicate An existing issue was already created
Projects
None yet
Development

No branches or pull requests

2 participants