mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-14 19:16:17 -06:00
remove unused code
This commit is contained in:
parent
2b5bbfee60
commit
0a93768a40
@ -871,7 +871,7 @@ namespace Harness {
|
||||
fileMap.set(path, (): ts.SourceFile => { throw new Error("Symlinks should always be resolved to a realpath first"); });
|
||||
}
|
||||
const sourceFile = createSourceFileAndAssertInvariants(fileName, file.content, scriptTarget);
|
||||
fileMap.set(path, ts.memoize(() => sourceFile));
|
||||
fileMap.set(path, () => sourceFile);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user