test: sort tsc result #7417
Annotations
9 errors and 1 warning
Run pnpm run test
';' expected.",
|
Run pnpm run test
';' expected.",
|
Run pnpm run test
Unused '@ts-expect-error' directive.",
|
Run pnpm run test
Property 'notExist' does not exist on type 'CreateComponentPublicInstanceWithMixins<ToResolvedProps<{}, {}>, { exist: typeof exist; }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ... 18 more ..., {}>'.",
|
Run pnpm run test
Property 'notExist' does not exist on type 'CreateComponentPublicInstanceWithMixins<ToResolvedProps<{}, {}>, { exist: typeof exist; }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ... 18 more ..., {}>'.",
|
Run pnpm run test
Argument of type 'Data' is not assignable to parameter of type 'never'.",
|
Run pnpm run test
Argument of type 'Data' is not assignable to parameter of type 'never'.",
|
Run pnpm run test:
packages/tsc/tests/typecheck.spec.ts#L10
Error: Snapshot `vue-tsc > TypeScript - Stable 1` mismatched
- Expected
+ Received
@@ -6,6 +6,8 @@
"test-workspace/tsc/failureFixtures/#5071/withScript.vue(1,19): error TS1005: ';' expected.",
"test-workspace/tsc/failureFixtures/#5071/withoutScript.vue(2,26): error TS1005: ';' expected.",
"test-workspace/tsc/failureFixtures/directives/main.vue(12,2): error TS2578: Unused '@ts-expect-error' directive.",
"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 ..., {}>'.",
"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 ..., {}>'.",
+ "test-workspace/tsc/passedFixtures/fallthroughAttributes_strictTemplate/useAttrs/main.vue(12,18): error TS2345: Argument of type 'Data' is not assignable to parameter of type 'never'.",
+ "test-workspace/tsc/passedFixtures/fallthroughAttributes_strictTemplate/useAttrs/main.vue(8,11): error TS2345: Argument of type 'Data' is not assignable to parameter of type 'never'.",
]
❯ packages/tsc/tests/typecheck.spec.ts:10:5
|
Run pnpm run test
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading