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
Right now it is always mod. It would be nice if this was customizable by the module author, so that it could say import * as oauth from "@panva/oauth4webapi".
I suggest we add a module level JSDoc tag for this: @wildcardident <ident>. You could then specify it with:
/** * This module does xyz. * * @module * @wildcardident oauth */export...
The text was updated successfully, but these errors were encountered:
Example:
Right now it is always
mod
. It would be nice if this was customizable by the module author, so that it could sayimport * as oauth from "@panva/oauth4webapi"
.I suggest we add a module level JSDoc tag for this:
@wildcardident <ident>
. You could then specify it with:The text was updated successfully, but these errors were encountered: