Merge branch 'master' into es2019

This commit is contained in:
Kagami Sascha Rosylight
2019-02-07 10:08:26 +09:00
committed by GitHub
468 changed files with 83421 additions and 8287 deletions

View File

@@ -1937,7 +1937,7 @@ namespace ts {
function directoryOfCombinedPath(fileName: string, basePath: string) {
// Use the `getNormalizedAbsolutePath` function to avoid canonicalizing the path, as it must remain noncanonical
// until consistient casing errors are reported
// until consistent casing errors are reported
return getDirectoryPath(getNormalizedAbsolutePath(fileName, basePath));
}