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
The docs use namepaths like module:color/mixer when discussing CommonJS/Node.js modules. In jsdoc/jsdoc#863, it was pointed out that this could be confusing, because color/mixer isn't a valid npm module name. In this case, module:color/mixer would refer to the file mixer/index.js within the color module.