vue3-core/test-dts
三咲智子 Kevin Deng a0a010ddc9
fix(types): optional boolean props should have boolean type in return type of defineProps (#7619)
close #7116
fix #5847
fix #7487
2023-02-01 21:57:28 -05:00
..
README.md feat(types): update to Typescript 3.9 (#1106) 2020-06-09 10:17:42 -04:00
appUse.test-d.ts types(runtime-core): support plugin options type inference (#3969) 2022-11-13 20:13:32 -05:00
compiler.test-d.ts fix(types): ensure createBlock() helper accepts Teleport and Supsense types (fix: #2855) (#5458) 2022-10-20 21:45:51 +02:00
component.test-d.ts fix(types): allow assigning wider SetupContext type (#2818) 2022-11-14 04:33:29 -05:00
componentTypeExtensions.test-d.tsx types(runtime-core): added `ComponentCustomProperties` type to `globalProperties` (#5389) 2022-10-26 05:00:47 -04:00
defineComponent.test-d.tsx chore: apply format 2023-01-12 13:02:33 +01:00
defineCustomElement.test-d.ts ci: fix dts tests 2023-01-26 23:04:18 +08: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 types(h): Support passing `props` to `Component` when using `h` (#3219) 2022-10-26 03:07:44 -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/effectScope): re-expose `active` as readonly property (#6187) 2022-11-13 20:27:52 -05:00
reactivityMacros.test-d.ts feat(reactivity-transform): rename @vue/ref-transform to @vue/reactivity-transform 2021-12-12 00:04:38 +08:00
ref.test-d.ts ci: fix dts tests 2023-01-26 23:04:18 +08:00
setupHelpers.test-d.ts fix(types): optional boolean props should have boolean type in return type of defineProps (#7619) 2023-02-01 21:57:28 -05: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 fix(types): `$watch` callback parameters type (#6136) 2022-10-26 05:43:42 -04:00

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.