You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like this is the TS team's official solution to this problem, but the JSDoc folks show no signs of implementing it on their end. Does it make sense for tsd-jsdoc to support this or do you have to wait for official JSDoc support? Supporting doc-import would allow workaround for all sorts of other unsupported constructs, by moving the type definition out of JS completely. (See this example)
Is code like this supported?
/** @typedef {import('bunyan-adaptor').BunyanLite} BunyanLite */
Seems like it was complaining quite a bit when I tried.
The text was updated successfully, but these errors were encountered: