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.
 
 
 
 
Carlos Rodrigues 8dcb6c7bbd
fix(types): fix on* props incorrect type for TS 4.7 (#6216)
3 years ago
..
README.md feat(types): update to Typescript 3.9 (#1106) 5 years ago
component.test-d.ts chore: type [ci skip] 3 years ago
componentTypeExtensions.test-d.tsx fix(types): fix typescript error when spreading `$props`(#5968) 3 years ago
defineComponent.test-d.tsx fix(types): fix on* props incorrect type for TS 4.7 (#6216) 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): fix `defineComponent` inference to `Component` (#5949) 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(sfc/types): allow use default factory for primitive types in `withDefaults` (#5939) 3 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.