Skip to content
This repository was archived by the owner on Nov 5, 2021. It is now read-only.

Commit ffd28b2

Browse files
author
Your Name
committed
Adds support for TypeScript 4.3 builds
1 parent d4e91e0 commit ffd28b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tsWorker.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ export class TypeScriptWorker implements ts.LanguageServiceHost, ITypeScriptWork
243243
entry,
244244
undefined,
245245
undefined,
246+
undefined,
246247
undefined
247248
);
248249
}

0 commit comments

Comments
 (0)