Swatinem / rollup-plugin-dts

A rollup plugin to generate .d.ts rollup files for your typescript project
GNU Lesser General Public License v3.0
815 stars 71 forks source link

Feat/project references #324

Closed NWYLZW closed 6 days ago

NWYLZW commented 1 week ago

All tests for Windows have failed. The apparent reason is also puzzling.

Swatinem commented 6 days ago

the actual modifications look good. though I’m not a big fan of pulling in vitest for this. is it possible to integrate this into the existing testsuite?

NWYLZW commented 6 days ago

the actual modifications look good. though I’m not a big fan of pulling in vitest for this. is it possible to integrate this into the existing testsuite?

I also tried to directly use the current testing tool. However, at first, I didn't know how to use the current testing tool very well, so I first used vitest for testing work.