Skip to content

Instantly share code, notes, and snippets.

View chilldriven's full-sized avatar

Ana Kucherova chilldriven

View GitHub Profile
export default function transformer(file, api) {
const AST = api.jscodeshift(file.source);
const {
identifier,
callExpression,
memberExpression,
CallExpression,
ImportDeclaration,
importDeclaration,