codemods icon indicating copy to clipboard operation
codemods copied to clipboard

A collection of transforms for use with JSCodeshift

Results 2 codemods issues
Sort by recently updated
recently updated
newest added

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

## Description Running `use-named-exports` on this: ```ts export default function foo(){} ``` throws: ``` ERR file.js Transformation error ({ type: FunctionDeclaration, start: 15, end: 32, loc: null, id: [object Object],...