You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.
✅1. Forget about it until we start to parse AST -> Open API on our own, and until then we print inline enums into v2
❌2. We fix our code to work with v1 format print everything into v1 and live with incorrect enums in Open API that tinyspec creates.
The text was updated successfully, but these errors were encountered:
For better readability and syntax simplicity better format multiline enums like this
In the current implementation, we can support only this ugly style
The problem consists of 2 parts
|
before the name. This can and should be fixed.|
properly, and add extra""
.parsed to
and
to this
So I see these options
✅1. Forget about it until we start to parse AST -> Open API on our own, and until then we print inline enums into
v2
❌2. We fix our code to work with
v1
format print everything intov1
and live with incorrect enums in Open API that tinyspec creates.The text was updated successfully, but these errors were encountered: