Astools Review
return root.toSource();
export default function transformer(file, api) const j = api.jscodeshift; const root = j(file.source); root.find(j.ImportDeclaration) .filter(path => path.node.source.value === 'lodash') .forEach(path => path.node.source.value = 'lodash-es'; ); astools