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

[QUESTION] getJSDocs call between 2.1.5 and 2.2.0RC #13926

Closed
vogloblinsky opened this issue Feb 7, 2017 · 1 comment
Closed

[QUESTION] getJSDocs call between 2.1.5 and 2.2.0RC #13926

vogloblinsky opened this issue Feb 7, 2017 · 1 comment
Labels
Needs Investigation This issue needs a team member to investigate its status.

Comments

@vogloblinsky
Copy link

I am using TypeScript 2.1.5 in an angular documentation tool. https://github.com/compodoc/compodoc

I call the internal API getJSDocs and it seems in 2.2.0RC that the method is not exported now. (compodoc/compodoc#104)

https://github.com/Microsoft/TypeScript/blob/v2.2-rc/src/compiler/utilities.ts#L1543

and it was in 2.1.5

https://github.com/Microsoft/TypeScript/blob/v2.1.5/src/compiler/utilities.ts#L1481

Is there a reason ?

How can i handle this and continue using it ?

@RyanCavanaugh RyanCavanaugh added the Needs Investigation This issue needs a team member to investigate its status. label May 24, 2017
@vogloblinsky
Copy link
Author

I close this bug, API seems re-exported in last version https://github.com/Microsoft/TypeScript/blob/master/src/compiler/utilities.ts#L1462

@microsoft microsoft locked and limited conversation to collaborators Jun 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Needs Investigation This issue needs a team member to investigate its status.
Projects
None yet
Development

No branches or pull requests

2 participants