LibCST/libcst/codemod
2020-03-26 09:33:29 -07:00
..
commands Add codemod command for removing unused imports (#266) 2020-03-20 11:10:52 +00:00
tests Add support for current package to codemod context. 2020-02-07 11:52:16 -08:00
visitors [AddImportsVisitor] generate deterministic add import output by sorting the sets. 2020-03-26 09:33:29 -07:00
__init__.py Apply correct copyright header to all open-sourced files. 2019-12-12 15:34:13 -08:00
_cli.py Add support for current package to codemod context. 2020-02-07 11:52:16 -08:00
_codemod.py Integrate FullRepoManager into codemod command, allowing codemods to depend on full-repo capable metadata providers. 2020-01-28 13:45:18 -08:00
_command.py Add a visitor which can remove unused imports using scope analysis. 2020-02-18 16:02:10 -08:00
_context.py Add support for current package to codemod context. 2020-02-07 11:52:16 -08:00
_runner.py Plumb through the ability to override the python version used for parsing in libcst.tool. 2019-12-19 11:40:22 -08:00
_testing.py Apply make_fixture_data() to codemod output 2020-01-10 15:38:23 -08:00
_visitor.py Add documentation for libcst.codemod and friends. 2019-12-17 11:59:51 -08:00