tsd-jsdoc
tsd-jsdoc copied to clipboard
converts "module:foo~bar" to import
Background
tsd-jsdoc converts module types to just module. See #89
What this PR fixes
- Introduces a new
Moduletype - Resolves
moduleto import statements
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!