-
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…
-
I run command `npx react-codemod rename-unsafe-lifecycles src` and got this error:
```
Error: Cannot find module 'core-js/modules/es.array.find'
Require stack:
- /Users/minhtran/.npm/_npx/24243/…
-
**Describe the bug**
`type PassA = readonly T[];` will not be displayed in the output.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to https://astexplorer.net/#/gist/bea26d669eb5836fa…
-
Currently the `runTest` function in [testUtils.js](https://github.com/facebook/jscodeshift/blob/master/src/testUtils.js#L59) hardcodes `.input.js` and `.output.js` to the test filenames it looks for, …
-
Hello, trying to use your codeshift-cli, but faced a problem.
I created an example of my codemode repo - https://stackblitz.com/edit/node-uhcfpx?file=index.ts
Here I have a `src` folder which cont…
-
### What version of Effect is running?
3.0.3
### What steps can reproduce the bug?
> npx @effect/codemod@latest effect-3.0 src/**/*.tsx
Processing 149 files...
Spawning 7 workers...
Sending 22…
-
下载最新版本的dva-cli 0.8.2, 尝试 dva -g route product-list 有问题
```
/usr/local/lib/node_modules/dva-cli/bin/dva-generate
create routeComponent src/routes/ProductList.js, src/routes/ProductList.css
…
-
[AST Explorer](https://astexplorer.net/#/gist/fb1d90bd9d97857af8a7acbc7649dcc3/b81b9bd246ca9a13d7fa2b0e6f1287d42718bae3)
**Input**
```ts
interface Foo { foo: string; }
interface Bar { bar: strin…
-
If I start with this code:
```js
const s = `
a
`;
function f() {
}
```
then run a codemod to move the declaration into the function, it produces this code:
```js
function f() {
const …
-
We always use tsx extensions, but it won't let me do that? This is a bug.