Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonlyu123 committed Jan 4, 2024
1 parent 4539429 commit 29d34db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ export function createSvelteModuleLoader(
resolveTypeReferenceDirectiveReferences,
mightHaveInvalidatedResolutions,
clearPendingInvalidations,
getModuleResolutionCache: () => tsModuleCache,
getModuleResolutionCache: () => tsModuleCache
};

function resolveModuleNames(
Expand Down
2 changes: 1 addition & 1 deletion packages/language-server/src/plugins/typescript/service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ async function createLanguageService(
resolveTypeReferenceDirectiveReferences:
svelteModuleLoader.resolveTypeReferenceDirectiveReferences,
hasInvalidatedResolutions: svelteModuleLoader.mightHaveInvalidatedResolutions,
getModuleResolutionCache: svelteModuleLoader.getModuleResolutionCache,
getModuleResolutionCache: svelteModuleLoader.getModuleResolutionCache
};

const documentRegistry = getOrCreateDocumentRegistry(
Expand Down

0 comments on commit 29d34db

Please sign in to comment.