vue3-yuanma/test-dts
2021-10-09 17:51:15 -04:00
..
component.test-d.ts types(defineComponent): fix unwrap when returning Ref<T>|undefined from setup (#4100) 2021-07-15 15:58:20 -04:00
componentTypeExtensions.test-d.tsx feat(types): deny unknown attributes on component by default (#1614) 2020-07-17 11:43:28 -04:00
defineComponent.test-d.tsx chore(compiler-core): fix typo in defineComponent.test-d (#4688) 2021-09-27 11:12:13 +02: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 chore: fix dts test 2021-06-26 21:35:00 -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): fix types for readonly ref 2021-07-23 15:24:58 -04: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): fix ref unwrapping type inference for nested shallowReactive & shallowRef 2021-10-09 17:51:15 -04:00
refTransformMacros.test-d.ts fix(types): fix ref macro types 2021-09-04 16:42:46 -04:00
setupHelpers.test-d.ts chore: remove deprecated defineEmit & useContext APIs 2021-07-16 16:56:51 -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.