Zcating d2d27b2e66 types(watch): better typing when watching multiple sources (#2425) há 5 anos atrás
..
README.md 97dedebd80 feat(types): update to Typescript 3.9 (#1106) há 6 anos atrás
component.test-d.ts 57bdaa2220 fix(types): component instance inference without props (#2145) há 5 anos atrás
componentTypeExtensions.test-d.tsx 5d8a64d53a feat(types): deny unknown attributes on component by default (#1614) há 5 anos atrás
defineComponent.test-d.tsx 6684c6334d types: mixin and extends typing on data and setup (#2404) há 5 anos atrás
functionalComponent.test-d.tsx 5dbd6b36a0 fix(types): fix using tuple type as EmitsOptions (#2160) há 5 anos atrás
h.test-d.ts 1f2a652a9d fix(types): h support for resolveComponent (#2402) há 5 anos atrás
index.d.ts 97dedebd80 feat(types): update to Typescript 3.9 (#1106) há 6 anos atrás
inject.test-d.ts b2dc95378d types: fix + test inject API typing há 5 anos atrás
reactivity.test-d.ts b772bba558 feat(types/reactivity): use `DeepReadonly` type for `readonly` return type (#1462) há 6 anos atrás
ref.test-d.ts e315d84936 fix(types): fix ToRefs type on union value types há 5 anos atrás
setupHelpers.test-d.ts 47d73c23e1 wip: defineOptions -> defineProps + defineEmit + useContext há 5 anos atrás
tsconfig.build.json 91d990d45a chore: ignore template-explorer in dts tests há 5 anos atrás
tsconfig.json 91d990d45a chore: ignore template-explorer in dts tests há 5 anos atrás
tsx.test-d.tsx 7e68ddd354 chore: typos in suspense events (#2131) há 5 anos atrás
watch.test-d.ts d2d27b2e66 types(watch): better typing when watching multiple sources (#2425) há 5 anos atrás

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.