Generated Public API for Server Functions #192
shairez
started this conversation in
Proposals For Qwik
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What is it about?
Creating a generated file (e.g.
public-api.d.ts) that lists all public-facing server functions and their type information.What's the motivation for this proposal?
Goals you are trying to achieve:
Any other context or information you want to share:
Proposed Solution / Feature
What do you propose?
Generate a
public-api.d.tsfile that includes all public server function types, reducing the likelihood of unintentional API changes and providing a reliable source for developers to verify server function types.Links / References
No response
Beta Was this translation helpful? Give feedback.
All reactions