LibCST/libcst
MapleCCC fc622ce790
Fix bug when TypeOf is one of options in OneOf / AllOf (#756)
* Fix a bug when one of the option of `OneOf` is a `TypeOf`

* Disallow `TypeOf` in `AllOf`, analogous to how `OneOf` is disallowed in `AllOf`
2022-08-26 18:54:07 +01:00
..
_nodes [parser] bail on deeply nested expressions (#718) 2022-07-04 14:45:42 +01:00
_parser Fix parse error message for number parsing (#724) 2022-08-04 11:33:26 +01:00
codegen Remove tox references (#588) 2022-01-06 21:09:27 -05:00
codemod convert_type_comments now preserves comments following type comments (#702) 2022-06-20 07:39:12 -06:00
helpers Restore the 0.4.1 behavior for libcst.helpers.get_absolute_module (#684) 2022-05-11 07:42:37 -04:00
matchers Fix bug when TypeOf is one of options in OneOf / AllOf (#756) 2022-08-26 18:54:07 +01:00
metadata Fix docstring of FullRepoManager (#750) 2022-08-17 13:42:31 +01:00
testing Fix all type errors (#579) 2022-01-05 18:13:01 +00:00
tests add slots to base classes, @add_slots takes bases into account (#605) 2022-01-16 14:14:32 +00:00
__init__.py Implement PEP-634 - Match statement (#568) 2021-12-30 10:00:51 +00:00
_add_slots.py add slots to base classes, @add_slots takes bases into account (#605) 2022-01-16 14:14:32 +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 Implement lazy loading mechanism for QualifiedNameProvider (#720) 2022-07-09 08:34:29 +01: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 Drop support for running libcst using a python 3.6 interpreter (#663) 2022-03-24 11:31:48 -04:00
_typed_visitor.py Support whitespace after ParamSlash (#713) 2022-06-26 09:42:37 +01: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