@@ -9,23 +9,29 @@ describe(`vue-tsc`, () => {
9
9
getTscOutput ( 'stable' )
10
10
) . toMatchInlineSnapshot ( `
11
11
[
12
- "test-workspace/tsc/failureFixtures/directives/main.vue(4,6): error TS2339: Property 'notExist' does not exist on type 'CreateComponentPublicInstance <Readonly<ExtractPropTypes< {}>> , { exist: typeof exist; }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ... 12 more ..., {}>'.",
13
- "test-workspace/tsc/failureFixtures/directives/main.vue(9,6): error TS2339: Property 'notExist' does not exist on type 'CreateComponentPublicInstance <Readonly<ExtractPropTypes< {}>> , { exist: typeof exist; }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ... 12 more ..., {}>'.",
12
+ "test-workspace/tsc/failureFixtures/directives/main.vue(4,6): error TS2339: Property 'notExist' does not exist on type 'CreateComponentPublicInstanceWithMixins <Readonly<{}>, { exist: typeof exist; }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ...>, ... 15 more ..., {}>'.",
13
+ "test-workspace/tsc/failureFixtures/directives/main.vue(9,6): error TS2339: Property 'notExist' does not exist on type 'CreateComponentPublicInstanceWithMixins <Readonly<{}>, { exist: typeof exist; }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ...>, ... 15 more ..., {}>'.",
14
14
"test-workspace/tsc/failureFixtures/directives/main.vue(12,2): error TS2578: Unused '@ts-expect-error' directive.",
15
+ "test-workspace/tsc/passedFixtures/#4503/main.vue(4,2): error TS2578: Unused '@ts-expect-error' directive.",
16
+ "test-workspace/tsc/passedFixtures/vue3_strictTemplate/#3539/main.vue(8,2): error TS2578: Unused '@ts-expect-error' directive.",
17
+ "test-workspace/tsc/passedFixtures/vue3_strictTemplate/#3718/main.vue(2,2): error TS2578: Unused '@ts-expect-error' directive.",
15
18
]
16
19
` ) ;
17
20
} ) ;
18
21
19
- test ( `TypeScript - next ` , ( ) => {
22
+ test ( `TypeScript - Next ` , ( ) => {
20
23
expect (
21
24
getTscOutput ( 'next' )
22
25
) . toMatchInlineSnapshot ( `
23
26
[
24
- "test-workspace/tsc/failureFixtures/directives/main.vue(4,6): error TS2339: Property 'notExist' does not exist on type 'CreateComponentPublicInstance <Readonly<ExtractPropTypes< {}>> , { exist: typeof exist; }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ... 12 more ..., {}>'.",
25
- "test-workspace/tsc/failureFixtures/directives/main.vue(9,6): error TS2339: Property 'notExist' does not exist on type 'CreateComponentPublicInstance <Readonly<ExtractPropTypes< {}>> , { exist: typeof exist; }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ... 12 more ..., {}>'.",
27
+ "test-workspace/tsc/failureFixtures/directives/main.vue(4,6): error TS2339: Property 'notExist' does not exist on type 'CreateComponentPublicInstanceWithMixins <Readonly<{}>, { exist: typeof exist; }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ...>, ... 15 more ..., {}>'.",
28
+ "test-workspace/tsc/failureFixtures/directives/main.vue(9,6): error TS2339: Property 'notExist' does not exist on type 'CreateComponentPublicInstanceWithMixins <Readonly<{}>, { exist: typeof exist; }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ...>, ... 15 more ..., {}>'.",
26
29
"test-workspace/tsc/failureFixtures/directives/main.vue(12,2): error TS2578: Unused '@ts-expect-error' directive.",
27
30
"test-workspace/tsc/passedFixtures/#3373/tsconfig.json(4,3): error TS5102: Option 'importsNotUsedAsValues' has been removed. Please remove it from your configuration.
28
31
Use 'verbatimModuleSyntax' instead.",
32
+ "test-workspace/tsc/passedFixtures/#4503/main.vue(4,2): error TS2578: Unused '@ts-expect-error' directive.",
33
+ "test-workspace/tsc/passedFixtures/vue3_strictTemplate/#3539/main.vue(8,2): error TS2578: Unused '@ts-expect-error' directive.",
34
+ "test-workspace/tsc/passedFixtures/vue3_strictTemplate/#3718/main.vue(2,2): error TS2578: Unused '@ts-expect-error' directive.",
29
35
]
30
36
` ) ;
31
37
} ) ;
0 commit comments