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

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.