Skip to content

Commit 26102da

Browse files
committed
Minimal repro for emitDts source-tree pollution bug
Demonstrates sveltejs/language-tools#2182, fixed by sveltejs/language-tools#2965. Library maintainers using svelte-package with Svelte components that import TypeScript from outside libRoot find stray .d.ts files written into their source tree. Includes the cleanup workaround script that projects like jazz-tools are currently forced to maintain.
0 parents  commit 26102da

File tree

10 files changed

+639
-0
lines changed

10 files changed

+639
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
node_modules/
2+
dist/

package-lock.json

Lines changed: 371 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)