Hacker News new | ask | show | jobs
by dTP90pN 1129 days ago
Do you mean native JSDoc namepaths like

    /**
     * @type {module:look/here~MyType}
     */
or TypeScript "JSDoc" imports like

    /**
    * @type {typeof import("./look/here").MyType}
    */
or both?
1 comments

I meant star type imports or rather lack of it.