You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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()
orts.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.
The text was updated successfully, but these errors were encountered: