Carlos Rodrigues 18911abb91 fix(type): infer parent as `this` on `nextTick` function (#3608) hace 4 años
..
README.md 97dedebd80 feat(types): update to Typescript 3.9 (#1106) hace 5 años
component.test-d.ts f6a5f09a3a types(defineComponent): fix unwrap when returning `Ref<T>|undefined` from `setup` (#4100) hace 4 años
componentTypeExtensions.test-d.tsx 5d8a64d53a feat(types): deny unknown attributes on component by default (#1614) hace 5 años
defineComponent.test-d.tsx 18911abb91 fix(type): infer parent as `this` on `nextTick` function (#3608) hace 4 años
functionalComponent.test-d.tsx 4f26835dac fix(types/tsx): make JSX.Element extend VNode (#3171) hace 5 años
h.test-d.ts 1f2a652a9d fix(types): h support for resolveComponent (#2402) hace 5 años
index.d.ts f680074468 chore: fix dts test hace 4 años
inject.test-d.ts b2dc95378d types: fix + test inject API typing hace 5 años
reactivity.test-d.ts b772bba558 feat(types/reactivity): use `DeepReadonly` type for `readonly` return type (#1462) hace 5 años
ref.test-d.ts 127ed1b969 fix(types): improve type of unref() hace 4 años
setupHelpers.test-d.ts 735ada1507 fix(runtime-core): add useAttrs and useSlots export (#4053) hace 4 años
tsconfig.build.json 91d990d45a chore: ignore template-explorer in dts tests hace 5 años
tsconfig.json 91d990d45a chore: ignore template-explorer in dts tests hace 5 años
tsx.test-d.tsx 4f26835dac fix(types/tsx): make JSX.Element extend VNode (#3171) hace 5 años
watch.test-d.ts d2d27b2e66 types(watch): better typing when watching multiple sources (#2425) hace 5 años

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.