Evan You 0bdb2a3bd7 workflow: move private packages to separate directory 1 rok temu
..
README.md 0bdb2a3bd7 workflow: move private packages to separate directory 1 rok temu
appDirective.test-d.ts 0bdb2a3bd7 workflow: move private packages to separate directory 1 rok temu
appUse.test-d.ts 0bdb2a3bd7 workflow: move private packages to separate directory 1 rok temu
built.test-d.ts 0bdb2a3bd7 workflow: move private packages to separate directory 1 rok temu
compiler.test-d.ts 0bdb2a3bd7 workflow: move private packages to separate directory 1 rok temu
component.test-d.ts 0bdb2a3bd7 workflow: move private packages to separate directory 1 rok temu
componentInstance.test-d.tsx 0bdb2a3bd7 workflow: move private packages to separate directory 1 rok temu
componentTypeExtensions.test-d.tsx 0bdb2a3bd7 workflow: move private packages to separate directory 1 rok temu
defineComponent.test-d.tsx 0bdb2a3bd7 workflow: move private packages to separate directory 1 rok temu
defineCustomElement.test-d.ts 0bdb2a3bd7 workflow: move private packages to separate directory 1 rok temu
extractProps.test-d.ts 0bdb2a3bd7 workflow: move private packages to separate directory 1 rok temu
functionalComponent.test-d.tsx 0bdb2a3bd7 workflow: move private packages to separate directory 1 rok temu
h.test-d.ts 0bdb2a3bd7 workflow: move private packages to separate directory 1 rok temu
inject.test-d.ts 0bdb2a3bd7 workflow: move private packages to separate directory 1 rok temu
package.json 0bdb2a3bd7 workflow: move private packages to separate directory 1 rok temu
reactivity.test-d.ts 0bdb2a3bd7 workflow: move private packages to separate directory 1 rok temu
ref.test-d.ts 0bdb2a3bd7 workflow: move private packages to separate directory 1 rok temu
setupHelpers.test-d.ts 0bdb2a3bd7 workflow: move private packages to separate directory 1 rok temu
tsconfig.test.json 0bdb2a3bd7 workflow: move private packages to separate directory 1 rok temu
tsx.test-d.tsx 0bdb2a3bd7 workflow: move private packages to separate directory 1 rok temu
utils.d.ts 0bdb2a3bd7 workflow: move private packages to separate directory 1 rok temu
watch.test-d.ts 0bdb2a3bd7 workflow: move private packages to separate directory 1 rok temu

README.md

dts-test

Tests TypeScript types to ensure the types remain as expected.

  • This directory is included in the root tsconfig.json, where package imports are aliased to src directories, so in IDEs and the pnpm check script the types are validated against source code.

  • When running tsc with packages-private/dts-test/tsconfig.test.json, packages are resolved using normal node resolution, so the types are validated against actual built types. This requires the types to be built first via pnpm build-dts.