8000 chore: update · reslear/unplugin-vue-components@359866c · GitHub
[go: up one dir, main page]

Skip to content

Commit 359866c

Browse files
committed
chore: update
1 parent f6baed8 commit 359866c

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

src/core/declaration.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ declare module '@vue/runtime-core' {`
126126

127127
let code = `/* eslint-disable */
128128
/* prettier-ignore */
129-
// generated by unplugin-vue-components
130-
// We suggest you to commit this file into source control
129+
// @ts-nocheck
130+
// Generated by unplugin-vue-components
131131
// Read more: https://github.com/vuejs/core/pull/3399
132132
${head}`
133133

test/__snapshots__/dts.test.ts.snap

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
exports[`dts > components only 1`] = `
44
"/* eslint-disable */
55
/* prettier-ignore */
6-
// generated by unplugin-vue-components
7-
// We suggest you to commit this file into source control
6+
// @ts-nocheck
7+
// Generated by unplugin-vue-components
88
// Read more: https://github.com/vuejs/core/pull/3399
99
import '@vue/runtime-core'
1010
@@ -23,8 +23,8 @@ declare module '@vue/runtime-core' {
2323
exports[`dts > directive only 1`] = `
2424
"/* eslint-disable */
2525
/* prettier-ignore */
26-
// generated by unplugin-vue-components
27-
// We suggest you to commit this file into source control
26+
// @ts-nocheck
27+
// Generated by unplugin-vue-components
2828
// Read more: https://github.com/vuejs/core/pull/3399
2929
import '@vue/runtime-core'
3030
@@ -41,8 +41,8 @@ declare module '@vue/runtime-core' {
4141
exports[`dts > getDeclaration 1`] = `
4242
"/* eslint-disable */
4343
/* prettier-ignore */
44-
// generated by unplugin-vue-components
45-
// We suggest you to commit this file into source control
44+
// @ts-nocheck
45+
// Generated by unplugin-vue-components
4646
// Read more: https://github.com/vuejs/core/pull/3399
4747
import '@vue/runtime-core'
4848
@@ -101,8 +101,8 @@ exports[`dts > parseDeclaration 1`] = `
101101
exports[`dts > vue 2.7 components only 1`] = `
102102
"/* eslint-disable */
103103
/* prettier-ignore */
104-
// generated by unplugin-vue-components
105-
// We suggest you to commit this file into source control
104+
// @ts-nocheck
105+
// Generated by unplugin-vue-components
106106
// Read more: https://github.com/vuejs/core/pull/3399
107107
export {}
108108
@@ -119,8 +119,8 @@ declare module 'vue' {
119119
exports[`dts > writeDeclaration - keep unused 1`] = `
120120
"/* eslint-disable */
121121
/* prettier-ignore */
122-
// generated by unplugin-vue-components
123-
// We suggest you to commit this file into source control
122+
// @ts-nocheck
123+
// Generated by unplugin-vue-components
124124
// Read more: https://github.com/vuejs/core/pull/3399
125125
import '@vue/runtime-core'
126126
@@ -145,8 +145,8 @@ declare module '@vue/runtime-core' {
145145
exports[`dts > writeDeclaration 1`] = `
146146
"/* eslint-disable */
147147
/* prettier-ignore */
148-
// generated by unplugin-vue-components
149-
// We suggest you to commit this file into source control
148+
// @ts-nocheck
149+
// Generated by unplugin-vue-components
150150
// Read more: https://github.com/vuejs/core/pull/3399
151151
import '@vue/runtime-core'
152152

0 commit comments

Comments
 (0)
0