Katashin 67b6e0f894 fix(types): relax ComponentPublicInstanceConstructor type for class components (#1943) vor 5 Jahren
..
README.md 97dedebd80 feat(types): update to Typescript 3.9 (#1106) vor 6 Jahren
componentTypeExtensions.test-d.tsx 5d8a64d53a feat(types): deny unknown attributes on component by default (#1614) vor 5 Jahren
defineComponent.test-d.tsx 67b6e0f894 fix(types): relax ComponentPublicInstanceConstructor type for class components (#1943) vor 5 Jahren
functionalComponent.test-d.tsx 4baf852a34 types(runtime-core): make `FunctionalComponent` with emit string[] to be `Component` (#1879) vor 5 Jahren
h.test-d.ts eb2ae44d94 refactor(types): widen `Component` type to include consutructor types vor 5 Jahren
index.d.ts 97dedebd80 feat(types): update to Typescript 3.9 (#1106) vor 6 Jahren
reactivity.test-d.ts b772bba558 feat(types/reactivity): use `DeepReadonly` type for `readonly` return type (#1462) vor 6 Jahren
ref.test-d.ts c86e7ad11b types(reactivity): improve typings for `shallowRef` (#1780) vor 5 Jahren
tsconfig.build.json 97dedebd80 feat(types): update to Typescript 3.9 (#1106) vor 6 Jahren
tsconfig.json 97dedebd80 feat(types): update to Typescript 3.9 (#1106) vor 6 Jahren
tsx.test-d.tsx 97dedebd80 feat(types): update to Typescript 3.9 (#1106) vor 6 Jahren
watch.test-d.ts 97dedebd80 feat(types): update to Typescript 3.9 (#1106) vor 6 Jahren

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.