-
> UnhandledPromiseRejectionWarning: Error: Command failed with exit code 7 (E2BIG): /Users/runspired/.npm/_npx/61999/lib/node_modules/es5-getter-ember-codemod/node_modules/jscodeshift/bin/jscodeshift…
-
jscodeshift version: 0.13.0
node version: 16.13.0
command:
```shell
npx jscodeshift -t src/transforms/sort-imports --extensions=ts,tsx --parser=tsx "${TRANSFORM_FILE}.ts" --print --dry
```
I…
-
I’m writing my first codemod and I noticed it’s very hard to determine whether certain edge cases are worth handling. Currently I see an output like this:
```
168 errors
0 unmodified
61720 skipped
85…
-
```ts
export const foo = queryField('foo', {
type: 'Boolean',
args: {
appID: nonNull('UUID'),
},
resolve: async function (_parent, args, context) {
return true;
},
});
```
…
-
### Duplicates
- [X] I have searched the existing issues
### Latest version
- [X] I have tested the latest version
### Steps to reproduce 🕹
Steps:
1. Start with the file shown below
2. Run `n…
-
`codeshift.config.ts` is intended to act as the **source of truth for every codemod package**. Configs serve a dual purpose of holding all relevant metadata and one or more codemods.
## Config prop…
-
- [x] /blog create blog posts where we can see the contents of each LinkedIn post, memo page, etc
- [ ] /pricing page for price of each components
- [ ] /docs documentation for api, sdk and cli
-…
-
### Duplicates
- [X] I have searched the existing issues
### Latest version
- [X] I have tested the latest version
### Summary 💡
Many developers will run code mod like this one: npx @mu…
-
In it's current state the codemod transforms `{{foo}}` always to `{{this.foo}}` (skipping template-only components). It should transform `{{foo}}` to `{{@foo}}` instead if the property is not defined …
-
👋 This dashboard summarizes my activity on the repository, including available improvement opportunities.
## Recommendations
_Last analysis: Nov 02 | Next scheduled analysis: Nov 09_
**NOTE**: I'v…