mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-16 15:45:27 -05:00
Accept baselines
This commit is contained in:
@@ -1103,5 +1103,8 @@ namespace ts {
|
||||
Convert_0_to_mapped_object_type: diag(95055, DiagnosticCategory.Message, "Convert_0_to_mapped_object_type_95055", "Convert '{0}' to mapped object type"),
|
||||
Convert_namespace_import_to_named_imports: diag(95056, DiagnosticCategory.Message, "Convert_namespace_import_to_named_imports_95056", "Convert namespace import to named imports"),
|
||||
Convert_named_imports_to_namespace_import: diag(95057, DiagnosticCategory.Message, "Convert_named_imports_to_namespace_import_95057", "Convert named imports to namespace import"),
|
||||
Add_or_remove_braces_in_an_arrow_function: diag(95058, DiagnosticCategory.Message, "Add_or_remove_braces_in_an_arrow_function_95058", "Add or remove braces in an arrow function"),
|
||||
Add_braces_to_arrow_function: diag(95059, DiagnosticCategory.Message, "Add_braces_to_arrow_function_95059", "Add braces to arrow function"),
|
||||
Remove_braces_from_arrow_function: diag(95060, DiagnosticCategory.Message, "Remove_braces_from_arrow_function_95060", "Remove braces from arrow function"),
|
||||
};
|
||||
}
|
||||
@@ -1094,5 +1094,8 @@
|
||||
"Remove_all_unused_labels_95054" : "Remove all unused labels",
|
||||
"Convert_0_to_mapped_object_type_95055" : "Convert '{0}' to mapped object type",
|
||||
"Convert_namespace_import_to_named_imports_95056" : "Convert namespace import to named imports",
|
||||
"Convert_named_imports_to_namespace_import_95057" : "Convert named imports to namespace import"
|
||||
"Convert_named_imports_to_namespace_import_95057" : "Convert named imports to namespace import",
|
||||
"Add_or_remove_braces_in_an_arrow_function_95058" : "Add or remove braces in an arrow function",
|
||||
"Add_braces_to_arrow_function_95059" : "Add braces to arrow function",
|
||||
"Remove_braces_from_arrow_function_95060" : "Remove braces from arrow function"
|
||||
}
|
||||
Reference in New Issue
Block a user