-
See [example in ASTExplorer](https://astexplorer.net/#/gist/0c0032186269b8c3b45c72fbb64275bc/933a0f4d3387da0bcd4b1c539d7f121e9b0919fb).
I'm trying to prune comment paths that contain a certain string…
-
Setup:
Mac OS 12.6 running on Apple M1 Max chip.
Terminal: iTerm 2 with ZSH
When developing react-native apps, and I run `./gradlew clean` in `/MyProject/android/` folder, I get this message.
Or…
c0d3x updated
5 months ago
-
Is it possible to use jscodeshift to modify `.d.ts` files?
I'm trying to parse a file that looks like this:
```
import * as runtime from '@prisma/client/runtime/index';
declare const prisma: u…
-
Following instructions at https://docs.mobify.com/progressive-web/latest/upgrades/react-16/#upgrade-react-16-2
The instructions regarding installing jcodeshift were a little unclear in terms of wha…
-
I'm trying to write a codemod that changes from the old style of type imports:
`import type {MyType} from './types';`
to the [newer](https://devblogs.microsoft.com/typescript/announcing-typescri…
IanVS updated
2 years ago
-
### What is the problem?
I just made a fresh project with blitz.js 2.1.1, and it contains 5 high severity package vulnerabilities.
Are these not an actual problem?
```
$ npm audit
# npm audi…
-
Привет!
Мы, наконец, выпустили новые версии bem-core и bem-components!
### bem-core 4.2.0
Версия полностью обратносовместимая, так что обновление должно быть совершенно «бесплатным».
Главным…
-
Hey, I'm trying to use `jscodeshift` to create this pattern:
```
function HelloWorld({ name = 'luna' }) {
...
}
```
The object property looks like the following when this is translated to a…
-
**Why:**
As we are doing design sync stuff, we will have to change the style or behavior which might cause a breaking change.
**How:**
For any potential breaking change, before we merge the chan…
-
Ref: https://github.com/facebook/jscodeshift/issues/176
For e.g. Let's consider the following source code as input passed to `recast.print()`;
```js
const code = [
"async function add(a, b) …