LibCST/libcst
Steven Troxler 3578f2fc3d
Add some color to children-vs-codegen error (#583)
It took me some time to track down the root cause of `children`
not matching codegen, having the error message directly hint that
visit and codegen are probably mimatched (my visit was running
out-of-order) will likely help newbies get going faster.
2022-01-05 21:26:51 +00:00
..
_nodes Add some color to children-vs-codegen error (#583) 2022-01-05 21:26:51 +00:00
_parser Fix all type errors (#579) 2022-01-05 18:13:01 +00:00
codegen Add instructions to codegen test failures (#582) 2022-01-05 12:24:31 -08:00
codemod Fix all type errors (#579) 2022-01-05 18:13:01 +00:00
helpers Fix all type errors (#579) 2022-01-05 18:13:01 +00:00
matchers Fix all type errors (#579) 2022-01-05 18:13:01 +00:00
metadata Fix all type errors (#579) 2022-01-05 18:13:01 +00:00
testing Fix all type errors (#579) 2022-01-05 18:13:01 +00:00
tests Fix all type errors (#579) 2022-01-05 18:13:01 +00:00
__init__.py Implement PEP-634 - Match statement (#568) 2021-12-30 10:00:51 +00:00
_add_slots.py Fix all type errors (#579) 2022-01-05 18:13:01 +00:00
_batched_visitor.py Fix license headers (#560) 2021-12-28 11:55:18 +00:00
_exceptions.py Fix license headers (#560) 2021-12-28 11:55:18 +00:00
_flatten_sentinel.py Fix license headers (#560) 2021-12-28 11:55:18 +00:00
_maybe_sentinel.py Fix license headers (#560) 2021-12-28 11:55:18 +00:00
_metadata_dependent.py Fix license headers (#560) 2021-12-28 11:55:18 +00:00
_position.py Fix all type errors (#579) 2022-01-05 18:13:01 +00:00
_removal_sentinel.py Fix license headers (#560) 2021-12-28 11:55:18 +00:00
_tabs.py Fix license headers (#560) 2021-12-28 11:55:18 +00:00
_type_enforce.py Fix all type errors (#579) 2022-01-05 18:13:01 +00:00
_typed_visitor.py Implement PEP-634 - Match statement (#568) 2021-12-30 10:00:51 +00:00
_typed_visitor_base.py Fix all type errors (#579) 2022-01-05 18:13:01 +00:00
_types.py Fix license headers (#560) 2021-12-28 11:55:18 +00:00
_visitors.py Fix license headers (#560) 2021-12-28 11:55:18 +00:00
py.typed support mypy using py.typed 2019-09-16 13:49:08 -07:00
tool.py Fix license headers (#560) 2021-12-28 11:55:18 +00:00