Skip to content

Fix for #2268 createDiagnosticCollection should be @internal #2270

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

Merged
merged 1 commit into from
Mar 10, 2015
Merged

Fix for #2268 createDiagnosticCollection should be @internal #2270

merged 1 commit into from
Mar 10, 2015

Conversation

mihailik
Copy link
Contributor

@mihailik mihailik commented Mar 9, 2015

DiagnosticsCollection interface is marked @internal in src/compiler/types.ts, so this should be @internal too.

Otherwise it causes compilation errors whenever the generated type definitions for LS is used.

See #2268 for more details.

DiagnosticsCollection interface is marked @internal in [src/compiler/types.ts](https://github.com/Microsoft/TypeScript/blob/c6cd57d18c85e59b2fbe9d316725748a0af8ac2b/src/compiler/types.ts#L1761), so this should be @internal too.

Otherwise it causes compilation errors whenever the generated type definitions for LS is used.

See #2268 for more details.
@msftclas
Copy link

msftclas commented Mar 9, 2015

Hi @mihailik, I'm your friendly neighborhood Microsoft Pull Request Bot (You can call me MSBOT). Thanks for your contribution!

This seems like a small (but important) contribution, so no Contribution License Agreement is required at this point. Real humans will now evaluate your PR.

TTYL, MSBOT;

@CyrusNajmabadi
Copy link
Contributor

👍

mhegazy added a commit that referenced this pull request Mar 10, 2015
Fix for #2268 createDiagnosticCollection should be @internal
@mhegazy mhegazy merged commit 3e4955b into microsoft:master Mar 10, 2015
@mhegazy
Copy link
Contributor

mhegazy commented Mar 10, 2015

thanks @mihailik!

@mihailik
Copy link
Contributor Author

Glad to help!

@microsoft microsoft locked and limited conversation to collaborators Jun 18, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants