@sourcegraph/codemod-transforms
v1.0.2
Published
@sourcegraph/codemod-transforms
Downloads
1,392
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
typescripttransforms userunTransformhelper defined in@sourcegraph/toolkit-ts.
