mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-17 00:34:47 -05:00
Remove some unnecessary createGetCanonicalFileName by exposing one from program (#51796)
This commit is contained in:
@@ -1806,6 +1806,7 @@ export function createProgram(rootNamesOrOptions: readonly string[] | CreateProg
|
||||
getSymlinkCache,
|
||||
realpath: host.realpath?.bind(host),
|
||||
useCaseSensitiveFileNames: () => host.useCaseSensitiveFileNames(),
|
||||
getCanonicalFileName,
|
||||
getFileIncludeReasons: () => fileReasons,
|
||||
structureIsReused,
|
||||
writeFile,
|
||||
|
||||
Reference in New Issue
Block a user