We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfa1ffe commit 3605e4eCopy full SHA for 3605e4e
1 file changed
src/compiler/program.ts
@@ -1101,8 +1101,6 @@ namespace ts {
1101
1102
// If '--lib' is not specified, include default library file according to '--target'
1103
// otherwise, using options specified in '--lib' instead of '--target' default library file
1104
-
1105
- // File-system ordering should use a predictable order
1106
const equalityComparer = getStringEqualityComparer(!host.useCaseSensitiveFileNames());
1107
if (!options.lib) {
1108
return equalityComparer(file.fileName, getDefaultLibraryFileName());
0 commit comments