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: Improve caching of shared type files #523

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

matz3
Copy link
Member

@matz3 matz3 commented Feb 10, 2025

Caching the script snapshot instances further improves the performance
when re-using a shared service instance.

Caching the script snapshot instances further improves the performance
when re-using a shared service instance.
@matz3 matz3 requested a review from a team February 10, 2025 12:56
@matz3 matz3 force-pushed the improve-shared-language-service-performance branch from abd839c to e6d4b35 Compare February 10, 2025 20:13
- Don't include irrelevant types in the type loading process
- Ensure that modules from sap.ui.core are not looked up within the
linted project. This happened as there was no mapping for the
sap/ui/core namespace and TypeScript first tried to load the module
relative to the requesting module and only afterwards used the dts file
from "types".
@matz3 matz3 force-pushed the improve-shared-language-service-performance branch from e6d4b35 to 55fad6f Compare February 11, 2025 15:06
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