Carlos Rodrigues 8e792d93a8 types(h): Support passing `props` to `Component` when using `h` (#3219) hace 3 años
..
README.md 97dedebd80 feat(types): update to Typescript 3.9 (#1106) hace 6 años
compiler.test-d.ts e5fc7dcc02 fix(types): ensure createBlock() helper accepts Teleport and Supsense types (fix: #2855) (#5458) hace 3 años
component.test-d.ts 6042ab0f2f chore: type [ci skip] hace 4 años
componentTypeExtensions.test-d.tsx 0c7fd13ea6 fix(types): fix typescript error when spreading `$props`(#5968) hace 4 años
defineComponent.test-d.tsx 8dcb6c7bbd fix(types): fix on* props incorrect type for TS 4.7 (#6216) hace 3 años
functionalComponent.test-d.tsx 4f26835dac fix(types/tsx): make JSX.Element extend VNode (#3171) hace 5 años
h.test-d.ts 8e792d93a8 types(h): Support passing `props` to `Component` when using `h` (#3219) hace 3 años
index.d.ts 7c8f4578e9 fix(types): fix `defineComponent` inference to `Component` (#5949) hace 4 años
inject.test-d.ts b2dc95378d types: fix + test inject API typing hace 5 años
reactivity.test-d.ts 32e53bfd47 fix(types): keep the original type when unwrapping `markRaw` (#3791) hace 4 años
reactivityMacros.test-d.ts d70fd8d36b feat(reactivity-transform): rename @vue/ref-transform to @vue/reactivity-transform hace 4 años
ref.test-d.ts c64907d261 fix(types): calling readonly() with ref() should return Readonly<Ref<T>> (#5212) hace 4 años
setupHelpers.test-d.ts b5462822d6 fix(sfc/types): allow use default factory for primitive types in `withDefaults` (#5939) hace 4 años
tsconfig.build.json 61c5fbd3e3 workflow: move to pnpm (#4766) hace 4 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.