Function buildRemoveArgumentLabelGCM
buildRemoveArgumentLabelGCM( findMutationTargetNodes: (match: QueryMatch) => SyntaxNode[], operatorId: string,): ( match: QueryMatch, options?: MutationGenerationOptions,) => null | CodeMutation Parameters
- findMutationTargetNodes: (match: QueryMatch) => SyntaxNode[]
- operatorId: string
Builds a MutationOperator.getCodeMutation that removes the label from a view argument, keeping only the argument itself.