Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 469
chore(vue): Migrate to tsdown#8188
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
Uh oh!
There was an error while loading. Please reload this page.
Changes from all commits
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -2,7 +2,9 @@ | ||
| "extends": "./tsconfig.json", | ||
| "compilerOptions": { | ||
| "declaration": true, | ||
| "declarationDir": "./dist" | ||
| "declarationDir": "./dist", | ||
| "rootDir": "./src", | ||
| ||
| "types": ["node"] | ||
| }, | ||
| "include": ["src/**/*.ts", "src/**/*.vue"], | ||
| "exclude": ["src/**/*.test.ts"] | ||
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
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.
This is still tagged beta (ref), but it is build-time only and is just used to generate runtime props from typed Vue component props. We need this version because it includes the rolldown export for tsdown, and installing it from npm currently resolves to the beta release anyway.
tbf, it's applicable to the
Showcomponent and UI components with custom menu items and pages only.