Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/core/declaration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ export function getDeclaration(ctx: Context, filepath: string, originalImports?:
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
// biome-ignore lint: disable
// oxlint-disable
export {}

/* prettier-ignore */
Expand Down
8 changes: 8 additions & 0 deletions test/__snapshots__/dts.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ exports[`dts > components only 1`] = `
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
// biome-ignore lint: disable
// oxlint-disable
export {}

/* prettier-ignore */
Expand All @@ -25,6 +26,7 @@ exports[`dts > directive only 1`] = `
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
// biome-ignore lint: disable
// oxlint-disable
export {}

/* prettier-ignore */
Expand All @@ -42,6 +44,7 @@ exports[`dts > generate components with prefix 1`] = `
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
// biome-ignore lint: disable
// oxlint-disable
export {}

/* prettier-ignore */
Expand Down Expand Up @@ -78,6 +81,7 @@ exports[`dts > getDeclaration 1`] = `
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
// biome-ignore lint: disable
// oxlint-disable
export {}

/* prettier-ignore */
Expand Down Expand Up @@ -137,6 +141,7 @@ exports[`dts > vue 2.7 components only 1`] = `
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
// biome-ignore lint: disable
// oxlint-disable
export {}

/* prettier-ignore */
Expand All @@ -156,6 +161,7 @@ exports[`dts > writeDeclaration - append 1`] = `
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
// biome-ignore lint: disable
// oxlint-disable
export {}

/* prettier-ignore */
Expand All @@ -181,6 +187,7 @@ exports[`dts > writeDeclaration - overwrite 1`] = `
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
// biome-ignore lint: disable
// oxlint-disable
export {}

/* prettier-ignore */
Expand All @@ -203,6 +210,7 @@ exports[`dts > writeDeclaration 1`] = `
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
// biome-ignore lint: disable
// oxlint-disable
export {}

/* prettier-ignore */
Expand Down
Loading