ecosystem-ci-selected #150
ecosystem-ci-selected.yml
on: workflow_dispatch
execute-selected-suite
2m 41s
Annotations
6 errors
execute-selected-suite
Unused '@ts-expect-error' directive.
|
execute-selected-suite
Property 'foo' does not exist on type 'CreateComponentPublicInstance<Readonly<ExtractPropTypes<{}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ... 12 more ..., {}>'.
|
execute-selected-suite
Property 'foo' does not exist on type 'CreateComponentPublicInstance<Readonly<ExtractPropTypes<{}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ... 12 more ..., {}>'.
|
execute-selected-suite
Default export of the module has or is using private name 'Props'.
|
packages/tsc/tests/dts.spec.ts > vue-tsc-dts > Input: reference-type-exposed/component.vue, Output: reference-type-exposed/component.vue.d.ts:
workspace/language-tools/language-tools/packages/tsc/tests/dts.spec.ts#L69
Error: Snapshot `vue-tsc-dts > Input: reference-type-exposed/component.vue, Output: reference-type-exposed/component.vue.d.ts 1` mismatched
- Expected
+ Received
"declare const _default: import("vue").DefineComponent<{}, {
/**
* a counter string
*/
- counter: import("vue").Ref<string>;
+ counter: import("vue").Ref<string, string>;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
export default _default;
"
❯ packages/tsc/tests/dts.spec.ts:69:66
|
execute-selected-suite
Process completed with exit code 1.
|