-
We're encountering an issue that prevents us from upgrading from 0.13.1 to 0.14.0 (https://github.com/mui/material-ui/pull/34680).
It seems that when a codemod adds a JSX attribute, the whole JSX b…
-
Without using `temp.track()`, it no longer automatically tracks the files to clean up. Because jscodeshift uses `temp.cleanupSync()` (instead of `temp.cleanup()`, which passes errors when `temp.track(…
-
input: `useCallback(event => {})`
current output: `useCallback(event: any => {})`
expect output: `useCallback((event: any) => {})`
It should add a brackets in this condition
-
I think we can take the comment node and move it to the parent and this will preserve them. I'll try to mess with it a bit.
-
I had wanted to use Limber for showcasing https://github.com/NullVoxPopuli/ember-statechart-component/, because the story here is *really* slick with template imports -- but xstate (and ember-statecha…
-
Currently the transform function puts the types directly into the modified file. How feasible would it be to emit them to a named `.d.ts` file next to the altered file?
I'm working w/ jsx files that …
-
When running the `--run-codemod` command in windows command line on a large project the resulting command line is larger than the maximum allowed command length.
For instance my project has several…
-
I'm programmatically invoking `jscodeshift` to perform some codemods; this is part of a process that will be invoked across a large number of repos to automatically make changes, commit them, and open…
-
We haven't maintained these codemods at all. This tool also tries to do a lot more than is necessary. For the latest `throwsAsync` change I wrote a simple transform that can be applied by using `jscod…
-
> Tracked in the readme already but made an issue since not many people read the readme
We should use jscodeshift/babel-codemod for this.
- [ ] Upgrade a js config: `.babelrc.js`, `babel.config.…