@sourcegraph/codemod-transforms
v1.0.2
Published
@sourcegraph/codemod-transforms
Downloads
733
Keywords
Readme
Transforms
Transform functions built with toolkits defined in this repo.
Adding new transform
- Each transform has its own folder.
- A transform module should have one named export that the CLI package will use to run it over multiple files.
- For
typescript
transforms userunTransform
helper defined in@sourcegraph/toolkit-ts
.