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

Clean up and document createLanguageServicePlugin and createAsyncLanguageServicePlugin #261

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

machty
Copy link
Contributor

@machty machty commented Feb 10, 2025

No description provided.

.map(plugin => plugin.typescript?.extraFileExtensions.map(ext => '.' + ext.extension) ?? [])
.flat();

// TODO: this logic does not seem to appear in the async variant
// (createAsyncLanguageServicePlugin)... bug?
Copy link
Contributor Author

Choose a reason for hiding this comment

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

OPEN QUESTION: is it a bug that the async variant (createAsyncLanguageServicePlugin) does not add the extensions passed in to projectExternalFileExtensions? (This is also how it was prior to this PR).

if (updateLevel >= (1 satisfies ts.ProgramUpdateLevel.RootNamesAndUpdate)
|| !externalFiles.has(project)) {
const oldFiles = externalFiles.get(project);
const extensions = projectExternalFileExtensions.get(project);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is where we check projectExternalFileExtensions (see other comment)

@machty
Copy link
Contributor Author

machty commented Feb 10, 2025

cc @remcohaszing

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.

1 participant