-
Notifications
You must be signed in to change notification settings - Fork 1.4k
feat: export isStore and isTask functions; update API documentation #7716
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
commit: |
built with Refined Cloudflare Pages Action⚡ Cloudflare Pages Deployment
|
…n and internal exports
@wmertens done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 🐃
@JerryWu1234 can you please explain why did you need all of these things exported? maybe we can reduce the surface area of the public exports to avoid potential future breaking changes (sometimes people use it although they are internal and it's better not to expose them if not absolutely necessary) |
I'm developing the Qwik Devtool right now. I have to use these APIs in DevTools |
What is it?
Description
export isStore and isTask functions; update API documentation
Checklist
pnpm change