jscodeshift topic

List jscodeshift repositories

optional-chaining-codemod

112
Stars
14
Forks
Watchers

Codemod to migrate from Lodash get and logical and expressions to optional chaining

ember-angle-brackets-codemod

59
Stars
31
Forks
Watchers

Codemod to convert curly braces syntax to angle brackets syntax

codemod-v4

93
Stars
24
Forks
Watchers

codemod cli for antd v4 upgrade

tiny-treeshaker

94
Stars
1
Forks
Watchers

🌳🥤 A tiny codemod for tree shaking (experimental) 🌳🥤

idx-to-optional-chaining

19
Stars
3
Forks
Watchers

JSCodeShift codemod that transforms usage of idx to the draft optional chaining standard.

serverless-plugin-iopipe

40
Stars
8
Forks
Watchers

Automatically wrap your serverless framework functions with IOpipe

ts-import-types-cli

39
Stars
3
Forks
Watchers

Autofix TypeScript types to be imported using `import type`

js2tsx

16
Stars
1
Forks
Watchers

A toolkit provide some codemod scripts based on jscodeshift to migrating react code base to typesceipt

async-await-codemod

28
Stars
4
Forks
Watchers

Codemod script for migrating promise-based functions to use async/await syntax