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

Commit 9659593

Browse files
committed
fix: code styling
1 parent 54fbe70 commit 9659593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/loader.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ function createServiceHost(
176176
): ts.LanguageServiceHost {
177177
return {
178178
getScriptFileNames: () => {
179-
return [...Array.from(files.keys())];
179+
return [...files.keys()];
180180
},
181181
getScriptVersion: fileName => {
182182
const file = files.get(fileName);

0 commit comments

Comments
 (0)