Accept baselines

This commit is contained in:
Ryan Cavanaugh
2018-06-11 13:27:30 -07:00
parent 6876d981f2
commit 47d34cb789
13 changed files with 721 additions and 685 deletions

View File

@@ -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"),
};
}

View File

@@ -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"
}