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

refactor(lsp): reland move resolver fields to LspResolver #23685

Merged
merged 8 commits into from May 7, 2024

Conversation

nayeemrmn
Copy link
Collaborator

@nayeemrmn nayeemrmn commented May 3, 2024

Relands #23585. Ref #23626.

The performance issue was caused by Inner:refresh_documents_config() being called after the auto-cache for the jsx import source. I replaced the resolver update there with a more granular JsrCacheResolver::did_cache().

@nayeemrmn nayeemrmn added the ci-bench put this on a PR to run the benchmarks label May 4, 2024
Copy link
Member

@nathanwhit nathanwhit left a comment

Choose a reason for hiding this comment

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

LGTM

@nayeemrmn nayeemrmn merged commit cbb78e1 into denoland:main May 7, 2024
17 checks passed
@nayeemrmn nayeemrmn deleted the lsp-resolver-fields-reland branch May 7, 2024 05:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci-bench put this on a PR to run the benchmarks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants