jscodeshift-typescript-example icon indicating copy to clipboard operation
jscodeshift-typescript-example copied to clipboard

Example of using jscodeshift with TypeScript

jscodeshift-typescript-example

Example of using jscodeshift with TypeScript.

Usage

First install:

npm install

Try the reverse-identifiers transform:

./node_modules/.bin/jscodeshift -t ./reverse-identifiers.js --extensions=ts --parser=ts ./reverse-identifiers.input.ts --print --dry

Omit --dry to write the transformed source back to disk.

Test

npm test