Home
last modified time | relevance | path

Searched refs:refactorDescription (Results 1 – 6 of 6) sorted by relevance

/third_party/typescript/src/services/refactors/
DinferFunctionReturnType.ts4 const refactorDescription = Diagnostics.Infer_function_return_type.message; constant
8 description: refactorDescription,
32 description: refactorDescription,
39 description: refactorDescription,
DaddOrRemoveBracesToArrowFunction.ts4 const refactorDescription = Diagnostics.Add_or_remove_braces_in_an_arrow_function.message; constant
37 description: refactorDescription,
47 description: refactorDescription,
DconvertStringOrTemplateLiteral.ts4 const refactorDescription = getLocaleSpecificMessage(Diagnostics.Convert_to_template_string); constant
8 description: refactorDescription,
21 …rInfo: ApplicableRefactorInfo = { name: refactorName, description: refactorDescription, actions: […
56 case refactorDescription:
DconvertOverloadListToSingleSignature.ts4 const refactorDescription = Diagnostics.Convert_overload_list_to_single_signature.message; constant
8 description: refactorDescription,
24 description: refactorDescription,
DconvertArrowFunctionOrFunctionExpression.ts4 …const refactorDescription = getLocaleSpecificMessage(Diagnostics.Convert_arrow_function_or_functio… constant
85 description: refactorDescription,
DconvertParamsToDestructuredObject.ts5 …const refactorDescription = getLocaleSpecificMessage(Diagnostics.Convert_parameters_to_destructure… constant
9 description: refactorDescription,
27 description: refactorDescription,