LibCST/libcst
Benjamin Woodruff 4f0eb3b043 Fix whitespace handling around strings
Strings are safe to use with a word operator in many cases, so this
fixes it to support that.

This was causing some parser errors in
`commerce/shopping_recommendations_service_shots.py` due to some whacky
f-strings. We weren't encountering those errors before, because of other
f-string parsing issues that we were hitting first.
2019-07-22 20:04:37 -07:00
..
metadata Fix batched vistor dependency resolution 2019-07-22 20:04:37 -07:00
nodes Fix whitespace handling around strings 2019-07-22 20:04:37 -07:00
parser Fix whitespace handling around strings 2019-07-22 20:04:37 -07:00
testing Initial export of LibCST to github. 2019-05-31 14:16:53 -07:00
tests Fix batched vistor dependency resolution 2019-07-22 20:04:37 -07:00
__init__.py pyre-strict libcst/__init__.py and libcst/tool.py 2019-07-22 19:53:49 -07:00
_add_slots.py Fix issue with @add_slots and py3.7 2019-06-03 15:43:28 -07:00
_maybe_sentinel.py Better serialization for MaybeSentinel 2019-06-03 15:43:55 -07:00
_removal_sentinel.py Initial export of LibCST to github. 2019-05-31 14:16:53 -07:00
_tabs.py Initial export of LibCST to github. 2019-05-31 14:16:53 -07:00
_type_enforce.py Add runtime type validation support 2019-07-22 19:53:49 -07:00
batched_visitor.py Fix batched vistor dependency resolution 2019-07-22 20:04:37 -07:00
exceptions.py Add metadata dependencies to CSTVisitor and add metadata runner 2019-07-22 19:53:49 -07:00
helpers.py Initial export of LibCST to github. 2019-05-31 14:16:53 -07:00
matchers.py Define batchable visitors 2019-07-22 20:04:37 -07:00
tool.py pyre-strict libcst/__init__.py and libcst/tool.py 2019-07-22 19:53:49 -07:00
visitors.py Convert metadata computation to use batched visitors 2019-07-22 20:04:37 -07:00