vue3-core/test-dts
webfansplz 59ffe5ee1f
fix(types/effectScope): re-expose `active` as readonly property (#6187)
close #6186
2022-11-13 20:27:52 -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 chore: type [ci skip] 2022-05-09 22:51:51 -04: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 fix(types): support inferring injected properties in options api (#6804) 2022-11-08 01:09:53 -05:00
defineCustomElement.test-d.ts fix(types): support inferring injected properties in options api (#6804) 2022-11-08 01:09:53 -05: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 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): improve the type inference using withDefaults (#6764) 2022-11-07 21:59:31 -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.