Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tsdown --watch bug reproduction repo

Versions used for reproduction:

  • NodeJs v25.2.1
  • NPM 11.6.4
  • OS Manjaro Linux Linux 6.17.13-1-MANJARO

How to reproduce

  1. Clone this repository
  2. npm install
  3. tsdown --watch

Expected:dist/ folder contains compiled library. Actual: dist/ is empty.

Variations

If the tsdown.config.ts is modified to only contain one format, so either cjs OR esm, then watch mode works as expected and will compile the library. If both are present, watch mode does nothing.

Another way to get tsdown to work is to run it without watch mode like this: tsdown.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages