Skip to content

improve GraphQL API for codemod search results

Administrator requested to merge codemod-search-gql into master

Created by: sqs

  • Make the Git commit and raw diff available via the GraphQL API
  • Fix a bug in performCodemod where the for-loop iteration value's address (&resolver) is added to an array. This address is the same for all iterations, so the array erroneously contains multiples of each entry. (See https://stackoverflow.com/a/51307390.)

Merge request reports

Loading