I have some compiled code in repo and I want to us...
# development
b
I have some compiled code in repo and I want to use vanilla Pants as well as dep inference (why I have this in a plugin today). 1. I can't find the docs or the code to imply that this is already supported by Pants, is that right? 2. Is this something we could do? Have like
modules
on
python_distribution
and add a
FirstPartyPythonMappingImplMarker
union impl?