@@ -9,7 +9,7 @@ describe(`vue-tsc`, () => {
9
9
getTscOutput ( 'stable' )
10
10
) . toMatchInlineSnapshot ( `
11
11
[
12
- "test-workspace/tsc/failureFixtures/#3632/main.vue(2,13 ): error TS1109: Expression expected.",
12
+ "test-workspace/tsc/failureFixtures/#3632/main.vue(2,12 ): error TS1109: Expression expected.",
13
13
"test-workspace/tsc/failureFixtures/directives/main.vue(4,6): error TS2339: Property 'notExist' does not exist on type 'CreateComponentPublicInstanceWithMixins<ToResolvedProps<{}, {}>, { exist: typeof exist; }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ... 18 more ..., {}>'.",
14
14
"test-workspace/tsc/failureFixtures/directives/main.vue(9,6): error TS2339: Property 'notExist' does not exist on type 'CreateComponentPublicInstanceWithMixins<ToResolvedProps<{}, {}>, { exist: typeof exist; }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ... 18 more ..., {}>'.",
15
15
"test-workspace/tsc/failureFixtures/directives/main.vue(12,2): error TS2578: Unused '@ts-expect-error' directive.",
@@ -25,7 +25,7 @@ describe(`vue-tsc`, () => {
25
25
getTscOutput ( 'next' )
26
26
) . toMatchInlineSnapshot ( `
27
27
[
28
- "test-workspace/tsc/failureFixtures/#3632/main.vue(2,13 ): error TS1109: Expression expected.",
28
+ "test-workspace/tsc/failureFixtures/#3632/main.vue(2,12 ): error TS1109: Expression expected.",
29
29
"test-workspace/tsc/failureFixtures/directives/main.vue(4,6): error TS2339: Property 'notExist' does not exist on type 'CreateComponentPublicInstanceWithMixins<ToResolvedProps<{}, {}>, { exist: typeof exist; }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ... 18 more ..., {}>'.",
30
30
"test-workspace/tsc/failureFixtures/directives/main.vue(9,6): error TS2339: Property 'notExist' does not exist on type 'CreateComponentPublicInstanceWithMixins<ToResolvedProps<{}, {}>, { exist: typeof exist; }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ... 18 more ..., {}>'.",
31
31
"test-workspace/tsc/failureFixtures/directives/main.vue(12,2): error TS2578: Unused '@ts-expect-error' directive.",
0 commit comments