Skip to content

Commit

Permalink
modify jscodeshift to migrate 2 to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenn Creighton authored and benjamn committed Aug 3, 2020
1 parent 46f6715 commit 4f5e7e4
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions jscodeshift-migrate-2-to-3.js
@@ -1,15 +1,6 @@
/**
* This jscodeshift transform takes care of some of the rote
* things you'll need to do while migrating from v2 to v3.
* Currently it:
* - Replaces apollo-client imports with
* @apollo/client
* - Removes gql imports from graphql-tag and replaces them
* with an import from @apollo/client
* - Removes Observable import from apollo-link and moves
* it to @apollo/client
*
* Author: Dmitry Minkovsky <dminkovsky@gmail.com>
*/

export default function transformer(file, api) {
Expand Down

0 comments on commit 4f5e7e4

Please sign in to comment.