LibCST/libcst
Zach Hammer e211bea16c Fix inconsistent type override errors
It seems that @mark_no_op was not correctly preserving type signatures
in pyre previous to this change. Preserving type signatures in the
decorator caused some pyre errors in tests where visitors are defined
that don't share the same arg names as their parent.
2019-12-06 10:58:50 -08:00
..
_nodes Deprecate "default_params" on Parameters in preparation for 3.8 position-only params. 2019-12-03 10:56:01 -08:00
_parser Deprecate "default_params" on Parameters in preparation for 3.8 position-only params. 2019-12-03 10:56:01 -08:00
codegen Implement a replace function. 2019-12-05 14:11:22 -08:00
matchers Fix inconsistent type override errors 2019-12-06 10:58:50 -08:00
metadata Deprecate "default_params" on Parameters in preparation for 3.8 position-only params. 2019-12-03 10:56:01 -08:00
testing Bump pyre version to 0.0.30. 2019-09-25 12:04:33 -07:00
tests Fix inconsistent type override errors 2019-12-06 10:58:50 -08:00
__init__.py Implement the walrus operator node as NamedExpr. 2019-10-24 15:25:21 -07:00
_add_slots.py Export CodePosition/CodeRange; fix pickle with add_slots 2019-07-22 20:05:07 -07:00
_batched_visitor.py Fix batchable visitor not calling attribute visitors. 2019-11-14 11:28:15 -08:00
_exceptions.py Update black to git commit that fixes 3.8 support. 2019-10-24 15:25:21 -07:00
_helpers.py Add a best practices section with various recommended practices. 2019-10-23 16:50:47 -07:00
_maybe_sentinel.py Add docs for MaybeSentinel and RemovalSentinel 2019-08-08 11:04:02 -07:00
_metadata_dependent.py [metadata] fix typo and improve error message 2019-11-18 16:56:17 -08:00
_position.py Export CodePosition and CodeRange from metadata 2019-10-18 14:30:33 -07:00
_removal_sentinel.py Improve removing nodes from parents in LibCST. 2019-10-02 15:43:48 -07:00
_tabs.py Initial export of LibCST to github. 2019-05-31 14:16:53 -07:00
_type_enforce.py Fix flake8 errors 2019-07-22 20:05:07 -07:00
_typed_visitor.py Implement the walrus operator node as NamedExpr. 2019-10-24 15:25:21 -07:00
_typed_visitor_base.py Use bound=Callable directly 2019-12-06 10:58:50 -08:00
_types.py Fix internal underscore convention. 2019-09-17 13:52:42 -07:00
_visitors.py Improve removing nodes from parents in LibCST. 2019-10-02 15:43:48 -07:00
py.typed support mypy using py.typed 2019-09-16 13:49:08 -07:00
tool.py Fix non-unique tree generated by LibCST in some circumstances. 2019-09-25 12:36:33 -07:00