Searched refs:refactorDescription (Results 1 – 6 of 6) sorted by relevance
/third_party/typescript/src/services/refactors/ |
D | inferFunctionReturnType.ts | 4 const refactorDescription = Diagnostics.Infer_function_return_type.message; constant 8 description: refactorDescription, 32 description: refactorDescription, 39 description: refactorDescription,
|
D | addOrRemoveBracesToArrowFunction.ts | 4 const refactorDescription = Diagnostics.Add_or_remove_braces_in_an_arrow_function.message; constant 37 description: refactorDescription, 47 description: refactorDescription,
|
D | convertStringOrTemplateLiteral.ts | 4 const refactorDescription = getLocaleSpecificMessage(Diagnostics.Convert_to_template_string); constant 8 description: refactorDescription, 21 …rInfo: ApplicableRefactorInfo = { name: refactorName, description: refactorDescription, actions: [… 56 case refactorDescription:
|
D | convertOverloadListToSingleSignature.ts | 4 const refactorDescription = Diagnostics.Convert_overload_list_to_single_signature.message; constant 8 description: refactorDescription, 24 description: refactorDescription,
|
D | convertArrowFunctionOrFunctionExpression.ts | 4 …const refactorDescription = getLocaleSpecificMessage(Diagnostics.Convert_arrow_function_or_functio… constant 85 description: refactorDescription,
|
D | convertParamsToDestructuredObject.ts | 5 …const refactorDescription = getLocaleSpecificMessage(Diagnostics.Convert_parameters_to_destructure… constant 9 description: refactorDescription, 27 description: refactorDescription,
|