mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-15 12:51:30 -05:00
addressed PR feedback (change command line flag description), added tests
This commit is contained in:
@@ -251,7 +251,7 @@ namespace ts {
|
||||
{
|
||||
name: "forceConsistentCasingInFileNames",
|
||||
type: "boolean",
|
||||
description: Diagnostics.Raise_error_if_two_file_names_in_program_differ_only_in_case
|
||||
description: Diagnostics.Disallow_inconsistently_cased_references_to_the_same_file
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
@@ -2298,11 +2298,10 @@
|
||||
"category": "Message",
|
||||
"code": 6072
|
||||
},
|
||||
"Raise error if two file names in program differ only in case.": {
|
||||
"Disallow inconsistently-cased references to the same file.": {
|
||||
"category": "Message",
|
||||
"code": 6073
|
||||
},
|
||||
|
||||
"Variable '{0}' implicitly has an '{1}' type.": {
|
||||
"category": "Error",
|
||||
"code": 7005
|
||||
|
||||
Reference in New Issue
Block a user