-
### Faulty codemod
`msw/2/upgrade-recipe` [source](https://github.com/codemod-com/codemod/tree/main/packages/codemods/msw/2/upgrade-recipe)
### Sample code
https://github.com/jiri-prokop-pb/c…
-
At EmberFest 2024, I heard from a couple of teams that they (just like mine) struggle with maintaining 1 translation file, which grew over time, with keys lacking a pattern. The only suggestion that I…
-
### Verify canary release
- [X] I verified that the issue exists in the latest Turborepo canary release.
### Link to code that reproduces this issue
N/A
### What package manager are you using / do…
-
Convert signatures, add to registry, etc.
-
At time of writing, we've implemented most of the [native](https://github.com/es-tooling/module-replacements/blob/main/manifests/native.json)/[micro-utilities](https://github.com/es-tooling/module-rep…
-
#### Original
```ts
import withNuxt from './.nuxt/eslint.config.mjs';
```
#### Expected
```ts
import withNuxt from './.nuxt/eslint.config.mjs';
```
#### Actual
```ts
import withNux…
-
When an exported method changed to `async` we need to propagate that.
We'll stick to ESM for now for simplicity. However, the module specifier will be unknown so that requires user input.
Once…
-
I started tinkering with a codemod to replace `JedWatson/classNames` with `classwrap` re: [this comment](https://github.com/JorgeBucaran/classwrap/issues/5#issuecomment-331116262).
JSCodeShift hurt…
-
Provide the instruction to use the codemod through console warnings and Storybooks.
- [ ] Provide waning for all relevant components
- [ ] Update the storybook of all relevant components
- [ ] (If ne…
-
## Background
A number of components now have newer recommended versions in our v2 package. For each of these, we’d like to provide an automated migration script (codemod) to accompany those changes …