Skip to content
This repository was archived by the owner on Dec 1, 2019. It is now read-only.

Commit e30023d

Browse files
committed
fix: use proper compiler variable
1 parent 4408adb commit e30023d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/checker/runtime.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ function createChecker(receive: (cb: (msg: Req) => void) => void, send: (msg: Re
283283
files = new CaseInsensitiveMap();
284284

285285
if (compiler.createModuleResolutionCache) {
286-
cache = ts.createModuleResolutionCache(
286+
cache = compiler.createModuleResolutionCache(
287287
context,
288288
normalize
289289
);

0 commit comments

Comments
 (0)