Anthony Fu 4c6176d1c4 chore: apply format há 3 anos atrás
..
README.md 97dedebd80 feat(types): update to Typescript 3.9 (#1106) há 5 anos atrás
appUse.test-d.ts c513126c5d types(runtime-core): support plugin options type inference (#3969) há 3 anos atrás
compiler.test-d.ts e5fc7dcc02 fix(types): ensure createBlock() helper accepts Teleport and Supsense types (fix: #2855) (#5458) há 3 anos atrás
component.test-d.ts eb2a83283c fix(types): allow assigning wider SetupContext type (#2818) há 3 anos atrás
componentTypeExtensions.test-d.tsx 506a42a9a5 types(runtime-core): added `ComponentCustomProperties` type to `globalProperties` (#5389) há 3 anos atrás
defineComponent.test-d.tsx 4c6176d1c4 chore: apply format há 3 anos atrás
defineCustomElement.test-d.ts 4c6176d1c4 chore: apply format há 3 anos atrás
functionalComponent.test-d.tsx 4f26835dac fix(types/tsx): make JSX.Element extend VNode (#3171) há 5 anos atrás
h.test-d.ts 8e792d93a8 types(h): Support passing `props` to `Component` when using `h` (#3219) há 3 anos atrás
index.d.ts 7c8f4578e9 fix(types): fix `defineComponent` inference to `Component` (#5949) há 3 anos atrás
inject.test-d.ts b2dc95378d types: fix + test inject API typing há 5 anos atrás
reactivity.test-d.ts 59ffe5ee1f fix(types/effectScope): re-expose `active` as readonly property (#6187) há 3 anos atrás
reactivityMacros.test-d.ts d70fd8d36b feat(reactivity-transform): rename @vue/ref-transform to @vue/reactivity-transform há 4 anos atrás
ref.test-d.ts c64907d261 fix(types): calling readonly() with ref() should return Readonly<Ref<T>> (#5212) há 4 anos atrás
setupHelpers.test-d.ts 4c6176d1c4 chore: apply format há 3 anos atrás
tsconfig.build.json 61c5fbd3e3 workflow: move to pnpm (#4766) há 4 anos atrás
tsconfig.json 91d990d45a chore: ignore template-explorer in dts tests há 5 anos atrás
tsx.test-d.tsx 4f26835dac fix(types/tsx): make JSX.Element extend VNode (#3171) há 5 anos atrás
watch.test-d.ts 41d9c47300 fix(types): `$watch` callback parameters type (#6136) há 3 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.