englercj / tsd-jsdoc

Compiles JSDoc annotated JavaScript into a Typescript Definition file (.d.ts)
MIT License
315 stars 42 forks source link

converts "module:foo~bar" to import #144

Open bkuster opened 3 years ago

bkuster commented 3 years ago

Background

tsd-jsdoc converts module types to just module. See #89

What this PR fixes

benrbray commented 2 years ago

I ran into this issue (tsd-jsdoc doesn't seem to support JSDoc namepaths, as in #89 ) with citation-js to solve citation-js/citation-js#104.

@englercj Would be great to have this fix merged and published, assuming it works!