mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-16 15:45:27 -05:00
Get rid of the concept of 'isDefaultLib'.
This commit is contained in:
@@ -835,7 +835,6 @@ namespace ts {
|
||||
processImportedModules(file, basePath);
|
||||
|
||||
if (isDefaultLib) {
|
||||
file.isDefaultLib = true;
|
||||
files.unshift(file);
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user