reads a script from source and allows analysis via jscodeshift. This does not write to the file afterwards.
The https://astexplorer.net/ REPL can be used to inspect and test out how to transform javascript and typescript files.
For javascript, the babel parser is used.
For typescript, the ts parser is used.
to the file to transform
Optionaloptions: Options = {}the transformed source
Public API for the js namespace