vue3-core/test-dts
Zcating d2d27b2e66
types(watch): better typing when watching multiple sources (#2425)
2020-12-04 16:32:26 -05:00
..
README.md
component.test-d.ts fix(types): component instance inference without props (#2145) 2020-09-18 00:13:47 -04:00
componentTypeExtensions.test-d.tsx
defineComponent.test-d.tsx types: mixin and extends typing on data and setup (#2404) 2020-12-04 16:06:34 -05:00
functionalComponent.test-d.tsx fix(types): fix using tuple type as EmitsOptions (#2160) 2020-09-22 10:05:37 -04:00
h.test-d.ts fix(types): h support for resolveComponent (#2402) 2020-10-20 15:56:29 -04:00
index.d.ts
inject.test-d.ts
reactivity.test-d.ts
ref.test-d.ts fix(types): fix ToRefs type on union value types 2020-12-02 14:58:03 -05:00
setupHelpers.test-d.ts wip: defineOptions -> defineProps + defineEmit + useContext 2020-11-24 19:04:21 -05:00
tsconfig.build.json chore: ignore template-explorer in dts tests 2020-11-13 00:14:52 -05:00
tsconfig.json chore: ignore template-explorer in dts tests 2020-11-13 00:14:52 -05:00
tsx.test-d.tsx
watch.test-d.ts types(watch): better typing when watching multiple sources (#2425) 2020-12-04 16:32:26 -05:00

README.md

Test-ts

Tests Typescript types to ensure the types remain as expected.

Configuration

tsconfig.json

Config used to test against the package source

tsconfig.build.json

Replaces the vue and @vue/* dependencies with the built Typescript to ensure the published types are correct.