You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Zclhlmgqzc 98b821d94a
fix(types): preserve and expose original options on defineComponent return type (#5416)
3 years ago
..
README.md feat(types): update to Typescript 3.9 (#1106) 5 years ago
component.test-d.ts fix(types): fix propType<any> type inference (#4985) 4 years ago
componentTypeExtensions.test-d.tsx feat(types): deny unknown attributes on component by default (#1614) 5 years ago
defineComponent.test-d.tsx fix(types): preserve and expose original options on defineComponent return type (#5416) 3 years ago
functionalComponent.test-d.tsx fix(types/tsx): make JSX.Element extend VNode (#3171) 4 years ago
h.test-d.ts fix(types): h support for resolveComponent (#2402) 5 years ago
index.d.ts fix(types): keep the original type when unwrapping `markRaw` (#3791) 3 years ago
inject.test-d.ts types: fix + test inject API typing 5 years ago
reactivity.test-d.ts fix(types): keep the original type when unwrapping `markRaw` (#3791) 3 years ago
reactivityMacros.test-d.ts feat(reactivity-transform): rename @vue/ref-transform to @vue/reactivity-transform 4 years ago
ref.test-d.ts fix(types): calling readonly() with ref() should return Readonly<Ref<T>> (#5212) 4 years ago
setupHelpers.test-d.ts fix(types/sfc): fix withDefaults type inference when using union types (#4925) 4 years ago
tsconfig.build.json workflow: move to pnpm (#4766) 4 years ago
tsconfig.json chore: ignore template-explorer in dts tests 5 years ago
tsx.test-d.tsx fix(types/tsx): make JSX.Element extend VNode (#3171) 4 years ago
watch.test-d.ts types(watch): better typing when watching multiple sources (#2425) 5 years ago

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.