You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Convert reuse program structure and tracing of module resolution to baseline for easier updates (microsoft#51628)
* Modify all usages of file name lower casing to use custom lower casing method
* Baseline reuse program structure tests for easy update when making changes to module resolution
returnmap(typeDirectiveNamesas(string|FileReference)[],name=>getProperty(typeDirectivesForFile,isString(name) ? name : name.fileName.toLowerCase()));
462
+
returnmap(typeDirectiveNamesas(string|FileReference)[],name=>getProperty(typeDirectivesForFile,isString(name) ? name : toFileNameLowerCase(name.fileName)));
0 commit comments