Evan You 5ae7380b4a feat: update Suspense usage (#2099) пре 5 година
..
README.md 97dedebd80 feat(types): update to Typescript 3.9 (#1106) пре 6 година
component.test-d.ts 4fd468aced types(runtime-core): refactor defineComponent (#1883) пре 5 година
componentTypeExtensions.test-d.tsx 5d8a64d53a feat(types): deny unknown attributes on component by default (#1614) пре 6 година
defineComponent.test-d.tsx 24fcf6ae7c fix(types): properly infer return type from async setup (#2051) пре 5 година
functionalComponent.test-d.tsx 4baf852a34 types(runtime-core): make `FunctionalComponent` with emit string[] to be `Component` (#1879) пре 5 година
h.test-d.ts eb2ae44d94 refactor(types): widen `Component` type to include consutructor types пре 5 година
index.d.ts 97dedebd80 feat(types): update to Typescript 3.9 (#1106) пре 6 година
inject.test-d.ts b2dc95378d types: fix + test inject API typing пре 5 година
reactivity.test-d.ts b772bba558 feat(types/reactivity): use `DeepReadonly` type for `readonly` return type (#1462) пре 6 година
ref.test-d.ts c86e7ad11b types(reactivity): improve typings for `shallowRef` (#1780) пре 5 година
tsconfig.build.json 97dedebd80 feat(types): update to Typescript 3.9 (#1106) пре 6 година
tsconfig.json 97dedebd80 feat(types): update to Typescript 3.9 (#1106) пре 6 година
tsx.test-d.tsx 5ae7380b4a feat: update Suspense usage (#2099) пре 5 година
watch.test-d.ts 97dedebd80 feat(types): update to Typescript 3.9 (#1106) пре 6 година

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.