vue3-yuanma/test-dts
2022-07-06 04:28:25 -04:00
..
component.test-d.ts chore: type [ci skip] 2022-05-09 22:51:51 -04:00
componentTypeExtensions.test-d.tsx fix(types): fix typescript error when spreading $props(#5968) 2022-05-20 12:59:29 -04:00
defineComponent.test-d.tsx fix(types): fix on* props incorrect type for TS 4.7 (#6216) 2022-07-06 04:28:25 -04:00
functionalComponent.test-d.tsx fix(types/tsx): make JSX.Element extend VNode (#3171) 2021-03-29 17:38:25 -04:00
h.test-d.ts fix(types): h support for resolveComponent (#2402) 2020-10-20 15:56:29 -04:00
index.d.ts fix(types): fix defineComponent inference to Component (#5949) 2022-05-18 19:34:35 -04:00
inject.test-d.ts types: fix + test inject API typing 2020-09-14 21:26:28 -04:00
reactivity.test-d.ts fix(types): keep the original type when unwrapping markRaw (#3791) 2022-05-06 05:07:49 -04:00
reactivityMacros.test-d.ts feat(reactivity-transform): rename @vue/ref-transform to @vue/reactivity-transform 2021-12-12 00:04:38 +08:00
README.md feat(types): update to Typescript 3.9 (#1106) 2020-06-09 10:17:42 -04:00
ref.test-d.ts fix(types): calling readonly() with ref() should return Readonly<Ref<T>> (#5212) 2022-01-21 02:33:30 -05:00
setupHelpers.test-d.ts fix(sfc/types): allow use default factory for primitive types in withDefaults (#5939) 2022-05-22 20:28:39 -04:00
tsconfig.build.json workflow: move to pnpm (#4766) 2021-10-08 14:23:30 -04:00
tsconfig.json chore: ignore template-explorer in dts tests 2020-11-13 00:14:52 -05:00
tsx.test-d.tsx fix(types/tsx): make JSX.Element extend VNode (#3171) 2021-03-29 17:38:25 -04:00
watch.test-d.ts types(watch): better typing when watching multiple sources (#2425) 2020-12-04 16:32:26 -05:00

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.