Generating typespecs #472
enerdgumen
started this conversation in
Ideas
Replies: 1 comment
-
HI @enerdgumen, I don't think anyone is planning to work on typespec generation, but it would be a welcome feature addition to the library 👍 I'd suggest phasing it in, something like:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I recently found this library out and it looks really interesting!
I noted that it could create a struct at compile-time inspecting the request/response schema, but it does not define the typespecs with all the fields included (just the trivial type
@type t :: %__MODULE__{}
).Is there any plan to do that?
Beta Was this translation helpful? Give feedback.
All reactions