-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
docs: remove docs-utils and inline stringify function into demos #4710
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
base: main
Are you sure you want to change the base?
Conversation
I will add the further todos in a follow up pr, so we can release this asap to get demos for #4702 working |
@vueuse/internal-docs-utils
package"@vueuse/shared/*": ["./packages/shared/*"], | ||
"@vueuse/components": ["./packages/components/index.ts"], | ||
"@vueuse/components/*": ["./packages/components/*"], | ||
"@vueuse/rxjs": ["./packages/rxjs/index.ts"], | ||
"@vueuse/rxjs/*": ["./packages/rxjs/*"] |
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.
@antfu the typecheck of the components and rxjs imports needs this to be built.
Previously the demos imported from relative paths, so we never needed this. But maybe we dont want to add this 🤔
Before submitting the PR, please make sure you do the following
fixes #123
).Description
This PR inlines the strigify function in every demo.vue. It then removes the docs-utils
Fixes #4705