Skip to Content, Navigation, or Footer.
The Daily Cardinal Est. 1892
Sunday, March 08, 2026

Astools

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'; );

return root.toSource();


Powered by SNworks Solutions by The State News
All Content © 2026 The Daily Cardinal