| .. |
|
_nodes
|
add SimpleString.evaluated_value
|
2020-01-22 15:24:16 -08:00 |
|
_parser
|
Implement parsing of posonly param indicator ('/'). This brings us to full 3.8 compatibility.
|
2020-01-17 10:57:48 -08:00 |
|
codegen
|
Remove deprecated ExtSlice.
|
2020-01-08 17:18:19 -08:00 |
|
codemod
|
Refactor string split helper method into core attributes.
|
2020-01-22 13:30:34 -08:00 |
|
helpers
|
add SimpleString.evaluated_value
|
2020-01-22 15:24:16 -08:00 |
|
matchers
|
Support f{x=} debugging syntax that was added to f-strings in 3.8.
|
2020-01-16 13:13:54 -08:00 |
|
metadata
|
[scope] add support for tracking reference in del expression context
|
2020-01-15 17:14:09 -08:00 |
|
testing
|
Upgrade Pyre to 0.0.39
|
2020-01-09 11:06:40 -08:00 |
|
tests
|
Add posonly parameter support to Parameters node.
|
2020-01-15 11:18:12 -08:00 |
|
__init__.py
|
Add posonly parameter support to Parameters node.
|
2020-01-15 11:18:12 -08: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 |
|
_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
|
ignore typing errors
|
2019-12-17 14:27:53 -08: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
|
Upgrade pyre-check version
|
2019-12-17 14:27:53 -08:00 |
|
_typed_visitor.py
|
Support f{x=} debugging syntax that was added to f-strings in 3.8.
|
2020-01-16 13:13:54 -08: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 list behavior to not crash and burn if a codemod or test tries to do something on import.
|
2020-01-22 13:30:46 -08:00 |