Swatinem / rollup-plugin-dts

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

Fix fallback path #291

Closed cschramm closed 1 year ago

cschramm commented 1 year ago

The generateDtsFromTs path expects cases where !module.source but since #249 getModule does not actually return it as it fails trying to use it for gathering code.