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

Cannot add or modify JSDoc with custom transformers #15639

Closed
kimamula opened this issue May 7, 2017 · 1 comment
Closed

Cannot add or modify JSDoc with custom transformers #15639

kimamula opened this issue May 7, 2017 · 1 comment
Labels
Duplicate An existing issue was already created

Comments

@kimamula
Copy link
Contributor

kimamula commented May 7, 2017

TypeScript Version: 2.3.2

It is likely that TypeScript basically emits comments as they were in the original TypeScript code and any mutation of ts.JSDoc objects with custom transformers is ignored.

Though it is possible to add comments by ts.addSyntheticLeadingComment() or ts.addSyntheticTrailingComment(), they cannot be used to add JSDoc style comments.

Is it possible to enable adding or modifying JSDoc with custom transformers?
This feature would be helpful for solving the problem like #10, for example.

@RyanCavanaugh RyanCavanaugh added the Needs Investigation This issue needs a team member to investigate its status. label May 24, 2017
@RyanCavanaugh RyanCavanaugh removed the Needs Investigation This issue needs a team member to investigate its status. label Sep 18, 2019
@RyanCavanaugh
Copy link
Member

Will track at #17146

@RyanCavanaugh RyanCavanaugh added the Duplicate An existing issue was already created label Sep 18, 2019
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