ecosystem-ci-from-pr #346
ecosystem-ci-from-pr.yml
on: workflow_dispatch
Annotations
7 errors
execute-all (vant)
Process completed with exit code 1.
|
execute-all (language-tools)
Property 'notExist' does not exist on type 'CreateComponentPublicInstanceWithMixins<ToResolvedProps<{}, {}>, { exist: typeof exist; }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ... 18 more ..., {}>'.",
|
execute-all (language-tools)
Property 'notExist' does not exist on type 'CreateComponentPublicInstanceWithMixins<ToResolvedProps<{}, {}>, { exist: typeof exist; }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ... 18 more ..., {}>'.",
|
execute-all (language-tools)
Unused '@ts-expect-error' directive.",
|
execute-all (language-tools)
Argument of type 'DefineComponent<any, { a: number; b: Ref<number, number>; }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, ... 9 more ..., any>' is not assignable to parameter of type 'never'.",
|
packages/tsc/tests/typecheck.spec.ts > vue-tsc > TypeScript - Stable:
workspace/language-tools/language-tools/packages/tsc/tests/typecheck.spec.ts#L10
Error: Snapshot `vue-tsc > TypeScript - Stable 1` mismatched
- Expected
+ Received
[
"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/failureFixtures/directives/main.vue(12,2): error TS2578: Unused '@ts-expect-error' directive.",
+ "test-workspace/tsc/passedFixtures/vue3/components/main.vue(84,11): error TS2345: Argument of type 'DefineComponent<any, { a: number; b: Ref<number, number>; }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, ... 9 more ..., any>' is not assignable to parameter of type 'never'.",
]
❯ packages/tsc/tests/typecheck.spec.ts:10:5
|
execute-all (language-tools)
Process completed with exit code 1.
|