Home
last modified time | relevance | path

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

/third_party/typescript/src/services/refactors/
DextractSymbol.ts5 const extractConstantAction = { constant
17 extractConstantAction.kind,
46 if (refactorKindBeginsWith(extractConstantAction.kind, requestedRefactor)) {
49 description: extractConstantAction.description,
50 …actions: [{ ...extractConstantAction, notApplicableReason: getStringError(rangeToExtract.errors) }]
97 if (refactorKindBeginsWith(extractConstantAction.kind, requestedRefactor)) {
108 kind: extractConstantAction.kind
117 kind: extractConstantAction.kind