Rudy e4de623ea7 fix(types): support inferring injected properties in options api (#6804) 3 سال پیش
..
README.md 97dedebd80 feat(types): update to Typescript 3.9 (#1106) 5 سال پیش
compiler.test-d.ts e5fc7dcc02 fix(types): ensure createBlock() helper accepts Teleport and Supsense types (fix: #2855) (#5458) 3 سال پیش
component.test-d.ts 6042ab0f2f chore: type [ci skip] 4 سال پیش
componentTypeExtensions.test-d.tsx 506a42a9a5 types(runtime-core): added `ComponentCustomProperties` type to `globalProperties` (#5389) 3 سال پیش
defineComponent.test-d.tsx e4de623ea7 fix(types): support inferring injected properties in options api (#6804) 3 سال پیش
defineCustomElement.test-d.ts e4de623ea7 fix(types): support inferring injected properties in options api (#6804) 3 سال پیش
functionalComponent.test-d.tsx 4f26835dac fix(types/tsx): make JSX.Element extend VNode (#3171) 5 سال پیش
h.test-d.ts 8e792d93a8 types(h): Support passing `props` to `Component` when using `h` (#3219) 3 سال پیش
index.d.ts 7c8f4578e9 fix(types): fix `defineComponent` inference to `Component` (#5949) 3 سال پیش
inject.test-d.ts b2dc95378d types: fix + test inject API typing 5 سال پیش
reactivity.test-d.ts e816812f10 fix(types): should unwrap tuple correctly (#3820) 3 سال پیش
reactivityMacros.test-d.ts d70fd8d36b feat(reactivity-transform): rename @vue/ref-transform to @vue/reactivity-transform 4 سال پیش
ref.test-d.ts c64907d261 fix(types): calling readonly() with ref() should return Readonly<Ref<T>> (#5212) 4 سال پیش
setupHelpers.test-d.ts 168c857247 fix(sfc/types): improve the type inference using withDefaults (#6764) 3 سال پیش
tsconfig.build.json 61c5fbd3e3 workflow: move to pnpm (#4766) 4 سال پیش
tsconfig.json 91d990d45a chore: ignore template-explorer in dts tests 5 سال پیش
tsx.test-d.tsx 4f26835dac fix(types/tsx): make JSX.Element extend VNode (#3171) 5 سال پیش
watch.test-d.ts 41d9c47300 fix(types): `$watch` callback parameters type (#6136) 3 سال پیش

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.