-
perf: move return statement in
getCompletionsso it returns immediately if possible (#2899) -
perf: avoid global completion in component start tag (#2904)
-
perf: optimize path normalization (#2907)
-
perf: optimize module resolution cache invalidation check (#2902)
-
fix: add some limit to store auto-import (#2909)
-
perf: avoid re-reacting completion items for svelte syntax every time
getCompletionsWithRegardToTriggerCharacteris called (#2900) -
fix: ensure await-block type is preserved in the latest Svelte version (#2895)
-
fix: syntax highlighting when trailing type alias misses semicolon (#2905)