Merge pull request #5275 from Microsoft/fixCasingAndPathFormat

use absolute path as key to store files, correctly handle scenarios w…
This commit is contained in:
Vladimir Matveev
2015-10-27 14:02:35 -07:00
7 changed files with 274 additions and 129 deletions

View File

@@ -247,7 +247,12 @@ namespace ts {
},
description: Diagnostics.Specifies_module_resolution_strategy_Colon_node_Node_js_or_classic_TypeScript_pre_1_6,
error: Diagnostics.Argument_for_moduleResolution_option_must_be_node_or_classic,
}
},
{
name: "forceConsistentCasingInFileNames",
type: "boolean",
description: Diagnostics.Disallow_inconsistently_cased_references_to_the_same_file
},
];
/* @internal */