Open
Description
Version Information
- vyper Version (output of
vyper --version
): 533682d
What's your issue about?
- remove
-f ast
option and decrease the compiler's surface - in most cases the annotated ast is the preferred option
- leaving this open for discussion in case someone might have a usecase for ast without annotations (e.g. error recovery)
- as per the referenced version, the output doesn't even contain imports making it even less useful