tsd-jsdoc icon indicating copy to clipboard operation
tsd-jsdoc copied to clipboard

converts "module:foo~bar" to import

Open bkuster opened this issue 4 years ago • 1 comments

Background

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

What this PR fixes

  • Introduces a new Module type
  • Resolves module to import statements

bkuster avatar Oct 29 '20 12:10 bkuster

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!

benrbray avatar Mar 04 '22 13:03 benrbray