vue3-yuanma/test-dts
Evan You aa06b1034d
feat(reactivity): proxyRefs method and ShallowUnwrapRefs type (#1682)
* feat(reactivity): `proxyRefs` method and `ShallowUnwrapRefs` type

BREAKING CHANGE: template auto ref unwrapping are now applied shallowly,
i.e. only at the root level. See https://github.com/vuejs/vue-next/pull/1682 for
more details.
2020-07-28 16:30:56 -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 feat(reactivity): proxyRefs method and ShallowUnwrapRefs type (#1682) 2020-07-28 16:30:56 -04:00
functionalComponent.test-d.tsx fix(types/tsx): add JSX.IntrinsicAttributes definition (#1517) 2020-07-06 21:59:26 -04:00
h.test-d.ts fix(types): ensure correct public props interface for defineComponent instance type 2020-06-16 12:00:18 -04:00
index.d.ts feat(types): update to Typescript 3.9 (#1106) 2020-06-09 10:17:42 -04:00
reactivity.test-d.ts feat(types/reactivity): use DeepReadonly type for readonly return type (#1462) 2020-07-15 09:27:21 -04:00
README.md feat(types): update to Typescript 3.9 (#1106) 2020-06-09 10:17:42 -04:00
ref.test-d.ts feat: Initial devtools support (#1125) 2020-07-16 18:18:52 -04:00
tsconfig.build.json feat(types): update to Typescript 3.9 (#1106) 2020-06-09 10:17:42 -04:00
tsconfig.json feat(types): update to Typescript 3.9 (#1106) 2020-06-09 10:17:42 -04:00
tsx.test-d.tsx feat(types): update to Typescript 3.9 (#1106) 2020-06-09 10:17:42 -04:00
watch.test-d.ts feat(types): update to Typescript 3.9 (#1106) 2020-06-09 10:17:42 -04: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.