-
## update files
### file `upgrade.py`
add import os
```
rom os import *
import os
import sys
```
change the command line
from
```
codemod = "./bin/codemod.py"
```
to
```
codemod = "python %s" %…
-
Hi. I created a script that converts redux-saga code to typed-redux-saga.
I'm wondering if it could be included in this rep so that people can migrate existing code to typed-redux-saga by just runnin…
-
It appears that the codemod implementation only runs against components in the `app/` directory, which will not work for addons, which store their components in the `addon/` directory and may not re-e…
-
Hello, I installed `jest-codemods` (v0.23.0) globally and ran the following command:
```
npx jest-codemods ./test/unit_tests/event/EventRepositorySpec.js
```
Afterwards I got to see this error…
-
ember-macro-helpers/computed does not seem to be converted. It is reported as `Unsupported macro computed`
It would be nice if it could be rewritten. I'll give it a try, but I'm not that familiar y…
jlami updated
8 months ago
-
👋 This dashboard summarizes my activity on the repository, including available improvement opportunities.
## Recommendations
_Last analysis: Nov 01 | Next scheduled analysis: Nov 08_
### Open
- h…
-
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…
-
## Description
Running `use-named-exports` on this:
```ts
export default function foo(){}
```
throws:
```
ERR file.js Transformation error ({ type: FunctionDeclaration, start: 15, end:…
-
把非antd组件 props 匹配命名刚好命中而被替换了😫
-
👋 This dashboard summarizes my activity on the repository, including available improvement opportunities.
## Recommendations
_Last analysis: Oct 26 | Next scheduled analysis: Nov 02_
### Open
✅…