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

fix(lsp): create cacheable ExportInfoMap per language service #28240

Merged

Conversation

dsherret
Copy link
Member

Extracted out of #28131

This needs to be created per language service so that it can provide the current program correctly.

@dsherret dsherret changed the title fix(lsp): create cacheable export info map per language service fix(lsp): create cacheable ExportInfoMap per language service Feb 21, 2025
@@ -768,9 +761,6 @@ for (const [key, value] of Object.entries(hostImpl)) {
}
}

// @ts-ignore Undocumented function.
Copy link
Member Author

@dsherret dsherret Feb 21, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should try to move off @ts-ignore and instead just remove the /** @internal */s in TypeScript's codebase. I updated denoland/TypeScript#15 as part of this change.

Copy link
Collaborator

@nayeemrmn nayeemrmn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@dsherret dsherret enabled auto-merge (squash) February 22, 2025 00:33
@dsherret dsherret merged commit 0261106 into denoland:main Feb 22, 2025
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants